Uh oh!
There was an error while loading. Please reload this page.
HBASE-26688 Threads shared EMPTY_RESULT may lead to unexpected client job down - #4072
HBASE-26688 Threads shared EMPTY_RESULT may lead to unexpected client job down#4072YutSean wants to merge 1 commit into
Conversation
Apache-HBase
commented
Jan 27, 2022
🎊 +1 overall
This message was automatically generated. |
| } | ||
| @Test | ||
| public void testAdvanceTwiceOnEmptyCell() throws IOException { |
There was a problem hiding this comment.
Better keep this test but use two assertFalse to confirm that the second advance call will return false?
There was a problem hiding this comment.
Better keep this test but use two assertFalse to confirm that the second advance call will return false?
After the change, empty list will always return false. I think we could change the UT's name to testAdvanceMultipieOnEmptyCell and use an arbitrary value > 2 to assert false. What do you think?
There was a problem hiding this comment.
It is also fine. Just go ahead.
Apache-HBase
commented
Jan 27, 2022
💔 -1 overall
This message was automatically generated. |
0d9b4d6 to
6dabd2eCompareApache-HBase
commented
Jan 27, 2022
💔 -1 overall
This message was automatically generated. |
https://issues.apache.org/jira/browse/HBASE-26688