You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pr@cassandra.apache.org by "smiklosovic (via GitHub)" <gi...@apache.org> on 2023/04/04 21:05:58 UTC

[GitHub] [cassandra] smiklosovic commented on a diff in pull request #2258: CASSANDRA-18221: Add AccordConfig to track accord specific configs

smiklosovic commented on code in PR #2258:
URL: https://github.com/apache/cassandra/pull/2258#discussion_r1157763082


##########
src/java/org/apache/cassandra/config/Config.java:
##########
@@ -596,6 +596,7 @@ public MemtableOptions()
     public volatile boolean use_statements_enabled = true;
 
     public boolean accord_transactions_enabled = false;
+    public long accord_scheduler_delay_in_ms = 200L;

Review Comment:
   @kamalesh0406 @dcapwell  is not this "wrong" way of doing it? There are no "...in_ms" properties anymore, everything is based on `DurationSpec` when it comes to time.



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