jhungund commented on code in PR #5832:
URL: https://github.com/apache/hbase/pull/5832#discussion_r1568762667
##########
hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServer.java:
##########
@@ -530,8 +530,8 @@ public HRegionServer(final Configuration conf) throws
IOException {
regionServerAccounting = new RegionServerAccounting(conf);
- blockCache = BlockCacheFactory.createBlockCache(conf);
DataTieringManager.instantiate(onlineRegions);
+ blockCache = BlockCacheFactory.createBlockCache(conf);
Review Comment:
Instantiation of Data tiering manager is required to read the cache from
persistence. Hence, change the order here.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]