[ 
https://issues.apache.org/jira/browse/CASSANDRA-4954?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Edward Capriolo resolved CASSANDRA-4954.
----------------------------------------
    Resolution: Won't Fix

> Store trigger jar file dependencies in system keyspace
> ------------------------------------------------------
>
>                 Key: CASSANDRA-4954
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-4954
>             Project: Cassandra
>          Issue Type: New Feature
>          Components: Core
>            Reporter: Patrick McFadin
>             Fix For: 3.0
>
>
> The implementation of triggers requires the use of jar files to be stored in 
> the local filesystem, per node. See 
> ([https://issues.apache.org/jira/browse/CASSANDRA-1311]) 
> I'm proposing that instead of using the filesystem, jars would be stored in 
> the system keyspace. This would greatly reduce the operational complexity of 
> implementing triggers on multiple node clusters. Some benefits would include:
> * Triggers and dependencies would be part of a snapshot for backup and restore
> * Every node would have a consistent version
> * Everything needed for the trigger would be a part of bootstrap
> Some details to start the conversation:
> * Have a list of jars for each trigger be made available via JMX
> * Expose the jar upload using CQL when trigger is created (USING FILE x) 
> * Store the version number or date for each jar
> * Implement a classloader trigger when jars are updated
> * Provide some sort of guarantee that triggers aren't active until all nodes 
> have the same version of jar(s)



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to