sarankk commented on code in PR #165:
URL: https://github.com/apache/cassandra-sidecar/pull/165#discussion_r1901284411
##########
server/src/main/java/org/apache/cassandra/sidecar/db/schema/SidecarSchema.java:
##########
@@ -52,7 +53,7 @@ public class SidecarSchema
private final ExecutorPools executorPools;
private final SchemaKeyspaceConfiguration schemaKeyspaceConfiguration;
private final SidecarInternalKeyspace sidecarInternalKeyspace;
- private final AtomicLong initializationTimerId = new AtomicLong(-1L);
+ private final AtomicLong initializationTimerId = new
AtomicLong(Long.MIN_VALUE);
Review Comment:
This change is unrelated to this PR, this is Yifan's PR
https://github.com/apache/cassandra-sidecar/pull/156, it was pulled in for
resolving errors in test. Hence resolving comment. I will be removing these
changes once his PR is merged in
--
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]