You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pr@cassandra.apache.org by GitBox <gi...@apache.org> on 2022/02/01 16:41:19 UTC

[GitHub] [cassandra] adelapena commented on a change in pull request #1276: CASSANDRA-17048: UUID based sstable generation numbers

adelapena commented on a change in pull request #1276:
URL: https://github.com/apache/cassandra/pull/1276#discussion_r796787673



##########
File path: NEWS.txt
##########
@@ -78,6 +78,12 @@ New features
       table.
     - Added ability to invalidate auth caches through corresponding `nodetool` commands and virtual tables.
     - DCL statements in audit logs will now obscure only the password if they don't fail to parse.
+    - Starting from 4.1 sstables support UUID based generation identifiers. They are globally unique and thus they let
+      the node to create sstables without any prior knowledge about the existing sstables in the data directory.
+      The feature is disabled by default in cassandra.yaml because once enabled, there is no easy way to downgrade.
+      When the node is restarted with UUID based generation identifiers enabled, each newly created sstable will have
+      UUID based generation identifier and such files are not readable by previous Cassandra versions. In the future

Review comment:
       ```suggestion
         a UUID based generation identifier and such files are not readable by previous Cassandra versions. In the future
   ```




-- 
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: pr-unsubscribe@cassandra.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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