hbase/src/main/asciidoc
Apekshit Sharma 3ce7ab3c70 HBASE-19073 Cleanup CoordinatedStateManager
- Merged BaseCSM class into CSM interface
- Removed config hbase.coordinated.state.manager.class
- Since state manager is not pluggable anymore, we don't need start/stop/initialize to setup unknown classes. Our internal ZkCSM now requires Server in constructor itself. Makes the dependency clearer too.
- Removed CSM from HRegionServer and HMaster constructor. Although it's a step back from dependency injection, but it's more consistent with our current (not good)  pattern where we initialize everything in the ctor itself.

Change-Id: Ifca06bb354adec5b11ea1bad4707e014410491fc
2017-10-24 20:00:31 -07:00
..
_chapters HBASE-19073 Cleanup CoordinatedStateManager 2017-10-24 20:00:31 -07:00
book.adoc HBASE-18332 Upgrade asciidoctor-maven-plugin 2017-07-17 19:06:30 -07:00
hbase.css HBASE-11533 Asciidoc Proof of Concept 2015-01-13 22:32:29 -08:00
images HBASE-11670 Generate PDF of Reference Guide 2015-03-05 09:31:11 +10:00