[jira] [Created] (HBASE-21722) Add missing python requirement to dev-support

2019-01-14 Thread Tommy Li (JIRA)
Tommy Li created HBASE-21722: Summary: Add missing python requirement to dev-support Key: HBASE-21722 URL: https://issues.apache.org/jira/browse/HBASE-21722 Project: HBase Issue Type: Bug

Re: Did the branch-2.1 need the patch HBASE-21657 ?

2019-01-14 Thread Duo Zhang
Sean Busbey 于2019年1月15日周二 上午11:33写道: > I'd much rather see this in 2.2.0 rather than squeeze it into a 2.1 > maintenance release. > > Can 2.2 do rolling upgrade from earlier 2.y releases? There's nothing in > the ref guide, but I thought it didn't work due to some assignment change. > Need to

[jira] [Created] (HBASE-21721) reduce write#syncs() times

2019-01-14 Thread Bo Cui (JIRA)
Bo Cui created HBASE-21721: -- Summary: reduce write#syncs() times Key: HBASE-21721 URL: https://issues.apache.org/jira/browse/HBASE-21721 Project: HBase Issue Type: Improvement Affects Versions:

Re: Did the branch-2.1 need the patch HBASE-21657 ?

2019-01-14 Thread Sean Busbey
I'd much rather see this in 2.2.0 rather than squeeze it into a 2.1 maintenance release. Can 2.2 do rolling upgrade from earlier 2.y releases? There's nothing in the ref guide, but I thought it didn't work due to some assignment change. On Mon, Jan 14, 2019, 20:07 OpenInx bq. For me, I would

Re: Did the branch-2.1 need the patch HBASE-21657 ?

2019-01-14 Thread OpenInx
bq. For me, I would say that let's start the 2.2.x release line soon? So user could benefit from the change after they upgrade to 2.2.x. Sound good. On Tue, Jan 15, 2019 at 11:05 AM OpenInx wrote: > b > > On Tue, Jan 15, 2019 at 10:54 AM 张铎(Duo Zhang) > wrote: > >> For me, I would say that

Re: Did the branch-2.1 need the patch HBASE-21657 ?

2019-01-14 Thread OpenInx
b On Tue, Jan 15, 2019 at 10:54 AM 张铎(Duo Zhang) wrote: > For me, I would say that let's start the 2.2.x release line soon? So user > could benefit from the change after they upgrade to 2.2.x. > > OpenInx 于2019年1月15日周二 上午10:21写道: > > > Sorry, here is a typo. > > > > > but not quite sure for

Re: Did the branch-2.1 need the patch HBASE-21657 ?

2019-01-14 Thread Duo Zhang
For me, I would say that let's start the 2.2.x release line soon? So user could benefit from the change after they upgrade to 2.2.x. OpenInx 于2019年1月15日周二 上午10:21写道: > Sorry, here is a typo. > > > but not quite sure for branch-1 . Discussion are welcome (smile). > but not quite sure for

Re: Did the branch-2.1 need the patch HBASE-21657 ?

2019-01-14 Thread OpenInx
Sorry, here is a typo. > but not quite sure for branch-1 . Discussion are welcome (smile). but not quite sure for branch-2.1 On Tue, Jan 15, 2019 at 10:17 AM OpenInx wrote: > Hi: > > In HBASE-21657, I simplified the path of estimatedSerialiedSize() & > estimatedSerialiedSizeOfCell() by moving

Did the branch-2.1 need the patch HBASE-21657 ?

2019-01-14 Thread OpenInx
Hi: In HBASE-21657, I simplified the path of estimatedSerialiedSize() & estimatedSerialiedSizeOfCell() by moving the general getSerializedSize() and heapSize() from ExtendedCell to Cell interface. It's a incompatible change in some case, such as if the upstream user implemented their own Cells,

[jira] [Resolved] (HBASE-21707) Fix warnings in hbase-rsgroup module and also make the UTs more stable

2019-01-14 Thread Duo Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-21707?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Duo Zhang resolved HBASE-21707. --- Resolution: Fixed Pushed the addendum to master and branch-2. Thanks [~apurtell] for the reminder.

[jira] [Reopened] (HBASE-21707) Fix warnings in hbase-rsgroup module and also make the UTs more stable

2019-01-14 Thread Duo Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-21707?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Duo Zhang reopened HBASE-21707: --- Reopen to push an addendum. > Fix warnings in hbase-rsgroup module and also make the UTs more stable >

[jira] [Created] (HBASE-21720) metric to measure how actions are distributed to servers within a MultiAction

2019-01-14 Thread Tommy Li (JIRA)
Tommy Li created HBASE-21720: Summary: metric to measure how actions are distributed to servers within a MultiAction Key: HBASE-21720 URL: https://issues.apache.org/jira/browse/HBASE-21720 Project: HBase

Re: [VOTE] First release candidate for HBase 1.2.10 is available

2019-01-14 Thread Peter Somogyi
Stack, looks like you were checking the sha sum for the hbase-1.2.10-src.tar.gz.sha512 and not the tar.gz. On Mon, Jan 14, 2019 at 7:07 PM Stack wrote: > +1 > > Sig good. > > Having trouble w/ sha512: > > $ more hbase-1.2.10-src.tar.gz.sha512 > hbase-1.2.10-src.tar.gz: D800AEEC 1F6B448D

Re: [VOTE] First release candidate for HBase 1.2.10 is available

2019-01-14 Thread Stack
+1 Sig good. Having trouble w/ sha512: $ more hbase-1.2.10-src.tar.gz.sha512 hbase-1.2.10-src.tar.gz: D800AEEC 1F6B448D 33C15C5A EA5ECE2E 965C82F1 C68DA586 BA6DB8A7 471573A7 09434016 2E5A14C0 87EF188A 365A4009 3F726587 21F85D4A 57DA50F1 E940EEE6

[HBase] Thrift worker pool pseudo-distributed mode

2019-01-14 Thread Hoang Manh Thanh
Hi, I new to HBase. I setup HBase pseudo-distributed for studying the platform. I use Erlang connect to HBase via Thrift. All configs are default so I just can have about 1000Write request to HBase. I have try change thrift config in "hbase-site.xml" file as below:

[jira] [Resolved] (HBASE-21708) ReviewBoard integration is busted post-gitbox move

2019-01-14 Thread Sean Busbey (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-21708?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sean Busbey resolved HBASE-21708. - Resolution: Fixed > ReviewBoard integration is busted post-gitbox move >

[jira] [Created] (HBASE-21719) Rewrite RegionPlacementMaintainer to use AsyncClusterConnection

2019-01-14 Thread Duo Zhang (JIRA)
Duo Zhang created HBASE-21719: - Summary: Rewrite RegionPlacementMaintainer to use AsyncClusterConnection Key: HBASE-21719 URL: https://issues.apache.org/jira/browse/HBASE-21719 Project: HBase

[jira] [Created] (HBASE-21718) Implement Admin based on AsyncAdmin

2019-01-14 Thread Duo Zhang (JIRA)
Duo Zhang created HBASE-21718: - Summary: Implement Admin based on AsyncAdmin Key: HBASE-21718 URL: https://issues.apache.org/jira/browse/HBASE-21718 Project: HBase Issue Type: Sub-task

[jira] [Created] (HBASE-21717) Implement ClusterConnection based on AsyncClusterConnection

2019-01-14 Thread Duo Zhang (JIRA)
Duo Zhang created HBASE-21717: - Summary: Implement ClusterConnection based on AsyncClusterConnection Key: HBASE-21717 URL: https://issues.apache.org/jira/browse/HBASE-21717 Project: HBase Issue

Re: [NOTICE] project repository URLs have changed

2019-01-14 Thread Reid Chan
Many thanks, Yu! I did miss that part. :( -- Best regards, R.C From: Yu Li Sent: 14 January 2019 18:11 To: dev Cc: Sean Busbey Subject: Re: [NOTICE] project repository URLs have changed How about the 2FA setting? Have you

Re: [NOTICE] project repository URLs have changed

2019-01-14 Thread Yu Li
How about the 2FA setting? Have you got it configured on github? Best Regards, Yu On Mon, 14 Jan 2019 at 18:03, Reid Chan wrote: > >> To make sure, could you find your github username here?: > https://github.com/orgs/apache/people > > Yes, i'm in. > > > >>If so, what's the error message

Re: [NOTICE] project repository URLs have changed

2019-01-14 Thread Reid Chan
>> To make sure, could you find your github username here?: >> https://github.com/orgs/apache/people Yes, i'm in. >>If so, what's the error message appeared at the MFA status part on: >>https://gitbox.apache.org/setup/? Msg: MFA DISABLED Write access suspended. Please make sure you are a

[jira] [Created] (HBASE-21716) Add toStringCustomizedValues to TableDescriptor

2019-01-14 Thread Duo Zhang (JIRA)
Duo Zhang created HBASE-21716: - Summary: Add toStringCustomizedValues to TableDescriptor Key: HBASE-21716 URL: https://issues.apache.org/jira/browse/HBASE-21716 Project: HBase Issue Type: Task

Re: [NOTICE] project repository URLs have changed

2019-01-14 Thread Yu Li
To make sure, could you find your github username here?: https://github.com/orgs/apache/people If so, what's the error message appeared at the MFA status part on https://gitbox.apache.org/setup/? On Mon, 14 Jan 2019 at 15:29, Reid Chan wrote: > I'm already a member in Apache GitHub

[jira] [Created] (HBASE-21715) Do not throw UnsupportedOperationException in ProcedureFuture.get

2019-01-14 Thread Duo Zhang (JIRA)
Duo Zhang created HBASE-21715: - Summary: Do not throw UnsupportedOperationException in ProcedureFuture.get Key: HBASE-21715 URL: https://issues.apache.org/jira/browse/HBASE-21715 Project: HBase

[jira] [Created] (HBASE-21714) Deprecated isTableAvailableWithSplit method in thrift module

2019-01-14 Thread Duo Zhang (JIRA)
Duo Zhang created HBASE-21714: - Summary: Deprecated isTableAvailableWithSplit method in thrift module Key: HBASE-21714 URL: https://issues.apache.org/jira/browse/HBASE-21714 Project: HBase