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

2017-10-25 Thread Duo Zhang
+1. Just done another round of rebase and force push, it is clean. Let me do the merge now. Thanks all for taking care of this. 2017-10-25 11:26 GMT+08:00 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

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 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 FilterList Improvement - Branch HBASE-18410

2017-10-21 Thread stack
+1 on merge then sorting out the mess. I want to include this stuff in alpha 4. Thanks, S On Oct 20, 2017 01:18, "OpenInx" wrote: > Fine, I opened jira HBASE-19057 for it. > > On Fri, Oct 20, 2017 at 4:13 PM, Anoop John wrote: > > > +1 for opening an

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

2017-10-20 Thread OpenInx
Fine, I opened jira HBASE-19057 for it. On Fri, Oct 20, 2017 at 4:13 PM, Anoop John wrote: > +1 for opening an issue and handle the merge as part of that. > I did a review of the new classes for the FilterList impl.. Great > cleanup work. Very easy to read and

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

2017-10-20 Thread Anoop John
+1 for opening an issue and handle the merge as part of that. I did a review of the new classes for the FilterList impl.. Great cleanup work. Very easy to read and understand the code now.. Have few comments specially on FilterListWithOR. If u can raise a merge issue, can comment down that.

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

2017-10-20 Thread Duo Zhang
Open a issue to track the merging work? Let's do a rebase and more testing in that issue. And then come back and open a vote. 2017-10-20 11:48 GMT+08:00 OpenInx : > > I believe there are several UTs which we want them to be the guard of > merging? > What is the situation of

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

2017-10-19 Thread OpenInx
> I believe there are several UTs which we want them to be the guard of > merging? What is the situation of these UTs? The UT is TestFilterListOnMini which make sure the filter list with family filter in it works fine, it's enable in branch HBASE-18410 now . see

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

2017-10-19 Thread Guanghao Zhang
HBASE-18368-HBASE-18410.v2.patch got a proper QA run: PreCommit-HBASE-Build/9157. And the failed ut is not related. So I committed it to branch HBASE-18410... HBASE-18368 changed the javadoc of NEXT_ROW. This is a incompatible change for filter developer? 2017-10-20 9:14 GMT+08:00 Ted Yu

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

2017-10-19 Thread Ted Yu
Some of recent patches, such as HBASE-18368-HBASE-18410.v2.patch, didn't get proper QA run (due to precommit disruption). We'd better get several good QA runs. Cheers On Thu, Oct 19, 2017 at 5:38 PM, 张铎(Duo Zhang) wrote: > I believe there are several UTs which we want

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

2017-10-19 Thread Duo Zhang
I believe there are several UTs which we want them to be the guard of merging? What is the situation of these UTs? Thanks. 2017-10-20 8:33 GMT+08:00 OpenInx : > Hi All : > > > All subtasks have been resolved except HBASE-18993 >

[DISCUSS] Merge FilterList Improvement - Branch HBASE-18410

2017-10-19 Thread OpenInx
Hi All : All subtasks have been resolved except HBASE-18993 , I think it's time to merge HBASE-18410 branch to master now. Any concerns ? Thanks.