dcapwell commented on a change in pull request #1180:
URL: https://github.com/apache/cassandra/pull/1180#discussion_r704840341
##########
File path: src/java/org/apache/cassandra/service/reads/ReadCallback.java
##########
@@ -94,9 +191,9 @@ void addTombstoneAbort(InetAddressAndPort from, int
tombstones)
= AtomicIntegerFieldUpdater.newUpdater(ReadCallback.class,
"failures");
private volatile int failures = 0;
private final Map<InetAddressAndPort, RequestFailureReason>
failureReasonByEndpoint;
- private volatile WarningCounter warningCounter;
- private static final AtomicReferenceFieldUpdater<ReadCallback,
ReadCallback.WarningCounter> warningsUpdater
- = AtomicReferenceFieldUpdater.newUpdater(ReadCallback.class,
ReadCallback.WarningCounter.class, "warningCounter");
+ private volatile WarningContext warningContext;
Review comment:
yes
--
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]