[jira] [Commented] (HBASE-27026) Disable Style/FrozenStringLiteralComment for ruby

2022-05-29 Thread Jan Hentschel (Jira)


[ 
https://issues.apache.org/jira/browse/HBASE-27026?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17543720#comment-17543720
 ] 

Jan Hentschel commented on HBASE-27026:
---

[~tomscut] Sounds good to me as long as it doesn't break our current rubocop 
usage.

> Disable Style/FrozenStringLiteralComment for ruby
> -
>
> Key: HBASE-27026
> URL: https://issues.apache.org/jira/browse/HBASE-27026
> Project: HBase
>  Issue Type: Task
>Reporter: Tao Li
>Assignee: Tao Li
>Priority: Major
> Attachments: image-2022-05-20-09-14-36-355.png, 
> image-2022-05-20-09-25-05-608.png
>
>
> By default Style/FrozenStringLiteralComment is enabled in rubocop. If we 
> update a ruby file, rubocop prompts `Missing frozen string literal comment` 
> (see 
> [https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-4416/2/artifact/yetus-general-check/output/diff-patch-rubocop.txt)|https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-4416/2/artifact/yetus-general-check/output/diff-patch-rubocop.txt].
> To address this warn, we need to add `# frozen_string_literal: true` to the 
> top of the ruby file(see 
> https://github.com/rubocop/rubocop/blob/master/config/default.yml#L3637), 
> which will be added to the top of the `Apache License` and will look strange.
> I don't think this `FrozenStringLiteralComment` check is very necessary. We 
> can disable it.



--
This message was sent by Atlassian Jira
(v8.20.7#820007)


[jira] [Commented] (HBASE-27026) Disable Style/FrozenStringLiteralComment for ruby

2022-05-23 Thread Jan Hentschel (Jira)


[ 
https://issues.apache.org/jira/browse/HBASE-27026?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17541129#comment-17541129
 ] 

Jan Hentschel commented on HBASE-27026:
---

Not sure. I would have expected that your [second 
commit|https://github.com/apache/hbase/pull/4416/commits/71b2f9670b205252b6bb7357265995c2d554e864]
 would be ok from a Rubocop perspective. It definitely could be related to the 
version as it seems that Rubocop also makes adjustments to the rules.

> Disable Style/FrozenStringLiteralComment for ruby
> -
>
> Key: HBASE-27026
> URL: https://issues.apache.org/jira/browse/HBASE-27026
> Project: HBase
>  Issue Type: Task
>Reporter: Tao Li
>Assignee: Tao Li
>Priority: Major
> Attachments: image-2022-05-20-09-14-36-355.png, 
> image-2022-05-20-09-25-05-608.png
>
>
> By default Style/FrozenStringLiteralComment is enabled in rubocop. If we 
> update a ruby file, rubocop prompts `Missing frozen string literal comment` 
> (see 
> [https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-4416/2/artifact/yetus-general-check/output/diff-patch-rubocop.txt)|https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-4416/2/artifact/yetus-general-check/output/diff-patch-rubocop.txt].
> To address this warn, we need to add `# frozen_string_literal: true` to the 
> top of the ruby file(see 
> https://github.com/rubocop/rubocop/blob/master/config/default.yml#L3637), 
> which will be added to the top of the `Apache License` and will look strange.
> I don't think this `FrozenStringLiteralComment` check is very necessary. We 
> can disable it.



--
This message was sent by Atlassian Jira
(v8.20.7#820007)


[jira] [Commented] (HBASE-27026) Disable Style/FrozenStringLiteralComment for ruby

2022-05-19 Thread Jan Hentschel (Jira)


[ 
https://issues.apache.org/jira/browse/HBASE-27026?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17539763#comment-17539763
 ] 

Jan Hentschel commented on HBASE-27026:
---

Did you try it out? Based on the documentation I would be surprised if adding 
it after the license wouldn't work as examples in the Rubocop documentation 
leave the impression that you can put it anywhere in a file, marking kind of 
the starting point, multiple times. I would prefer handling the warning instead 
of ignoring it. I would recommend to put # frozen_string_literal: true after 
the Apache license header in your existing PR and just give it a try.

> Disable Style/FrozenStringLiteralComment for ruby
> -
>
> Key: HBASE-27026
> URL: https://issues.apache.org/jira/browse/HBASE-27026
> Project: HBase
>  Issue Type: Task
>Reporter: Tao Li
>Assignee: Tao Li
>Priority: Major
>
> By default Style/FrozenStringLiteralComment is enabled in rubocop. If we 
> update a ruby file, rubocop prompts `Missing frozen string literal comment` 
> (see 
> [https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-4416/2/artifact/yetus-general-check/output/diff-patch-rubocop.txt)|https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-4416/2/artifact/yetus-general-check/output/diff-patch-rubocop.txt].
> To address this warn, we need to add `# frozen_string_literal: true` to the 
> top of the ruby file(see 
> [https://github.com/rubocop/rubocop/blob/master/config/default.yml#L3631]), 
> which will be added to the top of the `Apache License` and will look strange.
> I don't think this `FrozenStringLiteralComment` check is very necessary. We 
> can disable it.



--
This message was sent by Atlassian Jira
(v8.20.7#820007)


[jira] [Commented] (HBASE-27026) Disable Style/FrozenStringLiteralComment for ruby

2022-05-18 Thread Jan Hentschel (Jira)


[ 
https://issues.apache.org/jira/browse/HBASE-27026?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17538946#comment-17538946
 ] 

Jan Hentschel commented on HBASE-27026:
---

I'm also not a Ruby expert, but Mike stated on the discussion thread that we 
are probably not forced to put it on the top of the file. If I'm reading the 
[Rubocop 
documentation|https://www.rubydoc.info/gems/rubocop/RuboCop/Cop/Style/FrozenStringLiteralComment]
 correctly you should also be able to put it after the Apache license header. 
Not sure if disabling the check is a good option as it could have side effects 
if the behavior in a future Ruby version changes. As there only seems to be a 
single complaint and we're not using the frozen_string_literal anywhere yet 
it's probably easier to fix the single file instead of turning off the check.

> Disable Style/FrozenStringLiteralComment for ruby
> -
>
> Key: HBASE-27026
> URL: https://issues.apache.org/jira/browse/HBASE-27026
> Project: HBase
>  Issue Type: Task
>Reporter: Tao Li
>Assignee: Tao Li
>Priority: Major
>
> By default Style/FrozenStringLiteralComment is enabled in rubocop. If we 
> update a ruby file, rubocop prompts `Missing frozen string literal comment` 
> (see 
> [https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-4416/2/artifact/yetus-general-check/output/diff-patch-rubocop.txt)|https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-4416/2/artifact/yetus-general-check/output/diff-patch-rubocop.txt].
> To address this warn, we need to add `# frozen_string_literal: true` to the 
> top of the ruby file(see 
> [https://github.com/rubocop/rubocop/blob/master/config/default.yml#L3631]), 
> which will be added to the top of the `Apache License` and will look strange.
> I don't think this `FrozenStringLiteralComment` check is very necessary. We 
> can disable it.



--
This message was sent by Atlassian Jira
(v8.20.7#820007)


[jira] [Work started] (HBASE-26426) Remove 'Review Board' section from the site

2021-11-09 Thread Jan Hentschel (Jira)


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

Work on HBASE-26426 started by Jan Hentschel.
-
> Remove 'Review Board' section from the site
> ---
>
> Key: HBASE-26426
> URL: https://issues.apache.org/jira/browse/HBASE-26426
> Project: HBase
>  Issue Type: Task
>  Components: website
>Reporter: Nick Dimiduk
>Assignee: Jan Hentschel
>Priority: Major
>
> Under the "Apache HBase Project" menu we have a link off to Review Board. We 
> have settled on Github for code review, so we should drop that link.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Assigned] (HBASE-26426) Remove 'Review Board' section from the site

2021-11-09 Thread Jan Hentschel (Jira)


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

Jan Hentschel reassigned HBASE-26426:
-

Assignee: Jan Hentschel

> Remove 'Review Board' section from the site
> ---
>
> Key: HBASE-26426
> URL: https://issues.apache.org/jira/browse/HBASE-26426
> Project: HBase
>  Issue Type: Task
>  Components: website
>Reporter: Nick Dimiduk
>Assignee: Jan Hentschel
>Priority: Major
>
> Under the "Apache HBase Project" menu we have a link off to Review Board. We 
> have settled on Github for code review, so we should drop that link.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Updated] (HBASE-25738) Backport HBASE-24305 to branch-2.2

2021-04-08 Thread Jan Hentschel (Jira)


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

Jan Hentschel updated HBASE-25738:
--
Resolution: Fixed
Status: Resolved  (was: Patch Available)

> Backport HBASE-24305 to branch-2.2
> --
>
> Key: HBASE-25738
> URL: https://issues.apache.org/jira/browse/HBASE-25738
> Project: HBase
>  Issue Type: Task
>Reporter: Jan Hentschel
>Assignee: Jan Hentschel
>Priority: Minor
>  Labels: backport
> Fix For: 2.2.7
>
>




--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (HBASE-25738) Backport HBASE-24305 to branch-2.2

2021-04-08 Thread Jan Hentschel (Jira)


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

Jan Hentschel updated HBASE-25738:
--
Status: Patch Available  (was: In Progress)

> Backport HBASE-24305 to branch-2.2
> --
>
> Key: HBASE-25738
> URL: https://issues.apache.org/jira/browse/HBASE-25738
> Project: HBase
>  Issue Type: Task
>Reporter: Jan Hentschel
>Assignee: Jan Hentschel
>Priority: Minor
>  Labels: backport
> Fix For: 2.2.7
>
>




--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (HBASE-25737) Backport HBASE-24305 to branch-2.3

2021-04-08 Thread Jan Hentschel (Jira)


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

Jan Hentschel updated HBASE-25737:
--
Resolution: Fixed
Status: Resolved  (was: Patch Available)

> Backport HBASE-24305 to branch-2.3
> --
>
> Key: HBASE-25737
> URL: https://issues.apache.org/jira/browse/HBASE-25737
> Project: HBase
>  Issue Type: Task
>Reporter: Jan Hentschel
>Assignee: Jan Hentschel
>Priority: Minor
>  Labels: backport
> Fix For: 2.3.6
>
>




--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (HBASE-25737) Backport HBASE-24305 to branch-2.3

2021-04-08 Thread Jan Hentschel (Jira)


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

Jan Hentschel updated HBASE-25737:
--
Status: Patch Available  (was: In Progress)

> Backport HBASE-24305 to branch-2.3
> --
>
> Key: HBASE-25737
> URL: https://issues.apache.org/jira/browse/HBASE-25737
> Project: HBase
>  Issue Type: Task
>Reporter: Jan Hentschel
>Assignee: Jan Hentschel
>Priority: Minor
>  Labels: backport
> Fix For: 2.3.6
>
>




--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Work started] (HBASE-25738) Backport HBASE-24305 to branch-2.2

2021-04-06 Thread Jan Hentschel (Jira)


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

Work on HBASE-25738 started by Jan Hentschel.
-
> Backport HBASE-24305 to branch-2.2
> --
>
> Key: HBASE-25738
> URL: https://issues.apache.org/jira/browse/HBASE-25738
> Project: HBase
>  Issue Type: Task
>Reporter: Jan Hentschel
>Assignee: Jan Hentschel
>Priority: Minor
>  Labels: backport
> Fix For: 2.2.7
>
>




--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (HBASE-25738) Backport HBASE-24305 to branch-2.2

2021-04-06 Thread Jan Hentschel (Jira)


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

Jan Hentschel updated HBASE-25738:
--
Fix Version/s: (was: 2.3.6)
   2.2.7

> Backport HBASE-24305 to branch-2.2
> --
>
> Key: HBASE-25738
> URL: https://issues.apache.org/jira/browse/HBASE-25738
> Project: HBase
>  Issue Type: Task
>Reporter: Jan Hentschel
>Assignee: Jan Hentschel
>Priority: Minor
>  Labels: backport
> Fix For: 2.2.7
>
>




--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Created] (HBASE-25738) Backport HBASE-24305 to branch-2.2

2021-04-06 Thread Jan Hentschel (Jira)
Jan Hentschel created HBASE-25738:
-

 Summary: Backport HBASE-24305 to branch-2.2
 Key: HBASE-25738
 URL: https://issues.apache.org/jira/browse/HBASE-25738
 Project: HBase
  Issue Type: Task
Reporter: Jan Hentschel
Assignee: Jan Hentschel
 Fix For: 2.3.6






--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Created] (HBASE-25737) Backport HBASE-24305 to branch-2.3

2021-04-06 Thread Jan Hentschel (Jira)
Jan Hentschel created HBASE-25737:
-

 Summary: Backport HBASE-24305 to branch-2.3
 Key: HBASE-25737
 URL: https://issues.apache.org/jira/browse/HBASE-25737
 Project: HBase
  Issue Type: Task
Reporter: Jan Hentschel
Assignee: Jan Hentschel
 Fix For: 2.3.6






--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Work started] (HBASE-25737) Backport HBASE-24305 to branch-2.3

2021-04-06 Thread Jan Hentschel (Jira)


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

Work on HBASE-25737 started by Jan Hentschel.
-
> Backport HBASE-24305 to branch-2.3
> --
>
> Key: HBASE-25737
> URL: https://issues.apache.org/jira/browse/HBASE-25737
> Project: HBase
>  Issue Type: Task
>Reporter: Jan Hentschel
>Assignee: Jan Hentschel
>Priority: Minor
>  Labels: backport
> Fix For: 2.3.6
>
>




--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Resolved] (HBASE-25734) Backport HBASE-24305 to branch-2.4

2021-04-06 Thread Jan Hentschel (Jira)


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

Jan Hentschel resolved HBASE-25734.
---
Resolution: Fixed

> Backport HBASE-24305 to branch-2.4
> --
>
> Key: HBASE-25734
> URL: https://issues.apache.org/jira/browse/HBASE-25734
> Project: HBase
>  Issue Type: Task
>Reporter: Jan Hentschel
>Assignee: Jan Hentschel
>Priority: Minor
>  Labels: backport
> Fix For: 2.4.3
>
>




--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Work started] (HBASE-25734) Backport HBASE-24305 to branch-2.4

2021-04-05 Thread Jan Hentschel (Jira)


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

Work on HBASE-25734 started by Jan Hentschel.
-
> Backport HBASE-24305 to branch-2.4
> --
>
> Key: HBASE-25734
> URL: https://issues.apache.org/jira/browse/HBASE-25734
> Project: HBase
>  Issue Type: Task
>Reporter: Jan Hentschel
>Assignee: Jan Hentschel
>Priority: Minor
>  Labels: backport
> Fix For: 2.4.3
>
>




--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Created] (HBASE-25734) Backport HBASE-24305 to branch-2.4

2021-04-05 Thread Jan Hentschel (Jira)
Jan Hentschel created HBASE-25734:
-

 Summary: Backport HBASE-24305 to branch-2.4
 Key: HBASE-25734
 URL: https://issues.apache.org/jira/browse/HBASE-25734
 Project: HBase
  Issue Type: Task
Reporter: Jan Hentschel
Assignee: Jan Hentschel
 Fix For: 2.4.3






--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (HBASE-24514) Backport HBASE-24305 to branch-2

2021-04-05 Thread Jan Hentschel (Jira)


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

Jan Hentschel updated HBASE-24514:
--
Release Note: 
The following method was added to ServerName

- #valueOf(Address, long)

  was:
The following method was added to ServerName

- valueOf(Address, long)


> Backport HBASE-24305 to branch-2
> 
>
> Key: HBASE-24514
> URL: https://issues.apache.org/jira/browse/HBASE-24514
> Project: HBase
>  Issue Type: Task
>Affects Versions: 2.5.0
>Reporter: Jan Hentschel
>Assignee: Jan Hentschel
>Priority: Major
>  Labels: backport
> Fix For: 2.5.0
>
>
> Backport the changes from HBASE-24305, which are not related to removed 
> deprecated methods.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (HBASE-24514) Backport HBASE-24305 to branch-2

2021-04-05 Thread Jan Hentschel (Jira)


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

Jan Hentschel updated HBASE-24514:
--
Fix Version/s: 2.5.0
   Resolution: Fixed
   Status: Resolved  (was: Patch Available)

> Backport HBASE-24305 to branch-2
> 
>
> Key: HBASE-24514
> URL: https://issues.apache.org/jira/browse/HBASE-24514
> Project: HBase
>  Issue Type: Task
>Affects Versions: 2.5.0
>Reporter: Jan Hentschel
>Assignee: Jan Hentschel
>Priority: Major
>  Labels: backport
> Fix For: 2.5.0
>
>
> Backport the changes from HBASE-24305, which are not related to removed 
> deprecated methods.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (HBASE-24514) Backport HBASE-24305 to branch-2

2021-04-05 Thread Jan Hentschel (Jira)


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

Jan Hentschel updated HBASE-24514:
--
Hadoop Flags: Reviewed
Release Note: 
The following method was added to ServerName

- valueOf(Address, long)
  Labels: backport  (was: )

> Backport HBASE-24305 to branch-2
> 
>
> Key: HBASE-24514
> URL: https://issues.apache.org/jira/browse/HBASE-24514
> Project: HBase
>  Issue Type: Task
>Affects Versions: 2.5.0
>Reporter: Jan Hentschel
>Assignee: Jan Hentschel
>Priority: Major
>  Labels: backport
>
> Backport the changes from HBASE-24305, which are not related to removed 
> deprecated methods.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (HBASE-25199) Remove HStore#getStoreHomedir

2021-04-05 Thread Jan Hentschel (Jira)


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

Jan Hentschel updated HBASE-25199:
--
Release Note: 
Moved the following methods from HStore to HRegionFileSystem

- #getStoreHomedir(Path, RegionInfo, byte[])
- #getStoreHomedir(Path, String, byte[])

> Remove HStore#getStoreHomedir
> -
>
> Key: HBASE-25199
> URL: https://issues.apache.org/jira/browse/HBASE-25199
> Project: HBase
>  Issue Type: Sub-task
>Affects Versions: 3.0.0-alpha-1
>Reporter: Jan Hentschel
>Assignee: Jan Hentschel
>Priority: Minor
> Fix For: 3.0.0-alpha-1, 2.5.0, 2.4.3, 2.3.6
>
>
> The {{getStoreHomedir}} methods from {{HStore}} were deprecated way back and 
> should get removed.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (HBASE-25174) Remove deprecated fields in HConstants which should be removed in 3.0.0

2021-04-05 Thread Jan Hentschel (Jira)


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

Jan Hentschel updated HBASE-25174:
--
Release Note: 
Removed the following constants without replacement

- HConstants#HBASE_REGIONSERVER_LEASE_PERIOD_KEY
- HConstants#CP_HTD_ATTR_KEY_PATTERN
- HConstants#CP_HTD_ATTR_VALUE_PATTERN
- HConstants#CP_HTD_ATTR_VALUE_PARAM_KEY_PATTERN
- HConstants#CP_HTD_ATTR_VALUE_PARAM_VALUE_PATTERN
- HConstants#CP_HTD_ATTR_VALUE_PARAM_PATTERN
- HConstants#META_QOS

Moved the following constant into private scope

- HConstants#OLDEST_TIMESTAMP

> Remove deprecated fields in HConstants which should be removed in 3.0.0
> ---
>
> Key: HBASE-25174
> URL: https://issues.apache.org/jira/browse/HBASE-25174
> Project: HBase
>  Issue Type: Sub-task
>Reporter: Duo Zhang
>Assignee: Jan Hentschel
>Priority: Major
> Fix For: 3.0.0-alpha-1
>
>




--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (HBASE-24514) Backport HBASE-24305 to branch-2

2021-04-03 Thread Jan Hentschel (Jira)


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

Jan Hentschel updated HBASE-24514:
--
Affects Version/s: (was: 2.4.0)
   2.5.0
   Status: Patch Available  (was: In Progress)

> Backport HBASE-24305 to branch-2
> 
>
> Key: HBASE-24514
> URL: https://issues.apache.org/jira/browse/HBASE-24514
> Project: HBase
>  Issue Type: Task
>Affects Versions: 2.5.0
>Reporter: Jan Hentschel
>Assignee: Jan Hentschel
>Priority: Major
>
> Backport the changes from HBASE-24305, which are not related to removed 
> deprecated methods.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Work started] (HBASE-24514) Backport HBASE-24305 to branch-2

2021-04-03 Thread Jan Hentschel (Jira)


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

Work on HBASE-24514 started by Jan Hentschel.
-
> Backport HBASE-24305 to branch-2
> 
>
> Key: HBASE-24514
> URL: https://issues.apache.org/jira/browse/HBASE-24514
> Project: HBase
>  Issue Type: Task
>Affects Versions: 2.4.0
>Reporter: Jan Hentschel
>Assignee: Jan Hentschel
>Priority: Major
>
> Backport the changes from HBASE-24305, which are not related to removed 
> deprecated methods.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Assigned] (HBASE-24514) Backport HBASE-24305 to branch-2

2021-04-03 Thread Jan Hentschel (Jira)


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

Jan Hentschel reassigned HBASE-24514:
-

Assignee: Jan Hentschel

> Backport HBASE-24305 to branch-2
> 
>
> Key: HBASE-24514
> URL: https://issues.apache.org/jira/browse/HBASE-24514
> Project: HBase
>  Issue Type: Task
>Affects Versions: 2.4.0
>Reporter: Jan Hentschel
>Assignee: Jan Hentschel
>Priority: Major
>
> Backport the changes from HBASE-24305, which are not related to removed 
> deprecated methods.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Resolved] (HBASE-25273) fix typo in StripeStoreFileManager java doc

2020-11-14 Thread Jan Hentschel (Jira)


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

Jan Hentschel resolved HBASE-25273.
---
Fix Version/s: 3.0.0-alpha-1
 Hadoop Flags: Reviewed
   Resolution: Fixed

Pushed to master. Thanks [~hossein] for the contribution.

> fix typo in StripeStoreFileManager java doc
> ---
>
> Key: HBASE-25273
> URL: https://issues.apache.org/jira/browse/HBASE-25273
> Project: HBase
>  Issue Type: Improvement
>Reporter: Hossein Zolfi
>Priority: Major
> Fix For: 3.0.0-alpha-1
>
>
> See StripeCompactionPolicy on how the stripes are determined; this class 
> doesn't care.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (HBASE-25197) Remove SingletonCoprocessorService

2020-10-21 Thread Jan Hentschel (Jira)


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

Jan Hentschel updated HBASE-25197:
--
Hadoop Flags: Incompatible change,Reviewed  (was: Incompatible change)
  Resolution: Fixed
  Status: Resolved  (was: Patch Available)

Pushed to master. Thanks [~zhangduo] & [~vjasani].

> Remove SingletonCoprocessorService
> --
>
> Key: HBASE-25197
> URL: https://issues.apache.org/jira/browse/HBASE-25197
> Project: HBase
>  Issue Type: Sub-task
>Affects Versions: 3.0.0-alpha-1
>Reporter: Jan Hentschel
>Assignee: Jan Hentschel
>Priority: Trivial
> Fix For: 3.0.0-alpha-1
>
>
> SingletonCoprocessorService is targeted for removal in 3.0.0. It seems that 
> we don't depend on it anymore, so let's remove it.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (HBASE-25196) Document deprecation of HConstants#REPLICATION_DROP_ON_DELETED_TABLE_KEY

2020-10-21 Thread Jan Hentschel (Jira)


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

Jan Hentschel updated HBASE-25196:
--
Hadoop Flags: Reviewed
  Resolution: Fixed
  Status: Resolved  (was: Patch Available)

Pushed to master. Thanks [~zhangduo] for the review.

> Document deprecation of HConstants#REPLICATION_DROP_ON_DELETED_TABLE_KEY
> 
>
> Key: HBASE-25196
> URL: https://issues.apache.org/jira/browse/HBASE-25196
> Project: HBase
>  Issue Type: Task
>Affects Versions: 3.0.0-alpha-1
>Reporter: Jan Hentschel
>Assignee: Jan Hentschel
>Priority: Trivial
> Fix For: 3.0.0-alpha-1
>
>
> HBASE-24359 deprecated HConstants#REPLICATION_DROP_ON_DELETED_TABLE_KEY. It 
> should also be noted down in Javadoc when it was deprecated and when it is 
> expected to be removed.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (HBASE-25199) Remove HStore#getStoreHomedir

2020-10-18 Thread Jan Hentschel (Jira)


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

Jan Hentschel updated HBASE-25199:
--
Status: Patch Available  (was: In Progress)

> Remove HStore#getStoreHomedir
> -
>
> Key: HBASE-25199
> URL: https://issues.apache.org/jira/browse/HBASE-25199
> Project: HBase
>  Issue Type: Sub-task
>Affects Versions: 3.0.0-alpha-1
>Reporter: Jan Hentschel
>Assignee: Jan Hentschel
>Priority: Minor
> Fix For: 3.0.0-alpha-1
>
>
> The {{getStoreHomedir}} methods from {{HStore}} were deprecated way back and 
> should get removed.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Created] (HBASE-25199) Remove HStore#getStoreHomedir

2020-10-18 Thread Jan Hentschel (Jira)
Jan Hentschel created HBASE-25199:
-

 Summary: Remove HStore#getStoreHomedir
 Key: HBASE-25199
 URL: https://issues.apache.org/jira/browse/HBASE-25199
 Project: HBase
  Issue Type: Sub-task
Affects Versions: 3.0.0-alpha-1
Reporter: Jan Hentschel
Assignee: Jan Hentschel
 Fix For: 3.0.0-alpha-1


The {{getStoreHomedir}} methods from {{HStore}} were deprecated way back and 
should get removed.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Work started] (HBASE-25199) Remove HStore#getStoreHomedir

2020-10-18 Thread Jan Hentschel (Jira)


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

Work on HBASE-25199 started by Jan Hentschel.
-
> Remove HStore#getStoreHomedir
> -
>
> Key: HBASE-25199
> URL: https://issues.apache.org/jira/browse/HBASE-25199
> Project: HBase
>  Issue Type: Sub-task
>Affects Versions: 3.0.0-alpha-1
>Reporter: Jan Hentschel
>Assignee: Jan Hentschel
>Priority: Minor
> Fix For: 3.0.0-alpha-1
>
>
> The {{getStoreHomedir}} methods from {{HStore}} were deprecated way back and 
> should get removed.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (HBASE-25198) Remove RpcSchedulerFactory#create(Configuration, PriorityFunction)

2020-10-18 Thread Jan Hentschel (Jira)


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

Jan Hentschel updated HBASE-25198:
--
Status: Patch Available  (was: In Progress)

> Remove RpcSchedulerFactory#create(Configuration, PriorityFunction)
> --
>
> Key: HBASE-25198
> URL: https://issues.apache.org/jira/browse/HBASE-25198
> Project: HBase
>  Issue Type: Sub-task
>Affects Versions: 3.0.0-alpha-1
>Reporter: Jan Hentschel
>Assignee: Jan Hentschel
>Priority: Minor
> Fix For: 3.0.0-alpha-1
>
>
> The {{create(Configuration, PriorityFunction)}} method in 
> {{RpcSchedulerFactory}} was deprecated a while ago. As it is not used 
> anymore, even in implementing classes, we should be able to safely remove the 
> method.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Work started] (HBASE-25198) Remove RpcSchedulerFactory#create(Configuration, PriorityFunction)

2020-10-18 Thread Jan Hentschel (Jira)


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

Work on HBASE-25198 started by Jan Hentschel.
-
> Remove RpcSchedulerFactory#create(Configuration, PriorityFunction)
> --
>
> Key: HBASE-25198
> URL: https://issues.apache.org/jira/browse/HBASE-25198
> Project: HBase
>  Issue Type: Sub-task
>Affects Versions: 3.0.0-alpha-1
>Reporter: Jan Hentschel
>Assignee: Jan Hentschel
>Priority: Minor
> Fix For: 3.0.0-alpha-1
>
>
> The {{create(Configuration, PriorityFunction)}} method in 
> {{RpcSchedulerFactory}} was deprecated a while ago. As it is not used 
> anymore, even in implementing classes, we should be able to safely remove the 
> method.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Created] (HBASE-25198) Remove RpcSchedulerFactory#create(Configuration, PriorityFunction)

2020-10-18 Thread Jan Hentschel (Jira)
Jan Hentschel created HBASE-25198:
-

 Summary: Remove RpcSchedulerFactory#create(Configuration, 
PriorityFunction)
 Key: HBASE-25198
 URL: https://issues.apache.org/jira/browse/HBASE-25198
 Project: HBase
  Issue Type: Sub-task
Affects Versions: 3.0.0-alpha-1
Reporter: Jan Hentschel
Assignee: Jan Hentschel
 Fix For: 3.0.0-alpha-1


The {{create(Configuration, PriorityFunction)}} method in 
{{RpcSchedulerFactory}} was deprecated a while ago. As it is not used anymore, 
even in implementing classes, we should be able to safely remove the method.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (HBASE-25197) Remove SingletonCoprocessorService

2020-10-18 Thread Jan Hentschel (Jira)


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

Jan Hentschel updated HBASE-25197:
--
Status: Patch Available  (was: In Progress)

> Remove SingletonCoprocessorService
> --
>
> Key: HBASE-25197
> URL: https://issues.apache.org/jira/browse/HBASE-25197
> Project: HBase
>  Issue Type: Sub-task
>Affects Versions: 3.0.0-alpha-1
>Reporter: Jan Hentschel
>Assignee: Jan Hentschel
>Priority: Trivial
> Fix For: 3.0.0-alpha-1
>
>
> SingletonCoprocessorService is targeted for removal in 3.0.0. It seems that 
> we don't depend on it anymore, so let's remove it.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Work started] (HBASE-25197) Remove SingletonCoprocessorService

2020-10-18 Thread Jan Hentschel (Jira)


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

Work on HBASE-25197 started by Jan Hentschel.
-
> Remove SingletonCoprocessorService
> --
>
> Key: HBASE-25197
> URL: https://issues.apache.org/jira/browse/HBASE-25197
> Project: HBase
>  Issue Type: Sub-task
>Affects Versions: 3.0.0-alpha-1
>Reporter: Jan Hentschel
>Assignee: Jan Hentschel
>Priority: Trivial
> Fix For: 3.0.0-alpha-1
>
>
> SingletonCoprocessorService is targeted for removal in 3.0.0. It seems that 
> we don't depend on it anymore, so let's remove it.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Created] (HBASE-25197) Remove SingletonCoprocessorService

2020-10-18 Thread Jan Hentschel (Jira)
Jan Hentschel created HBASE-25197:
-

 Summary: Remove SingletonCoprocessorService
 Key: HBASE-25197
 URL: https://issues.apache.org/jira/browse/HBASE-25197
 Project: HBase
  Issue Type: Sub-task
Affects Versions: 3.0.0-alpha-1
Reporter: Jan Hentschel
Assignee: Jan Hentschel
 Fix For: 3.0.0-alpha-1


SingletonCoprocessorService is targeted for removal in 3.0.0. It seems that we 
don't depend on it anymore, so let's remove it.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (HBASE-25196) Document deprecation of HConstants#REPLICATION_DROP_ON_DELETED_TABLE_KEY

2020-10-18 Thread Jan Hentschel (Jira)


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

Jan Hentschel updated HBASE-25196:
--
Status: Patch Available  (was: In Progress)

> Document deprecation of HConstants#REPLICATION_DROP_ON_DELETED_TABLE_KEY
> 
>
> Key: HBASE-25196
> URL: https://issues.apache.org/jira/browse/HBASE-25196
> Project: HBase
>  Issue Type: Task
>Affects Versions: 3.0.0-alpha-1
>Reporter: Jan Hentschel
>Assignee: Jan Hentschel
>Priority: Trivial
> Fix For: 3.0.0-alpha-1
>
>
> HBASE-24359 deprecated HConstants#REPLICATION_DROP_ON_DELETED_TABLE_KEY. It 
> should also be noted down in Javadoc when it was deprecated and when it is 
> expected to be removed.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Created] (HBASE-25196) Document deprecation of HConstants#REPLICATION_DROP_ON_DELETED_TABLE_KEY

2020-10-18 Thread Jan Hentschel (Jira)
Jan Hentschel created HBASE-25196:
-

 Summary: Document deprecation of 
HConstants#REPLICATION_DROP_ON_DELETED_TABLE_KEY
 Key: HBASE-25196
 URL: https://issues.apache.org/jira/browse/HBASE-25196
 Project: HBase
  Issue Type: Task
Affects Versions: 3.0.0-alpha-1
Reporter: Jan Hentschel
Assignee: Jan Hentschel
 Fix For: 3.0.0-alpha-1


HBASE-24359 deprecated HConstants#REPLICATION_DROP_ON_DELETED_TABLE_KEY. It 
should also be noted down in Javadoc when it was deprecated and when it is 
expected to be removed.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Work started] (HBASE-25196) Document deprecation of HConstants#REPLICATION_DROP_ON_DELETED_TABLE_KEY

2020-10-18 Thread Jan Hentschel (Jira)


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

Work on HBASE-25196 started by Jan Hentschel.
-
> Document deprecation of HConstants#REPLICATION_DROP_ON_DELETED_TABLE_KEY
> 
>
> Key: HBASE-25196
> URL: https://issues.apache.org/jira/browse/HBASE-25196
> Project: HBase
>  Issue Type: Task
>Affects Versions: 3.0.0-alpha-1
>Reporter: Jan Hentschel
>Assignee: Jan Hentschel
>Priority: Trivial
> Fix For: 3.0.0-alpha-1
>
>
> HBASE-24359 deprecated HConstants#REPLICATION_DROP_ON_DELETED_TABLE_KEY. It 
> should also be noted down in Javadoc when it was deprecated and when it is 
> expected to be removed.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (HBASE-25174) Remove deprecated fields in HConstants which should be removed in 3.0.0

2020-10-18 Thread Jan Hentschel (Jira)


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

Jan Hentschel updated HBASE-25174:
--
Hadoop Flags: Incompatible change
  Status: Patch Available  (was: In Progress)

> Remove deprecated fields in HConstants which should be removed in 3.0.0
> ---
>
> Key: HBASE-25174
> URL: https://issues.apache.org/jira/browse/HBASE-25174
> Project: HBase
>  Issue Type: Sub-task
>Reporter: Duo Zhang
>Assignee: Jan Hentschel
>Priority: Major
>




--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Work started] (HBASE-25174) Remove deprecated fields in HConstants which should be removed in 3.0.0

2020-10-11 Thread Jan Hentschel (Jira)


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

Work on HBASE-25174 started by Jan Hentschel.
-
> Remove deprecated fields in HConstants which should be removed in 3.0.0
> ---
>
> Key: HBASE-25174
> URL: https://issues.apache.org/jira/browse/HBASE-25174
> Project: HBase
>  Issue Type: Sub-task
>Reporter: Duo Zhang
>Assignee: Jan Hentschel
>Priority: Major
>




--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Resolved] (HBASE-25175) Remove the constructors of HBaseConfiguration

2020-10-11 Thread Jan Hentschel (Jira)


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

Jan Hentschel resolved HBASE-25175.
---
Fix Version/s: 3.0.0-alpha-1
 Hadoop Flags: Incompatible change,Reviewed
 Release Note: 
The following constructors were removed from HBaseConfiguration (due to 
HBASE-2036):

- HBaseConfiguration(): Use the default constructor instead.
- HBaseConfiguration(Configuration): Use the default constructor instead.
   Resolution: Fixed

Pushed to master. Thanks [~niuyulin] for the contribution.

> Remove the constructors of HBaseConfiguration
> -
>
> Key: HBASE-25175
> URL: https://issues.apache.org/jira/browse/HBASE-25175
> Project: HBase
>  Issue Type: Sub-task
>  Components: API
>Reporter: Duo Zhang
>Assignee: niuyulin
>Priority: Major
> Fix For: 3.0.0-alpha-1
>
>
> As they have been marked as deprecated long ago.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (HBASE-25175) Remove the constructors of HBaseConfiguration

2020-10-11 Thread Jan Hentschel (Jira)


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

Jan Hentschel updated HBASE-25175:
--
Affects Version/s: 3.0.0-alpha-1

> Remove the constructors of HBaseConfiguration
> -
>
> Key: HBASE-25175
> URL: https://issues.apache.org/jira/browse/HBASE-25175
> Project: HBase
>  Issue Type: Sub-task
>  Components: API
>Affects Versions: 3.0.0-alpha-1
>Reporter: Duo Zhang
>Assignee: niuyulin
>Priority: Major
> Fix For: 3.0.0-alpha-1
>
>
> As they have been marked as deprecated long ago.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Assigned] (HBASE-25174) Remove deprecated fields in HConstants which should be removed in 3.0.0

2020-10-10 Thread Jan Hentschel (Jira)


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

Jan Hentschel reassigned HBASE-25174:
-

Assignee: Jan Hentschel

> Remove deprecated fields in HConstants which should be removed in 3.0.0
> ---
>
> Key: HBASE-25174
> URL: https://issues.apache.org/jira/browse/HBASE-25174
> Project: HBase
>  Issue Type: Sub-task
>Reporter: Duo Zhang
>Assignee: Jan Hentschel
>Priority: Major
>




--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Resolved] (HBASE-25076) fix typo in MasterRegion java doc

2020-09-21 Thread Jan Hentschel (Jira)


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

Jan Hentschel resolved HBASE-25076.
---
Fix Version/s: 3.0.0-alpha-1
 Hadoop Flags: Reviewed
   Resolution: Fixed

Pushed to master. Thanks [~niuyulin] for the contribution and [~zhangduo] for 
the review.

> fix typo in MasterRegion java doc
> -
>
> Key: HBASE-25076
> URL: https://issues.apache.org/jira/browse/HBASE-25076
> Project: HBase
>  Issue Type: Improvement
>Reporter: niuyulin
>Assignee: niuyulin
>Priority: Major
> Fix For: 3.0.0-alpha-1
>
>
> The archived HFile will be moved to the global HFile archived directory with 
> the \{@link MasterRegionParams#archivedWalSuffix()} suffix. The archived WAL 
> will be moved to the global WAL archived directory with the \{@link 
> MasterRegionParams#archivedHFileSuffix()} suffix



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Resolved] (HBASE-25075) Fix typo in ReplicationProtobufUtil

2020-09-21 Thread Jan Hentschel (Jira)


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

Jan Hentschel resolved HBASE-25075.
---
Fix Version/s: 3.0.0-alpha-1
 Hadoop Flags: Reviewed
   Resolution: Fixed

Pushed to master. [~niuyulin] Thanks for the contributions and [~zghao] & 
[~zhangduo] for the reviews.

[~niuyulin] Mind adding a backport for branch-2? Your master patch does not 
apply cleanly to branch-2.

> Fix typo in ReplicationProtobufUtil
> ---
>
> Key: HBASE-25075
> URL: https://issues.apache.org/jira/browse/HBASE-25075
> Project: HBase
>  Issue Type: Improvement
>  Components: Replication
>Reporter: Duo Zhang
>Assignee: niuyulin
>Priority: Major
>  Labels: beginner, trivial
> Fix For: 3.0.0-alpha-1
>
>
> It is named as 'ReplicationProtbufUtil', missed an 'o'.
> It is IA.Private so it is safe to rename it directly.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Resolved] (HBASE-25072) Remove the unnecessary System.out.println in MasterRegistry

2020-09-20 Thread Jan Hentschel (Jira)


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

Jan Hentschel resolved HBASE-25072.
---
Fix Version/s: 2.4.0
   3.0.0-alpha-1
 Hadoop Flags: Reviewed
   Resolution: Fixed

Pushed to master & branch-2. Thanks [~niuyulin] for the contribution and 
[~zhangduo] & [~vjasani] for the reviews.

> Remove the unnecessary System.out.println in MasterRegistry
> ---
>
> Key: HBASE-25072
> URL: https://issues.apache.org/jira/browse/HBASE-25072
> Project: HBase
>  Issue Type: Task
>  Components: Client
>Reporter: Duo Zhang
>Assignee: niuyulin
>Priority: Minor
>  Labels: beginner, trivial
> Fix For: 3.0.0-alpha-1, 2.4.0
>
>
> https://github.com/apache/hbase/blob/master/hbase-client/src/main/java/org/apache/hadoop/hbase/client/MasterRegistry.java#L328
> This line.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (HBASE-24305) Handle deprecations in ServerName

2020-06-06 Thread Jan Hentschel (Jira)


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

Jan Hentschel updated HBASE-24305:
--
Hadoop Flags: Incompatible change,Reviewed  (was: Incompatible change)
  Resolution: Fixed
  Status: Resolved  (was: Patch Available)

[~zhangduo] Makes sense. I'm going to resolve this one. Created HBASE-24514 for 
the backport to branch-2.

> Handle deprecations in ServerName
> -
>
> Key: HBASE-24305
> URL: https://issues.apache.org/jira/browse/HBASE-24305
> Project: HBase
>  Issue Type: Task
>Affects Versions: 3.0.0-alpha-1
>Reporter: Jan Hentschel
>Assignee: Jan Hentschel
>Priority: Minor
> Fix For: 3.0.0-alpha-1
>
>
> Some functions in {{ServerName}} were deprecated in 2.0.0 and should be 
> removed for version 3.0.0.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Created] (HBASE-24514) Backport HBASE-24305 to branch-2

2020-06-06 Thread Jan Hentschel (Jira)
Jan Hentschel created HBASE-24514:
-

 Summary: Backport HBASE-24305 to branch-2
 Key: HBASE-24514
 URL: https://issues.apache.org/jira/browse/HBASE-24514
 Project: HBase
  Issue Type: Task
Affects Versions: 2.4.0
Reporter: Jan Hentschel


Backport the changes from HBASE-24305, which are not related to removed 
deprecated methods.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (HBASE-24227) [JDK11] shell fails to launch

2020-06-02 Thread Jan Hentschel (Jira)


[ 
https://issues.apache.org/jira/browse/HBASE-24227?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17124244#comment-17124244
 ] 

Jan Hentschel commented on HBASE-24227:
---

[~adityakishore] See the following output done on the recent master.

{code}
2.3.0 :001 > system 'env | grep JAVA_HOME'
JAVA_HOME=/Users/jan/.jenv/versions/11.0.2
 => true 
2.3.0 :002 > create 'test', 'cf'
2020-06-02 21:14:40,999 WARN  [main] util.NativeCodeLoader: Unable to load 
native-hadoop library for your platform... using builtin-java classes where 
applicable
Created table test
Took 1.9711 seconds 
 => Hbase::Table - test 
2.3.0 :003 > list
TABLE   
test
1 row(s)
Took 0.0161 seconds 
 => ["test"] 
{code}

> [JDK11] shell fails to launch
> -
>
> Key: HBASE-24227
> URL: https://issues.apache.org/jira/browse/HBASE-24227
> Project: HBase
>  Issue Type: Sub-task
>  Components: shell
>Affects Versions: 3.0.0-alpha-1
>Reporter: Nick Dimiduk
>Priority: Blocker
>
> {noformat}
> $ 
> JAVA_HOME=/Library/Java/JavaVirtualMachines/adoptopenjdk-11.jdk/Contents/Home 
> ./bin/hbase shell
> WARNING: An illegal reflective access operation has occurred
> WARNING: Illegal reflective access by 
> org.apache.hadoop.hbase.util.UnsafeAvailChecker 
> (file:/Users/ndimiduk/repos/apache/hbase/hbase-common/target/hbase-common-3.0.0-SNAPSHOT.jar)
>  to method java.nio.Bits.unaligned()
> WARNING: Please consider reporting this to the maintainers of 
> org.apache.hadoop.hbase.util.UnsafeAvailChecker
> WARNING: Use --illegal-access=warn to enable warnings of further illegal 
> reflective access operations
> WARNING: All illegal access operations will be denied in a future release
> HBase Shell
> Use "help" to get list of supported commands.
> Use "exit" to quit this interactive shell.
> For Reference, please visit: http://hbase.apache.org/book.html#shell
> Version 3.0.0-SNAPSHOT, rbcacc4ce939e60fd69891df6315a39aef852b567, Tue Apr 21 
> 15:47:27 PDT 2020
> Took 0. seconds   
>   
> 
> ArgumentError: wrong number of arguments (1 for 0)
>` at uri:classloader:/jruby/kernel/jruby/process_manager.rb:32
>` at uri:classloader:/jruby/kernel/jruby/process_manager.rb:54
>   initialize at 
> /Users/ndimiduk/repos/apache/hbase/hbase-shell/src/main/ruby/irb/hirb.rb:46
>start at /Users/ndimiduk/repos/apache/hbase/bin/../bin/hirb.rb:207
>at /Users/ndimiduk/repos/apache/hbase/bin/../bin/hirb.rb:219
> {noformat}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Resolved] (HBASE-21996) Set locale for javadoc

2020-05-20 Thread Jan Hentschel (Jira)


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

Jan Hentschel resolved HBASE-21996.
---
Resolution: Fixed

Going to close this again, as our pushed Javadoc looks as expected.

> Set locale for javadoc
> --
>
> Key: HBASE-21996
> URL: https://issues.apache.org/jira/browse/HBASE-21996
> Project: HBase
>  Issue Type: Improvement
>  Components: documentation
>Reporter: Peter Somogyi
>Assignee: Peter Somogyi
>Priority: Major
> Fix For: 3.0.0-alpha-1, 2.3.0, 1.4.11, 1.3.6, 2.1.6, 2.2.1, 1.5.0
>
> Attachments: HBASE-21996.master.001.patch, Screen Shot 2020-04-13 at 
> 5.09.36 PM.png, Screen Shot 2020-04-13 at 5.11.59 PM.png
>
>
> Headers in generated javadoc could have different language based on the 
> user's locale.
> For example the published 2.1 javadoc's headers are in Chinese while 2.0 is 
> in English.
> 2.0: 
> [https://hbase.apache.org/2.0/apidocs/org/apache/hadoop/hbase/client/HTable.html]
> 2.1: 
> [https://hbase.apache.org/2.1/apidocs/org/apache/hadoop/hbase/client/HTable.html]



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (HBASE-24305) Handle deprecations in ServerName

2020-05-08 Thread Jan Hentschel (Jira)


[ 
https://issues.apache.org/jira/browse/HBASE-24305?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17102434#comment-17102434
 ] 

Jan Hentschel commented on HBASE-24305:
---

Pushed to master. Thanks [~stack] & [~zhangduo] for the reviews. Leaving open 
for the backports of the parts not affected by the removal of the deprecations.

> Handle deprecations in ServerName
> -
>
> Key: HBASE-24305
> URL: https://issues.apache.org/jira/browse/HBASE-24305
> Project: HBase
>  Issue Type: Task
>Affects Versions: 3.0.0-alpha-1
>Reporter: Jan Hentschel
>Assignee: Jan Hentschel
>Priority: Minor
> Fix For: 3.0.0-alpha-1
>
>
> Some functions in {{ServerName}} were deprecated in 2.0.0 and should be 
> removed for version 3.0.0.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (HBASE-24305) Handle deprecations in ServerName

2020-05-08 Thread Jan Hentschel (Jira)


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

Jan Hentschel updated HBASE-24305:
--
Fix Version/s: 3.0.0-alpha-1

> Handle deprecations in ServerName
> -
>
> Key: HBASE-24305
> URL: https://issues.apache.org/jira/browse/HBASE-24305
> Project: HBase
>  Issue Type: Task
>Affects Versions: 3.0.0-alpha-1
>Reporter: Jan Hentschel
>Assignee: Jan Hentschel
>Priority: Minor
> Fix For: 3.0.0-alpha-1
>
>
> Some functions in {{ServerName}} were deprecated in 2.0.0 and should be 
> removed for version 3.0.0.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (HBASE-24329) Remove deprecated CoprocessorService

2020-05-08 Thread Jan Hentschel (Jira)


[ 
https://issues.apache.org/jira/browse/HBASE-24329?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17102433#comment-17102433
 ] 

Jan Hentschel commented on HBASE-24329:
---

This comment should originally go onto HBASE-24305. Just ignore it.

> Remove deprecated CoprocessorService
> 
>
> Key: HBASE-24329
> URL: https://issues.apache.org/jira/browse/HBASE-24329
> Project: HBase
>  Issue Type: Improvement
>  Components: Coprocessors
>Affects Versions: 3.0.0-alpha-1
>Reporter: Jan Hentschel
>Assignee: Jan Hentschel
>Priority: Minor
>
> The interface {{CoprocessorService}} was deprecated in 2.0.0 and should be 
> removed for 3.0.0.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (HBASE-24329) Remove deprecated CoprocessorService

2020-05-08 Thread Jan Hentschel (Jira)


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

Jan Hentschel updated HBASE-24329:
--
Fix Version/s: (was: 3.0.0-alpha-1)

> Remove deprecated CoprocessorService
> 
>
> Key: HBASE-24329
> URL: https://issues.apache.org/jira/browse/HBASE-24329
> Project: HBase
>  Issue Type: Improvement
>  Components: Coprocessors
>Affects Versions: 3.0.0-alpha-1
>Reporter: Jan Hentschel
>Assignee: Jan Hentschel
>Priority: Minor
>
> The interface {{CoprocessorService}} was deprecated in 2.0.0 and should be 
> removed for 3.0.0.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (HBASE-24329) Remove deprecated CoprocessorService

2020-05-08 Thread Jan Hentschel (Jira)


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

Jan Hentschel updated HBASE-24329:
--
Status: In Progress  (was: Patch Available)

> Remove deprecated CoprocessorService
> 
>
> Key: HBASE-24329
> URL: https://issues.apache.org/jira/browse/HBASE-24329
> Project: HBase
>  Issue Type: Improvement
>  Components: Coprocessors
>Affects Versions: 3.0.0-alpha-1
>Reporter: Jan Hentschel
>Assignee: Jan Hentschel
>Priority: Minor
>
> The interface {{CoprocessorService}} was deprecated in 2.0.0 and should be 
> removed for 3.0.0.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (HBASE-24329) Remove deprecated CoprocessorService

2020-05-08 Thread Jan Hentschel (Jira)


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

Jan Hentschel updated HBASE-24329:
--
Fix Version/s: 3.0.0-alpha-1
   Status: Patch Available  (was: In Progress)

Submitted to master. Thanks [~stack] & [~zhangduo] for the reviews. Leaving 
open for the backports.

> Remove deprecated CoprocessorService
> 
>
> Key: HBASE-24329
> URL: https://issues.apache.org/jira/browse/HBASE-24329
> Project: HBase
>  Issue Type: Improvement
>  Components: Coprocessors
>Affects Versions: 3.0.0-alpha-1
>Reporter: Jan Hentschel
>Assignee: Jan Hentschel
>Priority: Minor
> Fix For: 3.0.0-alpha-1
>
>
> The interface {{CoprocessorService}} was deprecated in 2.0.0 and should be 
> removed for 3.0.0.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (HBASE-24334) Remove duplicated dependency declaration in hbase-hadoop-compat

2020-05-06 Thread Jan Hentschel (Jira)


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

Jan Hentschel updated HBASE-24334:
--
Fix Version/s: 3.0.0-alpha-1
 Hadoop Flags: Reviewed
   Resolution: Fixed
   Status: Resolved  (was: Patch Available)

Pushed to master. Thanks [~vjasani] for the review.

> Remove duplicated dependency declaration in hbase-hadoop-compat
> ---
>
> Key: HBASE-24334
> URL: https://issues.apache.org/jira/browse/HBASE-24334
> Project: HBase
>  Issue Type: Improvement
>Affects Versions: 3.0.0-alpha-1
>Reporter: Jan Hentschel
>Assignee: Jan Hentschel
>Priority: Trivial
> Fix For: 3.0.0-alpha-1
>
>
> Currently hbase-metrics-api is declared twice with hbase-hadoop-compat. This 
> leads to the following warning in Maven:
> {code}
> [WARNING] 
> [WARNING] Some problems were encountered while building the effective model 
> for org.apache.hbase:hbase-hadoop-compat:jar:3.0.0-SNAPSHOT
> [WARNING] 'dependencies.dependency.(groupId:artifactId:type:classifier)' must 
> be unique: org.apache.hbase:hbase-metrics-api:jar -> duplicate declaration of 
> version (?) @ line 113, column 19
> [WARNING] 
> [WARNING] It is highly recommended to fix these problems because they 
> threaten the stability of your build.
> [WARNING] 
> [WARNING] For this reason, future Maven versions might no longer support 
> building such malformed projects.
> [WARNING] 
> {code}
> One declaration should be removed.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (HBASE-24334) Remove duplicated dependency declaration in hbase-hadoop-compat

2020-05-06 Thread Jan Hentschel (Jira)


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

Jan Hentschel updated HBASE-24334:
--
Status: Patch Available  (was: In Progress)

> Remove duplicated dependency declaration in hbase-hadoop-compat
> ---
>
> Key: HBASE-24334
> URL: https://issues.apache.org/jira/browse/HBASE-24334
> Project: HBase
>  Issue Type: Improvement
>Affects Versions: 3.0.0-alpha-1
>Reporter: Jan Hentschel
>Assignee: Jan Hentschel
>Priority: Trivial
>
> Currently hbase-metrics-api is declared twice with hbase-hadoop-compat. This 
> leads to the following warning in Maven:
> {code}
> [WARNING] 
> [WARNING] Some problems were encountered while building the effective model 
> for org.apache.hbase:hbase-hadoop-compat:jar:3.0.0-SNAPSHOT
> [WARNING] 'dependencies.dependency.(groupId:artifactId:type:classifier)' must 
> be unique: org.apache.hbase:hbase-metrics-api:jar -> duplicate declaration of 
> version (?) @ line 113, column 19
> [WARNING] 
> [WARNING] It is highly recommended to fix these problems because they 
> threaten the stability of your build.
> [WARNING] 
> [WARNING] For this reason, future Maven versions might no longer support 
> building such malformed projects.
> [WARNING] 
> {code}
> One declaration should be removed.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Work started] (HBASE-24334) Remove duplicated dependency declaration in hbase-hadoop-compat

2020-05-06 Thread Jan Hentschel (Jira)


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

Work on HBASE-24334 started by Jan Hentschel.
-
> Remove duplicated dependency declaration in hbase-hadoop-compat
> ---
>
> Key: HBASE-24334
> URL: https://issues.apache.org/jira/browse/HBASE-24334
> Project: HBase
>  Issue Type: Improvement
>Affects Versions: 3.0.0-alpha-1
>Reporter: Jan Hentschel
>Assignee: Jan Hentschel
>Priority: Trivial
>
> Currently hbase-metrics-api is declared twice with hbase-hadoop-compat. This 
> leads to the following warning in Maven:
> {code}
> [WARNING] 
> [WARNING] Some problems were encountered while building the effective model 
> for org.apache.hbase:hbase-hadoop-compat:jar:3.0.0-SNAPSHOT
> [WARNING] 'dependencies.dependency.(groupId:artifactId:type:classifier)' must 
> be unique: org.apache.hbase:hbase-metrics-api:jar -> duplicate declaration of 
> version (?) @ line 113, column 19
> [WARNING] 
> [WARNING] It is highly recommended to fix these problems because they 
> threaten the stability of your build.
> [WARNING] 
> [WARNING] For this reason, future Maven versions might no longer support 
> building such malformed projects.
> [WARNING] 
> {code}
> One declaration should be removed.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Created] (HBASE-24334) Remove duplicated dependency declaration in hbase-hadoop-compat

2020-05-06 Thread Jan Hentschel (Jira)
Jan Hentschel created HBASE-24334:
-

 Summary: Remove duplicated dependency declaration in 
hbase-hadoop-compat
 Key: HBASE-24334
 URL: https://issues.apache.org/jira/browse/HBASE-24334
 Project: HBase
  Issue Type: Improvement
Affects Versions: 3.0.0-alpha-1
Reporter: Jan Hentschel
Assignee: Jan Hentschel


Currently hbase-metrics-api is declared twice with hbase-hadoop-compat. This 
leads to the following warning in Maven:

{code}
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for 
org.apache.hbase:hbase-hadoop-compat:jar:3.0.0-SNAPSHOT
[WARNING] 'dependencies.dependency.(groupId:artifactId:type:classifier)' must 
be unique: org.apache.hbase:hbase-metrics-api:jar -> duplicate declaration of 
version (?) @ line 113, column 19
[WARNING] 
[WARNING] It is highly recommended to fix these problems because they threaten 
the stability of your build.
[WARNING] 
[WARNING] For this reason, future Maven versions might no longer support 
building such malformed projects.
[WARNING] 
{code}

One declaration should be removed.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Work started] (HBASE-24329) Remove deprecated CoprocessorService

2020-05-05 Thread Jan Hentschel (Jira)


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

Work on HBASE-24329 started by Jan Hentschel.
-
> Remove deprecated CoprocessorService
> 
>
> Key: HBASE-24329
> URL: https://issues.apache.org/jira/browse/HBASE-24329
> Project: HBase
>  Issue Type: Improvement
>  Components: Coprocessors
>Affects Versions: 3.0.0-alpha-1
>Reporter: Jan Hentschel
>Assignee: Jan Hentschel
>Priority: Minor
>
> The interface {{CoprocessorService}} was deprecated in 2.0.0 and should be 
> removed for 3.0.0.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Created] (HBASE-24329) Remove deprecated CoprocessorService

2020-05-05 Thread Jan Hentschel (Jira)
Jan Hentschel created HBASE-24329:
-

 Summary: Remove deprecated CoprocessorService
 Key: HBASE-24329
 URL: https://issues.apache.org/jira/browse/HBASE-24329
 Project: HBase
  Issue Type: Improvement
  Components: Coprocessors
Affects Versions: 3.0.0-alpha-1
Reporter: Jan Hentschel
Assignee: Jan Hentschel


The interface {{CoprocessorService}} was deprecated in 2.0.0 and should be 
removed for 3.0.0.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (HBASE-24317) Remove deprecated setCacheDataInL1 in HColumnDescriptor

2020-05-05 Thread Jan Hentschel (Jira)


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

Jan Hentschel updated HBASE-24317:
--
Fix Version/s: 3.0.0-alpha-1
 Hadoop Flags: Incompatible change,Reviewed  (was: Incompatible change)
   Resolution: Fixed
   Status: Resolved  (was: Patch Available)

Pushed to master. Thanks [~stack], [~zhangduo] & [~vjasani] for the reviews.

> Remove deprecated setCacheDataInL1 in HColumnDescriptor
> ---
>
> Key: HBASE-24317
> URL: https://issues.apache.org/jira/browse/HBASE-24317
> Project: HBase
>  Issue Type: Improvement
>  Components: Client
>Affects Versions: 3.0.0-alpha-1
>Reporter: Jan Hentschel
>Assignee: Jan Hentschel
>Priority: Minor
> Fix For: 3.0.0-alpha-1
>
>
> {{setCacheDataInL1}} in {{HColumnDescriptor}} was deprecated back in 2.0.0 
> and should be removed for 3.0.0.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (HBASE-24317) Remove deprecated setCacheDataInL1 in HColumnDescriptor

2020-05-04 Thread Jan Hentschel (Jira)


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

Jan Hentschel updated HBASE-24317:
--
Status: Patch Available  (was: In Progress)

> Remove deprecated setCacheDataInL1 in HColumnDescriptor
> ---
>
> Key: HBASE-24317
> URL: https://issues.apache.org/jira/browse/HBASE-24317
> Project: HBase
>  Issue Type: Improvement
>  Components: Client
>Affects Versions: 3.0.0-alpha-1
>Reporter: Jan Hentschel
>Assignee: Jan Hentschel
>Priority: Minor
>
> {{setCacheDataInL1}} in {{HColumnDescriptor}} was deprecated back in 2.0.0 
> and should be removed for 3.0.0.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Work started] (HBASE-24317) Remove deprecated setCacheDataInL1 in HColumnDescriptor

2020-05-04 Thread Jan Hentschel (Jira)


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

Work on HBASE-24317 started by Jan Hentschel.
-
> Remove deprecated setCacheDataInL1 in HColumnDescriptor
> ---
>
> Key: HBASE-24317
> URL: https://issues.apache.org/jira/browse/HBASE-24317
> Project: HBase
>  Issue Type: Improvement
>  Components: Client
>Affects Versions: 3.0.0-alpha-1
>Reporter: Jan Hentschel
>Assignee: Jan Hentschel
>Priority: Minor
>
> {{setCacheDataInL1}} in {{HColumnDescriptor}} was deprecated back in 2.0.0 
> and should be removed for 3.0.0.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Created] (HBASE-24317) Remove deprecated setCacheDataInL1 in HColumnDescriptor

2020-05-04 Thread Jan Hentschel (Jira)
Jan Hentschel created HBASE-24317:
-

 Summary: Remove deprecated setCacheDataInL1 in HColumnDescriptor
 Key: HBASE-24317
 URL: https://issues.apache.org/jira/browse/HBASE-24317
 Project: HBase
  Issue Type: Improvement
  Components: Client
Affects Versions: 3.0.0-alpha-1
Reporter: Jan Hentschel
Assignee: Jan Hentschel


{{setCacheDataInL1}} in {{HColumnDescriptor}} was deprecated back in 2.0.0 and 
should be removed for 3.0.0.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (HBASE-24305) Handle deprecations in ServerName

2020-05-04 Thread Jan Hentschel (Jira)


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

Jan Hentschel updated HBASE-24305:
--
Status: Patch Available  (was: In Progress)

> Handle deprecations in ServerName
> -
>
> Key: HBASE-24305
> URL: https://issues.apache.org/jira/browse/HBASE-24305
> Project: HBase
>  Issue Type: Task
>Affects Versions: 3.0.0-alpha-1
>Reporter: Jan Hentschel
>Assignee: Jan Hentschel
>Priority: Minor
>
> Some functions in {{ServerName}} were deprecated in 2.0.0 and should be 
> removed for version 3.0.0.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Work started] (HBASE-24305) Handle deprecations in ServerName

2020-05-04 Thread Jan Hentschel (Jira)


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

Work on HBASE-24305 started by Jan Hentschel.
-
> Handle deprecations in ServerName
> -
>
> Key: HBASE-24305
> URL: https://issues.apache.org/jira/browse/HBASE-24305
> Project: HBase
>  Issue Type: Task
>Affects Versions: 3.0.0-alpha-1
>Reporter: Jan Hentschel
>Assignee: Jan Hentschel
>Priority: Minor
>
> Some functions in {{ServerName}} were deprecated in 2.0.0 and should be 
> removed for version 3.0.0.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Assigned] (HBASE-24305) Handle deprecations in ServerName

2020-05-04 Thread Jan Hentschel (Jira)


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

Jan Hentschel reassigned HBASE-24305:
-

Assignee: Jan Hentschel

> Handle deprecations in ServerName
> -
>
> Key: HBASE-24305
> URL: https://issues.apache.org/jira/browse/HBASE-24305
> Project: HBase
>  Issue Type: Task
>Affects Versions: 3.0.0-alpha-1
>Reporter: Jan Hentschel
>Assignee: Jan Hentschel
>Priority: Minor
>
> Some functions in {{ServerName}} were deprecated in 2.0.0 and should be 
> removed for version 3.0.0.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (HBASE-24305) Handle deprecations in ServerName

2020-05-04 Thread Jan Hentschel (Jira)


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

Jan Hentschel updated HBASE-24305:
--
Release Note: 
The following methods were removed or made private from ServerName (due to 
HBASE-17624):

- getHostNameMinusDomain(String): Was made private without a replacement.
- parseHostname(String): Use #valueOf(String) instead.
- parsePort(String): Use #valueOf(String) instead.
- parseStartcode(String): Use #valueOf(String) instead.
- getServerName(String, int, long): Was made private. Use #valueOf(String, int, 
long) instead.
- getServerName(String, long): Use #valueOf(String, long) instead.
- getHostAndPort(): Use #getAddress() instead.
- getServerStartcodeFromServerName(String): Use instance of ServerName to pull 
out start code)
- getServerNameLessStartCode(String): Use #getAddress() instead.

  was:
The following methods were removed or made private from ServerName (due to 
HBASE-17320):

- getHostNameMinusDomain(String): Was made private without a replacement.
- parseHostname(String): Use #valueOf(String) instead.
- parsePort(String): Use #valueOf(String) instead.
- parseStartcode(String): Use #valueOf(String) instead.
- getServerName(String, int, long): Was made private. Use #valueOf(String, int, 
long) instead.
- getServerName(String, long): Use #valueOf(String, long) instead.
- getHostAndPort(): Use #getAddress() instead.
- getServerStartcodeFromServerName(String): Use instance of ServerName to pull 
out start code)
- getServerNameLessStartCode(String): Use #getAddress() instead.


> Handle deprecations in ServerName
> -
>
> Key: HBASE-24305
> URL: https://issues.apache.org/jira/browse/HBASE-24305
> Project: HBase
>  Issue Type: Task
>Affects Versions: 3.0.0-alpha-1
>Reporter: Jan Hentschel
>Priority: Minor
>
> Some functions in {{ServerName}} were deprecated in 2.0.0 and should be 
> removed for version 3.0.0.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (HBASE-24305) Handle deprecations in ServerName

2020-05-04 Thread Jan Hentschel (Jira)


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

Jan Hentschel updated HBASE-24305:
--
Hadoop Flags: Incompatible change
Release Note: 
The following methods were removed or made private from ServerName (due to 
HBASE-17320):

- getHostNameMinusDomain(String): Was made private without a replacement.
- parseHostname(String): Use #valueOf(String) instead.
- parsePort(String): Use #valueOf(String) instead.
- parseStartcode(String): Use #valueOf(String) instead.
- getServerName(String, int, long): Was made private. Use #valueOf(String, int, 
long) instead.
- getServerName(String, long): Use #valueOf(String, long) instead.
- getHostAndPort(): Use #getAddress() instead.
- getServerStartcodeFromServerName(String): Use instance of ServerName to pull 
out start code)
- getServerNameLessStartCode(String): Use #getAddress() instead.
 Description: Some functions in {{ServerName}} were deprecated in 2.0.0 and 
should be removed for version 3.0.0.  (was: Umbrella ticket for handling the 
deprecations of {{ServerName}} for version 3.0.0.)

> Handle deprecations in ServerName
> -
>
> Key: HBASE-24305
> URL: https://issues.apache.org/jira/browse/HBASE-24305
> Project: HBase
>  Issue Type: Task
>Affects Versions: 3.0.0-alpha-1
>Reporter: Jan Hentschel
>Priority: Minor
>
> Some functions in {{ServerName}} were deprecated in 2.0.0 and should be 
> removed for version 3.0.0.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Resolved] (HBASE-24306) Make getServerName(String, int, long) private

2020-05-03 Thread Jan Hentschel (Jira)


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

Jan Hentschel resolved HBASE-24306.
---
Resolution: Duplicate

Will be done in the parent issue.

> Make getServerName(String, int, long) private
> -
>
> Key: HBASE-24306
> URL: https://issues.apache.org/jira/browse/HBASE-24306
> Project: HBase
>  Issue Type: Sub-task
>Affects Versions: 3.0.0-alpha-1
>Reporter: Jan Hentschel
>Assignee: Jan Hentschel
>Priority: Minor
>
> {{getServerName(String, int, long)}} was marked deprecated in 2.0.0 with the 
> option to make it private in 3.0.0. It should be made sure that it is marked 
> as private in 3.0.0.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Created] (HBASE-24306) Make getServerName(String, int, long) private

2020-05-02 Thread Jan Hentschel (Jira)
Jan Hentschel created HBASE-24306:
-

 Summary: Make getServerName(String, int, long) private
 Key: HBASE-24306
 URL: https://issues.apache.org/jira/browse/HBASE-24306
 Project: HBase
  Issue Type: Sub-task
Affects Versions: 3.0.0-alpha-1
Reporter: Jan Hentschel
Assignee: Jan Hentschel


{{getServerName(String, int, long)}} was marked deprecated in 2.0.0 with the 
option to make it private in 3.0.0. It should be made sure that it is marked as 
private in 3.0.0.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Work started] (HBASE-24306) Make getServerName(String, int, long) private

2020-05-02 Thread Jan Hentschel (Jira)


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

Work on HBASE-24306 started by Jan Hentschel.
-
> Make getServerName(String, int, long) private
> -
>
> Key: HBASE-24306
> URL: https://issues.apache.org/jira/browse/HBASE-24306
> Project: HBase
>  Issue Type: Sub-task
>Affects Versions: 3.0.0-alpha-1
>Reporter: Jan Hentschel
>Assignee: Jan Hentschel
>Priority: Minor
>
> {{getServerName(String, int, long)}} was marked deprecated in 2.0.0 with the 
> option to make it private in 3.0.0. It should be made sure that it is marked 
> as private in 3.0.0.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Created] (HBASE-24305) Handle deprecations in ServerName

2020-05-02 Thread Jan Hentschel (Jira)
Jan Hentschel created HBASE-24305:
-

 Summary: Handle deprecations in ServerName
 Key: HBASE-24305
 URL: https://issues.apache.org/jira/browse/HBASE-24305
 Project: HBase
  Issue Type: Task
Affects Versions: 3.0.0-alpha-1
Reporter: Jan Hentschel


Umbrella ticket for handling the deprecations of {{ServerName}} for version 
3.0.0.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (HBASE-24301) Update Apache POM to version 23

2020-05-02 Thread Jan Hentschel (Jira)


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

Jan Hentschel updated HBASE-24301:
--
Fix Version/s: 2.2.5
   2.4.0
   1.7.0
   2.3.0
   3.0.0-alpha-1
 Hadoop Flags: Reviewed
   Resolution: Fixed
   Status: Resolved  (was: Patch Available)

Pushed to branch-1+. Thanks [~stack] & [~zhangduo] for the review.

> Update Apache POM to version 23
> ---
>
> Key: HBASE-24301
> URL: https://issues.apache.org/jira/browse/HBASE-24301
> Project: HBase
>  Issue Type: Task
>Reporter: Jan Hentschel
>Assignee: Jan Hentschel
>Priority: Minor
> Fix For: 3.0.0-alpha-1, 2.3.0, 1.7.0, 2.4.0, 2.2.5
>
>
> The most recent version of the Apache parent POM is v23. We should update to 
> this one. There should not be big changes, except that it updates the 
> rat-plugin to the version we already have.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (HBASE-24261) Redo all of our github notification integrations on new ASF infra feature

2020-05-01 Thread Jan Hentschel (Jira)


[ 
https://issues.apache.org/jira/browse/HBASE-24261?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17097570#comment-17097570
 ] 

Jan Hentschel commented on HBASE-24261:
---

Here's an example on how [NiFi did 
it|https://github.com/apache/nifi/pull/4246]. Should we do something similar?

> Redo all of our github notification integrations on new ASF infra feature
> -
>
> Key: HBASE-24261
> URL: https://issues.apache.org/jira/browse/HBASE-24261
> Project: HBase
>  Issue Type: Task
>  Components: community
>Reporter: Sean Busbey
>Priority: Major
>
> The new [ASF Infra feature for customizing how project gets notifications 
> from 
> github|https://cwiki.apache.org/confluence/display/INFRA/.asf.yaml+features+for+git+repositories#id-.asf.yamlfeaturesforgitrepositories-Notificationsettingsforrepositories]
>  appears to have silently thrown away all the integration we already had set 
> up.
> I don't know that full set of things we need. We presumably need to do this 
> for all of our repos.
> * make sure all notifications on PRs is going to issues@
> * make sure we get links on JIRA for related PRs
> * make sure we do not get updates on JIRA for every PR comment



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (HBASE-24301) Update Apache POM to version 23

2020-05-01 Thread Jan Hentschel (Jira)


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

Jan Hentschel updated HBASE-24301:
--
Status: Patch Available  (was: In Progress)

> Update Apache POM to version 23
> ---
>
> Key: HBASE-24301
> URL: https://issues.apache.org/jira/browse/HBASE-24301
> Project: HBase
>  Issue Type: Task
>Reporter: Jan Hentschel
>Assignee: Jan Hentschel
>Priority: Minor
>
> The most recent version of the Apache parent POM is v23. We should update to 
> this one. There should not be big changes, except that it updates the 
> rat-plugin to the version we already have.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Created] (HBASE-24301) Update Apache POM to version 23

2020-05-01 Thread Jan Hentschel (Jira)
Jan Hentschel created HBASE-24301:
-

 Summary: Update Apache POM to version 23
 Key: HBASE-24301
 URL: https://issues.apache.org/jira/browse/HBASE-24301
 Project: HBase
  Issue Type: Task
Reporter: Jan Hentschel
Assignee: Jan Hentschel


The most recent version of the Apache parent POM is v23. We should update to 
this one. There should not be big changes, except that it updates the 
rat-plugin to the version we already have.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Work started] (HBASE-24301) Update Apache POM to version 23

2020-05-01 Thread Jan Hentschel (Jira)


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

Work on HBASE-24301 started by Jan Hentschel.
-
> Update Apache POM to version 23
> ---
>
> Key: HBASE-24301
> URL: https://issues.apache.org/jira/browse/HBASE-24301
> Project: HBase
>  Issue Type: Task
>Reporter: Jan Hentschel
>Assignee: Jan Hentschel
>Priority: Minor
>
> The most recent version of the Apache parent POM is v23. We should update to 
> this one. There should not be big changes, except that it updates the 
> rat-plugin to the version we already have.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (HBASE-24227) [JDK11] shell fails to launch

2020-04-29 Thread Jan Hentschel (Jira)


[ 
https://issues.apache.org/jira/browse/HBASE-24227?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17095705#comment-17095705
 ] 

Jan Hentschel commented on HBASE-24227:
---

[~ndimiduk] I tried the same on the current master, but are not able to 
reproduce it (see below).

{code:java}

❯ java -version
openjdk version "11.0.2" 2019-01-15
OpenJDK Runtime Environment 18.9 (build 11.0.2+9)
OpenJDK 64-Bit Server VM 18.9 (build 11.0.2+9, mixed mode)

❯ bin/hbase shell
HBase Shell
Use "help" to get list of supported commands.
Use "exit" to quit this interactive shell.
For Reference, please visit: http://hbase.apache.org/book.html#shell
Version 3.0.0-SNAPSHOT, r3781ac9dacebea38fc9f6276591c6349dc893258, Wed Apr 29 
18:49:03 CEST 2020
Took 0.0007 seconds                                                             
                                                                                
                                        
Ignoring byebug-9.0.6 because its extensions are not built.  Try: gem pristine 
byebug --version 9.0.6
Ignoring eventmachine-1.2.7 because its extensions are not built.  Try: gem 
pristine eventmachine --version 1.2.7
Ignoring executable-hooks-1.3.2 because its extensions are not built.  Try: gem 
pristine executable-hooks --version 1.3.2
Ignoring ffi-1.9.23 because its extensions are not built.  Try: gem pristine 
ffi --version 1.9.23
Ignoring gem-wrappers-1.2.7 because its extensions are not built.  Try: gem 
pristine gem-wrappers --version 1.2.7
Ignoring http_parser.rb-0.6.0 because its extensions are not built.  Try: gem 
pristine http_parser.rb --version 0.6.0
Ignoring jaro_winkler-1.5.4 because its extensions are not built.  Try: gem 
pristine jaro_winkler --version 1.5.4
Ignoring json-2.1.0 because its extensions are not built.  Try: gem pristine 
json --version 2.1.0
Ignoring json-1.8.6 because its extensions are not built.  Try: gem pristine 
json --version 1.8.6
Ignoring nokogiri-1.8.2 because its extensions are not built.  Try: gem 
pristine nokogiri --version 1.8.2
Ignoring oga-2.15 because its extensions are not built.  Try: gem pristine oga 
--version 2.15
Ignoring oga-2.14 because its extensions are not built.  Try: gem pristine oga 
--version 2.14
Ignoring redcarpet-2.3.0 because its extensions are not built.  Try: gem 
pristine redcarpet --version 2.3.0
Ignoring ruby-ll-2.1.2 because its extensions are not built.  Try: gem pristine 
ruby-ll --version 2.1.2
Ignoring unf_ext-0.0.7.5 because its extensions are not built.  Try: gem 
pristine unf_ext --version 0.0.7.5
2.3.0 :001 > create 'test', 'cf'
2020-04-29 19:00:42,159 WARN  [main] util.NativeCodeLoader: Unable to load 
native-hadoop library for your platform... using builtin-java classes where 
applicable
Created table test
Took 1.3021 seconds                                                             
                                                                                
                                        
 => Hbase::Table - test 
2.3.0 :002 > list
TABLE                                                                           
                                                                                
                                                    
test                                                                            
                                                                                
                                                      
1 row(s)
Took 0.0146 seconds                                                             
                                                                                
                                        
 => ["test"]
{code}

Am I missing something?

> [JDK11] shell fails to launch
> -
>
> Key: HBASE-24227
> URL: https://issues.apache.org/jira/browse/HBASE-24227
> Project: HBase
>  Issue Type: Sub-task
>  Components: shell
>Affects Versions: 3.0.0
>Reporter: Nick Dimiduk
>Priority: Blocker
>
> {noformat}
> $ 
> JAVA_HOME=/Library/Java/JavaVirtualMachines/adoptopenjdk-11.jdk/Contents/Home 
> ./bin/hbase shell
> WARNING: An illegal reflective access operation has occurred
> WARNING: Illegal reflective access by 
> org.apache.hadoop.hbase.util.UnsafeAvailChecker 
> (file:/Users/ndimiduk/repos/apache/hbase/hbase-common/target/hbase-common-3.0.0-SNAPSHOT.jar)
>  to method java.nio.Bits.unaligned()
> WARNING: Please consider reporting this to the maintainers of 
> org.apache.hadoop.hbase.util.UnsafeAvailChecker
> WARNING: Use --illegal-access=warn to enable warnings of further illegal 
> reflective access operations
> WARNING: All illegal access operations will be denied in a future release
> HBase Shell
> Use "help" to get list of supported commands.
> Use "exit" to quit this interactive shell.
> For Reference, please visit: 

[jira] [Updated] (HBASE-24216) Add .idea directory to Gitignore in hbase-thirdparty

2020-04-19 Thread Jan Hentschel (Jira)


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

Jan Hentschel updated HBASE-24216:
--
Status: Patch Available  (was: In Progress)

> Add .idea directory to Gitignore in hbase-thirdparty
> 
>
> Key: HBASE-24216
> URL: https://issues.apache.org/jira/browse/HBASE-24216
> Project: HBase
>  Issue Type: Task
>  Components: thirdparty
>Reporter: Jan Hentschel
>Assignee: Jan Hentschel
>Priority: Trivial
>
> The Gitignore file in hbase-thirdparty should be extended to ignore files 
> generated by IntelliJ.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Work started] (HBASE-24216) Add .idea directory to Gitignore in hbase-thirdparty

2020-04-19 Thread Jan Hentschel (Jira)


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

Work on HBASE-24216 started by Jan Hentschel.
-
> Add .idea directory to Gitignore in hbase-thirdparty
> 
>
> Key: HBASE-24216
> URL: https://issues.apache.org/jira/browse/HBASE-24216
> Project: HBase
>  Issue Type: Task
>  Components: thirdparty
>Reporter: Jan Hentschel
>Assignee: Jan Hentschel
>Priority: Trivial
>
> The Gitignore file in hbase-thirdparty should be extended to ignore files 
> generated by IntelliJ.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Created] (HBASE-24216) Add .idea directory to Gitignore in hbase-thirdparty

2020-04-19 Thread Jan Hentschel (Jira)
Jan Hentschel created HBASE-24216:
-

 Summary: Add .idea directory to Gitignore in hbase-thirdparty
 Key: HBASE-24216
 URL: https://issues.apache.org/jira/browse/HBASE-24216
 Project: HBase
  Issue Type: Task
  Components: thirdparty
Reporter: Jan Hentschel
Assignee: Jan Hentschel


The Gitignore file in hbase-thirdparty should be extended to ignore files 
generated by IntelliJ.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (HBASE-24214) Update Apache POM to version 23 for hbase-thirdparty

2020-04-18 Thread Jan Hentschel (Jira)


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

Jan Hentschel updated HBASE-24214:
--
Status: Patch Available  (was: In Progress)

> Update Apache POM to version 23 for hbase-thirdparty
> 
>
> Key: HBASE-24214
> URL: https://issues.apache.org/jira/browse/HBASE-24214
> Project: HBase
>  Issue Type: Task
>  Components: thirdparty
>Reporter: Jan Hentschel
>Assignee: Jan Hentschel
>Priority: Minor
>
> Version 23 for the Apache parent POM has been released. We should update the 
> hbase-thirdparty to use this one.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Created] (HBASE-24214) Update Apache POM to version 23 for hbase-thirdparty

2020-04-18 Thread Jan Hentschel (Jira)
Jan Hentschel created HBASE-24214:
-

 Summary: Update Apache POM to version 23 for hbase-thirdparty
 Key: HBASE-24214
 URL: https://issues.apache.org/jira/browse/HBASE-24214
 Project: HBase
  Issue Type: Task
  Components: thirdparty
Reporter: Jan Hentschel
Assignee: Jan Hentschel


Version 23 for the Apache parent POM has been released. We should update the 
hbase-thirdparty to use this one.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Work started] (HBASE-24214) Update Apache POM to version 23 for hbase-thirdparty

2020-04-18 Thread Jan Hentschel (Jira)


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

Work on HBASE-24214 started by Jan Hentschel.
-
> Update Apache POM to version 23 for hbase-thirdparty
> 
>
> Key: HBASE-24214
> URL: https://issues.apache.org/jira/browse/HBASE-24214
> Project: HBase
>  Issue Type: Task
>  Components: thirdparty
>Reporter: Jan Hentschel
>Assignee: Jan Hentschel
>Priority: Minor
>
> Version 23 for the Apache parent POM has been released. We should update the 
> hbase-thirdparty to use this one.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (HBASE-21996) Set locale for javadoc

2020-04-13 Thread Jan Hentschel (Jira)


[ 
https://issues.apache.org/jira/browse/HBASE-21996?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17082396#comment-17082396
 ] 

Jan Hentschel commented on HBASE-21996:
---

I'm not sure if the problem is on our end. Looking on our documentation for 
2.2.3 it is English

 !Screen Shot 2020-04-13 at 5.09.36 PM.png! 

Compared to the one at javadoc.io

 !Screen Shot 2020-04-13 at 5.11.59 PM.png! 

But I'm not able to find the documentation for 2.2.4.

> Set locale for javadoc
> --
>
> Key: HBASE-21996
> URL: https://issues.apache.org/jira/browse/HBASE-21996
> Project: HBase
>  Issue Type: Improvement
>  Components: documentation
>Reporter: Peter Somogyi
>Assignee: Peter Somogyi
>Priority: Major
> Fix For: 3.0.0, 1.5.0, 2.3.0, 2.2.1, 2.1.6, 1.3.6, 1.4.11
>
> Attachments: HBASE-21996.master.001.patch, Screen Shot 2020-04-13 at 
> 5.09.36 PM.png, Screen Shot 2020-04-13 at 5.11.59 PM.png
>
>
> Headers in generated javadoc could have different language based on the 
> user's locale.
> For example the published 2.1 javadoc's headers are in Chinese while 2.0 is 
> in English.
> 2.0: 
> [https://hbase.apache.org/2.0/apidocs/org/apache/hadoop/hbase/client/HTable.html]
> 2.1: 
> [https://hbase.apache.org/2.1/apidocs/org/apache/hadoop/hbase/client/HTable.html]



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (HBASE-21996) Set locale for javadoc

2020-04-13 Thread Jan Hentschel (Jira)


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

Jan Hentschel updated HBASE-21996:
--
Attachment: Screen Shot 2020-04-13 at 5.11.59 PM.png

> Set locale for javadoc
> --
>
> Key: HBASE-21996
> URL: https://issues.apache.org/jira/browse/HBASE-21996
> Project: HBase
>  Issue Type: Improvement
>  Components: documentation
>Reporter: Peter Somogyi
>Assignee: Peter Somogyi
>Priority: Major
> Fix For: 3.0.0, 1.5.0, 2.3.0, 2.2.1, 2.1.6, 1.3.6, 1.4.11
>
> Attachments: HBASE-21996.master.001.patch, Screen Shot 2020-04-13 at 
> 5.09.36 PM.png, Screen Shot 2020-04-13 at 5.11.59 PM.png
>
>
> Headers in generated javadoc could have different language based on the 
> user's locale.
> For example the published 2.1 javadoc's headers are in Chinese while 2.0 is 
> in English.
> 2.0: 
> [https://hbase.apache.org/2.0/apidocs/org/apache/hadoop/hbase/client/HTable.html]
> 2.1: 
> [https://hbase.apache.org/2.1/apidocs/org/apache/hadoop/hbase/client/HTable.html]



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (HBASE-21996) Set locale for javadoc

2020-04-13 Thread Jan Hentschel (Jira)


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

Jan Hentschel updated HBASE-21996:
--
Attachment: Screen Shot 2020-04-13 at 5.09.36 PM.png

> Set locale for javadoc
> --
>
> Key: HBASE-21996
> URL: https://issues.apache.org/jira/browse/HBASE-21996
> Project: HBase
>  Issue Type: Improvement
>  Components: documentation
>Reporter: Peter Somogyi
>Assignee: Peter Somogyi
>Priority: Major
> Fix For: 3.0.0, 1.5.0, 2.3.0, 2.2.1, 2.1.6, 1.3.6, 1.4.11
>
> Attachments: HBASE-21996.master.001.patch, Screen Shot 2020-04-13 at 
> 5.09.36 PM.png
>
>
> Headers in generated javadoc could have different language based on the 
> user's locale.
> For example the published 2.1 javadoc's headers are in Chinese while 2.0 is 
> in English.
> 2.0: 
> [https://hbase.apache.org/2.0/apidocs/org/apache/hadoop/hbase/client/HTable.html]
> 2.1: 
> [https://hbase.apache.org/2.1/apidocs/org/apache/hadoop/hbase/client/HTable.html]



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Reopened] (HBASE-21996) Set locale for javadoc

2020-04-13 Thread Jan Hentschel (Jira)


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

Jan Hentschel reopened HBASE-21996:
---

Thanks [~sudshes] for reporting. I can confirm it. It seems to be a 2.2.x 
specific problem as all other releases don't have this problem. I can also 
confirm that this patch is still active in branch-2.2. [~psomogyi] any ideas?

> Set locale for javadoc
> --
>
> Key: HBASE-21996
> URL: https://issues.apache.org/jira/browse/HBASE-21996
> Project: HBase
>  Issue Type: Improvement
>  Components: documentation
>Reporter: Peter Somogyi
>Assignee: Peter Somogyi
>Priority: Major
> Fix For: 3.0.0, 1.5.0, 2.3.0, 2.2.1, 2.1.6, 1.3.6, 1.4.11
>
> Attachments: HBASE-21996.master.001.patch
>
>
> Headers in generated javadoc could have different language based on the 
> user's locale.
> For example the published 2.1 javadoc's headers are in Chinese while 2.0 is 
> in English.
> 2.0: 
> [https://hbase.apache.org/2.0/apidocs/org/apache/hadoop/hbase/client/HTable.html]
> 2.1: 
> [https://hbase.apache.org/2.1/apidocs/org/apache/hadoop/hbase/client/HTable.html]



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Resolved] (HBASE-23998) Update license for jetty-client

2020-04-12 Thread Jan Hentschel (Jira)


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

Jan Hentschel resolved HBASE-23998.
---
Fix Version/s: 2.4.0
   2.3.0
   3.0.0
 Hadoop Flags: Reviewed
   Resolution: Fixed

Pushed to master, branch-2 and branch-2.3. Thanks [~weichiu] for the 
contribution and [~stack] & [~zhangduo] for the reviews.

> Update license for jetty-client
> ---
>
> Key: HBASE-23998
> URL: https://issues.apache.org/jira/browse/HBASE-23998
> Project: HBase
>  Issue Type: Bug
>  Components: build, dependencies
>Affects Versions: 3.0.0
> Environment: HBase master branch on Apache Hadoop 3.3.0
>Reporter: Wei-Chiu Chuang
>Assignee: Wei-Chiu Chuang
>Priority: Major
> Fix For: 3.0.0, 2.3.0, 2.4.0
>
>
> After HBASE-22103, compiling on Haddop 3.3.0 has the following error:
> {{mvn clean install -Dhadoop.profile=3.0 -Dhadoop.version=3.3.0-SNAPSHOT 
> -DskipTests -Dmaven.javadoc.skip=true}}
> {noformat}
> This product includes Jetty :: Asynchronous HTTP Client licensed under the 
> Apache Software License - Version 2.0.
> ERROR: Please check  this License for acceptability here:
> https://www.apache.org/legal/resolved
> If it is okay, then update the list named 'non_aggregate_fine' in the 
> LICENSE.vm file.
> If it isn't okay, then revert the change that added the dependency.
> More info on the dependency:
> org.eclipse.jetty
> jetty-client
> 9.4.20.v20190813
> {noformat}
> This is caused by YARN-8778 which added dependency on 
> org.eclipse.jetty.websocket:websocket-client, and the Jetty 9.4 update in 
> HADOOP-16152.
> {noformat}
> [INFO] +- 
> org.apache.hadoop:hadoop-mapreduce-client-core:jar:3.3.0-SNAPSHOT:compile
> [INFO] |  +- org.apache.hadoop:hadoop-yarn-client:jar:3.3.0-SNAPSHOT:compile
> [INFO] |  |  +- 
> org.eclipse.jetty.websocket:websocket-client:jar:9.4.20.v20190813:compile
> [INFO] |  |  |  +- org.eclipse.jetty:jetty-client:jar:9.4.20.v20190813:compile
> [INFO] |  |  |  \- 
> org.eclipse.jetty.websocket:websocket-common:jar:9.4.20.v20190813:compile
> [INFO] |  |  | \- 
> org.eclipse.jetty.websocket:websocket-api:jar:9.4.20.v20190813:compile
> {noformat}
> Propose: update 
> hbase-resource-bundle/src/main/resources/supplemental-models.xml to update 
> the license text for jetty-client.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Assigned] (HBASE-24170) Remove hadoop-2.0 profile

2020-04-11 Thread Jan Hentschel (Jira)


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

Jan Hentschel reassigned HBASE-24170:
-

Assignee: Duo Zhang  (was: Jan Hentschel)

> Remove hadoop-2.0 profile
> -
>
> Key: HBASE-24170
> URL: https://issues.apache.org/jira/browse/HBASE-24170
> Project: HBase
>  Issue Type: Sub-task
>  Components: hadoop2, hadoop3, pom
>Reporter: Duo Zhang
>Assignee: Duo Zhang
>Priority: Major
> Fix For: 3.0.0
>
>




--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (HBASE-24170) Remove hadoop-2.0 profile

2020-04-11 Thread Jan Hentschel (Jira)


[ 
https://issues.apache.org/jira/browse/HBASE-24170?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17081352#comment-17081352
 ] 

Jan Hentschel commented on HBASE-24170:
---

Ok, go ahead. I just reassigned the ticket.

> Remove hadoop-2.0 profile
> -
>
> Key: HBASE-24170
> URL: https://issues.apache.org/jira/browse/HBASE-24170
> Project: HBase
>  Issue Type: Sub-task
>  Components: hadoop2, hadoop3, pom
>Reporter: Duo Zhang
>Assignee: Duo Zhang
>Priority: Major
> Fix For: 3.0.0
>
>




--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Assigned] (HBASE-24170) Remove hadoop-2.0 profile

2020-04-11 Thread Jan Hentschel (Jira)


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

Jan Hentschel reassigned HBASE-24170:
-

Assignee: Jan Hentschel

> Remove hadoop-2.0 profile
> -
>
> Key: HBASE-24170
> URL: https://issues.apache.org/jira/browse/HBASE-24170
> Project: HBase
>  Issue Type: Sub-task
>  Components: hadoop2, hadoop3, pom
>Reporter: Duo Zhang
>Assignee: Jan Hentschel
>Priority: Major
> Fix For: 3.0.0
>
>




--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Work started] (HBASE-24170) Remove hadoop-2.0 profile

2020-04-11 Thread Jan Hentschel (Jira)


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

Work on HBASE-24170 started by Jan Hentschel.
-
> Remove hadoop-2.0 profile
> -
>
> Key: HBASE-24170
> URL: https://issues.apache.org/jira/browse/HBASE-24170
> Project: HBase
>  Issue Type: Sub-task
>  Components: hadoop2, hadoop3, pom
>Reporter: Duo Zhang
>Assignee: Jan Hentschel
>Priority: Major
> Fix For: 3.0.0
>
>




--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (HBASE-24171) Remove 2.1.10 from download page

2020-04-11 Thread Jan Hentschel (Jira)


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

Jan Hentschel updated HBASE-24171:
--
Status: Patch Available  (was: In Progress)

> Remove 2.1.10 from download page
> 
>
> Key: HBASE-24171
> URL: https://issues.apache.org/jira/browse/HBASE-24171
> Project: HBase
>  Issue Type: Sub-task
>  Components: website
>Reporter: Duo Zhang
>Assignee: Jan Hentschel
>Priority: Major
>




--
This message was sent by Atlassian Jira
(v8.3.4#803005)


  1   2   3   4   5   6   7   8   9   10   >