[jira] [Created] (HBASE-19705) Remove AMv2 dependency on advancing clock

2018-01-03 Thread Sergey Soldatov (JIRA)
Sergey Soldatov created HBASE-19705: --- Summary: Remove AMv2 dependency on advancing clock Key: HBASE-19705 URL: https://issues.apache.org/jira/browse/HBASE-19705 Project: HBase Issue Type:

[jira] [Resolved] (HBASE-15580) Tag coprocessor limitedprivate scope to StoreFile.Reader

2018-01-03 Thread Chia-Ping Tsai (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15580?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chia-Ping Tsai resolved HBASE-15580. Resolution: Fixed Hadoop Flags: Reviewed > Tag coprocessor limitedprivate scope to

[jira] [Created] (HBASE-19704) region split happened when it contains reference file

2018-01-03 Thread chenxu (JIRA)
chenxu created HBASE-19704: -- Summary: region split happened when it contains reference file Key: HBASE-19704 URL: https://issues.apache.org/jira/browse/HBASE-19704 Project: HBase Issue Type: Bug

[jira] [Created] (HBASE-19703) Functionality added as part of HBASE-12583 is not working after moving the split code to master

2018-01-03 Thread Rajeshbabu Chintaguntla (JIRA)
Rajeshbabu Chintaguntla created HBASE-19703: --- Summary: Functionality added as part of HBASE-12583 is not working after moving the split code to master Key: HBASE-19703 URL:

[jira] [Created] (HBASE-19702) Improve RSGroupInfo constructor

2018-01-03 Thread Xiang Li (JIRA)
Xiang Li created HBASE-19702: Summary: Improve RSGroupInfo constructor Key: HBASE-19702 URL: https://issues.apache.org/jira/browse/HBASE-19702 Project: HBase Issue Type: Improvement

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

2018-01-03 Thread Stack
+1 from me. S On Fri, Dec 29, 2017 at 12:15 PM, Stack wrote: > The first release candidate for HBase 2.0.0-beta-1 is up at: > > https://dist.apache.org/repos/dist/dev/hbase/hbase-2.0.0-beta-1-RC0/ > > Maven artifacts are available from a staging directory here: > >

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

2018-01-03 Thread Stack
On Sun, Dec 31, 2017 at 7:23 AM, Jean-Marc Spaggiari < jean-m...@spaggiari.org> wrote: > Nothing bad that I can see. Here is a region server log: > https://pastebin.com/0r76Y6ap > > Good one JMS. This log has "nothing" about why we decide to close the Region post successful open (If it was a

[jira] [Created] (HBASE-19701) Close without justification following succesful open

2018-01-03 Thread stack (JIRA)
stack created HBASE-19701: - Summary: Close without justification following succesful open Key: HBASE-19701 URL: https://issues.apache.org/jira/browse/HBASE-19701 Project: HBase Issue Type: Bug

Re: Assignment Manager and clock advance.

2018-01-03 Thread Sergey Soldatov
Thank you all for the comments, I got the point. Raised that issue because in some of our tests we are using manual advance for the clock and that was working just fine in 1.x releases (so create table operation was atomic from this perspective). And that stops working with AMv2. Of course, we can

Re: Hadoop Metrics stopping and starting

2018-01-03 Thread Sergey Soldatov
It may be something else that prevents HBase from the proper shutdown. Metric system is automatically stopped and started by JmxCacheBuster and may be irrelevant to your problem. Thanks, Sergey On Wed, Jan 3, 2018 at 1:37 PM, Mike Drob wrote: > Hi folks, > > I've been seeing

[jira] [Created] (HBASE-19700) assertion failure with client 1.4, cluster 1.2.3 and table with presplit

2018-01-03 Thread JIRA
Clément Guillaume created HBASE-19700: - Summary: assertion failure with client 1.4, cluster 1.2.3 and table with presplit Key: HBASE-19700 URL: https://issues.apache.org/jira/browse/HBASE-19700

Hadoop Metrics stopping and starting

2018-01-03 Thread Mike Drob
Hi folks, I've been seeing on one of my testbeds intermittently that HBase will fail to stop, I suspect that this somehow involves the Hadoop Metrics system having a thread that isn't getting cleaned up. This is on a fork of branch-2 testing against hadoop-3 (although not with the RC

[jira] [Resolved] (HBASE-19392) TestReplicaWithCluster#testReplicaGetWithPrimaryAndMetaDown failure in master

2018-01-03 Thread huaxiang sun (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-19392?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] huaxiang sun resolved HBASE-19392. -- Resolution: Fixed > TestReplicaWithCluster#testReplicaGetWithPrimaryAndMetaDown failure in

Re: Going to roll 1.3.2 RC in next few weeks

2018-01-03 Thread Andrew Purtell
I volunteer, if nobody else would like to pick it up. I think we should at least have one more 1.3 release. Thanks for running the first two 1.3 releases Mikhail. On Wed, Jan 3, 2018 at 6:01 AM, Mikhail Antonov wrote: > Sorry, I have been mostly away since Christmas and

Re: Assignment Manager and clock advance.

2018-01-03 Thread stack
Stalling environmentedge as is done here does not work. In various areas in internals we expect the clock to advance. This is not particular to AMv2. As per Appy, we need HLC generally (it is almost there but needs some concentrated effort to carry it the last few yards). For AMv2, we have a

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

2018-01-03 Thread stack
Ok. Lets see if there other issues out there. Hopefully we can find something more substantial than a failing unit test as reason for sinking an rc. Thanks balazs, S On Jan 3, 2018 8:53 AM, "Balazs Meszaros" wrote: > Only that one failed. > > Balazs > > On Wed,

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

2018-01-03 Thread Balazs Meszaros
Only that one failed. Balazs On Wed, Jan 3, 2018 at 3:48 PM, stack wrote: > Thanks balazs. Did you find other failing tests or just this one? > > S > > On Jan 3, 2018 5:33 AM, "Balazs Meszaros" > wrote: > > > My observations: > > > > -

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

2018-01-03 Thread stack
Thanks balazs. Did you find other failing tests or just this one? S On Jan 3, 2018 5:33 AM, "Balazs Meszaros" wrote: > My observations: > > - signatures checksums are ok > - shell worked > - load test tool with read/write also worked > - when I built it,

Re: Going to roll 1.3.2 RC in next few weeks

2018-01-03 Thread Mikhail Antonov
Sorry, I have been mostly away since Christmas and catching up on emails.. So I was going to come up with 1.3.2 RC for some time but never really got to it, life and work intervened.. As I don't expect that to change soon, I suppose it might be better if someone who may have more bandwidth picked

[jira] [Created] (HBASE-19699) Revisit class ReplicationSourceManager

2018-01-03 Thread Zheng Hu (JIRA)
Zheng Hu created HBASE-19699: Summary: Revisit class ReplicationSourceManager Key: HBASE-19699 URL: https://issues.apache.org/jira/browse/HBASE-19699 Project: HBase Issue Type: Sub-task

[jira] [Created] (HBASE-19698) Use CHM instead of CLSM in TableAuthManager

2018-01-03 Thread Duo Zhang (JIRA)
Duo Zhang created HBASE-19698: - Summary: Use CHM instead of CLSM in TableAuthManager Key: HBASE-19698 URL: https://issues.apache.org/jira/browse/HBASE-19698 Project: HBase Issue Type: Sub-task

[jira] [Resolved] (HBASE-18011) Refactor RpcServer

2018-01-03 Thread Duo Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18011?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Duo Zhang resolved HBASE-18011. --- Resolution: Fixed Assignee: Duo Zhang Fix Version/s: 2.0.0-beta2 Resolve for now

[jira] [Resolved] (HBASE-18971) Limit the concurrent opened wal writers when splitting

2018-01-03 Thread Duo Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18971?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Duo Zhang resolved HBASE-18971. --- Resolution: Duplicate Duplicated by HBASE-19358. > Limit the concurrent opened wal writers when

[jira] [Created] (HBASE-19697) Remove TestReplicationAdminUsingProcedure

2018-01-03 Thread Duo Zhang (JIRA)
Duo Zhang created HBASE-19697: - Summary: Remove TestReplicationAdminUsingProcedure Key: HBASE-19697 URL: https://issues.apache.org/jira/browse/HBASE-19697 Project: HBase Issue Type: Sub-task

[jira] [Created] (HBASE-19696) Filter returning INCLUDE_AND_NEXT_COL doesn't skip remaining versions when scan has explicit columns

2018-01-03 Thread Ankit Singhal (JIRA)
Ankit Singhal created HBASE-19696: - Summary: Filter returning INCLUDE_AND_NEXT_COL doesn't skip remaining versions when scan has explicit columns Key: HBASE-19696 URL:

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

2018-01-03 Thread Balazs Meszaros
My observations: - signatures checksums are ok - shell worked - load test tool with read/write also worked - when I built it, TestDefaultCompactSelection failed. The fix is already here: HBASE-19666 On Mon, Jan 1, 2018 at 11:30 PM, stack

[jira] [Resolved] (HBASE-13293) TestHTraceHooks.testTraceCreateTable fails with ConcurrentModificationException

2018-01-03 Thread Duo Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-13293?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Duo Zhang resolved HBASE-13293. --- Resolution: Not A Problem Resolve as we no longer want to use HTrace. >

[jira] [Created] (HBASE-19695) Handle disabled table for async client

2018-01-03 Thread Duo Zhang (JIRA)
Duo Zhang created HBASE-19695: - Summary: Handle disabled table for async client Key: HBASE-19695 URL: https://issues.apache.org/jira/browse/HBASE-19695 Project: HBase Issue Type: Sub-task