Hi,

Has anyone faced below exceptions while cqlistener thread is working on? It 
started coming once after I changes regions to be persistent. Am I missing 
anything related to socket timeout?

<geode:disk-store id="my_diskstore" cache-ref="geodeCache"
       compaction-threshold="50"
       auto-compact="false"
       allow-force-compaction="true"
       max-oplog-size="512"
       queue-size="10000"
       time-interval="500"
       write-buffer-size="65536"
       disk-usage-warning-percentage="80"
       disk-usage-critical-percentage="98">
              <geode:disk-dir location="mydata" max-size="25600"/>
       </geode:disk-store>

It tells me that server is unreachable but bouncing client connects to server 
again but after some interval of activity with server, again throws back below 
exception!

[warn 2016/12/19 18:43:22.608 IST <cqListenerContainer-1> tid=0x6c] Pool 
unexpected socket timed out on client connection=Pooled Connection to 
XXXX:40404: Connection[XXXX:40404]@1743344121). Server unreachable: could not 
connect after 1 attempts

[cqListenerContainer-1] ERROR o.s.d.g.l.a.ContinuousQueryListenerAdapter 
Listener execution failed...
org.apache.geode.cache.client.ServerConnectivityException: Pool unexpected 
socket timed out on client connection=Pooled Connection to XXXX:40404: 
Connection[XXXX:40404]@1743344121). Server unreachable: could not connect after 
1 attempts
       at 
org.apache.geode.cache.client.internal.OpExecutorImpl.handleException(OpExecutorImpl.java:819)
       at 
org.apache.geode.cache.client.internal.OpExecutorImpl.handleException(OpExecutorImpl.java:603)
       at 
org.apache.geode.cache.client.internal.OpExecutorImpl.execute(OpExecutorImpl.java:173)
       at 
org.apache.geode.cache.client.internal.OpExecutorImpl.execute(OpExecutorImpl.java:110)
       at 
org.apache.geode.cache.client.internal.PoolImpl.execute(PoolImpl.java:697)
       at 
org.apache.geode.cache.client.internal.PutAllOp.execute(PutAllOp.java:110)
       at 
org.apache.geode.cache.client.internal.ServerRegionProxy.putAll(ServerRegionProxy.java:643)
       at 
org.apache.geode.internal.cache.LocalRegion.basicPutAll(LocalRegion.java:10166)
       at 
org.apache.geode.internal.cache.LocalRegion.putAll(LocalRegion.java:10101)
       at 
org.apache.geode.internal.cache.LocalRegion.putAll(LocalRegion.java:10113)
       at 
org.springframework.data.gemfire.GemfireTemplate.putAll(GemfireTemplate.java:201)
       ... 25 common frames omitted

Thanks,
Dharam


This email is confidential and subject to important disclaimers and conditions 
including on offers for the purchase or sale of securities, accuracy and 
completeness of information,  viruses, confidentiality, legal privilege, and 
legal entity disclaimers, available at 
http://www.jpmorgan.com/pages/disclosures/email

Reply via email to