maedhroz commented on a change in pull request #1221:
URL: https://github.com/apache/cassandra/pull/1221#discussion_r720567573
##########
File path: src/java/org/apache/cassandra/schema/SchemaKeyspace.java
##########
@@ -58,8 +58,10 @@
/**
* system_schema.* tables and methods for manipulating them.
+ *
+ * Please notice this class is _not_ thread safe. It should be accessed
through {@link org.apache.cassandra.schema.Schema}. See CASSANDRA-16856/16996
*/
-public final class SchemaKeyspace
+final class SchemaKeyspace
Review comment:
nit: might be a good place for a `@NotThreadSafe`?
--
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]