You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by ni...@apache.org on 2020/12/29 08:09:18 UTC

[ignite] branch IGNITE-13897 updated (2fd079a -> 7b97b45)

This is an automated email from the ASF dual-hosted git repository.

nizhikov pushed a change to branch IGNITE-13897
in repository https://gitbox.apache.org/repos/asf/ignite.git.


    from 2fd079a  IGNITE-13897: Code review fixes.
     add ff203b2  IGNITE-13856 Linear performance for DirectByteBufferStreamImplV2.writeString - Fixes #8577.
     add 64dbfcf  IGNITE-13555 Java thin: add IPv6 address support
     add 1e7f957  IGNITE-13680 Improve OS suggestions for Linux - Fixes #8503.
     add 2acae6e  IGNITE-11406 Fix NullPointerException on client start - Fixes #8604.
     add b0f72c2  Merge branch 'master' into IGNITE-13897
     add 7b97b45  IGNITE-13897: Code review fixes.

No new revisions were added by this update.

Summary of changes:
 .../apache/ignite/internal/binary/BinaryUtils.java |   2 +-
 .../stream/v2/DirectByteBufferStreamImplV2.java    |  15 +-
 .../processors/cache/GridCacheProcessor.java       |   7 +
 .../processors/odbc/ClientListenerProcessor.java   |   2 +-
 .../processors/platform/utils/PlatformUtils.java   |   3 +
 .../suggestions/OsConfigurationSuggestions.java    |  38 ++---
 .../ignite/internal/util/HostAndPortRange.java     | 133 +++++++++++----
 .../org/apache/ignite/client/ConnectionTest.java   |  31 +++-
 .../apache/ignite/client/LocalIgniteCluster.java   |  14 +-
 .../internal/binary/BinaryMarshallerSelfTest.java  |  72 ++++----
 ...ectByteBufferStreamImplV2ByteOrderSelfTest.java |  47 ++++++
 .../cache/CacheReadBeforeActivationTest.java       | 106 ++++++++++++
 .../ignite/internal/util/HostAndPortRangeTest.java | 181 +++++++++++++++++++++
 .../ignite/testsuites/IgniteCacheTestSuite9.java   |   3 +
 .../ignite/testsuites/IgniteUtilSelfTestSuite.java |   5 +-
 15 files changed, 555 insertions(+), 104 deletions(-)
 create mode 100644 modules/core/src/test/java/org/apache/ignite/internal/processors/cache/CacheReadBeforeActivationTest.java
 create mode 100644 modules/core/src/test/java/org/apache/ignite/internal/util/HostAndPortRangeTest.java