sijie commented on issue #5669: Pulsar Broker restart fail owing to create functions/assignments topic fail URL: https://github.com/apache/pulsar/issues/5669#issuecomment-562455503 I think the NPE was thrown when `ledgers.ceilingKey` return a NULL value. so a proper fix would be 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: [email protected] With regards, Apache Git Services
