netudima commented on PR #4883: URL: https://github.com/apache/cassandra/pull/4883#issuecomment-4732996107
technically we may get a case when a value is updated in the middle of a query execution and two subsequent get calls can give non-consistent results.. What is about keeping an instance of DefaultReadThresholds on DatabaseDescriptor level as an object and replace it with a new one if values changed? -- 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]

