Repository: incubator-ignite Updated Branches: refs/heads/ignite-41 5b142ddd2 -> 0542551db
Merge remote-tracking branch 'remotes/origin/master' into ignite-1 Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/ae8217fc Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/ae8217fc Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/ae8217fc Branch: refs/heads/ignite-41 Commit: ae8217fc7e92219d7f428f4f66521ea81f4321fe Parents: f7118ce 1812040 Author: sboikov <sboi...@gridgain.com> Authored: Mon Dec 22 17:56:13 2014 +0400 Committer: sboikov <sboi...@gridgain.com> Committed: Mon Dec 22 17:56:13 2014 +0400 ---------------------------------------------------------------------- ipc/shmem/ggshmem/Makefile.am | 2 +- ipc/shmem/ggshmem/Makefile.in | 2 +- .../java/META-INF/native/linux32/libggshmem.so | Bin 136714 -> 0 bytes .../java/META-INF/native/linux64/libggshmem.so | Bin 145904 -> 138023 bytes .../java/META-INF/native/osx/libggshmem.dylib | Bin 29312 -> 32940 bytes .../optimized-classnames.previous.properties | 30621 ----------------- .../optimized/optimized-classnames.properties | 30621 ----------------- .../dht/atomic/GridDhtAtomicCache.java | 2 +- .../gridgain/grid/kernal/visor/VisorJob.java | 6 +- .../grid/kernal/visor/cache/VisorCache.java | 4 +- .../cache/VisorCacheAggregatedMetrics.java | 417 +- .../kernal/visor/cache/VisorCacheMetrics.java | 176 +- .../kernal/visor/cache/VisorCacheMetrics2.java | 218 - .../cache/VisorCacheMetricsCollectorTask.java | 104 +- .../cache/VisorCacheQueryAggregatedMetrics.java | 129 - .../visor/cache/VisorCacheQueryMetrics.java | 44 +- .../visor/node/VisorGridConfiguration.java | 2 +- .../VisorNodeConfigurationCollectorJob.java | 2 +- .../grid/kernal/visor/util/VisorTaskUtils.java | 42 + .../core/src/main/resources/gridgain.properties | 2 +- .../commands/cache/VisorCacheCommand.scala | 127 +- .../visor/commands/vvm/VisorVvmCommand.scala | 9 +- .../gridgain/visor/VisorRuntimeBaseSpec.scala | 1 - .../org/gridgain/visor/VisorTextTableSpec.scala | 3 +- .../visor/commands/VisorArgListSpec.scala | 3 +- .../commands/VisorFileNameCompleterSpec.scala | 4 +- .../commands/alert/VisorAlertCommandSpec.scala | 5 +- .../cache/VisorCacheClearCommandSpec.scala | 9 +- .../commands/cache/VisorCacheCommandSpec.scala | 6 +- .../cache/VisorCacheCompactCommandSpec.scala | 9 +- .../config/VisorConfigurationCommandSpec.scala | 6 +- .../cswap/VisorCacheSwapCommandSpec.scala | 6 +- .../deploy/VisorDeployCommandSpec.scala | 3 +- .../disco/VisorDiscoveryCommandSpec.scala | 2 +- .../events/VisorEventsCommandSpec.scala | 3 +- .../visor/commands/gc/VisorGcCommandSpec.scala | 3 +- .../commands/help/VisorHelpCommandSpec.scala | 3 +- .../commands/kill/VisorKillCommandSpec.scala | 3 +- .../commands/log/VisorLogCommandSpec.scala | 3 +- .../commands/mem/VisorMemoryCommandSpec.scala | 3 +- .../commands/open/VisorOpenCommandSpec.scala | 1 + .../commands/start/VisorStartCommandSpec.scala | 3 +- .../commands/tasks/VisorTasksCommandSpec.scala | 11 +- .../commands/vvm/VisorVvmCommandSpec.scala | 3 +- .../testsuites/VisorConsoleSelfTestSuite.scala | 13 +- pom.xml | 7 +- 46 files changed, 523 insertions(+), 62120 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/ae8217fc/modules/core/src/main/java/org/gridgain/grid/kernal/processors/cache/distributed/dht/atomic/GridDhtAtomicCache.java ----------------------------------------------------------------------