[jira] [Created] (HBASE-29195) Get Column value with timestamp is giving wrong result as not found

2025-03-17 Thread Chandra Sekhar K (Jira)
Chandra Sekhar K created HBASE-29195: Summary: Get Column value with timestamp is giving wrong result as not found Key: HBASE-29195 URL: https://issues.apache.org/jira/browse/HBASE-29195 Project:

[DISCUSS] How to handle assemblies for running integration tests ?

2025-03-17 Thread Istvan Toth
In order to get a leaner binary assembly and to reduce HBase's CVE surface we have removed the test JARs from the normal assemblies in HBase 3 . However, these assemblies cannot run the HBase integration tests in the hbase-it module. There are several options for handling this, but the easiest on

[jira] [Created] (HBASE-29194) StoreFileReader can be null when updating Space Quota after compaction file replacement

2025-03-17 Thread Chandra Sekhar K (Jira)
Chandra Sekhar K created HBASE-29194: Summary: StoreFileReader can be null when updating Space Quota after compaction file replacement Key: HBASE-29194 URL: https://issues.apache.org/jira/browse/HBASE-29194

[jira] [Created] (HBASE-29193) Allow ZstdByteBuffDecompressor to take direct ByteBuffer as input and heap ByteBuffer as output, or vice versa

2025-03-17 Thread Charles Connell (Jira)
Charles Connell created HBASE-29193: --- Summary: Allow ZstdByteBuffDecompressor to take direct ByteBuffer as input and heap ByteBuffer as output, or vice versa Key: HBASE-29193 URL: https://issues.apache.org/jira/

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

2025-03-17 Thread Duo Zhang
For me a profile for building the binary which could run ITBLL is enough, as only developers need to run ITBLL for finding issues, developers should have the ability to build HBase by their own. But let's start a new discussion thread both on dev and user mailing list to see if there are any other

[jira] [Resolved] (HBASE-28984) Alter table causes AccessDeniedException at the client side

2025-03-17 Thread Duo Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-28984?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Duo Zhang resolved HBASE-28984. --- Fix Version/s: 2.6.3 2.5.12 2.7.0 3.0.0-beta

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

2025-03-17 Thread Istvan Toth
I've uploaded the PR. I was able to run some integration tests with it successfully on a pseudo distributed cluster without HDFS. However, the org.apache.hadoop.hbase.test.IntegrationTestMonkeys test failed. Has anyone tried that recently ? It's not obvious if it is related to the assembly changes