Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
2.5.0
-
None
-
None
-
Reviewed
Description
"server instanceof HRegionServer" will be true for both HMaster and HRegionServer classes, hence it seems we are only using "hbase.netty.worker.count" essentially during both master and regionservers Netty server initialization. "hbase.netty.eventloop.rpcserver.thread.count" is used for bunch of other implementations of Server interface (used in UTs only)