krummas commented on code in PR #4232:
URL: https://github.com/apache/cassandra/pull/4232#discussion_r2401945744


##########
src/java/org/apache/cassandra/schema/TableMetadataRef.java:
##########
@@ -33,6 +34,19 @@ public class TableMetadataRef
 
     private volatile TableMetadata localTableMetadata;
 
+    private volatile TableMetadataCache cachedTableMetadata;
+
+    private static class TableMetadataCache {

Review Comment:
   nit; brace on newline



##########
src/java/org/apache/cassandra/db/Keyspace.java:
##########
@@ -723,6 +724,19 @@ private static class KeyspaceMetadataRef
         private final String name;
         private final SchemaProvider provider;
 
+        private volatile KeyspaceMetadataCache cachedKeyspaceMetadata;
+
+        private static class KeyspaceMetadataCache {

Review Comment:
   nit; brace on newline



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