mymeiyi commented on a change in pull request #3664:
URL: https://github.com/apache/hbase/pull/3664#discussion_r709690730



##########
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:
       Can you review https://github.com/apache/hbase/pull/3671 firstly, then 
let me fix this and UT, thanks.




-- 
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]


Reply via email to