Anton Vinogradov created IGNITE-4621: ----------------------------------------
Summary: Hang on broadcast when BinaryUtils.FIELDS_SORTED_ORDER == true Key: IGNITE-4621 URL: https://issues.apache.org/jira/browse/IGNITE-4621 Project: Ignite Issue Type: Bug Reporter: Anton Vinogradov Reproducer: {noformat} assert BinaryUtils.FIELDS_SORTED_ORDER; startGrids(GRIDS); //awaitPartitionMapExchange(); Ignite ignite = grid(0); ignite.compute(ignite.cluster().forServers()).broadcast(new JustAnotherCallable()); // hang here stopAllGrids(); {noformat} -- This message was sent by Atlassian JIRA (v6.3.4#6332)