You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by "Anton Vinogradov (JIRA)" <ji...@apache.org> on 2017/01/26 16:54:24 UTC

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

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)