[jira] [Resolved] (HBASE-19085) Fix findbug EQ_OVERRIDING_EQUALS_NOT_SYMMETRIC warning

2017-10-24 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-19085?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stack resolved HBASE-19085. --- Resolution: Duplicate Thanks [~ram_krish] ... [~chia7712] already noticed this. Just committed an addendum

[jira] [Created] (HBASE-19085) Fix findbug EQ_OVERRIDING_EQUALS_NOT_SYMMETRIC warning

2017-10-24 Thread ramkrishna.s.vasudevan (JIRA)
ramkrishna.s.vasudevan created HBASE-19085: -- Summary: Fix findbug EQ_OVERRIDING_EQUALS_NOT_SYMMETRIC warning Key: HBASE-19085 URL: https://issues.apache.org/jira/browse/HBASE-19085 Project:

Re: [NOTICE] possible cause of recent poor build quality on builds.a.o

2017-10-24 Thread Sean Busbey
sure here's the hadoop thread: https://s.apache.org/azOi On Wed, Oct 25, 2017 at 12:20 AM, Chia-Ping Tsai wrote: > Could you share the reference to the hdfs changes or discussion? > > On 2017-10-25 02:06, Sean Busbey wrote: >> hi folks! >> >> FYI, the

Re: [NOTICE] possible cause of recent poor build quality on builds.a.o

2017-10-24 Thread Chia-Ping Tsai
Could you share the reference to the hdfs changes or discussion? On 2017-10-25 02:06, Sean Busbey wrote: > hi folks! > > FYI, the Hadoop folks have identified that some recent changes to HDFS > have been eating all memory on hosts where their tests run. So that > might be

Re: [DISCUSSION] Removing the bypass semantic from the Coprocessor APIs

2017-10-24 Thread Anoop John
+1 for not allowing flush/compaction CPs to do bypass. So which all pre hooks to support bypass now? Some mutations related only? If u have a list pls post. Better to add in HBASE-18770 jira -Anoop- On Wed, Oct 25, 2017 at 10:23 AM, Stack wrote: > I made a start on

Re: [DISCUSSION] Removing the bypass semantic from the Coprocessor APIs

2017-10-24 Thread Stack
I made a start on HBASE-18770. It has edit of RegionObserver which denotes methods that support bypass (Unfortunately, because of the varied signatures, how bypass is signaled varies too). Would appreciate a once-over. of note, a CP cannot bypass flush. Speak up if you think otherwise (or you can

[jira] [Resolved] (HBASE-16885) Deprecate public classes which are removed in 2.0

2017-10-24 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16885?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu resolved HBASE-16885. Resolution: Won't Fix There have been many changes in API, making this obsolete. > Deprecate public

Re: [DISCUSS] Merge FilterList Improvement - Branch HBASE-18410

2017-10-24 Thread Josh Elser
+1 IMO, go for it -- enough eyes have been had on the last little bit. On 10/24/17 11:05 PM, stack wrote: The boys are almost ready to merge. They were going to run a VOTE. I told them not to bother. There is enough support behind the merge they don't need a vote IMO. If you think otherwise,

Re: [DISCUSS] Merge hbase-metrics:oahh.metrics.impl into hbase-metrics-api

2017-10-24 Thread Josh Elser
Hey Appy, I think Enis essentially copied what I was originally trying to do. Up in Avatica[1], I made a similar API Maven module which just had interfaces. The implementation was them split up into a different module to avoid the implementation details of the API (specifically, using

Re: [DISCUSS] Merge FilterList Improvement - Branch HBASE-18410

2017-10-24 Thread stack
The boys are almost ready to merge. They were going to run a VOTE. I told them not to bother. There is enough support behind the merge they don't need a vote IMO. If you think otherwise, speak up. Thanks, St.Ack P.S. Release note on HBASE-18410 will have summary of changes that come in on the

Re: [DISCUSS] Merge hbase-metrics:oahh.metrics.impl into hbase-metrics-api

2017-10-24 Thread Apekshit Sharma
Hey Elliott, good to see you around :) Btw, this is new stuff added in HBASE-9774 which was committed to only 2.0. Made it to 1.4 too later (HBASE-18060). -- Appy On Tue, Oct 24, 2017 at 4:16 PM, Elliott Clark wrote: > The weird module dance with reflection came from

Re: [DISCUSS] Merge hbase-metrics:oahh.metrics.impl into hbase-metrics-api

2017-10-24 Thread Elliott Clark
The weird module dance with reflection came from needing to extend inner hadoop classes on multiple different versions. This was back when HBase had to support hadoop < 1, hadoop 1.x, and hadoop 2.x. When we dropped older hadoop versions then things got easier. On Tue, Oct 24, 2017 at 3:09 PM,

Re: Moving 2.0 forward

2017-10-24 Thread Stack
Chatting with my coworker Mr. Mike Drob, we were batting back and forth what remains to be done. Surfacing our thoughts here so you all clued inOr if you think otherwise, please speak up. We have ~13 issues to land: https://issues.apache.org/jira/projects/HBASE/versions/12341594 About two are

[NOTICE] possible cause of recent poor build quality on builds.a.o

2017-10-24 Thread Sean Busbey
hi folks! FYI, the Hadoop folks have identified that some recent changes to HDFS have been eating all memory on hosts where their tests run. So that might be the culprit in our recent spat of new odd looking surefire failures. Yetus is working to add in some guard rails to keep Hadoop from doing

[jira] [Resolved] (HBASE-19049) Update kerby to 1.0.1 GA release

2017-10-24 Thread Sean Busbey (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-19049?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sean Busbey resolved HBASE-19049. - Resolution: Fixed Release Note: HBase now relies on Kerby version 1.0.1 for its test

[jira] [Reopened] (HBASE-19049) Update kerby to 1.0.1 GA release

2017-10-24 Thread Sean Busbey (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-19049?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sean Busbey reopened HBASE-19049: - > Update kerby to 1.0.1 GA release > > > Key:

[jira] [Created] (HBASE-19084) precommit should have a check for commit id in the commit message

2017-10-24 Thread Mike Drob (JIRA)
Mike Drob created HBASE-19084: - Summary: precommit should have a check for commit id in the commit message Key: HBASE-19084 URL: https://issues.apache.org/jira/browse/HBASE-19084 Project: HBase

Re: [ANNOUNCE] New HBase committer Zheng Hu

2017-10-24 Thread Srinivas Reddy
Congratulations Zheng!! -- Srinivas Reddy http://mrsrinivas.com/ (Sent via gmail web) On 24 October 2017 at 16:23, Abhishek Singh Chouhan < abhishekchouhan...@gmail.com> wrote: > Congrats Zheng!! > > On Tue, Oct 24, 2017 at 3:43 PM, Yu Li wrote: > > > Congratulations and

Re: [ANNOUNCE] New HBase committer Zheng Hu

2017-10-24 Thread Abhishek Singh Chouhan
Congrats Zheng!! On Tue, Oct 24, 2017 at 3:43 PM, Yu Li wrote: > Congratulations and welcome! > > Best Regards, > Yu > > On 24 October 2017 at 14:59, Misty Stanley-Jones wrote: > > > Welcome Zheng Hu and thanks for your contributions to the project! > > > >

Re: [ANNOUNCE] New HBase committer Zheng Hu

2017-10-24 Thread Yu Li
Congratulations and welcome! Best Regards, Yu On 24 October 2017 at 14:59, Misty Stanley-Jones wrote: > Welcome Zheng Hu and thanks for your contributions to the project! > > On Sun, Oct 22, 2017 at 11:18 PM Duo Zhang wrote: > > > On behalf of the Apache

[jira] [Created] (HBASE-19083) Introduce a new log writer which can write to two HDFSes

2017-10-24 Thread Duo Zhang (JIRA)
Duo Zhang created HBASE-19083: - Summary: Introduce a new log writer which can write to two HDFSes Key: HBASE-19083 URL: https://issues.apache.org/jira/browse/HBASE-19083 Project: HBase Issue

[jira] [Created] (HBASE-19081) Implement a procedure to convert RS from S to DA

2017-10-24 Thread Duo Zhang (JIRA)
Duo Zhang created HBASE-19081: - Summary: Implement a procedure to convert RS from S to DA Key: HBASE-19081 URL: https://issues.apache.org/jira/browse/HBASE-19081 Project: HBase Issue Type:

[jira] [Created] (HBASE-19082) Implement a procedure to convert RS from DA to S

2017-10-24 Thread Duo Zhang (JIRA)
Duo Zhang created HBASE-19082: - Summary: Implement a procedure to convert RS from DA to S Key: HBASE-19082 URL: https://issues.apache.org/jira/browse/HBASE-19082 Project: HBase Issue Type:

[jira] [Created] (HBASE-19080) Implement a procedure to convert RS from A to DA

2017-10-24 Thread Duo Zhang (JIRA)
Duo Zhang created HBASE-19080: - Summary: Implement a procedure to convert RS from A to DA Key: HBASE-19080 URL: https://issues.apache.org/jira/browse/HBASE-19080 Project: HBase Issue Type:

[jira] [Created] (HBASE-19079) Implement a procedure to convert normal RS to state DA

2017-10-24 Thread Duo Zhang (JIRA)
Duo Zhang created HBASE-19079: - Summary: Implement a procedure to convert normal RS to state DA Key: HBASE-19079 URL: https://issues.apache.org/jira/browse/HBASE-19079 Project: HBase Issue Type:

[jira] [Created] (HBASE-19078) Introduce a new replication peer type for synchronous replication

2017-10-24 Thread Duo Zhang (JIRA)
Duo Zhang created HBASE-19078: - Summary: Introduce a new replication peer type for synchronous replication Key: HBASE-19078 URL: https://issues.apache.org/jira/browse/HBASE-19078 Project: HBase

[jira] [Resolved] (HBASE-18751) Revisit the TimeRange and TimeRangeTracker

2017-10-24 Thread Chia-Ping Tsai (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18751?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chia-Ping Tsai resolved HBASE-18751. Resolution: Fixed > Revisit the TimeRange and TimeRangeTracker >

Re: Moving 2.0 forward

2017-10-24 Thread ramkrishna vasudevan
Thanks Stack. Started working on it. Will post a patch ASAP. On Tue, Oct 24, 2017 at 11:38 AM, Stack wrote: > That'd be a good one to get in Ram. > S > > On Mon, Oct 23, 2017 at 9:42 PM, ramkrishna vasudevan < > ramkrishna.s.vasude...@gmail.com> wrote: > > > Hi Stack > > > >

Re: [ANNOUNCE] New HBase committer Zheng Hu

2017-10-24 Thread Misty Stanley-Jones
Welcome Zheng Hu and thanks for your contributions to the project! On Sun, Oct 22, 2017 at 11:18 PM Duo Zhang wrote: > On behalf of the Apache HBase PMC, I am pleased to announce that Zheng Hu > has accepted the PMC's invitation to become a committer on the project. We >

[jira] [Created] (HBASE-19077) Have Region*CoprocessorEnvironment provide an ImmutableOnlineRegions

2017-10-24 Thread stack (JIRA)
stack created HBASE-19077: - Summary: Have Region*CoprocessorEnvironment provide an ImmutableOnlineRegions Key: HBASE-19077 URL: https://issues.apache.org/jira/browse/HBASE-19077 Project: HBase

Re: Moving 2.0 forward

2017-10-24 Thread Stack
That'd be a good one to get in Ram. S On Mon, Oct 23, 2017 at 9:42 PM, ramkrishna vasudevan < ramkrishna.s.vasude...@gmail.com> wrote: > Hi Stack > > Do you want HBASE-18995 before the alpha-4 (REmoving exposed internal APIs > from CellUtil)? Because you had mentioned no more API changes. If so