Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Won't Fix
-
2.6
-
None
-
None
Description
The following code is called in GridDhtPartitionsExchangeFuture#onDone:
((DiscoveryCustomEvent)firstDiscoEvt).customMessage(null);
That means a global instance of 'DiscoveryCustomEvent' is being
mutated outside discovery-spi infrastructure. It also means that
discovery listeners receive 'DiscoveryCustomEvent' with 'null' field
instead of 'CustomMessage' which they may rely on.
Attachments
Issue Links
- links to