zstan commented on code in PR #13510:
URL: https://github.com/apache/ignite/pull/13510#discussion_r3841152427
##########
modules/core/src/main/java/org/apache/ignite/internal/processors/cache/distributed/dht/preloader/GridDhtPartitionsFullMessage.java:
##########
@@ -489,6 +489,7 @@ public void merge(GridDhtPartitionsFullMessage other,
GridDiscoveryManager disco
public void cleanUp() {
locParts = null;
partCntrs = null;
+ partsSizes = null;
Review Comment:
Fix ok for me, but why you do not want to mock this behavior to prevent such
a problem in future ?
--
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]