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:
[email protected]
With regards,
Apache Git Services