Jyothsna Konisa created CASSANALYTICS-125:
---------------------------------------------
Summary: Incorrect hash code calculation in
PartitionUpdateWrapper.Digest
Key: CASSANALYTICS-125
URL: https://issues.apache.org/jira/browse/CASSANALYTICS-125
Project: Apache Cassandra Analytics
Issue Type: Bug
Reporter: Jyothsna Konisa
PartitionUpdateWrapper.Digest's hashcode is using only keyspace and table for
the hashcode causing the following call hanging in
PartitionUpdateWrapper.filterValidUpdates().
Map<PartitionUpdateWrapper, List<PartitionUpdateWrapper>> replicaCopies =
updates
.stream()
.collect(Collectors.groupingBy(update -> update, Collectors.toList()));
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]