eolivelli commented on issue #243: asyncAddEntry fails with NPE with 
LedgerHandler created with createLedgerAdv
URL: https://github.com/apache/bookkeeper/issues/243#issuecomment-315383045
 
 
   The signature of asyncAddEntry is wrong, it does not throw BKException as it 
is an async function
   ```
   public void asyncAddEntry(final long entryId, final byte[] data, final int 
offset, final int length,
               final AddCallback cb, final Object ctx) throws BKException
   ```
   
   Maybe we can fix this error too
 
----------------------------------------------------------------
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

Reply via email to