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

A new PR after https://github.com/apache/hbase/pull/3667, according to the comments there, 1. reuses the monitor codes; 2. shows bounded recently (default 30) journals/phases of a monitored task, to avoid the page...

What is the purpose of this PR - This PR fixes a flaky test caused by the non-determinism of the amount of time that the unit test ```testWildCardTtlScan()``` takes to...

Adds a new SASL mech plugin for OAuthBearer (JWT) authentication. - In order to keep the size of this initial patch manageable, the supported workflow is limited: client reads a...

In [WALEntryStream#readNextEntryAndRecordReaderPosition](https://github.com/apache/hbase/blob/308cd729d23329e6d8d4b9c17a645180374b5962/hbase-server/src/main/java/org/apache/hadoop/hbase/replication/regionserver/WALEntryStream.java#L257), it is possible that we read uncommitted data. If we read beyond the committed file length, then reopen inputStream and seek back. In our use, we found that...

This is... a solution. It's probably fine for running on hardware you own with a source repository you trust. I'm not sure it's wise when running on a remote build...