[
https://issues.apache.org/jira/browse/HBASE-18522?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16117816#comment-16117816
]
Jerry He commented on HBASE-18522:
----------------------------------
I ran the failed tests with the patch multiple times locally. The same tests
fail and pass in different times.
{noformat}
Failed tests:
TestRSKilledWhenInitializing.testRSTerminationAfterRegisteringToMasterBeforeCreatingEphemeralNode:142
null
Tests in error:
TestSecureLoadIncrementalHFilesSplitRecovery>TestLoadIncrementalHFilesSplitRecovery.testGroupOrSplitFailure:462->TestLoadIncrementalHFilesSplitRecovery.setupTable:136->Object.wait:-2
» TestTimedOut
TestSecureLoadIncrementalHFilesSplitRecovery>TestLoadIncrementalHFilesSplitRecovery.testGroupOrSplitPresplit:389->TestLoadIncrementalHFilesSplitRecovery.setupTable:136->Object.wait:-2
» TestTimedOut
TestSecureLoadIncrementalHFilesSplitRecovery>TestLoadIncrementalHFilesSplitRecovery.testGroupOrSplitWhenRegionHoleExistsInMeta:502->TestLoadIncrementalHFilesSplitRecovery.setupTableWithSplitkeys:159->Object.wait:-2
» TestTimedOut
TestSecureLoadIncrementalHFilesSplitRecovery>TestLoadIncrementalHFilesSplitRecovery.testSplitTmpFileCleanUp:431->TestLoadIncrementalHFilesSplitRecovery.setupTableWithSplitkeys:159->Object.wait:-2
» TestTimedOu
TestSecureLoadIncrementalHFilesSplitRecovery>TestLoadIncrementalHFilesSplitRecovery.testSplitWhileBulkLoadPhase:346->TestLoadIncrementalHFilesSplitRecovery.setupTable:136->Object.wait:-2
» TestTimedOut
Tests run: 32, Failures: 1, Errors: 5, Skipped: 0
{noformat}
And
{noformat}
Failed tests:
TestRSKilledWhenInitializing.testRSTerminationAfterRegisteringToMasterBeforeCreatingEphemeralNode:142
null
Tests in error:
TestZooKeeper.testMasterZKSessionRecoveryFailure:243->testSanity:258->Object.wait:502->Object.wait:-2
»TestTimedOut
TestClientScannerRPCTimeout.testScannerNextRPCTimesout:87 » TableExists
testSc...
Tests run: 32, Failures: 1, Errors: 2, Skipped: 0
{noformat}
I ran a few times without the patch as well. The same tests pass and fail from
time to time.
{noformat}
Tests in error:
TestClientScannerRPCTimeout.testScannerNextRPCTimesout:87 » TableExists
testSc...
TestSecureLoadIncrementalHFilesSplitRecovery>TestLoadIncrementalHFilesSplitRecovery.testGroupOrSplitFailure:462->TestLoadIncrementalHFilesSplitRecovery.setupTable:136->Object.wait:-2
» TestTimedOut
TestSecureLoadIncrementalHFilesSplitRecovery>TestLoadIncrementalHFilesSplitRecovery.testGroupOrSplitPresplit:389->TestLoadIncrementalHFilesSplitRecovery.setupTable:136->Object.wait:-2
» TestTimedOut
TestSecureLoadIncrementalHFilesSplitRecovery>TestLoadIncrementalHFilesSplitRecovery.testGroupOrSplitWhenRegionHoleExistsInMeta:502->TestLoadIncrementalHFilesSplitRecovery.setupTableWithSplitkeys:159->Object.wait:-2
» TestTimedOut
TestSecureLoadIncrementalHFilesSplitRecovery>TestLoadIncrementalHFilesSplitRecovery.testSplitTmpFileCleanUp:431->TestLoadIncrementalHFilesSplitRecovery.setupTableWithSplitkeys:159->Object.wait:-2
» TestTimedOu
TestSecureLoadIncrementalHFilesSplitRecovery>TestLoadIncrementalHFilesSplitRecovery.testSplitWhileBulkLoadPhase:346->TestLoadIncrementalHFilesSplitRecovery.setupTable:136->Object.wait:-2
» TestTimedOut
Tests run: 32, Failures: 0, Errors: 6, Skipped: 0
{noformat}
And
{noformat}
Failed tests:
TestRSKilledWhenInitializing.testRSTerminationAfterRegisteringToMasterBeforeCreatingEphemeralNode:142
null
Tests in error:
TestZooKeeper.testMasterSessionExpired:227->testSanity:258->Object.wait:-2 »
TestTimedOut
TestClientScannerRPCTimeout.testScannerNextRPCTimesout:87 » TableExists
testSc...
{noformat}
> Add RowMutations support to Batch
> ---------------------------------
>
> Key: HBASE-18522
> URL: https://issues.apache.org/jira/browse/HBASE-18522
> Project: HBase
> Issue Type: Improvement
> Affects Versions: 1.2.6
> Reporter: Jerry He
> Assignee: Jerry He
> Fix For: 2.0.0, 3.0.0, 1.4.0, 1.5.0
>
> Attachments: HBASE-18522-branch-1.patch
>
>
> RowMutations is multiple Puts and/or Deletes atomically on a single row.
> Current Batch call does not support RowMutations as part of the batch.
> We should add this missing part. We should be able to batch RowMutations.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)