hbase icon indicating copy to clipboard operation
hbase copied to clipboard

Apache HBase

Results 488 hbase issues
Sort by recently updated
recently updated
newest added

Solution Document - https://docs.google.com/document/d/1CX9ysa5thq0vajXR2zapcMkfwTwV9VsW6xGXuxdN97M/edit?tab=t.0#heading=h.74kik1edg70t

[HBASE-29217](https://issues.apache.org/jira/browse/HBASE-29217) This PR contains 6 sub-commits: 1_add_proto_field 2_add_client_api 3_HRegion_checkNonExists 4_server_condition_deserialization 5_client_condition_serialization 6_unit_test

Fix the issue that after Spark 3.2.0, when Spark reads an HBase snapshot, it always read empty, even if the hbase snapshot actually has data.

…k.suppressHdfsShutdownHook Split TestHFileOutputFormat2 to make it run faster and prevent the tests affect each other

https://issues.apache.org/jira/browse/HBASE-29399

Jira: https://issues.apache.org/jira/browse/HBASE-29291

Introduces a new configuration `wal.input.ignore.empty.files` to ignore the empty WAL files.