You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2018/03/26 18:31:30 UTC

[GitHub] merlimat commented on issue #1442: Revert "Recycle OpAddEntry when ledger-ops fails (#1415)"

merlimat commented on issue #1442: Revert "Recycle OpAddEntry when ledger-ops fails (#1415)"
URL: https://github.com/apache/incubator-pulsar/pull/1442#issuecomment-376266483
 
 
   @rdhabalia I think this is probably what's happening: 
   
   ```
   18:19:24.743 [BookKeeperClientWorker-OrderedSafeExecutor-0-0:org.apache.bookkeeper.common.util.SafeRunnable@38] ERROR org.apache.bookkeeper.common.util.SafeRunnable - Unexpected throwable caught 
   java.lang.NullPointerException: null
   	at org.apache.bookkeeper.mledger.impl.OpAddEntry.addComplete(OpAddEntry.java:108) ~[classes/:?]
   	at org.apache.bookkeeper.client.AsyncCallback$AddCallback.addCompleteWithLatency(AsyncCallback.java:91) ~[bookkeeper-server-shaded-4.7.0-SNAPSHOT.jar:4.7.0-SNAPSHOT]
   	at org.apache.bookkeeper.client.PendingAddOp.submitCallback(PendingAddOp.java:361) ~[bookkeeper-server-shaded-4.7.0-SNAPSHOT.jar:4.7.0-SNAPSHOT]
   	at org.apache.bookkeeper.client.LedgerHandle.errorOutPendingAdds(LedgerHandle.java:1531) ~[bookkeeper-server-shaded-4.7.0-SNAPSHOT.jar:4.7.0-SNAPSHOT]
   	at org.apache.bookkeeper.client.LedgerHandle$5.safeRun(LedgerHandle.java:508) ~[bookkeeper-server-shaded-4.7.0-SNAPSHOT.jar:4.7.0-SNAPSHOT]
   	at org.apache.bookkeeper.common.util.SafeRunnable.run(SafeRunnable.java:36) [bookkeeper-server-shaded-4.7.0-SNAPSHOT.jar:4.7.0-SNAPSHOT]
   	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_152]
   	at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_152]
   	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180) [?:1.8.0_152]
   	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) [?:1.8.0_152]
   	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_152]
   	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_152]
   	at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) [netty-all-4.1.21.Final.jar:4.1.21.Final]
   	at java.lang.Thread.run(Thread.java:748) [?:1.8.0_152]
   ```
   
   See https://builds.apache.org/job/pulsar_precommit_java8/2/testReport/org.apache.bookkeeper.mledger.impl/ManagedLedgerBkTest/managedLedgerClosed/

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services