[
https://issues.apache.org/jira/browse/HBASE-20334?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16509068#comment-16509068
]
Sean Busbey commented on HBASE-20334:
-------------------------------------
the unit test failure was:
{code}
[ERROR]
org.apache.hadoop.hbase.replication.TestRemoveFromSerialReplicationPeer.org.apache.hadoop.hbase.replication.TestRemoveFromSerialReplicationPeer
[ERROR] Run 1:
TestRemoveFromSerialReplicationPeer.testRemoveSerialFlag:103->SerialReplicationTestBase.addPeer:219
» TestTimedOut
[ERROR] Run 2:
TestRemoveFromSerialReplicationPeer.org.apache.hadoop.hbase.replication.TestRemoveFromSerialReplicationPeer
»
[ERROR] Run 3:
TestRemoveFromSerialReplicationPeer>SerialReplicationTestBase.setUpBeforeClass:123
» IllegalState
[ERROR] Run 4:
TestRemoveFromSerialReplicationPeer>SerialReplicationTestBase.tearDownAfterClass:133
» IndexOutOfBounds
[ERROR] Run 5:
TestRemoveFromSerialReplicationPeer>SerialReplicationTestBase.setUpBeforeClass:123
» IllegalState
[INFO]
[ERROR]
TestRemoveFromSerialReplicationPeer.testRemoveSerialFlag:103->SerialReplicationTestBase.addPeer:219
» InterruptedIO
[ERROR]
TestRemoveFromSerialReplicationPeer>SerialReplicationTestBase.tearDown:140 »
TimeoutIO
[INFO]
[ERROR] Tests run: 3496, Failures: 0, Errors: 3, Skipped: 45
{code}
This change doesn't touch anything outside of {{dev-support}} so it couldn't
have caused this failure.
> add a test that expressly uses both our shaded client and the one from hadoop
> 3
> -------------------------------------------------------------------------------
>
> Key: HBASE-20334
> URL: https://issues.apache.org/jira/browse/HBASE-20334
> Project: HBase
> Issue Type: Sub-task
> Components: hadoop3, shading
> Affects Versions: 2.0.0
> Reporter: Sean Busbey
> Assignee: Sean Busbey
> Priority: Major
> Attachments: HBASE-20334.0.patch, HBASE-20334.1.patch
>
>
> Since we're making a shaded client that bleed out of our namespace and into
> Hadoop's, we should ensure that we can show our clients coexisting. Even if
> it's just an IT that successfully talks to both us and HDFS via our
> respective shaded clients, that'd be a big help in keeping us proactive.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)