IGNITE-2206: diagnostic added to reproduce the bug.

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

Branch: refs/heads/ignite-2206
Commit: 5d2d87cff6e824b0d37f76b3f8e8941ec49d2efc
Parents: 83e1249
Author: iveselovskiy <iveselovs...@gridgain.com>
Authored: Wed Dec 23 16:56:13 2015 +0300
Committer: iveselovskiy <iveselovs...@gridgain.com>
Committed: Wed Dec 23 16:56:13 2015 +0300

----------------------------------------------------------------------
 .../ignite/igfs/IgniteHadoopFileSystemShmemAbstractSelfTest.java  | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/5d2d87cf/modules/hadoop/src/test/java/org/apache/ignite/igfs/IgniteHadoopFileSystemShmemAbstractSelfTest.java
----------------------------------------------------------------------
diff --git 
a/modules/hadoop/src/test/java/org/apache/ignite/igfs/IgniteHadoopFileSystemShmemAbstractSelfTest.java
 
b/modules/hadoop/src/test/java/org/apache/ignite/igfs/IgniteHadoopFileSystemShmemAbstractSelfTest.java
index d8cf74c..53b700b 100644
--- 
a/modules/hadoop/src/test/java/org/apache/ignite/igfs/IgniteHadoopFileSystemShmemAbstractSelfTest.java
+++ 
b/modules/hadoop/src/test/java/org/apache/ignite/igfs/IgniteHadoopFileSystemShmemAbstractSelfTest.java
@@ -46,7 +46,8 @@ public abstract class 
IgniteHadoopFileSystemShmemAbstractSelfTest extends Ignite
     @Override protected IgfsIpcEndpointConfiguration 
primaryIpcEndpointConfiguration(final String gridName) {
         IgfsIpcEndpointConfiguration endpointCfg = new 
IgfsIpcEndpointConfiguration();
 
-        endpointCfg.setType(IgfsIpcEndpointType.SHMEM);
+        // TODO: this change is for debug purposes only:
+        
endpointCfg.setType(IgfsIpcEndpointType.TCP/*IgfsIpcEndpointType.SHMEM*/);
         endpointCfg.setPort(DFLT_IPC_PORT + getTestGridIndex(gridName));
 
         return endpointCfg;

Reply via email to