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 AE52118B13 for ; Sat, 10 Oct 2015 09:29:05 +0000 (UTC) Received: (qmail 93502 invoked by uid 500); 10 Oct 2015 09:29:05 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 93443 invoked by uid 500); 10 Oct 2015 09:29:05 -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 93430 invoked by uid 99); 10 Oct 2015 09:29:05 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 10 Oct 2015 09:29:05 +0000 Date: Sat, 10 Oct 2015 09:29:05 +0000 (UTC) From: "Ted Yu (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-14583) Enabled client-side metrics by default MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HBASE-14583?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14951745#comment-14951745 ] Ted Yu commented on HBASE-14583: -------------------------------- Turns out this is not so trivial. In branch-1, TestShell hung. Below was the commit which went in before this patch in branch-1: {code} commit ced679423084c208fa1e09723d5f61c5cab52408 Author: anoopsjohn Date: Fri Oct 9 20:55:22 2015 +0530 HBASE-14525 Append and increment operation throws NullPointerException on non-existing column families.(Abhishek) {code} I checked out the above commit and ran TestShell which passed. Jenkins shows that TestShell hung when this patch went in: https://builds.apache.org/job/HBase-1.3/jdk=latest1.7,label=Hadoop/248/consoleFull {code} Running org.apache.hadoop.hbase.client.TestShell Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 92.298 sec <<< FAILURE! - in org.apache.hadoop.hbase.client.TestReplicationShell testRunShellTests(org.apache.hadoop.hbase.client.TestReplicationShell) Time elapsed: 91.935 sec <<< ERROR! org.jruby.embed.EvalFailedException: (RuntimeError) Shell unit tests failed. Check output file for details. at org.jruby.embed.internal.EmbedEvalUnitImpl.run(EmbedEvalUnitImpl.java:136) at org.jruby.embed.ScriptingContainer.runUnit(ScriptingContainer.java:1263) at org.jruby.embed.ScriptingContainer.runScriptlet(ScriptingContainer.java:1308) at org.apache.hadoop.hbase.client.TestReplicationShell.testRunShellTests(TestReplicationShell.java:34) Caused by: org.jruby.exceptions.RaiseException: (RuntimeError) Shell unit tests failed. Check output file for details. at (Anonymous).(root)(src/test/ruby/tests_runner.rb:84) {code} > Enabled client-side metrics by default > -------------------------------------- > > Key: HBASE-14583 > URL: https://issues.apache.org/jira/browse/HBASE-14583 > Project: HBase > Issue Type: Task > Components: Client, Operability, Performance > Reporter: Nick Dimiduk > Assignee: Nick Dimiduk > Priority: Minor > Fix For: 2.0.0, 1.3.0 > > Attachments: 14583.00.branch-1.patch, 14583.00.patch > > > Enabling this feature by default for master and branch-1. -- This message was sent by Atlassian JIRA (v6.3.4#6332)