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 2022/08/16 03:11:30 UTC

[GitHub] [pulsar] Technoboy- opened a new issue, #17107: NPE when persistPositionToLedger

Technoboy- opened a new issue, #17107:
URL: https://github.com/apache/pulsar/issues/17107

   ### Search before asking
   
   - [X] I searched in the [issues](https://github.com/apache/pulsar/issues) and found nothing similar.
   
   
   ### Version
   
   Master branch
   
   ### Minimal reproduce step
   
   ReplicatorTest#testReplicatorWithFailedAck
   
   ### What did you expect to see?
   
   No NEP.
   
   ### What did you see instead?
   
   ```
   org.apache.bookkeeper.mledger.ManagedLedgerException: java.lang.NullPointerException
   Caused by: java.lang.NullPointerException
   	at java.util.Objects.requireNonNull(Objects.java:208) ~[?:?]
   	at org.apache.bookkeeper.mledger.impl.ManagedCursorImpl.persistPositionToLedger(ManagedCursorImpl.java:2814) ~[classes/:?]
   	at org.apache.bookkeeper.mledger.impl.ManagedCursorImpl.internalMarkDelete(ManagedCursorImpl.java:1968) ~[classes/:?]
   	at org.apache.bookkeeper.mledger.impl.ManagedCursorImpl.internalAsyncMarkDelete(ManagedCursorImpl.java:1911) ~[classes/:?]
   	at org.apache.bookkeeper.mledger.impl.ManagedCursorImpl.asyncDelete(ManagedCursorImpl.java:2226) ~[classes/:?]
   	at org.apache.bookkeeper.mledger.impl.ManagedCursorImpl.asyncDelete(ManagedCursorImpl.java:2030) ~[classes/:?]
   	at org.apache.pulsar.broker.service.persistent.PersistentReplicator.lambda$deleteFailed$4(PersistentReplicator.java:645) ~[classes/:?]
   ```
   
   ### Anything else?
   
   _No response_
   
   ### 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: commits-unsubscribe@pulsar.apache.org.apache.org

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


[GitHub] [pulsar] github-actions[bot] commented on issue #17107: NPE when persistPositionToLedger

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on issue #17107:
URL: https://github.com/apache/pulsar/issues/17107#issuecomment-1249979308

   The issue had no activity for 30 days, mark with Stale label.


-- 
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: commits-unsubscribe@pulsar.apache.org

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


[GitHub] [pulsar] coderzc commented on issue #17107: NPE when persistPositionToLedger

Posted by GitBox <gi...@apache.org>.
coderzc commented on issue #17107:
URL: https://github.com/apache/pulsar/issues/17107#issuecomment-1217997521

   It seems to be a flask test, I will fix it.


-- 
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: commits-unsubscribe@pulsar.apache.org

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


[GitHub] [pulsar] tisonkun commented on issue #17107: NPE when persistPositionToLedger

Posted by "tisonkun (via GitHub)" <gi...@apache.org>.
tisonkun commented on issue #17107:
URL: https://github.com/apache/pulsar/issues/17107#issuecomment-1512422412

   Closed.
   
   See https://github.com/apache/pulsar/pull/20096 and https://github.com/apache/pulsar/pull/20096#discussion_r1169428743.


-- 
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: commits-unsubscribe@pulsar.apache.org

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


[GitHub] [pulsar] tisonkun closed issue #17107: NPE when persistPositionToLedger

Posted by "tisonkun (via GitHub)" <gi...@apache.org>.
tisonkun closed issue #17107: NPE when persistPositionToLedger 
URL: https://github.com/apache/pulsar/issues/17107


-- 
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: commits-unsubscribe@pulsar.apache.org

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