You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2020/08/21 06:25:24 UTC

[GitHub] [pulsar] jiangmincong opened a new issue #7870: The broker node crashes and the log shows zktime out,pulsar version 2.5.0

jiangmincong opened a new issue #7870:
URL: https://github.com/apache/pulsar/issues/7870


   zk log
   2020-08-21 13:25:16,072 [myid:009] - WARN  [NIOWorkerThread-76:NIOServerCnxn@364] - Unexpected exception
   EndOfStreamException: Unable to read additional data from client, it probably closed the socket: address = /10.242.63.172:49630, session = 0xa00e3a203cd0463
           at org.apache.zookeeper.server.NIOServerCnxn.handleFailedRead(NIOServerCnxn.java:163)
           at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:326)
           at org.apache.zookeeper.server.NIOServerCnxnFactory$IOWorkRequest.doWork(NIOServerCnxnFactory.java:522)
           at org.apache.zookeeper.server.WorkerService$ScheduledWorkRequest.run(WorkerService.java:154)
           at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
           at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
           at java.lang.Thread.run(Thread.java:748)
   		
   broker log
   INFO  org.apache.pulsar.zookeeper.ZooKeeperDataCache - [State:CONNECTED Timeout:30000 sessionid:0xa0293b70e940002 local:/10.242.63.194:51680 


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [pulsar] xuesong172500 commented on issue #7870: The broker node crashes and the log shows zktime out,pulsar version 2.5.0

Posted by GitBox <gi...@apache.org>.
xuesong172500 commented on issue #7870:
URL: https://github.com/apache/pulsar/issues/7870#issuecomment-678995441


   @jiangmincong modify zookeeper client zooKeeperSessionTimeoutMillis/zooKeeperOperationTimeoutSeconds, Modify the property value and set it larger.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [pulsar] codelipenghui commented on issue #7870: The broker node crashes and the log shows zktime out,pulsar version 2.5.0

Posted by GitBox <gi...@apache.org>.
codelipenghui commented on issue #7870:
URL: https://github.com/apache/pulsar/issues/7870#issuecomment-678284554


   @jiangmincong Current implementation is when zookeeper session time occurs, the broker will shutdown and we are trying to introduce a retry mechanism to solve this problem. Maybe it can be included in 2.6.2.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [pulsar] jiangmincong commented on issue #7870: The broker node crashes and the log shows zktime out,pulsar version 2.5.0

Posted by GitBox <gi...@apache.org>.
jiangmincong commented on issue #7870:
URL: https://github.com/apache/pulsar/issues/7870#issuecomment-678949158


   Hello, are there other ways to avoid this problem? Modify configuration parameters or other?


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org