zymap commented on PR #3225:
URL: https://github.com/apache/bookkeeper/pull/3225#issuecomment-1104572683
I fetched your branch, and using `maven clean install -DskipTests`, then run
the bookie with `bin/bookkeeper localbookie 1`, then I just saw the following
output:
```
(⎈ |yong-dev:default)➜ bookkeeper git:(remove-log4j-from-bookkeeper)
bin/bookkeeper localbookie 1
the classpath of module 'bookkeeper-server' is not found, generating it ...
see output at
/Users/zhangyong/external-disk/github.com/zymap/bookkeeper/bookkeeper-server/target/build_classpath.out
for the progress ...
the classpath of module 'bookkeeper-server' is generated at
'/Users/zhangyong/external-disk/github.com/zymap/bookkeeper/bookkeeper-server/target/cached_classpath.txt'.
2022-04-20T22:03:40,822 - WARN - [main:ServerCnxnFactory@309] - maxCnxns is
not configured, using default value 0.
2022-04-20T22:04:09,435 - WARN - [NIOWorkerThread-11:NIOServerCnxn@371] -
Unexpected exception
org.apache.zookeeper.server.ServerCnxn$EndOfStreamException: Unable to read
additional data from client, it probably closed the socket: address =
/127.0.0.1:49378, session = 0x1000d3fa6130000
at
org.apache.zookeeper.server.NIOServerCnxn.handleFailedRead(NIOServerCnxn.java:170)
~[zookeeper-3.8.0.jar:3.8.0]
at
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:333)
~[zookeeper-3.8.0.jar:3.8.0]
at
org.apache.zookeeper.server.NIOServerCnxnFactory$IOWorkRequest.doWork(NIOServerCnxnFactory.java:508)
~[zookeeper-3.8.0.jar:3.8.0]
at
org.apache.zookeeper.server.WorkerService$ScheduledWorkRequest.run(WorkerService.java:153)
~[zookeeper-3.8.0.jar:3.8.0]
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
~[?:1.8.0_201]
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
~[?:1.8.0_201]
at java.lang.Thread.run(Thread.java:748) ~[?:1.8.0_201]
```
--
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]