Skip to content

Instantly share code, notes, and snippets.

@massakam
Created February 22, 2018 09:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save massakam/2136f3843259ec80af2d5f1312090854 to your computer and use it in GitHub Desktop.
Save massakam/2136f3843259ec80af2d5f1312090854 to your computer and use it in GitHub Desktop.
18:22:27.109 [bookkeeper-io-1-2] INFO o.a.b.proto.PerChannelBookieClient - Successfully connected to bookie: [id: 0x89cc706a, L:/xxx.xxx.xxx.xxx:58596 - R:xxx.xxx.xxx.xxx/xxx.xxx.xxx.xxx:3181]
18:22:27.115 [bookkeeper-io-1-1] INFO o.a.b.proto.PerChannelBookieClient - Successfully connected to bookie: [id: 0xc7027cba, L:/xxx.xxx.xxx.xxx:52106 - R:xxx.xxx.xxx.xxx/xxx.xxx.xxx.xxx:3181]
18:22:56.433 [BookKeeperClientScheduler-3-1] INFO o.a.b.proto.PerChannelBookieClient - Timed-out 1 operations to channel [id: 0xc7027cba, L:/xxx.xxx.xxx.xxx:52106 - R:xxx.xxx.xxx.xxx/xxx.xxx.xxx.xxx:3181] for xxx.xxx.xxx.xxx:3181
18:22:56.433 [BookKeeperClientScheduler-3-1] INFO o.a.b.proto.PerChannelBookieClient - Timed-out 1 operations to channel [id: 0x89cc706a, L:/xxx.xxx.xxx.xxx:58596 - R:xxx.xxx.xxx.xxx/xxx.xxx.xxx.xxx:3181] for xxx.xxx.xxx.xxx:3181
18:22:56.434 [BookKeeperClientWorker-8-1] ERROR o.a.b.client.ReadLastConfirmedOp - While readLastConfirmed ledger: 241066 did not hear success responses from all quorums
18:22:56.443 [main] ERROR o.a.bookkeeper.bookie.BookieShell - Error reading entries from ledger
org.apache.bookkeeper.client.BKException$BKLedgerRecoveryException: null
at org.apache.bookkeeper.client.BKException.create(BKException.java:68) ~[bookkeeper-server-4.3.1.83-yahoo.jar:4.3.1.83-yahoo]
at org.apache.bookkeeper.client.BookKeeperAdmin.openLedger(BookKeeperAdmin.java:274) ~[bookkeeper-server-4.3.1.83-yahoo.jar:4.3.1.83-yahoo]
at org.apache.bookkeeper.bookie.BookieShell$ReadLedgerEntriesCmd.runCmd(BookieShell.java:498) ~[bookkeeper-server-4.3.1.83-yahoo.jar:4.3.1.83-yahoo]
at org.apache.bookkeeper.bookie.BookieShell$MyCommand.runCmd(BookieShell.java:170) [bookkeeper-server-4.3.1.83-yahoo.jar:4.3.1.83-yahoo]
at org.apache.bookkeeper.bookie.BookieShell.run(BookieShell.java:1876) [bookkeeper-server-4.3.1.83-yahoo.jar:4.3.1.83-yahoo]
at org.apache.bookkeeper.bookie.BookieShell.main(BookieShell.java:1903) [bookkeeper-server-4.3.1.83-yahoo.jar:4.3.1.83-yahoo]
18:22:56.444 [main] INFO o.a.b.proto.PerChannelBookieClient - Closing the per channel bookie client for xxx.xxx.xxx.xxx:3181
18:22:56.450 [main] INFO o.a.b.proto.PerChannelBookieClient - Closing the per channel bookie client for xxx.xxx.xxx.xxx:3181
18:22:56.460 [bookkeeper-io-1-2] INFO o.a.b.proto.PerChannelBookieClient - Disconnected from bookie channel [id: 0x89cc706a, L:/xxx.xxx.xxx.xxx:58596 ! R:xxx.xxx.xxx.xxx/xxx.xxx.xxx.xxx:3181]
18:22:56.460 [bookkeeper-io-1-1] INFO o.a.b.proto.PerChannelBookieClient - Disconnected from bookie channel [id: 0xc7027cba, L:/xxx.xxx.xxx.xxx:52106 ! R:xxx.xxx.xxx.xxx/xxx.xxx.xxx.xxx:3181]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment