ndimiduk opened a new pull request #775: HBASE-23230 Enforce member visibility 
in HRegionServer
URL: https://github.com/apache/hbase/pull/775
 
 
    * Clean up a bunch of private variable leakage into other classes. Reduces 
visibility as much as possible, providing getters where access remains 
necessary or making use of getters that already exist. There remains an 
insidious relationship between `HRegionServer` and `RSRpcServices`.
    * Rename `fs` to `dataFs`, `rootDir` as `dataRootDir` so as to distinguish 
from the new `walFs`, `walRootDir` (and make it easier to spot bugs).
    * Cleanup or delete a bunch of lack-luster javadoc comments.
    * Delete a handful of methods that are unused according to static analysis.
    * Reduces the warning count as reported by IntelliJ from 100 to 7.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to