Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 569C4200B61 for ; Tue, 26 Jul 2016 05:22:22 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 55360160A91; Tue, 26 Jul 2016 03:22:22 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 9C2F5160A7D for ; Tue, 26 Jul 2016 05:22:21 +0200 (CEST) Received: (qmail 81991 invoked by uid 500); 26 Jul 2016 03:22:20 -0000 Mailing-List: contact issues-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@hbase.apache.org Received: (qmail 81962 invoked by uid 99); 26 Jul 2016 03:22:20 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 26 Jul 2016 03:22:20 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 8157A2C0D5D for ; Tue, 26 Jul 2016 03:22:20 +0000 (UTC) Date: Tue, 26 Jul 2016 03:22:20 +0000 (UTC) From: "Duo Zhang (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HBASE-16281) TestMasterReplication is flaky MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Tue, 26 Jul 2016 03:22:22 -0000 [ https://issues.apache.org/jira/browse/HBASE-16281?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Duo Zhang updated HBASE-16281: ------------------------------ Resolution: Fixed Hadoop Flags: Reviewed Status: Resolved (was: Patch Available) Pushed to all active branches. Thanks [~yangzhe1991] for the patch. Thanks all for reviewing. > TestMasterReplication is flaky > ------------------------------ > > Key: HBASE-16281 > URL: https://issues.apache.org/jira/browse/HBASE-16281 > Project: HBase > Issue Type: Bug > Affects Versions: 2.0.0, 1.3.0, 1.4.0, 1.2.2, 0.98.20, 1.1.6 > Reporter: Phil Yang > Assignee: Phil Yang > Fix For: 2.0.0, 1.3.0, 1.4.0, 0.98.21, 1.2.3, 1.1.7 > > Attachments: HBASE-16281-v1.patch, HBASE-16281-v1.patch, HBASE-16281-v1.patch > > > In TestMasterReplication we put some mutations and wait until we can read the data from slave cluster. However the waiting time is too short. Replication service in slave cluster may not be initialized and ready to handle replication RPC requests in several seconds. > We should wait for more time. > {quote} > 2016-07-25 11:47:03,156 WARN [Time-limited test-EventThread.replicationSource,1.replicationSource.10.235.114.28%2C56313%2C1469418386448,1] regionserver.HBaseInterClusterReplicationEndpoint(310): Can't replicate because of a local or network error: > java.io.IOException: java.io.IOException: Replication services are not initialized yet > at org.apache.hadoop.hbase.ipc.RpcServer.call(RpcServer.java:2263) > at org.apache.hadoop.hbase.ipc.CallRunner.run(CallRunner.java:118) > at org.apache.hadoop.hbase.ipc.RpcExecutor$Handler.run(RpcExecutor.java:189) > at org.apache.hadoop.hbase.ipc.RpcExecutor$Handler.run(RpcExecutor.java:169) > Caused by: com.google.protobuf.ServiceException: Replication services are not initialized yet > at org.apache.hadoop.hbase.regionserver.RSRpcServices.replicateWALEntry(RSRpcServices.java:1935) > at org.apache.hadoop.hbase.protobuf.generated.AdminProtos$AdminService$2.callBlockingMethod(AdminProtos.java:22751) > at org.apache.hadoop.hbase.ipc.RpcServer.call(RpcServer.java:2212) > ... 3 more > {quote} -- This message was sent by Atlassian JIRA (v6.3.4#6332)