Merge remote-tracking branch 'remotes/origin/master' into ignite-601

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

Branch: refs/heads/ignite-601
Commit: 8a7d3b470359eb3d7f51fbbb13d2d29ded967f87
Parents: d7ce114 edcc108
Author: sboikov <[email protected]>
Authored: Thu Dec 20 23:59:31 2018 +0300
Committer: sboikov <[email protected]>
Committed: Thu Dec 20 23:59:31 2018 +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 +-
 modules/cloud/pom.xml                           |   2 +-
 modules/codegen/pom.xml                         |   2 +-
 modules/compatibility/pom.xml                   |   2 +-
 modules/compress/pom.xml                        |   2 +-
 modules/core/pom.xml                            |   2 +-
 .../apache/ignite/internal/IgniteKernal.java    |   2 +-
 .../org/apache/ignite/internal/IgnitionEx.java  |   6 +-
 .../internal/StripedExecutorMXBeanAdapter.java  |   8 +-
 .../cache/CacheAffinitySharedManager.java       |  93 +++---
 .../GridCachePartitionExchangeManager.java      |   2 +
 .../cache/GridCacheSharedTtlCleanupManager.java |  19 +-
 .../GridDhtPartitionsExchangeFuture.java        | 211 +++++++++----
 .../GridDhtPartitionsSingleMessage.java         |  55 +++-
 .../GridCacheDatabaseSharedManager.java         |  10 +-
 .../ignite/internal/util/IgniteStopwatch.java   | 230 ++++++++++++++
 .../ignite/internal/util/IgniteTicker.java      |  52 ++++
 .../ignite/internal/util/StripedExecutor.java   |  45 +--
 .../apache/ignite/internal/util/TimeBag.java    | 312 +++++++++++++++++++
 .../ignite/mxbean/StripedExecutorMXBean.java    |  10 +
 .../internal/util/StripedExecutorTest.java      |  23 +-
 modules/dev-utils/pom.xml                       |   2 +-
 modules/direct-io/pom.xml                       |   2 +-
 modules/extdata/p2p/pom.xml                     |   2 +-
 modules/extdata/platform/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-5.3/pom.xml                   |   2 +-
 modules/hibernate-core/pom.xml                  |   2 +-
 modules/ignored-tests/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                              |   2 +-
 modules/ml/xgboost-model-parser/pom.xml         |   2 +-
 modules/mqtt/pom.xml                            |   2 +-
 modules/osgi-karaf/pom.xml                      |   2 +-
 modules/osgi-paxlogging/pom.xml                 |   2 +-
 modules/osgi/pom.xml                            |   2 +-
 modules/platforms/cpp/common/configure.ac       |   2 +-
 modules/platforms/cpp/configure.ac              |   2 +-
 modules/platforms/cpp/configure.acrel           |   2 +-
 modules/platforms/cpp/core-test/configure.ac    |   2 +-
 modules/platforms/cpp/core/configure.ac         |   2 +-
 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 +-
 .../platforms/cpp/thin-client-test/configure.ac |   2 +-
 .../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 +-
 .../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                        |   2 +-
 modules/scalar-2.10/pom.xml                     |   2 +-
 modules/scalar/pom.xml                          |   2 +-
 modules/schedule/pom.xml                        |   2 +-
 modules/slf4j/pom.xml                           |   2 +-
 modules/spark/pom.xml                           |   2 +-
 modules/spring-data-2.0/pom.xml                 |   2 +-
 modules/spring-data/pom.xml                     |   2 +-
 modules/spring/pom.xml                          |   2 +-
 modules/sqlline/pom.xml                         |   2 +-
 modules/ssh/pom.xml                             |   2 +-
 modules/storm/pom.xml                           |   2 +-
 modules/tensorflow/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, 1057 insertions(+), 275 deletions(-)
----------------------------------------------------------------------


Reply via email to