[jira] [Created] (IGNITE-4621) Hang on broadcast when BinaryUtils.FIELDS_SORTED_ORDER == true

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Created] (IGNITE-4621) Hang on broadcast when BinaryUtils.FIELDS_SORTED_ORDER == true

Anton Vinogradov (Jira)
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)