You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by yz...@apache.org on 2017/07/31 15:23:25 UTC

[7/8] ignite git commit: Merge branch 'master' into ignite-5658

Merge branch 'master' into ignite-5658


Project: http://git-wip-us.apache.org/repos/asf/ignite/repo
Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/b83cb755
Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/b83cb755
Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/b83cb755

Branch: refs/heads/ignite-5658
Commit: b83cb75531e44b36516dea185842920af582b387
Parents: 741d9dc 5ba4a38
Author: Igor Seliverstov <gv...@gmail.com>
Authored: Mon Jul 31 13:07:06 2017 +0300
Committer: Igor Seliverstov <gv...@gmail.com>
Committed: Mon Jul 31 13:07:06 2017 +0300

----------------------------------------------------------------------
 examples/pom.xml                                |   2 +-
 modules/aop/pom.xml                             |   2 +-
 modules/apache-license-gen/pom.xml              |   2 +-
 modules/aws/pom.xml                             |   2 +-
 modules/benchmarks/pom.xml                      |   2 +-
 modules/camel/pom.xml                           |   2 +-
 modules/cassandra/pom.xml                       |   2 +-
 modules/cassandra/serializers/pom.xml           |   4 +-
 modules/cassandra/store/pom.xml                 |   4 +-
 modules/clients/pom.xml                         |   2 +-
 .../client/suite/IgniteClientTestSuite.java     |   2 +
 .../tcp/redis/RedisProtocolServerSelfTest.java  | 110 ++++++++++
 .../tcp/redis/RedisProtocolStringSelfTest.java  |  19 --
 modules/cloud/pom.xml                           |   2 +-
 modules/codegen/pom.xml                         |   2 +-
 modules/core/pom.xml                            |   2 +-
 .../processors/rest/GridRestCommand.java        |   3 +
 .../handlers/cache/GridCacheCommandHandler.java |  41 ++++
 .../server/GridRedisFlushCommandHandler.java    | 117 ++++++++++
 .../protocols/tcp/redis/GridRedisCommand.java   |   6 +-
 .../tcp/redis/GridRedisNioListener.java         |   2 +
 .../core/src/main/resources/ignite.properties   |   2 +-
 modules/extdata/p2p/pom.xml                     |   2 +-
 .../extdata/uri/modules/uri-dependency/pom.xml  |   2 +-
 modules/extdata/uri/pom.xml                     |   2 +-
 modules/flink/pom.xml                           |   2 +-
 modules/flume/pom.xml                           |   2 +-
 modules/gce/pom.xml                             |   2 +-
 modules/geospatial/pom.xml                      |   2 +-
 modules/hadoop/pom.xml                          |   2 +-
 modules/hibernate-4.2/pom.xml                   |   2 +-
 modules/hibernate-5.1/pom.xml                   |   2 +-
 modules/hibernate-core/pom.xml                  |   2 +-
 modules/indexing/pom.xml                        |   2 +-
 modules/jcl/pom.xml                             |   2 +-
 modules/jms11/pom.xml                           |   2 +-
 modules/jta/pom.xml                             |   2 +-
 modules/kafka/pom.xml                           |   2 +-
 modules/kubernetes/pom.xml                      |   2 +-
 modules/log4j/pom.xml                           |   2 +-
 modules/log4j2/pom.xml                          |   2 +-
 modules/mesos/pom.xml                           |   2 +-
 modules/ml/pom.xml                              |   5 +-
 modules/mqtt/pom.xml                            |   2 +-
 modules/osgi-karaf/pom.xml                      |   2 +-
 modules/osgi-paxlogging/pom.xml                 |   2 +-
 modules/osgi/pom.xml                            |   2 +-
 .../include/ignite/binary/binary_writer.h       |   4 +-
 .../ignite/impl/binary/binary_reader_impl.h     |  50 +++--
 .../ignite/impl/binary/binary_type_impl.h       |  67 ++++++
 .../ignite/impl/binary/binary_writer_impl.h     |  43 ++--
 .../src/impl/binary/binary_reader_impl.cpp      |  63 +++---
 .../src/impl/binary/binary_writer_impl.cpp      |  41 ++--
 modules/platforms/cpp/common/configure.ac       |   2 +-
 modules/platforms/cpp/configure.ac              |   2 +-
 modules/platforms/cpp/configure.acrel           |   2 +-
 .../core-test/config/cache-query-default.xml    |  29 +++
 modules/platforms/cpp/core-test/configure.ac    |   2 +-
 .../src/binary_reader_writer_raw_test.cpp       |  36 ++++
 .../core-test/src/binary_reader_writer_test.cpp | 135 +++++++++---
 .../cpp/core-test/src/cache_query_test.cpp      | 215 ++++++++++++++++++-
 modules/platforms/cpp/core/configure.ac         |   2 +-
 .../ignite/cache/query/query_fields_row.h       |  28 +++
 .../ignite/cache/query/query_sql_fields.h       |  13 +-
 .../ignite/impl/cache/query/query_argument.h    |  63 ++++++
 .../impl/cache/query/query_fields_row_impl.h    |  29 +++
 .../cpp/core/include/ignite/impl/ignite_impl.h  |   6 -
 .../platforms/cpp/core/src/impl/ignite_impl.cpp |   4 +
 modules/platforms/cpp/examples/configure.ac     |   2 +-
 modules/platforms/cpp/ignite/configure.ac       |   2 +-
 .../cpp/odbc/install/ignite-odbc-amd64.wxs      |   2 +-
 .../cpp/odbc/install/ignite-odbc-x86.wxs        |   2 +-
 .../Properties/AssemblyInfo.cs                  |   6 +-
 .../Properties/AssemblyInfo.cs                  |   6 +-
 .../Properties/AssemblyInfo.cs                  |   6 +-
 .../Properties/AssemblyInfo.cs                  |   6 +-
 .../Properties/AssemblyInfo.cs                  |   6 +-
 .../Binary/BinaryCompactFooterInteropTest.cs    |  29 +--
 .../Properties/AssemblyInfo.cs                  |   6 +-
 .../Properties/AssemblyInfo.cs                  |   6 +-
 .../Properties/AssemblyInfo.cs                  |   6 +-
 .../Properties/AssemblyInfo.cs                  |   6 +-
 .../Properties/AssemblyInfo.cs                  |   6 +-
 .../Properties/AssemblyInfo.cs                  |   6 +-
 .../Properties/AssemblyInfo.cs                  |   6 +-
 .../Apache.Ignite/Properties/AssemblyInfo.cs    |   6 +-
 modules/rest-http/pom.xml                       |   2 +-
 modules/rocketmq/pom.xml                        |   5 +-
 modules/scalar-2.10/pom.xml                     |   2 +-
 modules/scalar/pom.xml                          |   2 +-
 modules/schedule/pom.xml                        |   2 +-
 modules/slf4j/pom.xml                           |   2 +-
 modules/spark-2.10/pom.xml                      |   2 +-
 modules/spark/pom.xml                           |   2 +-
 modules/spring-data/pom.xml                     |   2 +-
 modules/spring/pom.xml                          |   2 +-
 modules/ssh/pom.xml                             |   2 +-
 modules/storm/pom.xml                           |   2 +-
 modules/tools/pom.xml                           |   2 +-
 modules/twitter/pom.xml                         |   2 +-
 modules/urideploy/pom.xml                       |   2 +-
 modules/visor-console-2.10/pom.xml              |   2 +-
 modules/visor-console/pom.xml                   |   2 +-
 modules/visor-plugins/pom.xml                   |   2 +-
 modules/web-console/pom.xml                     |   2 +-
 modules/web-console/web-agent/pom.xml           |   2 +-
 modules/web/ignite-appserver-test/pom.xml       |   2 +-
 modules/web/ignite-websphere-test/pom.xml       |   2 +-
 modules/web/pom.xml                             |   2 +-
 modules/yardstick/pom.xml                       |   2 +-
 modules/yarn/pom.xml                            |   2 +-
 modules/zeromq/pom.xml                          |   2 +-
 modules/zookeeper/pom.xml                       |   2 +-
 pom.xml                                         |   2 +-
 114 files changed, 1103 insertions(+), 292 deletions(-)
----------------------------------------------------------------------