krummas commented on code in PR #2807:
URL: https://github.com/apache/cassandra/pull/2807#discussion_r1363646664
##########
src/java/org/apache/cassandra/config/Config.java:
##########
@@ -122,7 +122,7 @@ public static Set<String> splitCommaDelimited(String src)
public DiskFailurePolicy disk_failure_policy = DiskFailurePolicy.ignore;
public CommitFailurePolicy commit_failure_policy =
CommitFailurePolicy.stop;
- public volatile boolean use_deterministic_table_id = false;
+ public volatile boolean use_deterministic_table_id = true;
Review Comment:
temporarily yes, we'll post a patch that fixes deterministic table ids soon
--
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]