smiklosovic commented on code in PR #3579:
URL: https://github.com/apache/cassandra/pull/3579#discussion_r1778643714


##########
src/java/org/apache/cassandra/service/StorageService.java:
##########
@@ -1457,6 +1461,68 @@ public void setConcurrentCompactors(int value)
         CompactionManager.instance.setConcurrentCompactors(value);
     }
 
+    public String getAuthenticator()
+    {
+        return DatabaseDescriptor.getAuthenticator().getClass().getName();
+    }
+
+    public void setAuthenticator(String value)

Review Comment:
   you do not count on a fact that some implementations might have additional 
parameters (will be done for all stuff like that in CASSANDRA-19946). Once that 
one is in, you need to rework this in such a way that these methods will be 
able to take parameters into account as well. 



-- 
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]

Reply via email to