wolfstudy opened a new pull request #5809: [Issue:5669] Fix the ledgerID not found cause NPE URL: https://github.com/apache/pulsar/pull/5809 Signed-off-by: xiaolong.ran <r...@apache.org> Fixes #5669 ### Motivation when `ledgers.ceilingKey` return a NULL value, we need to process the `ledgerId` is NUll case. ### Modifications - change `long ledgerId` to `Long ledgerId` and check if `ledgerId` is NULL.
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services