Apache9 commented on a change in pull request #3664:
URL: https://github.com/apache/hbase/pull/3664#discussion_r709305356
##########
File path:
hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HStore.java
##########
@@ -2529,6 +2529,8 @@ protected OffPeakHours getOffPeakHours() {
public void onConfigurationChange(Configuration conf) {
this.conf = new CompoundConfiguration()
.add(conf)
+ .addBytesMap(region.getTableDescriptor().getValues())
Review comment:
Mind addressing this issue?
When implementing HBASE-26067, we also need to use something like this when
we want to create a store file tracker at master side. So if you can provide a
util class, it could also benefit the HBASE-26067 branch.
@mymeiyi
--
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]