You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zookeeper.apache.org by "sunfeifei (Jira)" <ji...@apache.org> on 2019/12/06 07:33:00 UTC

[jira] [Created] (ZOOKEEPER-3639) Unexpected exception causing CommitProcessor to exit

sunfeifei created ZOOKEEPER-3639:
------------------------------------

             Summary: Unexpected exception causing CommitProcessor to exit
                 Key: ZOOKEEPER-3639
                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-3639
             Project: ZooKeeper
          Issue Type: Bug
         Environment: zk_version 3.4.6--1, built on 06/02/2015 12:00 GMT
            Reporter: sunfeifei


2019-12-01 21:46:16,537 [myid:161] - ERROR [CommitProcessor:161:CommitProcessor@148] - Unexpected exception causing CommitProcessor to exit
java.lang.NullPointerException
	at org.apache.zookeeper.server.ZKDatabase.addCommittedProposal(ZKDatabase.java:250)
	at org.apache.zookeeper.server.FinalRequestProcessor.processRequest(FinalRequestProcessor.java:120)
	at org.apache.zookeeper.server.quorum.CommitProcessor.run(CommitProcessor.java:74)
2019-12-04 21:46:16,537 [myid:161] - INFO  [CommitProcessor:161:CommitProcessor@150] - CommitProcessor exited loop!



2019-12-01 21:46:36,616 [myid:161] - INFO  [NIOServerCxn.Factory:0.0.0.0/0.0.0.0:2181:ZooKeeperServer@841] - Refusing session request for client /192.168.40.20:14973 as it has seen zxid 0x1119e271e9 our last zxid is 0x1119e271e7 client must try another server
2019-12-01 21:46:36,617 [myid:161] - INFO  [NIOServerCxn.Factory:0.0.0.0/0.0.0.0:2181:ZooKeeperServer@841] - Refusing session request for client /192.168.53.50:51241 as it has seen zxid 0x1119e271e9 our last zxid is 0x1119e271e7 client must try another server
2019-12-01 21:46:36,631 [myid:161] - INFO  [NIOServerCxn.Factory:0.0.0.0/0.0.0.0:2181:ZooKeeperServer@841] - Refusing session request for client /192.168.164.94:32532 as it has seen zxid 0x1119e274a5 our last zxid is 0x1119e271e7 client must try another server



--
This message was sent by Atlassian Jira
(v8.3.4#803005)