hbase/src/main
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
..
asciidoc HBASE-19073 Cleanup CoordinatedStateManager 2017-10-24 20:00:31 -07:00
site HBASE-16215 clean up of ref guide and site for EOM versions. 2017-04-18 16:52:30 -05:00
xslt HBASE-14087 Ensure correct ASF headers for docs/code 2015-07-29 14:25:43 -05:00