sanpwc commented on code in PR #5484:
URL: https://github.com/apache/ignite-3/pull/5484#discussion_r2010103925
##########
modules/partition-replicator/src/main/java/org/apache/ignite/internal/partition/replicator/ZonePartitionReplicaListener.java:
##########
@@ -277,6 +289,7 @@ public void addTableReplicaProcessor(int tableId,
Function<RaftCommandRunner, Re
* @param tableId Table's identifier.
*/
public void removeTableReplicaProcessor(int tableId) {
+ System.out.println("<><><> remove replica from replicas tableId=[" +
tableId + ']');
Review Comment:
Fixed.
--
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]