labuladong opened a new issue, #18557:
URL: https://github.com/apache/pulsar/issues/18557

   ### Search before asking
   
   - [X] I searched in the [issues](https://github.com/apache/pulsar/issues) 
and found nothing similar.
   
   
   ### Version
   
   Master branch 177b96a78a
   
   ### Minimal reproduce step
   
   Just start standalone using zookeeper as metastore:
   
   ```shell
   PULSAR_STANDALONE_USE_ZOOKEEPER=1 ./bin/pulsar standalone --num-bookies 2
   ```
   
   ### What did you expect to see?
   
   Start standalone normally.
   
   ### What did you see instead?
   
   Standalone started, but with a zk error log periodically:
   
   ```shell
   2022-11-21T15:12:36,866+0800 [NIOWorkerThread-4] INFO  
org.apache.zookeeper.server.ZooKeeperServer - Refusing session request for 
client /127.0.0.1:55675 as it has seen zxid 0x3528 our last zxid is 0xba client 
must try another server
   2022-11-21T15:12:38,418+0800 [NIOWorkerThread-11] INFO  
org.apache.zookeeper.server.ZooKeeperServer - Refusing session request for 
client /127.0.0.1:55676 as it has seen zxid 0x3528 our last zxid is 0xba client 
must try another server
   2022-11-21T15:12:39,979+0800 [NIOWorkerThread-10] INFO  
org.apache.zookeeper.server.ZooKeeperServer - Refusing session request for 
client /127.0.0.1:55677 as it has seen zxid 0x3528 our last zxid is 0xba client 
must try another server
   2022-11-21T15:12:41,349+0800 [NIOWorkerThread-8] INFO  
org.apache.zookeeper.server.ZooKeeperServer - Refusing session request for 
client /127.0.0.1:55681 as it has seen zxid 0x3528 our last zxid is 0xba client 
must try another server
   2022-11-21T15:12:42,821+0800 [NIOWorkerThread-4] INFO  
org.apache.zookeeper.server.ZooKeeperServer - Refusing session request for 
client /127.0.0.1:55684 as it has seen zxid 0x3528 our last zxid is 0xba client 
must try another server
   2022-11-21T15:12:44,642+0800 [NIOWorkerThread-6] INFO  
org.apache.zookeeper.server.ZooKeeperServer - Refusing session request for 
client /127.0.0.1:55685 as it has seen zxid 0x3528 our last zxid is 0xba client 
must try another server
   2022-11-21T15:12:46,733+0800 [NIOWorkerThread-16] INFO  
org.apache.zookeeper.server.ZooKeeperServer - Refusing session request for 
client /127.0.0.1:55687 as it has seen zxid 0x3528 our last zxid is 0xba client 
must try another server
   2022-11-21T15:12:47,984+0800 [NIOWorkerThread-9] INFO  
org.apache.zookeeper.server.ZooKeeperServer - Refusing session request for 
client /127.0.0.1:55688 as it has seen zxid 0x3528 our last zxid is 0xba client 
must try another server
   ```
   
   ### Anything else?
   
   I didn't see this log before, so I guess it is caused by recent changes.
   
   ### Are you willing to submit a PR?
   
   - [ ] I'm willing to submit a PR!


-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to