You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by ma...@apache.org on 2021/10/12 21:47:58 UTC

[cassandra] branch cassandra-3.0 updated: ninja-fix: correct issue reference for CASSANDRA-16883 in ReadCallback comments

This is an automated email from the ASF dual-hosted git repository.

maedhroz pushed a commit to branch cassandra-3.0
in repository https://gitbox.apache.org/repos/asf/cassandra.git


The following commit(s) were added to refs/heads/cassandra-3.0 by this push:
     new 4cc6375  ninja-fix: correct issue reference for CASSANDRA-16883 in ReadCallback comments
4cc6375 is described below

commit 4cc63755564819d68a8b3548a2c8869ed9465b21
Author: Caleb Rackliffe <ca...@gmail.com>
AuthorDate: Tue Oct 12 16:33:45 2021 -0500

    ninja-fix: correct issue reference for CASSANDRA-16883 in ReadCallback comments
---
 src/java/org/apache/cassandra/service/ReadCallback.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/java/org/apache/cassandra/service/ReadCallback.java b/src/java/org/apache/cassandra/service/ReadCallback.java
index 4dc7b8d..9a632cf 100644
--- a/src/java/org/apache/cassandra/service/ReadCallback.java
+++ b/src/java/org/apache/cassandra/service/ReadCallback.java
@@ -163,7 +163,7 @@ public class ReadCallback implements IAsyncCallbackWithFailure<ReadResponse>
          * Ensure that data is present and the response accumulator has properly published the
          * responses it has received. This may result in not signaling immediately when we receive
          * the minimum number of required results, but it guarantees at least the minimum will
-         * be accessible when we do signal. (see rdar://77320313)
+         * be accessible when we do signal. (see CASSANDRA-16883)
          */
         if (n >= blockfor && resolver.responses.size() >= blockfor && resolver.isDataPresent())
         {

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cassandra.apache.org
For additional commands, e-mail: commits-help@cassandra.apache.org