Cyrill commented on code in PR #4375:
URL: https://github.com/apache/ignite-3/pull/4375#discussion_r1756239521


##########
modules/table/src/test/java/org/apache/ignite/internal/table/distributed/SortedIndexLockerTest.java:
##########
@@ -61,7 +61,7 @@ void takingInsertLocksOnDestroyedIndexStorageYieldsNullLock() 
{
         );
         indexStorage.destroy();
 
-        SortedIndexLocker locker = new SortedIndexLocker(1, PARTITION_ID, new 
HeapLockManager(), indexStorage, row -> binaryTuple);
+        SortedIndexLocker locker = new SortedIndexLocker(1, PARTITION_ID, new 
HeapLockManager(), indexStorage, row -> binaryTuple, false);

Review Comment:
   Yes we do. Sorted secondary index is not unique. 
   PartitionReplicaListenerSortedIndexLockingTest tests unique SortedIndex for 
a primary key.



-- 
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]

Reply via email to