[jira] [Created] (HBASE-22729) Start RSGroupInfoManager as default

2019-07-23 Thread Guanghao Zhang (JIRA)
Guanghao Zhang created HBASE-22729:
--

 Summary: Start RSGroupInfoManager as default
 Key: HBASE-22729
 URL: https://issues.apache.org/jira/browse/HBASE-22729
 Project: HBase
  Issue Type: Sub-task
Reporter: Guanghao Zhang


Start RSGroupInfoManager as default. If no rsgroup information, all 
RegionServers belong to default group.



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)


[jira] [Created] (HBASE-22728) Upgrade jackson dependencies in branch-1

2019-07-23 Thread Andrew Purtell (JIRA)
Andrew Purtell created HBASE-22728:
--

 Summary: Upgrade jackson dependencies in branch-1
 Key: HBASE-22728
 URL: https://issues.apache.org/jira/browse/HBASE-22728
 Project: HBase
  Issue Type: Sub-task
Affects Versions: 1.3.5, 1.4.10
Reporter: Andrew Purtell
 Fix For: 1.5.0, 1.3.6, 1.4.11


Avoid Jackson versions and dependencies with known CVEs



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)


[jira] [Resolved] (HBASE-22722) Upgrade jackson databind dependencies to 2.9.9.1

2019-07-23 Thread Duo Zhang (JIRA)


 [ 
https://issues.apache.org/jira/browse/HBASE-22722?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Duo Zhang resolved HBASE-22722.
---
  Resolution: Fixed
Hadoop Flags: Reviewed
Release Note: 
Upgrade jackson databind dependency to 2.9.9.1 due to CVEs

https://nvd.nist.gov/vuln/detail/CVE-2019-12814

https://nvd.nist.gov/vuln/detail/CVE-2019-12384

> Upgrade jackson databind dependencies to 2.9.9.1
> 
>
> Key: HBASE-22722
> URL: https://issues.apache.org/jira/browse/HBASE-22722
> Project: HBase
>  Issue Type: Bug
>  Components: dependencies
>Reporter: Duo Zhang
>Assignee: Duo Zhang
>Priority: Blocker
> Fix For: 3.0.0, 2.3.0, 2.0.6, 2.2.1, 2.1.6
>
>
> Due to
> https://nvd.nist.gov/vuln/detail/CVE-2019-12814
> https://nvd.nist.gov/vuln/detail/CVE-2019-12384



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)


[jira] [Created] (HBASE-22727) The canary table should be placed on all regionservers

2019-07-23 Thread Duo Zhang (JIRA)
Duo Zhang created HBASE-22727:
-

 Summary: The canary table should be placed on all regionservers
 Key: HBASE-22727
 URL: https://issues.apache.org/jira/browse/HBASE-22727
 Project: HBase
  Issue Type: Sub-task
Reporter: Duo Zhang


Not within a single rs group.



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)


[jira] [Resolved] (HBASE-22527) [hbck2] Add a master web ui to show the problematic regions

2019-07-23 Thread Guanghao Zhang (JIRA)


 [ 
https://issues.apache.org/jira/browse/HBASE-22527?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Guanghao Zhang resolved HBASE-22527.

   Resolution: Fixed
Fix Version/s: 2.1.6
   2.2.1
   2.0.6
   2.3.0
   3.0.0
 Release Note: 
Add a new master web UI to show the potentially problematic opened regions. 
There are three case:
1. Master thought this region opened, but no regionserver reported it.
2. Master thought this region opened on Server1, but regionserver reported 
Server2
3. More than one regionservers reported opened this region

> [hbck2] Add a master web ui to show the problematic regions
> ---
>
> Key: HBASE-22527
> URL: https://issues.apache.org/jira/browse/HBASE-22527
> Project: HBase
>  Issue Type: Sub-task
>  Components: hbase-operator-tools, hbck2
>Reporter: Guanghao Zhang
>Assignee: Guanghao Zhang
>Priority: Major
> Fix For: 3.0.0, 2.3.0, 2.0.6, 2.2.1, 2.1.6
>
> Attachments: HBASE-22527.branch-2.0.001.patch, 
> HBASE-22527.branch-2.0.001.patch, HBASE-22527.branch-2.0.002.patch, 
> HBASE-22527.branch-2.1.001.patch, HBASE-22527.branch-2.1.002.patch, 
> HBASE-22527.branch-2.1.003.patch, HBASE-22527.master.001.patch, 
> HBASE-22527.master.002.patch, HBASE-22527.master.003.patch, 
> HBASE-22527.master.004.patch, HBASE-22527.master.addendum.patch
>
>
> On our cluster which based 2.2.0, we found one problem: there are some opened 
> regions which had wrong regionserver in meta. The regionserver is not exist. 
> We used hbck2 to fix them by the following steps.
>  # disable table
>  # bypass the stucked close region procedure (as the target regionserver is 
> not exist) and disable table procedure.
>  # setRegionState to CLOSED.
>  # setTableState to DISABLED.
>  # enable table
> We found this problem by scan the hbase:meta. I thought we should add this 
> feature to hbck2. The we can use hbck2 to find this problem. Thanks.



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)


[jira] [Created] (HBASE-22726) [HBCK2] Changes on HBASE-21585 breaks compatibility of HBCK2 with hbase version 3.0.0

2019-07-23 Thread Wellington Chevreuil (JIRA)
Wellington Chevreuil created HBASE-22726:


 Summary: [HBCK2] Changes on HBASE-21585 breaks compatibility of 
HBCK2 with hbase version 3.0.0
 Key: HBASE-22726
 URL: https://issues.apache.org/jira/browse/HBASE-22726
 Project: HBase
  Issue Type: Task
  Components: hbase-operator-tools
Affects Versions: 3.0.0
Reporter: Wellington Chevreuil


HBASE-21585 had removed _ClusterConnection_ and moved _getHbck_ method to 
_Connection_ interface. This Jira is a place holder for any future work on 
making HBCK2 compatible with 3.0.0 release, as that will require mapping 
versions of hbck2 to hbase main project.



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)


[jira] [Reopened] (HBASE-22527) [hbck2] Add a master web ui to show the problematic regions

2019-07-23 Thread Sean Busbey (JIRA)


 [ 
https://issues.apache.org/jira/browse/HBASE-22527?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sean Busbey reopened HBASE-22527:
-

add a release note please.

> [hbck2] Add a master web ui to show the problematic regions
> ---
>
> Key: HBASE-22527
> URL: https://issues.apache.org/jira/browse/HBASE-22527
> Project: HBase
>  Issue Type: Sub-task
>  Components: hbase-operator-tools, hbck2
>Reporter: Guanghao Zhang
>Assignee: Guanghao Zhang
>Priority: Major
> Attachments: HBASE-22527.branch-2.0.001.patch, 
> HBASE-22527.branch-2.0.001.patch, HBASE-22527.branch-2.0.002.patch, 
> HBASE-22527.branch-2.1.001.patch, HBASE-22527.branch-2.1.002.patch, 
> HBASE-22527.branch-2.1.003.patch, HBASE-22527.master.001.patch, 
> HBASE-22527.master.002.patch, HBASE-22527.master.003.patch, 
> HBASE-22527.master.004.patch, HBASE-22527.master.addendum.patch
>
>
> On our cluster which based 2.2.0, we found one problem: there are some opened 
> regions which had wrong regionserver in meta. The regionserver is not exist. 
> We used hbck2 to fix them by the following steps.
>  # disable table
>  # bypass the stucked close region procedure (as the target regionserver is 
> not exist) and disable table procedure.
>  # setRegionState to CLOSED.
>  # setTableState to DISABLED.
>  # enable table
> We found this problem by scan the hbase:meta. I thought we should add this 
> feature to hbck2. The we can use hbck2 to find this problem. Thanks.



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)


Re: Re: [Announce] 张铎 (Duo Zhang) is Apache HBase PMC chair

2019-07-23 Thread Toshihiro Suzuki
Congratulations Duo! And Thank you Misty!

On Tue, Jul 23, 2019 at 5:27 PM Chunhui Shen  wrote:

> Thanks Misty  and Congratulations Duo!
> Best Regards,
> Chunhui
>
>
>
>
>
>
>
> 在 2019-07-23 10:19:58,"Francis Christopher Liu"  写道:
> >Thanks a lot Misty!
> >
> >And congratulations Duo!
> >
> >Francis
> >
> >On Sun, Jul 21, 2019 at 8:27 PM Yu Li  wrote:
> >
> >> Congratulations Duo! And thank you Misty!
> >>
> >> Best Regards,
> >> Yu
> >>
> >>
> >> On Sun, 21 Jul 2019 at 11:21, Allan Yang  wrote:
> >>
> >> > Congratulations Duo!
> >> > Best Regards
> >> > Allan Yang
> >> >
> >> >
> >> > 宾莉金(binlijin)  于2019年7月21日周日 上午10:05写道:
> >> >
> >> > > Congratulations Duo!  and thanks Misty.
> >> > >
> >> > > Anoop Sam John  于2019年7月21日周日 上午9:26写道:
> >> > >
> >> > > > Congrats Duo.
> >> > > >
> >> > > > Thanks Misty for your great work as the PMC chair.
> >> > > >
> >> > > > Anoop
> >> > > >
> >> > > > On Sat, Jul 20, 2019 at 12:07 AM Xu Cang 
> wrote:
> >> > > >
> >> > > > > Thank you Misty!
> >> > > > > Congratulations Duo, thanks for taking extra work!
> >> > > > >
> >> > > > > On Fri, Jul 19, 2019 at 11:23 AM Zach York <
> >> > > zyork.contribut...@gmail.com
> >> > > > >
> >> > > > > wrote:
> >> > > > >
> >> > > > > > Congratulations Duo! Thanks for offering to take on the
> >> additional
> >> > > > work!
> >> > > > > >
> >> > > > > > On Fri, Jul 19, 2019 at 10:34 AM Stack 
> wrote:
> >> > > > > >
> >> > > > > > > Thank you Misty for your years of service (FYI, for
> non-PMCers,
> >> > the
> >> > > > > > reports
> >> > > > > > > Misty wrote to the Apache Board on our behalf were
> repeatedly
> >> > > called
> >> > > > > out
> >> > > > > > > for their quality and thoughtfulness).
> >> > > > > > >
> >> > > > > > > Duo Zhang, thank you for taking on the mantle.
> >> > > > > > >
> >> > > > > > > S
> >> > > > > > >
> >> > > > > > > On Thu, Jul 18, 2019 at 10:46 AM Misty Linville <
> >> > mi...@apache.org>
> >> > > > > > wrote:
> >> > > > > > >
> >> > > > > > > > Each Apache project has a project management committee
> (PMC)
> >> > that
> >> > > > > > > oversees
> >> > > > > > > > governance of the project, votes on new committers and PMC
> >> > > members,
> >> > > > > and
> >> > > > > > > > ensures that the software we produce adheres to the
> standards
> >> > of
> >> > > > the
> >> > > > > > > > Foundation. One of the roles on the PMC is the PMC chair.
> The
> >> > PMC
> >> > > > > chair
> >> > > > > > > > represents the project as a Vice President of the
> Foundation
> >> > and
> >> > > > > > > > communicates to the board about the project's health, once
> >> per
> >> > > > > quarter
> >> > > > > > > and
> >> > > > > > > > at other times as needed.
> >> > > > > > > >
> >> > > > > > > > It's been my honor to serve as your PMC chair since 2017,
> >> when
> >> > I
> >> > > > took
> >> > > > > > > over
> >> > > > > > > > from Andrew Purtell. I've decided to step back from my
> >> > volunteer
> >> > > > ASF
> >> > > > > > > > activities to leave room in my life for other things. The
> >> HBase
> >> > > PMC
> >> > > > > > > > nominated Duo for this role, and Duo has kindly agreed!
> The
> >> > board
> >> > > > > > passed
> >> > > > > > > > this resolution in its meeting yesterday[1] and it is
> already
> >> > > > > > > official[2].
> >> > > > > > > > Congratulations, Duo, and thank you for continuing to
> honor
> >> the
> >> > > > > project
> >> > > > > > > > with your dedication.
> >> > > > > > > >
> >> > > > > > > > Misty
> >> > > > > > > >
> >> > > > > > > > [1] The minutes have not yet posted at the time of this
> >> email,
> >> > > but
> >> > > > > will
> >> > > > > > > be
> >> > > > > > > > available at
> >> > > > http://www.apache.org/foundation/records/minutes/2019/.
> >> > > > > > > > [2] https://www.apache.org/foundation/#who-runs-the-asf
> >> > > > > > > >
> >> > > > > > >
> >> > > > > >
> >> > > > >
> >> > > >
> >> > >
> >> > >
> >> > > --
> >> > > *Best Regards,*
> >> > >  lijin bin
> >> > >
> >> >
> >>
>


[jira] [Resolved] (HBASE-22603) Javadoc Warnings related to @link tag

2019-07-23 Thread Jan Hentschel (JIRA)


 [ 
https://issues.apache.org/jira/browse/HBASE-22603?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jan Hentschel resolved HBASE-22603.
---
   Resolution: Fixed
 Hadoop Flags: Reviewed
Fix Version/s: (was: 2.1.7)
   1.4.11
   1.3.6
   2.1.6
   2.0.6
   1.5.0

> Javadoc Warnings related to @link tag
> -
>
> Key: HBASE-22603
> URL: https://issues.apache.org/jira/browse/HBASE-22603
> Project: HBase
>  Issue Type: Bug
>  Components: documentation
>Affects Versions: 3.0.0
>Reporter: Murtaza Hassan
>Assignee: Murtaza Hassan
>Priority: Trivial
>  Labels: beginner
> Fix For: 3.0.0, 1.5.0, 2.3.0, 2.0.6, 2.2.1, 2.1.6, 1.3.6, 1.4.11
>
>
> Fix all javadoc warnings related to @link tag



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)


[jira] [Created] (HBASE-22725) Remove all remaining javadoc warnings

2019-07-23 Thread Murtaza Hassan (JIRA)
Murtaza Hassan created HBASE-22725:
--

 Summary: Remove all remaining javadoc warnings 
 Key: HBASE-22725
 URL: https://issues.apache.org/jira/browse/HBASE-22725
 Project: HBase
  Issue Type: Bug
Affects Versions: 3.0.0
Reporter: Murtaza Hassan
Assignee: Murtaza Hassan






--
This message was sent by Atlassian JIRA
(v7.6.14#76016)


[jira] [Resolved] (HBASE-22720) Incorrect link for hbase.unittests

2019-07-23 Thread Jan Hentschel (JIRA)


 [ 
https://issues.apache.org/jira/browse/HBASE-22720?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jan Hentschel resolved HBASE-22720.
---
   Resolution: Fixed
 Hadoop Flags: Reviewed
Fix Version/s: 1.4.11
   1.3.6
   2.1.6
   2.2.1
   2.0.6
   2.3.0
   1.5.0
   3.0.0

> Incorrect link for hbase.unittests
> --
>
> Key: HBASE-22720
> URL: https://issues.apache.org/jira/browse/HBASE-22720
> Project: HBase
>  Issue Type: Bug
>  Components: documentation
>Reporter: Peter Somogyi
>Assignee: Peter Somogyi
>Priority: Trivial
> Fix For: 3.0.0, 1.5.0, 2.3.0, 2.0.6, 2.2.1, 2.1.6, 1.3.6, 1.4.11
>
>
> Link for hbase.unittests link is incorrect in [Categories and execution 
> time|https://hbase.apache.org/book.html#hbase.tests.categories] chapter.



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)


[jira] [Created] (HBASE-22724) Add a emoji on the vote table for pre commit result on github

2019-07-23 Thread Duo Zhang (JIRA)
Duo Zhang created HBASE-22724:
-

 Summary: Add a emoji on the vote table for pre commit result on 
github
 Key: HBASE-22724
 URL: https://issues.apache.org/jira/browse/HBASE-22724
 Project: HBase
  Issue Type: Improvement
Reporter: Duo Zhang


[~zghaobac] said that the current vote table on github is not good enough, as 
the colors are almost the same, it is not easy to find out which line is broken.

Since github can not change the color of the text, he suggested that we add a 
column at the left most with some emojis to better notify the developpers.



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)


Re:Re: [Announce] 张铎 (Duo Zhang) is Apache HBase PMC chair

2019-07-23 Thread Chunhui Shen
Thanks Misty  and Congratulations Duo! 
Best Regards,
Chunhui







在 2019-07-23 10:19:58,"Francis Christopher Liu"  写道:
>Thanks a lot Misty!
>
>And congratulations Duo!
>
>Francis
>
>On Sun, Jul 21, 2019 at 8:27 PM Yu Li  wrote:
>
>> Congratulations Duo! And thank you Misty!
>>
>> Best Regards,
>> Yu
>>
>>
>> On Sun, 21 Jul 2019 at 11:21, Allan Yang  wrote:
>>
>> > Congratulations Duo!
>> > Best Regards
>> > Allan Yang
>> >
>> >
>> > 宾莉金(binlijin)  于2019年7月21日周日 上午10:05写道:
>> >
>> > > Congratulations Duo!  and thanks Misty.
>> > >
>> > > Anoop Sam John  于2019年7月21日周日 上午9:26写道:
>> > >
>> > > > Congrats Duo.
>> > > >
>> > > > Thanks Misty for your great work as the PMC chair.
>> > > >
>> > > > Anoop
>> > > >
>> > > > On Sat, Jul 20, 2019 at 12:07 AM Xu Cang  wrote:
>> > > >
>> > > > > Thank you Misty!
>> > > > > Congratulations Duo, thanks for taking extra work!
>> > > > >
>> > > > > On Fri, Jul 19, 2019 at 11:23 AM Zach York <
>> > > zyork.contribut...@gmail.com
>> > > > >
>> > > > > wrote:
>> > > > >
>> > > > > > Congratulations Duo! Thanks for offering to take on the
>> additional
>> > > > work!
>> > > > > >
>> > > > > > On Fri, Jul 19, 2019 at 10:34 AM Stack  wrote:
>> > > > > >
>> > > > > > > Thank you Misty for your years of service (FYI, for non-PMCers,
>> > the
>> > > > > > reports
>> > > > > > > Misty wrote to the Apache Board on our behalf were repeatedly
>> > > called
>> > > > > out
>> > > > > > > for their quality and thoughtfulness).
>> > > > > > >
>> > > > > > > Duo Zhang, thank you for taking on the mantle.
>> > > > > > >
>> > > > > > > S
>> > > > > > >
>> > > > > > > On Thu, Jul 18, 2019 at 10:46 AM Misty Linville <
>> > mi...@apache.org>
>> > > > > > wrote:
>> > > > > > >
>> > > > > > > > Each Apache project has a project management committee (PMC)
>> > that
>> > > > > > > oversees
>> > > > > > > > governance of the project, votes on new committers and PMC
>> > > members,
>> > > > > and
>> > > > > > > > ensures that the software we produce adheres to the standards
>> > of
>> > > > the
>> > > > > > > > Foundation. One of the roles on the PMC is the PMC chair. The
>> > PMC
>> > > > > chair
>> > > > > > > > represents the project as a Vice President of the Foundation
>> > and
>> > > > > > > > communicates to the board about the project's health, once
>> per
>> > > > > quarter
>> > > > > > > and
>> > > > > > > > at other times as needed.
>> > > > > > > >
>> > > > > > > > It's been my honor to serve as your PMC chair since 2017,
>> when
>> > I
>> > > > took
>> > > > > > > over
>> > > > > > > > from Andrew Purtell. I've decided to step back from my
>> > volunteer
>> > > > ASF
>> > > > > > > > activities to leave room in my life for other things. The
>> HBase
>> > > PMC
>> > > > > > > > nominated Duo for this role, and Duo has kindly agreed! The
>> > board
>> > > > > > passed
>> > > > > > > > this resolution in its meeting yesterday[1] and it is already
>> > > > > > > official[2].
>> > > > > > > > Congratulations, Duo, and thank you for continuing to honor
>> the
>> > > > > project
>> > > > > > > > with your dedication.
>> > > > > > > >
>> > > > > > > > Misty
>> > > > > > > >
>> > > > > > > > [1] The minutes have not yet posted at the time of this
>> email,
>> > > but
>> > > > > will
>> > > > > > > be
>> > > > > > > > available at
>> > > > http://www.apache.org/foundation/records/minutes/2019/.
>> > > > > > > > [2] https://www.apache.org/foundation/#who-runs-the-asf
>> > > > > > > >
>> > > > > > >
>> > > > > >
>> > > > >
>> > > >
>> > >
>> > >
>> > > --
>> > > *Best Regards,*
>> > >  lijin bin
>> > >
>> >
>>