Details
-
New Feature
-
Status: Closed
-
Major
-
Resolution: Implemented
-
2.0.0
-
None
Description
Procedure v2 (aka Notification Bus) aims to provide a unified way to build:
- multi-steps procedure with a rollback/rollforward ability in case of failure (e.g. create/delete table)
- notifications across multiple machines (e.g. ACLs/Labels/Quotas cache updates)
- Make sure that every machine has the grant/revoke/label
- Enforce "space limit" quota across the namespace
HBASE-10295eliminate permanent replication zk node
- procedures across multiple machines (e.g. Snapshots)
- coordinated long-running procedures (e.g. compactions, splits, ...)
- Synchronous calls, with the ability to see the state/result in case of failure.
HBASE-11608sync split
still work in progress/initial prototype: https://reviews.apache.org/r/27703/
Attachments
Attachments
Issue Links
- contains
-
HBASE-14350 Procedure V2 Phase 2: Assignment Manager
- Closed
-
HBASE-15141 Procedure V2 - Web UI
- Closed
-
HBASE-14336 Procedure V2 Phase 1 - Procedure Framework and Making DDL Operations fault tolerant
- Closed
-
HBASE-14351 Procedure V2 Phase 3: Notification Bus
- Closed
-
HBASE-14353 Procedure V2 Phase 1.1 - cleanups and master-branch-only DDL updates (incompatible with branch-1.x)
- Closed
-
HBASE-16100 Procedure V2 - Tools
- Closed
-
HBASE-16617 Procedure V2 - Improvements
- Closed
- depends upon
-
HBASE-17788 Procedure V2 performance improvements
- Closed
- links to