eolivelli commented on a change in pull request #244: Issue#243 - asyncAddEntry fails with NPE with LedgerHandlerAdv URL: https://github.com/apache/bookkeeper/pull/244#discussion_r127819418
########## File path: bookkeeper-server/src/main/java/org/apache/bookkeeper/client/LedgerHandle.java ########## @@ -720,8 +720,7 @@ public void asyncAddEntry(final byte[] data, final AddCallback cb, * @param ctx * some control object */ - public void asyncAddEntry(final long entryId, final byte[] data, final AddCallback cb, final Object ctx) - throws BKException { + public void asyncAddEntry(final long entryId, final byte[] data, final AddCallback cb, final Object ctx) { Review comment: @sijie as LedgerHandleAdv is a subclass I thought it was automatic that all the simple API should work as in the normal LedgerHandle. If this is this the case then I am ok with making all functions without explicit entryid fail. I have not tested with 4.4. IMHO if possible it would be better to support the full API, I think that as last option we will need an extra boolean field in PendingAddOp ---------------------------------------------------------------- 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: us...@infra.apache.org With regards, Apache Git Services