You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ext/doc/Cassandra/Exception/ReadTimeoutException.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,6 @@
21
21
/**
22
22
* ReadTimeoutException is raised when a coordinator failed to receive acks
23
23
* from the required number of replica nodes in time during a read.
24
-
* @see https://github.com/apache/cassandra/blob/trunk/doc/native_protocol_v1.spec#L709-L726 Description of ReadTimeout error in the native protocol spec
24
+
* @see https://github.com/apache/cassandra/blob/cassandra-2.1/doc/native_protocol_v1.spec#L709-L726 Description of ReadTimeout error in the native protocol spec
25
25
*/
26
26
class ReadTimeoutException extends ExecutionException {}
Copy file name to clipboardExpand all lines: ext/doc/Cassandra/Exception/UnavailableException.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -23,6 +23,6 @@
23
23
* enough replica nodes available to fulfill the request.
24
24
*
25
25
* NOTE: Request has not even been forwarded to the replica nodes in this case.
26
-
* @see https://github.com/apache/cassandra/blob/trunk/doc/native_protocol_v1.spec#L667-L677 Description of the Unavailable error in the native protocol v1 spec.
26
+
* @see https://github.com/apache/cassandra/blob/cassandra-2.1/doc/native_protocol_v1.spec#L667-L677 Description of the Unavailable error in the native protocol v1 spec.
27
27
*/
28
28
class UnavailableException extends ExecutionException {}
Copy file name to clipboardExpand all lines: ext/doc/Cassandra/Exception/WriteTimeoutException.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,6 @@
21
21
/**
22
22
* WriteTimeoutException is raised when a coordinator failed to receive acks
23
23
* from the required number of replica nodes in time during a write.
24
-
* @see https://github.com/apache/cassandra/blob/trunk/doc/native_protocol_v1.spec#L683-L708 Description of WriteTimeout error in the native protocol spec
24
+
* @see https://github.com/apache/cassandra/blob/cassandra-2.1/doc/native_protocol_v1.spec#L683-L708 Description of WriteTimeout error in the native protocol spec
25
25
*/
26
26
class WriteTimeoutException extends ExecutionException {}
0 commit comments