You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by GitBox <gi...@apache.org> on 2020/02/02 18:19:05 UTC

[GitHub] [hbase] virajjasani commented on a change in pull request #1115: HBASE-23782 We still reference the hard coded meta descriptor in some…

virajjasani commented on a change in pull request #1115: HBASE-23782 We still reference the hard coded meta descriptor in some…
URL: https://github.com/apache/hbase/pull/1115#discussion_r373864730
 
 

 ##########
 File path: hbase-server/src/main/java/org/apache/hadoop/hbase/util/FSTableDescriptors.java
 ##########
 @@ -153,7 +148,6 @@ public FSTableDescriptors(final Configuration conf, final FileSystem fs,
         updateTableDescriptor(td);
       }
     }
-    this.metaTableDescriptor = td;
 
 Review comment:
   Looks like this constructor can have just these initializations:
   ```
       this.fs = fs;
       this.rootdir = rootdir;
       this.fsreadonly = fsreadonly;
       this.usecache = usecache;
   ```

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services