hbase
hbase copied to clipboard
Apache HBase
https://issues.apache.org/jira/browse/HBASE-26565
https://issues.apache.org/jira/browse/HBASE-26583
https://issues.apache.org/jira/browse/HBASE-26630 When using SingleColumnValueFilter in TableSnapshotInputFormat, there was a problem that the job was terminated in the middle
This is the hbase-http module side changes. For hbase-thirdparty changes, see https://github.com/apache/hbase-thirdparty/pull/73
…ashProcedure which carry meta. The design is simple, WorkerMonitor frequently check the ProcedureScheduler and poll high priority procedure such as meta assign procedure and ServerCrashProcedure(carry meta) and immediately new a...
I did manual test to make sure this change works, it is hard to put up a unittest for this change.