dcapwell commented on a change in pull request #1335:
URL: https://github.com/apache/cassandra/pull/1335#discussion_r802094366



##########
File path: src/java/org/apache/cassandra/config/EncryptionOptions.java
##########
@@ -98,7 +99,7 @@ public String description()
      * We will wait to initialize this until applyConfig() call to make sure 
we do it only when the caller is ready
      * to use this option instance.
      */
-    public ISslContextFactory sslContextFactoryInstance;
+    public transient ISslContextFactory sslContextFactoryInstance;

Review comment:
       `transient` causes this field to be hidden, right now you could try to 
set it in YAML and will get a weird error as SnakeYAML doesn't know how to 
construct the interface




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