[
https://issues.apache.org/jira/browse/HBASE-16980?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Yu Li updated HBASE-16980:
--------------------------
Attachment: HBASE-16980.branch-1.2.patch
Attaching a patch for branch-1.2 first, and this should also apply to master
branch.
After patch, TestRowProcessorEndpoint could pass stably in my local
environment, and I could see logs like below indicating we still encounters
RetriesExhaustedException but won't affect result anymore:
{noformat}
2016-11-01 15:26:46,698 DEBUG [main] coprocessor.TestRowProcessorEndpoint(246):
row keyvalues:[d:e f:g ]
2016-11-01 15:26:46,700 DEBUG [main] coprocessor.TestRowProcessorEndpoint(248):
row2 keyvalues:[a:bc b:def c:g ]
2016-11-01 15:26:46,700 DEBUG [main] coprocessor.TestRowProcessorEndpoint(252):
We failed 9 times during test
{noformat}
> TestRowProcessorEndpoint failing consistently
> ---------------------------------------------
>
> Key: HBASE-16980
> URL: https://issues.apache.org/jira/browse/HBASE-16980
> Project: HBase
> Issue Type: Bug
> Affects Versions: 1.2.4
> Reporter: Andrew Purtell
> Assignee: Yu Li
> Attachments: HBASE-16980.branch-1.2.patch
>
>
> Found while evaluating 1.2.4 RC1
> {noformat}
> TestRowProcessorEndpoint.testMultipleRows:246 expected:<3> but was:<2>
> TestRowProcessorEndpoint.testReadModifyWrite:184 expected:<101> but was:<91>
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)