[jira] [Created] (HBASE-19758) Split TestHCM to several smaller tests

2018-01-10 Thread Duo Zhang (JIRA)
Duo Zhang created HBASE-19758: - Summary: Split TestHCM to several smaller tests Key: HBASE-19758 URL: https://issues.apache.org/jira/browse/HBASE-19758 Project: HBase Issue Type: Improvement

Re: [VOTE] The first hbase-2.0.0-beta-1 Release Candidate is available

2018-01-10 Thread Apekshit Sharma
On Wed, Jan 10, 2018 at 11:25 AM, Zach York wrote: > What is the expectation for flaky tests? I was going to post some test > failures, but saw that they were included in the excludes for flaky tests. > > I understand we might be okay with having flaky tests for

Missing jira number in commit message.

2018-01-10 Thread Duo Zhang
commit ee3accb37095c61dec23b9216b1f6e160ce3414d Author: Rahul Gidwani Date: Wed Dec 6 12:06:19 2017 -0800 Add more flexibility for input directory structure to LoadIncrementalHFiles There is no jira number in the commit message. The committer who committed this

Re: [VOTE] The second hbase-2.0.0-beta-1 Release Candidate is available for download

2018-01-10 Thread Yu Li
I believe this one is already sunk according to stack's reply: -- Forwarded message -- From: Stack Date: 10 January 2018 at 02:09 Subject: Re: [VOTE] The second hbase-2.0.0-beta-1 Release Candidate is available for download To: HBase Dev List

Re: [VOTE] The first hbase-2.0.0-beta-1 Release Candidate is available

2018-01-10 Thread Jean-Marc Spaggiari
Oh, interesting! If the local DN is dead, HBase can not start... I will have expected it to just used HDFS and any other node... That's why my HBase was not able to start. Same, if the DN dies, HBase will not be able to stop. Should we not be able to survive one DN failure? JM 2018-01-10 5:31

Re: [VOTE] The first hbase-2.0.0-beta-1 Release Candidate is available

2018-01-10 Thread Duo Zhang
Connection refuse? Have you checked the status of the datanode on node8? 2018-01-10 18:31 GMT+08:00 Jean-Marc Spaggiari : > I know, this one sunk, but still running it on my cluster, so here is a new > issue I just got > > Any idea what this can be? I see this only a

[jira] [Created] (HBASE-19752) RSGroupBasedLoadBalancer#getMisplacedRegions() should handle the case where rs group cannot be determined

2018-01-10 Thread Ted Yu (JIRA)
Ted Yu created HBASE-19752: -- Summary: RSGroupBasedLoadBalancer#getMisplacedRegions() should handle the case where rs group cannot be determined Key: HBASE-19752 URL: https://issues.apache.org/jira/browse/HBASE-19752

[jira] [Created] (HBASE-19751) Use RegionInfo directly instead of an identifier and a namespace when getting WAL

2018-01-10 Thread Duo Zhang (JIRA)
Duo Zhang created HBASE-19751: - Summary: Use RegionInfo directly instead of an identifier and a namespace when getting WAL Key: HBASE-19751 URL: https://issues.apache.org/jira/browse/HBASE-19751 Project:

Re: [VOTE] The second hbase-2.0.0-beta-1 Release Candidate is available for download

2018-01-10 Thread Jean-Marc Spaggiari
"Remaining KVs" field in master WebUI shows negative values... Is that tracked anywhere? 2018-01-10 5:12 GMT-05:00 Jean-Marc Spaggiari : > Oh, you're right! I missed it! Ok. Thanks. Will wait for the next one. > > JM > > 2018-01-10 5:00 GMT-05:00 Yu Li

Re: disabled Jenkins jobs

2018-01-10 Thread Mike Drob
I believe we're migrating everything to the nightly branch matrix job. https://builds.apache.org/view/H-L/view/HBase/job/HBase%20Nightly/ On Wed, Jan 10, 2018 at 10:44 AM, Ted Yu wrote: > Hi, > I was looking at: > https://builds.apache.org/job/HBase-1.4/ > > I found that

Re: [VOTE] The second hbase-2.0.0-beta-1 Release Candidate is available for download

2018-01-10 Thread Stack
On Wed, Jan 10, 2018 at 6:37 AM, Jean-Marc Spaggiari < jean-m...@spaggiari.org> wrote: > "Remaining KVs" field in master WebUI shows negative values... Is that > tracked anywhere? > > No. Yeah, this one is sunk. Trying to put up a new one. Taking a while! Thanks JMS (and Balazs, Yu Li).

Re: disabled Jenkins jobs

2018-01-10 Thread Stack
Please see tail of the "Re: Testing and CI -- Apache Jenkins Builds (WAS -> Re: Testing)" thread which ends with note on this disabling. These 'old-style' jobs have been disabled in favor the nightly runs. S On Wed, Jan 10, 2018 at 8:44 AM, Ted Yu wrote: > Hi, > I was

Re: disabled Jenkins jobs

2018-01-10 Thread Ted Yu
How do I read the test result ? For the last complete 1.4 job, it seems tests passed: https://builds.apache.org/view/H-L/view/HBase/job/HBase%20Nightly/job/branch-1.4/185/testReport/ However, patch-unit-root.txt

Re: [VOTE] The first hbase-2.0.0-beta-1 Release Candidate is available

2018-01-10 Thread Stack
Put up a JIRA and dump this stuff in JMS. Sounds like we need a bit more test coverage at least. Thanks sir. St.Ack On Wed, Jan 10, 2018 at 2:52 AM, Jean-Marc Spaggiari < jean-m...@spaggiari.org> wrote: > The DN was dead since December 31st... I really hope the DN figured that > :-/ > > I will

Re: [VOTE] The second hbase-2.0.0-beta-1 Release Candidate is available for download

2018-01-10 Thread Jean-Marc Spaggiari
Are we going to sink this one because of Andrew's -1? If so I will wait for the next one to test it... Le 10 janv. 2018 03 h 24, "Balazs Meszaros" a écrit : > +1 > > - signatures, checksums OK, > - unit tests passes (8u112), > - shell works, > - load test tool

Re: [VOTE] The first hbase-2.0.0-beta-1 Release Candidate is available

2018-01-10 Thread Jean-Marc Spaggiari
You're correct. It was dead. I thought HBase will be able to survive that. Same the DN dies after the RS has started, RS will fail closing nicely :( 2018-01-10 5:38 GMT-05:00 张铎(Duo Zhang) : > Connection refuse? Have you checked the status of the datanode on node8? > >

Re: [VOTE] The first hbase-2.0.0-beta-1 Release Candidate is available

2018-01-10 Thread Jean-Marc Spaggiari
The DN was dead since December 31st... I really hope the DN figured that :-/ I will retry with making sure that the NN is aware the local DN is dead, and see. I let you know. Thanks, JMS 2018-01-10 5:50 GMT-05:00 张铎(Duo Zhang) : > The problem maybe that the DN is dead,

Re: [VOTE] The second hbase-2.0.0-beta-1 Release Candidate is available for download

2018-01-10 Thread Jean-Marc Spaggiari
Oh, you're right! I missed it! Ok. Thanks. Will wait for the next one. JM 2018-01-10 5:00 GMT-05:00 Yu Li : > I believe this one is already sunk according to stack's reply: > > -- Forwarded message -- > From: Stack > Date: 10 January 2018 at

Re: [VOTE] The first hbase-2.0.0-beta-1 Release Candidate is available

2018-01-10 Thread Jean-Marc Spaggiari
I know, this one sunk, but still running it on my cluster, so here is a new issue I just got Any idea what this can be? I see this only a one of my nodes... 2018-01-10 05:22:55,786 WARN [regionserver/node8.com/192.168.23.2:16020] wal.AsyncFSWAL: create wal log writer hdfs://

Re: [VOTE] The first hbase-2.0.0-beta-1 Release Candidate is available

2018-01-10 Thread Duo Zhang
The problem maybe that the DN is dead, but NN does not know and keep telling RS that you should try to connect to it. And for the new AsyncFSWAL, we need to connect to all the 3 DNs successfully before writing actual data to it, so the RS sucks... This maybe a problem. 2018-01-10 18:40

Re: [VOTE] The first hbase-2.0.0-beta-1 Release Candidate is available

2018-01-10 Thread Zach York
What is the expectation for flaky tests? I was going to post some test failures, but saw that they were included in the excludes for flaky tests. I understand we might be okay with having flaky tests for this beta-1 (and obviously for dev), but I would assume that we want consistent test results

[jira] [Resolved] (HBASE-19733) Fix checkstyle error in hbase-thrift module

2018-01-10 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-19733?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu resolved HBASE-19733. Resolution: Cannot Reproduce That worked - Thanks Mike. > Fix checkstyle error in hbase-thrift module >

disabled Jenkins jobs

2018-01-10 Thread Ted Yu
Hi, I was looking at: https://builds.apache.org/job/HBase-1.4/ I found that the last build was from Dec 8th. Should the job be enabled now that there would be more 1.4 releases down the road ?

[jira] [Resolved] (HBASE-11409) Add more flexibility for input directory structure to LoadIncrementalHFiles

2018-01-10 Thread churro morales (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-11409?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] churro morales resolved HBASE-11409. Resolution: Fixed > Add more flexibility for input directory structure to

[jira] [Created] (HBASE-19754) Backport HBASE-11409 to branch-1 and branch-1.4

2018-01-10 Thread churro morales (JIRA)
churro morales created HBASE-19754: -- Summary: Backport HBASE-11409 to branch-1 and branch-1.4 Key: HBASE-19754 URL: https://issues.apache.org/jira/browse/HBASE-19754 Project: HBase Issue

[jira] [Created] (HBASE-19753) Miscellany of fixes for hbase-zookeeper tests to make them more robust

2018-01-10 Thread stack (JIRA)
stack created HBASE-19753: - Summary: Miscellany of fixes for hbase-zookeeper tests to make them more robust Key: HBASE-19753 URL: https://issues.apache.org/jira/browse/HBASE-19753 Project: HBase

[jira] [Created] (HBASE-19755) Error message for non-existent namespace is inaccurate

2018-01-10 Thread Ted Yu (JIRA)
Ted Yu created HBASE-19755: -- Summary: Error message for non-existent namespace is inaccurate Key: HBASE-19755 URL: https://issues.apache.org/jira/browse/HBASE-19755 Project: HBase Issue Type: Bug

[jira] [Created] (HBASE-19757) hbase:meta table gets stuck after enabling region server group feature

2018-01-10 Thread Ted Yu (JIRA)
Ted Yu created HBASE-19757: -- Summary: hbase:meta table gets stuck after enabling region server group feature Key: HBASE-19757 URL: https://issues.apache.org/jira/browse/HBASE-19757 Project: HBase

[jira] [Created] (HBASE-19756) Master NPE during completed failed proc eviction

2018-01-10 Thread Thiruvel Thirumoolan (JIRA)
Thiruvel Thirumoolan created HBASE-19756: Summary: Master NPE during completed failed proc eviction Key: HBASE-19756 URL: https://issues.apache.org/jira/browse/HBASE-19756 Project: HBase

[jira] [Reopened] (HBASE-19483) Add proper privilege check for rsgroup commands

2018-01-10 Thread Andrew Purtell (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-19483?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Purtell reopened HBASE-19483: Removal of methods from a LimitedPrivate interface is not allowed in a patch release. Please

Re: [VOTE] The second hbase-2.0.0-beta-1 Release Candidate is available for download

2018-01-10 Thread Balazs Meszaros
+1 - signatures, checksums OK, - unit tests passes (8u112), - shell works, - load test tool also successed. Best regards, Balazs On Tue, Jan 9, 2018 at 10:38 PM, Andrew Purtell wrote: > Linux here. > > > On Tue, Jan 9, 2018 at 1:13 PM, Stack wrote: > >

[jira] [Created] (HBASE-19750) print pretty rowkey in getExceptionMessageAdditionalDetail

2018-01-10 Thread Wang, Xinglong (JIRA)
Wang, Xinglong created HBASE-19750: -- Summary: print pretty rowkey in getExceptionMessageAdditionalDetail Key: HBASE-19750 URL: https://issues.apache.org/jira/browse/HBASE-19750 Project: HBase