Skip to content

Commit

Permalink
Addressed comment
Browse files Browse the repository at this point in the history
  • Loading branch information
gaojieliu committed May 7, 2024
1 parent c5fb9e8 commit e5e22b5
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -547,7 +547,6 @@ public byte[] getReplicationMetadata(int partitionId, byte[] key) {
}

public List<byte[]> multiGetReplicationMetadata(int partitionId, List<byte[]> keys) {
System.out.println("key size in multiGetReplicationMetadata:" + keys.size());
return executeWithSafeGuard(partitionId, () -> {
AbstractStoragePartition partition = getPartitionOrThrow(partitionId);
return partition.multiGetReplicationMetadata(keys);
Expand Down

0 comments on commit e5e22b5

Please sign in to comment.