You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@bookkeeper.apache.org by GitBox <gi...@apache.org> on 2022/04/07 00:06:29 UTC

[GitHub] [bookkeeper] hangc0276 commented on pull request #3188: Issue 3165: Bookie does not show logs in 4.15.0rc0

hangc0276 commented on PR #3188:
URL: https://github.com/apache/bookkeeper/pull/3188#issuecomment-1090943438

   It seams still have some problem. 
   When I run bookies in local using the command `bin/bookkeeper localbookie 1`
   ```
   2022-04-07T07:57:38,155 - INFO  - [main:FileTxnSnapLog@479] - Snapshotting: 0x0 to /var/folders/9c/rvr_sgfd6gz7mmnp33j0bfcr0000gn/T/zookeeper13765277709709926628test/version-2/snapshot.0
   2022-04-07T07:57:38,156 - INFO  - [main:ZooKeeperServer@547] - Snapshot taken in 2 ms
   2022-04-07T07:57:38,171 - INFO  - [ProcessThread(sid:0 cport:2181)::PrepRequestProcessor@138] - PrepRequestProcessor (sid:0) started, reconfigEnabled=false
   2022-04-07T07:57:38,171 - INFO  - [main:RequestThrottler@75] - zookeeper.request_throttler.shutdownTimeout = 10000 ms
   2022-04-07T07:57:38,199 - INFO  - [NIOWorkerThread-1:FourLetterCommands@223] - The list of known four letter word commands is : [{1936881266=srvr, 1937006964=stat, 2003003491=wchc, 1685417328=dump, 1668445044=crst, 1936880500=srst, 1701738089=envi, 1668247142=conf, -720899=telnet close, 1751217000=hash, 2003003507=wchs, 2003003504=wchp, 1684632179=dirs, 1668247155=cons, 1835955314=mntr, 1769173615=isro, 1920298859=ruok, 1735683435=gtmk, 1937010027=stmk}]
   2022-04-07T07:57:38,200 - INFO  - [NIOWorkerThread-1:FourLetterCommands@224] - The list of enabled four letter word commands is : [[wchs, stat, wchp, dirs, stmk, conf, ruok, mntr, srvr, wchc, envi, srst, isro, dump, gtmk, telnet close, crst, hash, cons]]
   2022-04-07T07:57:38,200 - INFO  - [NIOWorkerThread-1:NIOServerCnxn@514] - Processing stat command from /127.0.0.1:52434
   2022-04-07T07:57:38,205 - INFO  - [NIOWorkerThread-1:StatCommand@52] - Stat command output
   2022-04-07T07:57:38,207 - INFO  - [main:LocalBookKeeper@450] - Server UP
   ```
   It won't print any logs after `Server UP` print out.


-- 
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: issues-unsubscribe@bookkeeper.apache.org

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