[jira] [Created] (HBASE-28628) Use Base64.getUrlEncoder().withoutPaddding() in REST tests

2024-05-29 Thread Istvan Toth (Jira)
Istvan Toth created HBASE-28628: --- Summary: Use Base64.getUrlEncoder().withoutPaddding() in REST tests Key: HBASE-28628 URL: https://issues.apache.org/jira/browse/HBASE-28628 Project: HBase

[jira] [Created] (HBASE-28627) REST ScannerModel doesn't support includeStartRow/includeStopRow

2024-05-29 Thread Istvan Toth (Jira)
Istvan Toth created HBASE-28627: --- Summary: REST ScannerModel doesn't support includeStartRow/includeStopRow Key: HBASE-28627 URL: https://issues.apache.org/jira/browse/HBASE-28627 Project: HBase

[jira] [Resolved] (HBASE-28623) Scan with MultiRowRangeFilter very slow

2024-05-29 Thread Istvan Toth (Jira)
[ https://issues.apache.org/jira/browse/HBASE-28623?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Istvan Toth resolved HBASE-28623. - Resolution: Won't Fix > Scan with MultiRowRangeFilter very s

[jira] [Created] (HBASE-28626) MultiRowRangeFilter deserialization fails in org.apache.hadoop.hbase.rest.model.ScannerModel

2024-05-29 Thread Istvan Toth (Jira)
Istvan Toth created HBASE-28626: --- Summary: MultiRowRangeFilter deserialization fails in org.apache.hadoop.hbase.rest.model.ScannerModel Key: HBASE-28626 URL: https://issues.apache.org/jira/browse/HBASE-28626

Re: [DISCUSS] Marking Filters based on their hinting / row stateful behaviours.

2024-05-29 Thread Istvan Toth
ve > > both source and binary compatibility. It wouldn't require any changes to > > derived custom filters. A runtime instanceof test would determine if the > > filter is a hinting filter or not. No need for a new method, default or > > otherwise. > > > > On Tue, May

[DISCUSS] Marking Filters based on their hinting / row stateful behaviours.

2024-05-28 Thread Istvan Toth
I have recently opened HBASE-28622 , which has turned out to be another aspect of the problem discussed in HBASE-20565 . The problem is discussed in detail in HBASE-20565

[jira] [Created] (HBASE-28622) FilterListWithAND can swallow SEEK_NEXT_USING_HINT

2024-05-27 Thread Istvan Toth (Jira)
Istvan Toth created HBASE-28622: --- Summary: FilterListWithAND can swallow SEEK_NEXT_USING_HINT Key: HBASE-28622 URL: https://issues.apache.org/jira/browse/HBASE-28622 Project: HBase Issue Type

[jira] [Created] (HBASE-28621) PrefixFilter should use SEEK_NEXT_USING_HINT

2024-05-27 Thread Istvan Toth (Jira)
Istvan Toth created HBASE-28621: --- Summary: PrefixFilter should use SEEK_NEXT_USING_HINT Key: HBASE-28621 URL: https://issues.apache.org/jira/browse/HBASE-28621 Project: HBase Issue Type

[jira] [Created] (HBASE-28613) Use streaming when marshalling protobuf REST output

2024-05-23 Thread Istvan Toth (Jira)
Istvan Toth created HBASE-28613: --- Summary: Use streaming when marshalling protobuf REST output Key: HBASE-28613 URL: https://issues.apache.org/jira/browse/HBASE-28613 Project: HBase Issue Type

[jira] [Resolved] (HBASE-28501) Support non-SPNEGO authentication methods and implement session handling in REST java client library

2024-05-21 Thread Istvan Toth (Jira)
[ https://issues.apache.org/jira/browse/HBASE-28501?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Istvan Toth resolved HBASE-28501. - Resolution: Fixed > Support non-SPNEGO authentication methods and implement session handl

[jira] [Resolved] (HBASE-28553) SSLContext not used for Kerberos auth negotiation in rest client

2024-05-16 Thread Istvan Toth (Jira)
[ https://issues.apache.org/jira/browse/HBASE-28553?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Istvan Toth resolved HBASE-28553. - Resolution: Duplicate Fix included in HBASE-28501 > SSLContext not used for Kerberos a

[jira] [Created] (HBASE-28597) Support native Cell format for protobuf in REST server and client

2024-05-16 Thread Istvan Toth (Jira)
Istvan Toth created HBASE-28597: --- Summary: Support native Cell format for protobuf in REST server and client Key: HBASE-28597 URL: https://issues.apache.org/jira/browse/HBASE-28597 Project: HBase

Re: [DISCUSS] Dropping Java 8 support in HBase 3

2024-05-07 Thread Istvan Toth
> APIs and features now anyhow. > >>> > >>> > >>> On Tue, May 7, 2024 at 7:40 AM 张铎(Duo Zhang) > >> wrote: > >>> > >>>> For me I think Istvan's plan is also acceptable. > >>>> > >>>> So in conclu

[jira] [Resolved] (HBASE-28556) Reduce memory copying in Rest server when serializing CellModel to Protobuf

2024-05-07 Thread Istvan Toth (Jira)
[ https://issues.apache.org/jira/browse/HBASE-28556?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Istvan Toth resolved HBASE-28556. - Fix Version/s: 2.4.18 3.0.0 2.7.0 2.6.1

[jira] [Created] (HBASE-28561) Add separate fields for column family and qualifier in REST message format

2024-05-01 Thread Istvan Toth (Jira)
Istvan Toth created HBASE-28561: --- Summary: Add separate fields for column family and qualifier in REST message format Key: HBASE-28561 URL: https://issues.apache.org/jira/browse/HBASE-28561 Project

[jira] [Resolved] (HBASE-28523) Use a single get call in REST multiget endpoint

2024-04-30 Thread Istvan Toth (Jira)
[ https://issues.apache.org/jira/browse/HBASE-28523?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Istvan Toth resolved HBASE-28523. - Resolution: Fixed Committed to all active branches. > Use a single get call in REST multi

Re: [DISCUSS] Dropping Java 8 support in HBase 3

2024-04-29 Thread Istvan Toth
Spring is a good argument for JDK17. Duo's suggestion is a great step forward, firmly stating that JDK8 is not officially supported solves most of our expected future CVE problems. However, I think that ripping off the bandaid, and making sure that HBase 3 does not work with Java 8 would be

[jira] [Created] (HBASE-28556) Reduce memory copying in Rest server when converting CellModel to Protobuf

2024-04-29 Thread Istvan Toth (Jira)
Istvan Toth created HBASE-28556: --- Summary: Reduce memory copying in Rest server when converting CellModel to Protobuf Key: HBASE-28556 URL: https://issues.apache.org/jira/browse/HBASE-28556 Project

[jira] [Created] (HBASE-28553) SSLContext not used for Kerberos auth negotiation in rest client

2024-04-25 Thread Istvan Toth (Jira)
Istvan Toth created HBASE-28553: --- Summary: SSLContext not used for Kerberos auth negotiation in rest client Key: HBASE-28553 URL: https://issues.apache.org/jira/browse/HBASE-28553 Project: HBase

Re: [VOTE] The second release candidate for 2.6.0 (RC3) is available

2024-04-24 Thread Istvan Toth
I can merge https://github.com/apache/hbase/pull/5852 as soon as I get a review on it for the above issue. best regards Istvan On Thu, Apr 25, 2024 at 4:14 AM 张铎(Duo Zhang) wrote: > HBASE-25818 introduced a breaking change, it removed the SCAN_FILTER > field, and introduced two new fields in

[jira] [Created] (HBASE-28550) Provide working benchmark tool for REST server

2024-04-24 Thread Istvan Toth (Jira)
Istvan Toth created HBASE-28550: --- Summary: Provide working benchmark tool for REST server Key: HBASE-28550 URL: https://issues.apache.org/jira/browse/HBASE-28550 Project: HBase Issue Type

[jira] [Created] (HBASE-28544) org.apache.hadoop.hbase.rest.PerformanceEvaluation does not evaluate REST performance

2024-04-22 Thread Istvan Toth (Jira)
Istvan Toth created HBASE-28544: --- Summary: org.apache.hadoop.hbase.rest.PerformanceEvaluation does not evaluate REST performance Key: HBASE-28544 URL: https://issues.apache.org/jira/browse/HBASE-28544

[jira] [Created] (HBASE-28543) org.apache.hadoop.hbase.rest.PerformanceEvaluation does not read hbase-site.xml

2024-04-22 Thread Istvan Toth (Jira)
Istvan Toth created HBASE-28543: --- Summary: org.apache.hadoop.hbase.rest.PerformanceEvaluation does not read hbase-site.xml Key: HBASE-28543 URL: https://issues.apache.org/jira/browse/HBASE-28543

[jira] [Created] (HBASE-28540) Cache Results in org.apache.hadoop.hbase.rest.client.RemoteHTable.Scanner

2024-04-22 Thread Istvan Toth (Jira)
Istvan Toth created HBASE-28540: --- Summary: Cache Results in org.apache.hadoop.hbase.rest.client.RemoteHTable.Scanner Key: HBASE-28540 URL: https://issues.apache.org/jira/browse/HBASE-28540 Project

[jira] [Resolved] (HBASE-28500) Rest Java client library assumes stateless servers

2024-04-17 Thread Istvan Toth (Jira)
[ https://issues.apache.org/jira/browse/HBASE-28500?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Istvan Toth resolved HBASE-28500. - Resolution: Fixed > Rest Java client library assumes stateless serv

[jira] [Reopened] (HBASE-28500) Rest Java client library assumes stateless servers

2024-04-16 Thread Istvan Toth (Jira)
[ https://issues.apache.org/jira/browse/HBASE-28500?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Istvan Toth reopened HBASE-28500: - The spotbugs warning makes daily bugs go red. Gonna push an addendum for it. > Rest Java cli

[jira] [Created] (HBASE-28526) hbase-rest jar does not work with hbase-shaded-client with protobuf encoding

2024-04-16 Thread Istvan Toth (Jira)
Istvan Toth created HBASE-28526: --- Summary: hbase-rest jar does not work with hbase-shaded-client with protobuf encoding Key: HBASE-28526 URL: https://issues.apache.org/jira/browse/HBASE-28526 Project

[jira] [Created] (HBASE-28525) Document all REST endpoints

2024-04-16 Thread Istvan Toth (Jira)
Istvan Toth created HBASE-28525: --- Summary: Document all REST endpoints Key: HBASE-28525 URL: https://issues.apache.org/jira/browse/HBASE-28525 Project: HBase Issue Type: Improvement

[jira] [Resolved] (HBASE-28518) Allow specifying a filter for the REST multiget endpoint

2024-04-16 Thread Istvan Toth (Jira)
[ https://issues.apache.org/jira/browse/HBASE-28518?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Istvan Toth resolved HBASE-28518. - Fix Version/s: 2.6.0 2.4.18 4.0.0-alpha-1

[jira] [Resolved] (HBASE-28524) Backport HBASE-28174 to branch-2.4 and branch-2.5

2024-04-15 Thread Istvan Toth (Jira)
[ https://issues.apache.org/jira/browse/HBASE-28524?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Istvan Toth resolved HBASE-28524. - Fix Version/s: 2.4.18 2.5.9 Release Note: Done. Resolution: Fixed

[jira] [Created] (HBASE-28524) Backport HBASE-28174 to branch-2.4 and branch-2.5

2024-04-15 Thread Istvan Toth (Jira)
Istvan Toth created HBASE-28524: --- Summary: Backport HBASE-28174 to branch-2.4 and branch-2.5 Key: HBASE-28524 URL: https://issues.apache.org/jira/browse/HBASE-28524 Project: HBase Issue Type

[jira] [Created] (HBASE-28523) Use a single get call in REST multiget endpoint

2024-04-14 Thread Istvan Toth (Jira)
Istvan Toth created HBASE-28523: --- Summary: Use a single get call in REST multiget endpoint Key: HBASE-28523 URL: https://issues.apache.org/jira/browse/HBASE-28523 Project: HBase Issue Type

[jira] [Created] (HBASE-28518) Allow specifying a filter for the REST multiget endpoint

2024-04-12 Thread Istvan Toth (Jira)
Istvan Toth created HBASE-28518: --- Summary: Allow specifying a filter for the REST multiget endpoint Key: HBASE-28518 URL: https://issues.apache.org/jira/browse/HBASE-28518 Project: HBase Issue

[jira] [Created] (HBASE-28504) Implement eviction logic for scanners in Rest APIs to prevent scanner leakage

2024-04-08 Thread Istvan Toth (Jira)
Istvan Toth created HBASE-28504: --- Summary: Implement eviction logic for scanners in Rest APIs to prevent scanner leakage Key: HBASE-28504 URL: https://issues.apache.org/jira/browse/HBASE-28504 Project

[jira] [Created] (HBASE-28501) Support non-SPNEGO authentication methods in REST java client library

2024-04-08 Thread Istvan Toth (Jira)
Istvan Toth created HBASE-28501: --- Summary: Support non-SPNEGO authentication methods in REST java client library Key: HBASE-28501 URL: https://issues.apache.org/jira/browse/HBASE-28501 Project: HBase

[jira] [Created] (HBASE-28500) Rest Java client library assumes stateless servers

2024-04-08 Thread Istvan Toth (Jira)
Istvan Toth created HBASE-28500: --- Summary: Rest Java client library assumes stateless servers Key: HBASE-28500 URL: https://issues.apache.org/jira/browse/HBASE-28500 Project: HBase Issue Type

[jira] [Reopened] (HBASE-28489) Implement HTTP session support in REST server and client

2024-04-08 Thread Istvan Toth (Jira)
[ https://issues.apache.org/jira/browse/HBASE-28489?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Istvan Toth reopened HBASE-28489: - My assumption that the REST interface is stateless was incorrect. Scan objects are maintained

[jira] [Created] (HBASE-28499) Use the latest Httpclient/Httpcore 5.x in HBase

2024-04-08 Thread Istvan Toth (Jira)
Istvan Toth created HBASE-28499: --- Summary: Use the latest Httpclient/Httpcore 5.x in HBase Key: HBASE-28499 URL: https://issues.apache.org/jira/browse/HBASE-28499 Project: HBase Issue Type

[jira] [Resolved] (HBASE-28489) Implement HTTP session support in REST server and client

2024-04-08 Thread Istvan Toth (Jira)
[ https://issues.apache.org/jira/browse/HBASE-28489?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Istvan Toth resolved HBASE-28489. - Resolution: Invalid Nothing to do, all relevant cases work already. > Implement HTTP sess

[jira] [Created] (HBASE-28489) Implement HTTP session support in REST server and client

2024-04-05 Thread Istvan Toth (Jira)
Istvan Toth created HBASE-28489: --- Summary: Implement HTTP session support in REST server and client Key: HBASE-28489 URL: https://issues.apache.org/jira/browse/HBASE-28489 Project: HBase Issue

Re: [ANNOUNCE] New HBase committer Istvan Toth

2024-04-03 Thread Istvan Toth
t; > > > > On Tue, Apr 2, 2024 at 4:23 AM Duo Zhang wrote: > > > > > On behalf of the Apache HBase PMC, I am pleased to announce that > > > Istvan Toth(stoty) > > > has accepted the PMC's invitation to become a committer on the > > > project. We ap

Re: Aiming for 2.6.0RC0 tomorrow

2024-03-21 Thread Istvan Toth
The *hbase classpath* and *hbase mapredcp* command outputs do include the respective *hbase-shaded-client-byo-hadoop* and *hbase-shaded-mapreduce* jars. At least the 'hbase mapredcp' jars are used by both Spark and Hive integration, and expected to be available on the node filesystem. We also

[jira] [Created] (HBASE-28431) Cleaning up binary assemblies and diagnostic tools

2024-03-08 Thread Istvan Toth (Jira)
Istvan Toth created HBASE-28431: --- Summary: Cleaning up binary assemblies and diagnostic tools Key: HBASE-28431 URL: https://issues.apache.org/jira/browse/HBASE-28431 Project: HBase Issue Type

Re: [DISCUSS] Removing tests and/or Hadoop from the binary assemblies

2024-03-08 Thread Istvan Toth
ble to take up. Please create tasks with necessary details > or let me know if you want me to create. > > On Fri, 8 Mar 2024, 12:45 Istvan Toth, wrote: > > > Thanks for volunteering, Nihal. > > > > I could work on the Hadoop-less, and assemblies, and you could work

Re: [DISCUSS] Removing tests and/or Hadoop from the binary assemblies

2024-03-07 Thread Istvan Toth
there are other volunteers, of course) Istvan On Wed, Mar 6, 2024 at 7:03 PM Istvan Toth wrote: > We seem to be in agreement in principle, however the devil is in the > details. > > The first step should be moving the diagnostic tools out of the test jars. > Are there any tools we don't w

Re: [DISCUSS] Removing tests and/or Hadoop from the binary assemblies

2024-03-06 Thread Istvan Toth
lities. The big cleanup around > > > HBaseTestingUtil/it addressed much (or all) of these issues on > branch-3. > > > > > > I believe that we include a Hadoop distribution in our assembly because > > > that makes it easy for a new user to download our release bin.

Re: [DISCUSS] removing hbase-examples from the assembly

2024-03-05 Thread Istvan Toth
releases. The most important thing for hbase-examples is its source > code, so including it in binary releases does not help. > > Istvan Toth 于2024年3月5日周二 03:28写道: > > > > I don't have a problem with having an examples module in the main repo, > it > > can be useful, and t

Re: [DISCUSS] Removing tests and/or Hadoop from the binary assemblies

2024-03-05 Thread Istvan Toth
, Mar 5, 2024 at 10:34 AM 张铎(Duo Zhang) wrote: > There are some tools in the tests jar, such as PerformanceEvaluation. > > But anyway, maybe they should be moved to main... > > Istvan Toth 于2024年3月5日周二 16:14写道: > > > > DISCLAIMER: I don't have a patch ready, or eve

[DISCUSS] Removing tests and/or Hadoop from the binary assemblies

2024-03-05 Thread Istvan Toth
DISCLAIMER: I don't have a patch ready, or even an elegant way mapped out to achieve this, this is about discussing whether we even want to make these changes. These are also substantial changes, but they could be targeted for HBase 3.0. One issue I have noticed is that we ship test jars and test

Re: [DISCUSS] removing hbase-examples from the assembly

2024-03-04 Thread Istvan Toth
: > Should we remove hbase-examples from the main repository entirely? Should > it be its own download? Should we even ship it in binary form at all? > > Anyway I’m fine with removing it from the assembly. > > Thanks, > Nick > > On Mon, 4 Mar 2024 at 13:27, Istvan Toth

[DISCUSS] removing hbase-examples from the assembly

2024-03-04 Thread Istvan Toth
hbase assembly (and consequently the binary distributions) now depend on hbase-examples. I think this is problematic, as * many of those examples are explicitly not production quality. * It adds extra curator dependencies to the assembly and to the various HBase classpaths. (whic the rest of

[jira] [Created] (HBASE-28416) Remove hbase-examples from assembly

2024-03-03 Thread Istvan Toth (Jira)
Istvan Toth created HBASE-28416: --- Summary: Remove hbase-examples from assembly Key: HBASE-28416 URL: https://issues.apache.org/jira/browse/HBASE-28416 Project: HBase Issue Type: Improvement

Re: [DISCUSS] Deprecating zookeeper-based client connectivity

2024-03-01 Thread Istvan Toth
ks. > > Nick Dimiduk 于2024年3月1日周五 16:25写道: > > > > On Fri, 1 Mar 2024 at 07:47, Istvan Toth > wrote: > > > > > That's a pretty fundamental change, and would break a lot of use cases > and > > > applications that hard-code the assumption of the ZK registry. &g

Re: [DISCUSS] Deprecating zookeeper-based client connectivity

2024-02-29 Thread Istvan Toth
That's a pretty fundamental change, and would break a lot of use cases and applications that hard-code the assumption of the ZK registry. Making a breaking change like removing the previous default connection method in a minor version also feels wrong. (It may go against the compatibility policy,

[jira] [Created] (HBASE-28411) Remove direct dependency on Curator

2024-02-29 Thread Istvan Toth (Jira)
Istvan Toth created HBASE-28411: --- Summary: Remove direct dependency on Curator Key: HBASE-28411 URL: https://issues.apache.org/jira/browse/HBASE-28411 Project: HBase Issue Type: Improvement

[jira] [Created] (HBASE-28410) Upgrade curator to 5.6.0

2024-02-29 Thread Istvan Toth (Jira)
Istvan Toth created HBASE-28410: --- Summary: Upgrade curator to 5.6.0 Key: HBASE-28410 URL: https://issues.apache.org/jira/browse/HBASE-28410 Project: HBase Issue Type: Improvement

[jira] [Created] (HBASE-28404) Use "set -x" when running release script in debug mode

2024-02-26 Thread Istvan Toth (Jira)
Istvan Toth created HBASE-28404: --- Summary: Use "set -x" when running release script in debug mode Key: HBASE-28404 URL: https://issues.apache.org/jira/browse/HBASE-28404 Project: HBase

[jira] [Created] (HBASE-28353) Close HBase connection on implicit exit from HBase shell

2024-02-09 Thread Istvan Toth (Jira)
Istvan Toth created HBASE-28353: --- Summary: Close HBase connection on implicit exit from HBase shell Key: HBASE-28353 URL: https://issues.apache.org/jira/browse/HBASE-28353 Project: HBase Issue

[jira] [Created] (HBASE-28345) Close HBase connection on exit from HBase Shell

2024-02-06 Thread Istvan Toth (Jira)
Istvan Toth created HBASE-28345: --- Summary: Close HBase connection on exit from HBase Shell Key: HBASE-28345 URL: https://issues.apache.org/jira/browse/HBASE-28345 Project: HBase Issue Type

[jira] [Created] (HBASE-28314) Generate sources artifacts for hbase-server

2024-01-15 Thread Istvan Toth (Jira)
Istvan Toth created HBASE-28314: --- Summary: Generate sources artifacts for hbase-server Key: HBASE-28314 URL: https://issues.apache.org/jira/browse/HBASE-28314 Project: HBase Issue Type: Bug

[jira] [Resolved] (HBASE-28213) Evaluate using hbase-shaded-client-byo-hadoop for Spark connector

2024-01-08 Thread Istvan Toth (Jira)
[ https://issues.apache.org/jira/browse/HBASE-28213?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Istvan Toth resolved HBASE-28213. - Assignee: Istvan Toth Resolution: Done Spark has reverted to using unshaded Hadoop due

[jira] [Created] (HBASE-28261) Add --add-opens java.base/java.util.concurrent.atomic=ALL-UNNAMED -version

2023-12-14 Thread Istvan Toth (Jira)
Istvan Toth created HBASE-28261: --- Summary: Add --add-opens java.base/java.util.concurrent.atomic=ALL-UNNAMED -version Key: HBASE-28261 URL: https://issues.apache.org/jira/browse/HBASE-28261 Project

[jira] [Created] (HBASE-28252) Update JDK11 and add JDK17 options to hbase script

2023-12-08 Thread Istvan Toth (Jira)
Istvan Toth created HBASE-28252: --- Summary: Update JDK11 and add JDK17 options to hbase script Key: HBASE-28252 URL: https://issues.apache.org/jira/browse/HBASE-28252 Project: HBase Issue Type

[jira] [Created] (HBASE-28247) Add java.base/sun.net.dns and java.base/sun.net.util export to jdk11 JVM test flags

2023-12-06 Thread Istvan Toth (Jira)
Istvan Toth created HBASE-28247: --- Summary: Add java.base/sun.net.dns and java.base/sun.net.util export to jdk11 JVM test flags Key: HBASE-28247 URL: https://issues.apache.org/jira/browse/HBASE-28247

[DISCUSS] Introduce HBase Connection URL - Phoenix solution

2023-11-27 Thread Istvan Toth
Hi, I have read Nick's recent HBase connection URL email, but I wasn't subscribed yet, so I cannot properly respond to it. In Phoenix, we have recently added support for the new registries in https://issues.apache.org/jira/browse/PHOENIX-6523. I've documented it at

[jira] [Created] (HBASE-28219) Document spark.hadoopRDD.ignoreEmptySplits issue for Spark Connector

2023-11-23 Thread Istvan Toth (Jira)
Istvan Toth created HBASE-28219: --- Summary: Document spark.hadoopRDD.ignoreEmptySplits issue for Spark Connector Key: HBASE-28219 URL: https://issues.apache.org/jira/browse/HBASE-28219 Project: HBase

[jira] [Created] (HBASE-28214) Document Spark classpath requirements for the Spark connector

2023-11-22 Thread Istvan Toth (Jira)
Istvan Toth created HBASE-28214: --- Summary: Document Spark classpath requirements for the Spark connector Key: HBASE-28214 URL: https://issues.apache.org/jira/browse/HBASE-28214 Project: HBase

[jira] [Created] (HBASE-28213) Evalue using hbase-shaded-client-byo-hadoop for Spark connector

2023-11-22 Thread Istvan Toth (Jira)
Istvan Toth created HBASE-28213: --- Summary: Evalue using hbase-shaded-client-byo-hadoop for Spark connector Key: HBASE-28213 URL: https://issues.apache.org/jira/browse/HBASE-28213 Project: HBase

[jira] [Created] (HBASE-28208) HBase build cannot find protoc 2.5.0 for OSX Aarch64

2023-11-16 Thread Istvan Toth (Jira)
Istvan Toth created HBASE-28208: --- Summary: HBase build cannot find protoc 2.5.0 for OSX Aarch64 Key: HBASE-28208 URL: https://issues.apache.org/jira/browse/HBASE-28208 Project: HBase Issue

[jira] [Created] (HBASE-28201) Add Endpoint and Method Name to COPROC_EXEC Spans

2023-11-13 Thread Istvan Toth (Jira)
Istvan Toth created HBASE-28201: --- Summary: Add Endpoint and Method Name to COPROC_EXEC Spans Key: HBASE-28201 URL: https://issues.apache.org/jira/browse/HBASE-28201 Project: HBase Issue Type

[jira] [Created] (HBASE-28200) Enrich trace span information

2023-11-13 Thread Istvan Toth (Jira)
Istvan Toth created HBASE-28200: --- Summary: Enrich trace span information Key: HBASE-28200 URL: https://issues.apache.org/jira/browse/HBASE-28200 Project: HBase Issue Type: Improvement

[jira] [Created] (HBASE-28137) Add scala-parser-combinators dependency to connectors for Spark 2.4

2023-10-06 Thread Istvan Toth (Jira)
Istvan Toth created HBASE-28137: --- Summary: Add scala-parser-combinators dependency to connectors for Spark 2.4 Key: HBASE-28137 URL: https://issues.apache.org/jira/browse/HBASE-28137 Project: HBase

[jira] [Created] (HBASE-28135) Specify -Xms for tests

2023-10-06 Thread Istvan Toth (Jira)
Istvan Toth created HBASE-28135: --- Summary: Specify -Xms for tests Key: HBASE-28135 URL: https://issues.apache.org/jira/browse/HBASE-28135 Project: HBase Issue Type: Improvement

[jira] [Created] (HBASE-28133) TestSyncTimeRangeTracker fails with OOM on Aarch64

2023-10-05 Thread Istvan Toth (Jira)
Istvan Toth created HBASE-28133: --- Summary: TestSyncTimeRangeTracker fails with OOM on Aarch64 Key: HBASE-28133 URL: https://issues.apache.org/jira/browse/HBASE-28133 Project: HBase Issue Type

[jira] [Created] (HBASE-28132) TestTableShell times out

2023-10-05 Thread Istvan Toth (Jira)
Istvan Toth created HBASE-28132: --- Summary: TestTableShell times out Key: HBASE-28132 URL: https://issues.apache.org/jira/browse/HBASE-28132 Project: HBase Issue Type: Bug Components

[jira] [Created] (HBASE-27801) Remove redundant avro.version property from Kafka connector

2023-04-17 Thread Istvan Toth (Jira)
Istvan Toth created HBASE-27801: --- Summary: Remove redundant avro.version property from Kafka connector Key: HBASE-27801 URL: https://issues.apache.org/jira/browse/HBASE-27801 Project: HBase

[jira] [Created] (HBASE-27747) Clean up hbase-connector dependencies and assembly

2023-03-23 Thread Istvan Toth (Jira)
Istvan Toth created HBASE-27747: --- Summary: Clean up hbase-connector dependencies and assembly Key: HBASE-27747 URL: https://issues.apache.org/jira/browse/HBASE-27747 Project: HBase Issue Type

[jira] [Resolved] (HBASE-26491) I can't read/write a Hbase table by spark-hbase connector when the table is in non-default namespace

2023-03-01 Thread Istvan Toth (Jira)
[ https://issues.apache.org/jira/browse/HBASE-26491?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Istvan Toth resolved HBASE-26491. - Resolution: Duplicate > I can't read/write a Hbase table by spark-hbase connector w

[jira] [Created] (HBASE-27633) Add usage docs to HBase-Spark connector

2023-02-10 Thread Istvan Toth (Jira)
Istvan Toth created HBASE-27633: --- Summary: Add usage docs to HBase-Spark connector Key: HBASE-27633 URL: https://issues.apache.org/jira/browse/HBASE-27633 Project: HBase Issue Type: Bug

[jira] [Created] (HBASE-27625) Spark Connector rest failure with Java 11

2023-02-08 Thread Istvan Toth (Jira)
Istvan Toth created HBASE-27625: --- Summary: Spark Connector rest failure with Java 11 Key: HBASE-27625 URL: https://issues.apache.org/jira/browse/HBASE-27625 Project: HBase Issue Type

[jira] [Created] (HBASE-27624) Cannot Specify Namespace via the hbase.table Option in Spark Connector

2023-02-08 Thread Istvan Toth (Jira)
Istvan Toth created HBASE-27624: --- Summary: Cannot Specify Namespace via the hbase.table Option in Spark Connector Key: HBASE-27624 URL: https://issues.apache.org/jira/browse/HBASE-27624 Project: HBase

Re: [DISCUSS] HBase 2.5 / Hadoop 3 artifacts

2022-11-26 Thread Istvan Toth
Thanks a lot, Duo! Looking at HBASE-27359, the -hadoop3 artifacts should be exactly the same that we're rebuilding in our build process. Ran a quick test: Added the rc repo to my settings.xml built Phoenix locally with mvn clean install -Dhbase.profile=2.5 -Dhbase.version=2.5.2-hadoop3 The

[jira] [Created] (HBASE-27077) Synchronous API calls for Split, Merge, and Compaction operations for testing

2022-05-30 Thread Istvan Toth (Jira)
Istvan Toth created HBASE-27077: --- Summary: Synchronous API calls for Split, Merge, and Compaction operations for testing Key: HBASE-27077 URL: https://issues.apache.org/jira/browse/HBASE-27077 Project

[jira] [Created] (HBASE-27069) Hbase SecureBulkload permission regression

2022-05-29 Thread Istvan Toth (Jira)
Istvan Toth created HBASE-27069: --- Summary: Hbase SecureBulkload permission regression Key: HBASE-27069 URL: https://issues.apache.org/jira/browse/HBASE-27069 Project: HBase Issue Type: Bug

[jira] [Created] (HBASE-27058) Admin#getLastMajorCompactionTimestamp() doesn't get updated when the EnvironmentEdgeManager clock is stopped

2022-05-23 Thread Istvan Toth (Jira)
Istvan Toth created HBASE-27058: --- Summary: Admin#getLastMajorCompactionTimestamp() doesn't get updated when the EnvironmentEdgeManager clock is stopped Key: HBASE-27058 URL: https://issues.apache.org/jira/browse

[jira] [Resolved] (HBASE-26991) Phoenix PartialIndexRebuilderIT regression on 2.4.11

2022-05-02 Thread Istvan Toth (Jira)
[ https://issues.apache.org/jira/browse/HBASE-26991?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Istvan Toth resolved HBASE-26991. - Resolution: Invalid Probably a Phoenix bug. Will reopen if it turns out to be on the HBase side

[jira] [Created] (HBASE-26991) Phoenix PartialIndexRebuilderIT regression on 2.4.11

2022-04-29 Thread Istvan Toth (Jira)
Istvan Toth created HBASE-26991: --- Summary: Phoenix PartialIndexRebuilderIT regression on 2.4.11 Key: HBASE-26991 URL: https://issues.apache.org/jira/browse/HBASE-26991 Project: HBase Issue

[jira] [Created] (HBASE-26935) Update httpcommons to version 5.1

2022-04-06 Thread Istvan Toth (Jira)
Istvan Toth created HBASE-26935: --- Summary: Update httpcommons to version 5.1 Key: HBASE-26935 URL: https://issues.apache.org/jira/browse/HBASE-26935 Project: HBase Issue Type: Improvement

[jira] [Created] (HBASE-26896) list_quota_snapshots fails with ‘ERROR NameError: uninitialized constant Shell::Commands::ListQuotaSnapshots::TABLE’

2022-03-28 Thread Istvan Toth (Jira)
Istvan Toth created HBASE-26896: --- Summary: list_quota_snapshots fails with ‘ERROR NameError: uninitialized constant Shell::Commands::ListQuotaSnapshots::TABLE’ Key: HBASE-26896 URL: https://issues.apache.org/jira

[jira] [Created] (HBASE-26778) Replace HRegion.get() calls

2022-02-28 Thread Istvan Toth (Jira)
Istvan Toth created HBASE-26778: --- Summary: Replace HRegion.get() calls Key: HBASE-26778 URL: https://issues.apache.org/jira/browse/HBASE-26778 Project: HBase Issue Type: Bug

[jira] [Created] (HBASE-26777) BufferedDataBlockEncoder$OffheapDecodedExtendedCell.deepClone throws UnsupportedOperationException

2022-02-28 Thread Istvan Toth (Jira)
Istvan Toth created HBASE-26777: --- Summary: BufferedDataBlockEncoder$OffheapDecodedExtendedCell.deepClone throws UnsupportedOperationException Key: HBASE-26777 URL: https://issues.apache.org/jira/browse/HBASE-26777

[jira] [Created] (HBASE-26652) Unintuitive AccesControlClient.getUserPermissions() semantics

2022-01-06 Thread Istvan Toth (Jira)
Istvan Toth created HBASE-26652: --- Summary: Unintuitive AccesControlClient.getUserPermissions() semantics Key: HBASE-26652 URL: https://issues.apache.org/jira/browse/HBASE-26652 Project: HBase

[jira] [Created] (HBASE-26527) ArrayIndexOutOfBoundsException in KeyValueUtil.copyToNewKeyValue()

2021-12-01 Thread Istvan Toth (Jira)
Istvan Toth created HBASE-26527: --- Summary: ArrayIndexOutOfBoundsException in KeyValueUtil.copyToNewKeyValue() Key: HBASE-26527 URL: https://issues.apache.org/jira/browse/HBASE-26527 Project: HBase

[jira] [Created] (HBASE-26512) Make timestamp format configureable in HBase shell scan output

2021-11-29 Thread Istvan Toth (Jira)
Istvan Toth created HBASE-26512: --- Summary: Make timestamp format configureable in HBase shell scan output Key: HBASE-26512 URL: https://issues.apache.org/jira/browse/HBASE-26512 Project: HBase

[jira] [Created] (HBASE-26511) hbase shell config override option does not work

2021-11-29 Thread Istvan Toth (Jira)
Istvan Toth created HBASE-26511: --- Summary: hbase shell config override option does not work Key: HBASE-26511 URL: https://issues.apache.org/jira/browse/HBASE-26511 Project: HBase Issue Type

[jira] [Created] (HBASE-26398) CellCounter fails for large tables filling up local disk

2021-10-26 Thread Istvan Toth (Jira)
Istvan Toth created HBASE-26398: --- Summary: CellCounter fails for large tables filling up local disk Key: HBASE-26398 URL: https://issues.apache.org/jira/browse/HBASE-26398 Project: HBase Issue

[jira] [Created] (HBASE-25081) Up the container nproc uplimit to 30000

2020-09-22 Thread Istvan Toth (Jira)
Istvan Toth created HBASE-25081: --- Summary: Up the container nproc uplimit to 3 Key: HBASE-25081 URL: https://issues.apache.org/jira/browse/HBASE-25081 Project: HBase Issue Type: Bug

[jira] [Created] (HBASE-24268) REST and Thrift server do not handle the "doAs" parameter case insensitively

2020-04-27 Thread Istvan Toth (Jira)
Istvan Toth created HBASE-24268: --- Summary: REST and Thrift server do not handle the "doAs" parameter case insensitively Key: HBASE-24268 URL: https://issues.apache.org/jira/browse/HBASE-24268

[jira] [Created] (HBASE-24252) Implement proxyuser/doAs mechanism for hbase-http

2020-04-24 Thread Istvan Toth (Jira)
Istvan Toth created HBASE-24252: --- Summary: Implement proxyuser/doAs mechanism for hbase-http Key: HBASE-24252 URL: https://issues.apache.org/jira/browse/HBASE-24252 Project: HBase Issue Type

[jira] [Created] (HBASE-24197) TestHttpServer.testBindAddress failure with latest jetty

2020-04-15 Thread Istvan Toth (Jira)
Istvan Toth created HBASE-24197: --- Summary: TestHttpServer.testBindAddress failure with latest jetty Key: HBASE-24197 URL: https://issues.apache.org/jira/browse/HBASE-24197 Project: HBase Issue

  1   2   >