Return-Path: X-Original-To: apmail-hbase-issues-archive@www.apache.org Delivered-To: apmail-hbase-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 4B36A10403 for ; Fri, 23 Aug 2013 21:47:53 +0000 (UTC) Received: (qmail 90118 invoked by uid 500); 23 Aug 2013 21:47:52 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 90064 invoked by uid 500); 23 Aug 2013 21:47:52 -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 89977 invoked by uid 99); 23 Aug 2013 21:47:52 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 23 Aug 2013 21:47:52 +0000 Date: Fri, 23 Aug 2013 21:47:51 +0000 (UTC) From: "Jimmy Xiang (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (HBASE-9327) retryTime log is confusing MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Jimmy Xiang created HBASE-9327: ---------------------------------- Summary: retryTime log is confusing Key: HBASE-9327 URL: https://issues.apache.org/jira/browse/HBASE-9327 Project: HBase Issue Type: Bug Reporter: Jimmy Xiang Priority: Trivial In the log we have this: {noformat} (RpcRetryingCaller.java:callWithRetries(122)) - Call exception, tries=5, retries=35, retryTime=-21839ms {noformat} It looks like the retryTime is negative. Look the code, it is actually a warning message error. We also should use EnvironmentEdgeManager to be consistent. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira