sedulam opened a new pull request, #4705:
URL: https://github.com/apache/cassandra/pull/4705
## Summary
- When endpoint_snitch, dynamic_snitch, audit_logging_options, or
full_query_logging_options
are modified via JMX, update the corresponding Config fields so the
Settings Virtual Table
(system_views.settings) reflects current runtime values
- Adds DatabaseDescriptor setters for endpoint_snitch (String) and
dynamic_snitch (boolean)
- Calls existing setters for audit_logging_options and
full_query_logging_options
- Includes unit tests for all changes
## Test plan
- StorageServiceServerTest: testAuditLogJmxUpdatesConfig,
testSnitchSettersUpdateConfig
- FullQueryLoggerTest: testEnableFullQueryLoggerUpdatesConfig
- CI validation
Patch by Pedro Gordo; reviewed by <Reviewers> for CASSANDRA-17736
--
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]