You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Ekaterina Dimitrova (Jira)" <ji...@apache.org> on 2022/07/28 21:34:00 UTC

[jira] [Created] (CASSANDRA-17784) Fix Settings Virtual Table for permissions_update_interval_in_ms, roles_update_interval_in_ms and credentials_update_interval_in_ms

Ekaterina Dimitrova created CASSANDRA-17784:
-----------------------------------------------

             Summary: Fix Settings Virtual Table for permissions_update_interval_in_ms, roles_update_interval_in_ms and credentials_update_interval_in_ms
                 Key: CASSANDRA-17784
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-17784
             Project: Cassandra
          Issue Type: Bug
            Reporter: Ekaterina Dimitrova


permissions_update_interval_in_ms, roles_update_interval_in_ms and credentials_update_interval_in_ms should take other 3 properties value if they are -1 (4.0) or null (4.1+)

This is done in the DatabaseDescriptor but not handled with the Settings Virtual Table.

We need to ensure we update the Settings Virtual Table. In my opinion these 3 are tricky in the sense it is good to know how we are going to approach the Update access to the Settings Virtual Table before fixing them so we don't end up rewriting solutions a few times or miss it later



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cassandra.apache.org
For additional commands, e-mail: commits-help@cassandra.apache.org