[jira] [Created] (HBASE-25684) Dependency manage log4j in hbase-connectors

2021-03-19 Thread Tamas Penzes (Jira)
Tamas Penzes created HBASE-25684:


 Summary: Dependency manage log4j in hbase-connectors
 Key: HBASE-25684
 URL: https://issues.apache.org/jira/browse/HBASE-25684
 Project: HBase
  Issue Type: Improvement
  Components: hbase-connectors
Reporter: Tamas Penzes
Assignee: Tamas Penzes


HBase-connectors has many dependencies which might get different versions of 
log4j transitively. To ensure we always use the same version we should 
"dependency manage" it in the main pom.xml file.



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


[jira] [Reopened] (HBASE-23896) Snapshot owner cannot delete snapshot when ACL is enabled and Kerberos is not enabled

2020-04-21 Thread Tamas Penzes (Jira)


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

Tamas Penzes reopened HBASE-23896:
--

getRandomUUID is static in master branch but not in branch-2.2:

See:

[https://github.com/apache/hbase/blob/branch-2.2/hbase-common/src/test/java/org/apache/hadoop/hbase/HBaseCommonTestingUtility.java#L158]

[https://github.com/apache/hbase/blob/master/hbase-common/src/test/java/org/apache/hadoop/hbase/HBaseCommonTestingUtility.java#L156]

Please fix branch 2.2.

> Snapshot owner cannot delete snapshot when ACL is enabled and Kerberos is not 
> enabled
> -
>
> Key: HBASE-23896
> URL: https://issues.apache.org/jira/browse/HBASE-23896
> Project: HBase
>  Issue Type: Task
>Affects Versions: 3.0.0, 2.2.3
>Reporter: Guangxu Cheng
>Assignee: Guangxu Cheng
>Priority: Major
> Fix For: 3.0.0, 2.3.0, 2.4.0, 2.2.5
>
>
> When ACL is enabled and Kerberos is not enabled, the snapshot owner cannot 
> delete the snapshot. This is because the owner of the snapshot cannot be 
> taken during permission verification. By investigation, found that only after 
> HBase has enabled security authentication, the owner will be set when doing 
> snapshot. 
> SnapshotManager#takeSnapshotInternal
> {code:title=SnapshotManager.java|borderStyle=solid}
> RpcServer.getRequestUser().ifPresent(user -> {
>   if (User.isHBaseSecurityEnabled(master.getConfiguration())) {
> builder.setOwner(user.getShortName());
>   }
> });
> {code}
>  



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


[jira] [Created] (HBASE-24149) Bump netty version to 4.1.48.Final

2020-04-08 Thread Tamas Penzes (Jira)
Tamas Penzes created HBASE-24149:


 Summary: Bump netty version to 4.1.48.Final
 Key: HBASE-24149
 URL: https://issues.apache.org/jira/browse/HBASE-24149
 Project: HBase
  Issue Type: Improvement
  Components: thirdparty
Affects Versions: thirdparty-3.2.0
Reporter: Tamas Penzes
Assignee: Tamas Penzes


There is a new netty version to fix some bugs.



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


[jira] [Created] (HBASE-24148) Upgrade Thrift to 0.13.0

2020-04-08 Thread Tamas Penzes (Jira)
Tamas Penzes created HBASE-24148:


 Summary: Upgrade Thrift to 0.13.0
 Key: HBASE-24148
 URL: https://issues.apache.org/jira/browse/HBASE-24148
 Project: HBase
  Issue Type: Improvement
  Components: Thrift
Affects Versions: 3.0.0
Reporter: Tamas Penzes
Assignee: Tamas Penzes


In Apache Thrift all versions up to and including 0.12.0, a server or client 
may run into an endless loop when feed with specific input data. Because the 
issue had already been partially fixed in version 0.11.0, depending on the 
installed version it affects only certain language bindings.

To be on the safe side, we could update to 0.13.0.



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


[jira] [Created] (HBASE-23790) Bump netty version to 4.1.45.Final

2020-02-04 Thread Tamas Penzes (Jira)
Tamas Penzes created HBASE-23790:


 Summary: Bump netty version to 4.1.45.Final
 Key: HBASE-23790
 URL: https://issues.apache.org/jira/browse/HBASE-23790
 Project: HBase
  Issue Type: Improvement
  Components: hbase-thirdparty
Reporter: Tamas Penzes


We do have a new netty version 4.1.45.Final which we could update to.



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


[jira] [Created] (HBASE-23032) Upgrade to Curator 4.2.0

2019-09-16 Thread Tamas Penzes (Jira)
Tamas Penzes created HBASE-23032:


 Summary: Upgrade to Curator 4.2.0
 Key: HBASE-23032
 URL: https://issues.apache.org/jira/browse/HBASE-23032
 Project: HBase
  Issue Type: Improvement
Reporter: Tamas Penzes


Curator 4.0 is quite old, it's time to jump to 4.2.0.



--
This message was sent by Atlassian Jira
(v8.3.2#803003)


[jira] [Resolved] (HBASE-18797) Deprecate Filter#filterKeyValue and add Filter#filterCell

2017-10-10 Thread Tamas Penzes (JIRA)

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

Tamas Penzes resolved HBASE-18797.
--
  Resolution: Duplicate
Release Note: Since, the patch is added to the parent, this one should be 
closed

> Deprecate Filter#filterKeyValue and add Filter#filterCell
> -
>
> Key: HBASE-18797
> URL: https://issues.apache.org/jira/browse/HBASE-18797
> Project: HBase
>  Issue Type: Sub-task
>  Components: API, Filters
>Reporter: Abhishek Singh Chouhan
>Assignee: Tamas Penzes
>Priority: Critical
> Fix For: 2.0.0-alpha-4
>
>
> Part of filter package cleanup.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Created] (HBASE-18895) Implement changes eliminated during HTrace update

2017-09-27 Thread Tamas Penzes (JIRA)
Tamas Penzes created HBASE-18895:


 Summary: Implement changes eliminated during HTrace update
 Key: HBASE-18895
 URL: https://issues.apache.org/jira/browse/HBASE-18895
 Project: HBase
  Issue Type: Improvement
Affects Versions: 2.0.0-alpha-3
Reporter: Tamas Penzes
Priority: Minor


HTrace 4 is not fully compatible with HTrace 3.
Some functionalities were generally changed and couldn't have been migrated.

Due this ticket they should be handled or removed.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Resolved] (HBASE-18538) deduplicate copies of jquery files

2017-09-11 Thread Tamas Penzes (JIRA)

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

Tamas Penzes resolved HBASE-18538.
--
Resolution: Fixed

Solved with HBASE-14093

> deduplicate copies of jquery files
> --
>
> Key: HBASE-18538
> URL: https://issues.apache.org/jira/browse/HBASE-18538
> Project: HBase
>  Issue Type: Improvement
>  Components: build
>Reporter: Tamas Penzes
>Assignee: Tamas Penzes
>Priority: Minor
>  Labels: beginner
> Fix For: 2.0.0
>
>
> In HBASE-14093 we started using a webjar as a source of Bootstrap.
> Based on that solution it would be very simple to use jQuery from webjar too.
> This way only the version number should be changed at later version updates 
> and we would not store the JS code of jQuery.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Created] (HBASE-18707) Rest server's web UI doesn't contain bootstrap files

2017-08-28 Thread Tamas Penzes (JIRA)
Tamas Penzes created HBASE-18707:


 Summary: Rest server's web UI doesn't contain bootstrap files
 Key: HBASE-18707
 URL: https://issues.apache.org/jira/browse/HBASE-18707
 Project: HBase
  Issue Type: Bug
  Components: REST
Affects Versions: 2.0.0
Reporter: Tamas Penzes
Assignee: Tamas Penzes






--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Created] (HBASE-18607) fix submit-patch.py to support utf8

2017-08-16 Thread Tamas Penzes (JIRA)
Tamas Penzes created HBASE-18607:


 Summary: fix submit-patch.py to support utf8
 Key: HBASE-18607
 URL: https://issues.apache.org/jira/browse/HBASE-18607
 Project: HBase
  Issue Type: Bug
Reporter: Tamas Penzes
Assignee: Tamas Penzes


If we have a change in files which contain UTF-8 characters the script is not 
able to submit the patch. Since the License.vm file contains such characters we 
have to support it.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Created] (HBASE-18601) Remove Htrace 3.2

2017-08-15 Thread Tamas Penzes (JIRA)
Tamas Penzes created HBASE-18601:


 Summary: Remove Htrace 3.2
 Key: HBASE-18601
 URL: https://issues.apache.org/jira/browse/HBASE-18601
 Project: HBase
  Issue Type: Task
Affects Versions: 2.0.0-alpha-1
Reporter: Tamas Penzes
Assignee: Tamas Penzes
 Fix For: 2.0.0


HTrace is not perfectly integrated into HBase, the version 3.2.0 is buggy, the 
upgrade to 4.x is not trivial and would take time. It might not worth to keep 
it in this state, so would be better to remove it.

Of course it doesn't mean tracing would be useless, just that in this form the 
use of HTrace 3.2 might not add any value to the project and fixing it would be 
far too much effort.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Created] (HBASE-18538) deduplicate copies of jquery files

2017-08-08 Thread Tamas Penzes (JIRA)
Tamas Penzes created HBASE-18538:


 Summary: deduplicate copies of jquery files
 Key: HBASE-18538
 URL: https://issues.apache.org/jira/browse/HBASE-18538
 Project: HBase
  Issue Type: Improvement
Reporter: Tamas Penzes
Priority: Minor
 Fix For: 2.0.0


In HBASE-14093 we started using a webjar as a source of Bootstrap.
Based on that solution it would be very simple to use jQuery from webjar too.
This way only the version number should be changed at later version updates and 
we would not store the JS code of jQuery.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)