[
https://issues.apache.org/jira/browse/HBASE-21142?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16608061#comment-16608061
]
Duo Zhang commented on HBASE-21142:
-----------------------------------
The TestClientOperationTimeout also failed in a strange way...
https://builds.apache.org/job/HBase-Flaky-Tests/job/master/503/artifact/hbase-server/target/surefire-reports/org.apache.hadoop.hbase.TestClientOperationTimeout-output.txt/*view*/
{noformat}
2018-09-08 09:16:17,488 INFO [Time-limited test] hbase.ResourceChecker(148):
before: TestClientOperationTimeout#testPutTimeout Thread=208,
OpenFileDescriptor=1083, MaxFileDescriptor=60000, SystemLoadAverage=944,
ProcessCount=328, AvailableMemoryMB=6963
2018-09-08 09:16:17,489 WARN [Time-limited test] hbase.ResourceChecker(135):
OpenFileDescriptor=1083 is superior to 1024
2018-09-08 09:16:17,511 INFO [RS-EventLoopGroup-1-3]
ipc.ServerRpcConnection(556): Connection from 67.195.81.139:60496,
version=3.0.0-SNAPSHOT, sasl=false, ugi=jenkins (auth:SIMPLE),
service=MasterService
2018-09-08 09:16:17,532 INFO
[RpcServer.default.FPBQ.Fifo.handler=4,queue=0,port=42070]
master.HMaster$3(1917): Client=jenkins//67.195.81.139 create 'testPutTimeout',
{NAME => 'family', VERSIONS => '1', EVICT_BLOCKS_ON_CLOSE => 'false',
NEW_VERSION_BEHAVIOR => 'false', KEEP_DELETED_CELLS => 'FALSE',
CACHE_DATA_ON_WRITE => 'false', DATA_BLOCK_ENCODING => 'NONE', TTL =>
'FOREVER', MIN_VERSIONS => '0', REPLICATION_SCOPE => '0', BLOOMFILTER =>
'NONE', CACHE_INDEX_ON_WRITE => 'false', IN_MEMORY => 'false',
CACHE_BLOOMS_ON_WRITE => 'false', PREFETCH_BLOCKS_ON_OPEN => 'false',
COMPRESSION => 'NONE', BLOCKCACHE => 'true', BLOCKSIZE => '65536'}
2018-09-08 09:16:18,046 INFO [Time-limited test] hbase.ResourceChecker(172):
after: TestClientOperationTimeout#testPutTimeout Thread=209 (was 208)
{noformat}
All the test methods are finished very soon but later we are still trying to
create the test tables!
{noformat}
2018-09-08 09:16:18,893 DEBUG
[RpcServer.default.FPBQ.Fifo.handler=4,queue=0,port=42070]
procedure2.ProcedureExecutor(1117): Stored pid=9,
state=RUNNABLE:CREATE_TABLE_PRE_OPERATION, hasLock=false; CreateTableProcedure
table=testPutTimeout
2018-09-08 09:16:19,119 DEBUG
[RpcServer.default.FPBQ.Fifo.handler=2,queue=0,port=42070]
procedure2.ProcedureExecutor(1117): Stored pid=11,
state=RUNNABLE:CREATE_TABLE_PRE_OPERATION, hasLock=false; CreateTableProcedure
table=testScanTimeout
2018-09-08 09:16:19,119 DEBUG
[RpcServer.default.FPBQ.Fifo.handler=3,queue=0,port=42070]
procedure2.ProcedureExecutor(1117): Stored pid=10,
state=RUNNABLE:CREATE_TABLE_PRE_OPERATION, hasLock=false; CreateTableProcedure
table=testGetTimeout
{noformat}
> ReopenTableRegionsProcedure sometimes hangs
> -------------------------------------------
>
> Key: HBASE-21142
> URL: https://issues.apache.org/jira/browse/HBASE-21142
> Project: HBase
> Issue Type: Sub-task
> Components: amv2, proc-v2
> Reporter: Duo Zhang
> Priority: Major
>
> https://builds.apache.org/job/HBase-Flaky-Tests/job/master/364/artifact/hbase-server/target/surefire-reports/org.apache.hadoop.hbase.replication.TestSyncReplicationMoreLogsInLocalGiveUpSplitting-output.txt/*view*/
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)