ekaterinadimitrova2 commented on code in PR #2807: URL: https://github.com/apache/cassandra/pull/2807#discussion_r1362847507
########## conf/cassandra.yaml: ########## @@ -1184,16 +1184,16 @@ range_request_timeout: 10000ms # How long the coordinator should wait for writes to complete. # Lowest acceptable value is 10 ms. # Min unit: ms -write_request_timeout: 2000ms +write_request_timeout: 10000ms # How long the coordinator should wait for counter writes to complete. # Lowest acceptable value is 10 ms. # Min unit: ms -counter_write_request_timeout: 5000ms +counter_write_request_timeout: 1000ms # How long a coordinator should continue to retry a CAS operation Review Comment: Was this change of default a mistake? I can create a patch on confirmation to either revert it or update Config and the test suites config files. ########## conf/cassandra.yaml: ########## @@ -1184,16 +1184,16 @@ range_request_timeout: 10000ms # How long the coordinator should wait for writes to complete. # Lowest acceptable value is 10 ms. # Min unit: ms -write_request_timeout: 2000ms +write_request_timeout: 10000ms # How long the coordinator should wait for counter writes to complete. # Lowest acceptable value is 10 ms. # Min unit: ms -counter_write_request_timeout: 5000ms +counter_write_request_timeout: 1000ms # How long a coordinator should continue to retry a CAS operation # that contends with other proposals for the same row. # Lowest acceptable value is 10 ms. # Min unit: ms -cas_contention_timeout: 1000ms Review Comment: Was this change of default a mistake? I can create a patch on confirmation to either revert it or update Config and the test suites config files. -- 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]

