Merge branch 'ignite-1.8.2' into ignite-1.8.3
Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/121f034e Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/121f034e Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/121f034e Branch: refs/heads/ignite-1.9 Commit: 121f034e5739dcc7dd9c9577c9a437acaf710a19 Parents: 072b9c2 da5b68c Author: devozerov <[email protected]> Authored: Thu Jan 5 12:00:49 2017 +0300 Committer: devozerov <[email protected]> Committed: Thu Jan 5 12:00:49 2017 +0300 ---------------------------------------------------------------------- .../org/apache/ignite/internal/GridTopic.java | 8 +- .../ignite/internal/util/nio/GridNioServer.java | 159 ++++++++++++++++--- .../communication/tcp/TcpCommunicationSpi.java | 22 +-- .../tcp/TcpCommunicationSpiMBean.java | 5 +- ...mmunicationBalancePairedConnectionsTest.java | 28 ++++ .../IgniteCommunicationBalanceTest.java | 25 ++- ...cMessageRecoveryNoPairedConnectionsTest.java | 47 ------ ...micMessageRecoveryPairedConnectionsTest.java | 47 ++++++ .../ignite/testsuites/IgniteCacheTestSuite.java | 6 +- .../yardstick/cache/IgniteIoTestBenchmark.java | 73 --------- 10 files changed, 255 insertions(+), 165 deletions(-) ----------------------------------------------------------------------
