-
Couldn't load subscription status.
- Fork 3.4k
HBASE-28924 Create the start time right before creating the reader to calculate elapsedTime in testPrefetchWithDelay #6371
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
…lapsedTime in testPrefetchWithDelay
|
💔 -1 overall
This message was automatically generated. |
|
@gvprathyusha6 Approved. The spotbugs warning is unrelated. |
|
💔 -1 overall
This message was automatically generated. |
Raised HBASE-28927 for spotbugs, introduced in HBASE-28432. Sorry for the noise ! |
…lapsedTime in testPrefetchWithDelay (#6371) Signed-off-by: Andrew Purtell <[email protected]> Signed-off-by: Wellington Chevreuil <[email protected]>
…lapsedTime in testPrefetchWithDelay (#6371) Signed-off-by: Andrew Purtell <[email protected]> Signed-off-by: Wellington Chevreuil <[email protected]>
|
Hi @apurtell just a heads up. Seems JIRA# somehow got lost during merge of this PR |
…lapsedTime in testPrefetchWithDelay (apache#6371) Signed-off-by: Andrew Purtell <[email protected]> Signed-off-by: Wellington Chevreuil <[email protected]>
…lapsedTime in testPrefetchWithDelay (apache#6371) Signed-off-by: Andrew Purtell <[email protected]> Signed-off-by: Wellington Chevreuil <[email protected]>
…6371) Signed-off-by: Andrew Purtell <[email protected]> Signed-off-by: Wellington Chevreuil <[email protected]>
…6371) Signed-off-by: Andrew Purtell <[email protected]> Signed-off-by: Wellington Chevreuil <[email protected]>
…6371) Signed-off-by: Andrew Purtell <[email protected]> Signed-off-by: Wellington Chevreuil <[email protected]>
This test currently fails intermittently in master branch, as startime is post reader creation
Elapsed time is sometimes 25074ms and sometimes 24994ms (but delay is 25000ms) since starttime was calculated after reader creation