Merge branches 'ignite-368' and 'sprint-2' of http://git-wip-us.apache.org/repos/asf/incubator-ignite into ignite-368
Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/7e9e41ef Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/7e9e41ef Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/7e9e41ef Branch: refs/heads/ignite-496 Commit: 7e9e41ef899922c23b8e5e6dbbc43161367ab32f Parents: fd50064 d8c0766 Author: anovikov <anovi...@gridgain.com> Authored: Fri Mar 13 09:14:31 2015 +0700 Committer: anovikov <anovi...@gridgain.com> Committed: Fri Mar 13 09:14:31 2015 +0700 ---------------------------------------------------------------------- DEVNOTES.txt | 11 +- config/hadoop/default-config.xml | 10 +- examples/config/filesystem/example-igfs.xml | 13 +- examples/config/store/example-database.script | 15 ++ .../apache/ignite/cluster/ClusterMetrics.java | 66 ++--- .../configuration/FileSystemConfiguration.java | 55 ++--- .../igfs/IgfsIpcEndpointConfiguration.java | 241 +++++++++++++++++++ .../apache/ignite/igfs/IgfsIpcEndpointType.java | 29 +++ .../ClusterLocalNodeMetricsMXBeanImpl.java | 5 + .../ignite/internal/ClusterMetricsSnapshot.java | 26 +- .../apache/ignite/internal/IgniteKernal.java | 8 +- .../internal/processors/igfs/IgfsServer.java | 49 +++- .../processors/igfs/IgfsServerManager.java | 35 ++- .../ignite/internal/util/IgniteUtils.java | 2 +- .../util/ipc/IpcServerEndpointDeserializer.java | 66 ----- .../visor/node/VisorIgfsConfiguration.java | 5 +- .../mxbean/ClusterLocalNodeMetricsMXBean.java | 4 + .../spi/discovery/tcp/TcpDiscoverySpi.java | 11 +- modules/core/src/test/config/igfs-loopback.xml | 6 +- modules/core/src/test/config/igfs-shmem.xml | 8 +- .../ignite/internal/ClusterMetricsSelfTest.java | 2 + .../processors/igfs/IgfsAbstractSelfTest.java | 24 +- ...sCachePerBlockLruEvictionPolicySelfTest.java | 12 +- .../processors/igfs/IgfsMetricsSelfTest.java | 12 +- .../processors/igfs/IgfsModesSelfTest.java | 9 +- ...IpcEndpointRegistrationAbstractSelfTest.java | 21 +- ...dpointRegistrationOnLinuxAndMacSelfTest.java | 7 +- ...pcEndpointRegistrationOnWindowsSelfTest.java | 5 +- .../IpcServerEndpointDeserializerSelfTest.java | 160 ------------ .../ipc/shmem/IpcSharedMemoryNodeStartup.java | 9 +- .../ignite/testsuites/IgniteIgfsTestSuite.java | 2 - .../hadoop/igfs/HadoopIgfsEndpoint.java | 5 +- .../HadoopIgfs20FileSystemAbstractSelfTest.java | 4 +- ...Igfs20FileSystemLoopbackPrimarySelfTest.java | 14 +- ...oopIgfs20FileSystemShmemPrimarySelfTest.java | 14 +- .../igfs/HadoopIgfsDualAbstractSelfTest.java | 25 +- ...oopSecondaryFileSystemConfigurationTest.java | 25 +- .../apache/ignite/igfs/IgfsEventsTestSuite.java | 44 ++-- .../igfs/IgfsNearOnlyMultiNodeSelfTest.java | 10 +- .../IgniteHadoopFileSystemAbstractSelfTest.java | 16 +- .../IgniteHadoopFileSystemClientSelfTest.java | 11 +- ...IgniteHadoopFileSystemHandshakeSelfTest.java | 14 +- .../IgniteHadoopFileSystemIpcCacheSelfTest.java | 10 +- ...niteHadoopFileSystemLoggerStateSelfTest.java | 12 +- ...adoopFileSystemLoopbackAbstractSelfTest.java | 12 +- ...teHadoopFileSystemSecondaryModeSelfTest.java | 23 +- ...teHadoopFileSystemShmemAbstractSelfTest.java | 12 +- .../hadoop/HadoopPopularWordsTest.java | 4 +- .../commands/top/VisorTopologyCommand.scala | 7 +- .../scala/org/apache/ignite/visor/visor.scala | 8 +- pom.xml | 14 +- 51 files changed, 702 insertions(+), 510 deletions(-) ----------------------------------------------------------------------