[
https://issues.apache.org/jira/browse/BOOKKEEPER-873?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14910014#comment-14910014
]
Venkateswararao Jujjuri commented on BOOKKEEPER-873:
----------------------------------------------------
There may be other issues lurking here.
As I said in my previous note, if ledgerID is a -ve number I am seeing
NoSuchEntryException.
But with the following code I made sure no -ve numbers, I still see
BKNoSuchLedgerExistsException occasionally.
ledgerId = rng.nextLong();
ledgerId &= Long.MAX_VALUE;
It is the same test I ran that is mentioned above
testLedgerCreateAdvWithLedgerIdInLoop() . This is less frequent though.
> Enhance CreatedLedger API to accept ledgerId as input
> -----------------------------------------------------
>
> Key: BOOKKEEPER-873
> URL: https://issues.apache.org/jira/browse/BOOKKEEPER-873
> Project: Bookkeeper
> Issue Type: Sub-task
> Components: bookkeeper-client
> Affects Versions: 4.3.1
> Reporter: Venkateswararao Jujjuri
> Assignee: Venkateswararao Jujjuri
> Fix For: 4.4.0
>
>
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)