aratno opened a new pull request, #3240:
URL: https://github.com/apache/cassandra/pull/3240
This PR adds a new TriggersPolicy configuration to allow operators to
disable the execution of triggers. It does not prevent the creation of triggers
(with CQL's CREATE TRIGGER) because Config can change between initial creation
and metadata replay, and we don't want to break replay if triggers are disabled
but still present in replay. So triggers can still be created with
`TriggersPolicy.{disabled,forbidden}`, but care has been taken to prevent the
trigger creation from executing class initialization (and static blocks).
This has already been reviewed by @beobal.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]