When first client start, it is OK. When one more client start, the client will pause at following place:
[08:52:08] Ignite documentation: http://ignite.apache.org [08:52:08] [08:52:08] Quiet mode. [08:52:08] ^-- Logging to file '/home/ght/ignite-1.6.8/work/log/ignite-0127ad43.0.log' [08:52:08] ^-- To see **FULL** console log here add -DIGNITE_QUIET=false or "-v" to ignite.{sh|bat} [08:52:08] [08:52:08] OS: Linux 2.6.32-573.el6.x86_64 amd64 [08:52:08] VM information: Java(TM) SE Runtime Environment 1.8.0_101-b13 Oracle Corporation Java HotSpot(TM) 64-Bit Server VM 25.101-b13 [08:52:08] Initial heap size is 46MB (should be no less than 512MB, use -Xms512m -Xmx512m). [08:52:09] Configured plugins: [08:52:09] ^-- None [08:52:09] [08:52:10] Security status [authentication=off, tls/ssl=off] there is no specific error in server, following is the log in the second client: [10:31:28,555][INFO][main][IgniteKernal] Config URL: jar:file:/home/ght/ignite-fabric-lgpl-distribution-by-ffcs-1.6.8/libs/Ignitest-0.0.2-SNAPSHOT-jar-with-dependencies.jar!/example-cache.xml [10:31:28,559][INFO][main][IgniteKernal] Daemon mode: off [10:31:28,560][INFO][main][IgniteKernal] OS: Linux 2.6.32-573.el6.x86_64 amd64 [10:31:28,562][INFO][main][IgniteKernal] OS user: ght [10:31:28,567][INFO][main][IgniteKernal] Language runtime: Java Platform API Specification ver. 1.8 [10:31:28,573][INFO][main][IgniteKernal] VM information: Java(TM) SE Runtime Environment 1.8.0_101-b13 Oracle Corporation Java HotSpot(TM) 64-Bit Server VM 25.101-b13 [10:31:28,578][INFO][main][IgniteKernal] VM total memory: 0.69GB [10:31:28,579][INFO][main][IgniteKernal] Remote Management [restart: off, REST: on, JMX (remote: off)] [10:31:28,579][INFO][main][IgniteKernal] IGNITE_HOME=/home/ght/ignite-1.6.8 [10:31:28,583][INFO][main][IgniteKernal] VM arguments: [] [10:31:28,583][INFO][main][IgniteKernal] Configured caches ['ignite-marshaller-sys-cache', 'ignite-sys-cache', 'ignite-atomics-sys-cache', 'querycache'] [10:31:28,643][INFO][main][IgniteKernal] 3-rd party licenses can be found at: /home/ght/ignite-1.6.8/libs/licenses [10:31:28,663][WARNING][pub-#23%null%][GridDiagnostic] Initial heap size is 46MB (should be no less than 512MB, use -Xms512m -Xmx512m). [10:31:29,059][INFO][main][IgniteKernal] Non-loopback local IPs: 192.168.137.32, fe80:0:0:0:a00:27ff:feaa:8032%eth1 [10:31:29,059][INFO][main][IgniteKernal] Enabled local MACs: 080027AA8032 [10:31:29,120][INFO][main][IgnitePluginProcessor] Configured plugins: [10:31:29,120][INFO][main][IgnitePluginProcessor] ^-- None [10:31:29,122][INFO][main][IgnitePluginProcessor] [10:31:30,280][INFO][main][TcpCommunicationSpi] IPC shared memory server endpoint started [port=48100, tokDir=/home/ght/ignite-1.6.8/work/ipc/shmem/9fda37c2-69a2-408d-9b07-017782235703-2344] [10:31:30,281][INFO][main][TcpCommunicationSpi] Successfully bound shared memory communication to TCP port [port=48100, locHost=0.0.0.0/0.0.0.0] [10:31:30,391][INFO][main][TcpCommunicationSpi] Successfully bound to TCP port [port=47100, locHost=0.0.0.0/0.0.0.0] [10:31:30,629][WARNING][main][NoopCheckpointSpi] Checkpoints are disabled (to enable configure any GridCheckpointSpi implementation) [10:31:30,930][WARNING][main][GridCollisionManager] Collision resolution is disabled (all jobs will be activated upon arrival). [10:31:30,971][WARNING][main][NoopSwapSpaceSpi] Swap space is disabled. To enable use FileSwapSpaceSpi. [10:31:30,983][INFO][main][IgniteKernal] Security status [authentication=off, tls/ssl=off] [10:31:32,693][INFO][main][GridTcpRestProtocol] Command protocol successfully started [name=TCP binary, host=0.0.0.0/0.0.0.0, port=11211] [10:31:43,839][WARNING][tcp-client-disco-msg-worker-#4%null%][TcpDiscoverySpi] Timed out waiting for message delivery receipt (most probably, the reason is in long GC pauses on remote node; consider tuning GC and increasing 'ackTimeout' configuration property). Will retry to send message with increased timeout. Current timeout: 10000. [10:31:49,788][INFO][tcp-client-disco-msg-worker-#4%null%][CacheContinuousQueryHandler] handleClientDisconnectedException for cacheName[ignite-sys-cache] allowReconnect=false, reconnectTimeout=300000, allowHalt=false [10:31:49,801][INFO][tcp-client-disco-msg-worker-#4%null%][CacheContinuousQueryHandler] handleClientDisconnectedException for cacheName[ignite-marshaller-sys-cache] allowReconnect=false, reconnectTimeout=300000, allowHalt=false -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Cluster-can-not-let-more-than-one-client-to-do-continuous-queries-tp9124p9138.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.
