maedhroz commented on a change in pull request #1180:
URL: https://github.com/apache/cassandra/pull/1180#discussion_r701381022
##########
File path: src/java/org/apache/cassandra/exceptions/TombstoneAbortException.java
##########
@@ -28,7 +28,7 @@
public class TombstoneAbortException extends ReadAbortException
{
public final int nodes;
- public final int tombstones;
+ public final long tombstones;
public TombstoneAbortException(int nodes, int tombstones, String cql,
boolean dataPresent, ConsistencyLevel consistency, int received, int blockFor,
Map<InetAddressAndPort, RequestFailureReason> failureReasonByEndpoint)
Review comment:
```suggestion
public TombstoneAbortException(int nodes, long tombstones, String cql,
boolean dataPresent, ConsistencyLevel consistency, int received, int blockFor,
Map<InetAddressAndPort, RequestFailureReason> failureReasonByEndpoint)
```
I think there might also be a caller that would no longer have to use
`toIntExact()`.
--
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]