saintstack commented on a change in pull request #646: HBASE-23055 Alter 
hbase:meta
URL: https://github.com/apache/hbase/pull/646#discussion_r326480663
 
 

 ##########
 File path: 
hbase-client/src/main/java/org/apache/hadoop/hbase/client/ConnectionImplementation.java
 ##########
 @@ -2057,6 +2058,9 @@ public NonceGenerator getNonceGenerator() {
 
   @Override
   public TableState getTableState(TableName tableName) throws IOException {
+    // TODO: This doesn't work if tablename is hbase:meta. Need to ask Master.
+    // Other problems with this implementation are that it presumes state is
+    // available in Master. Would be good to hide how state is kept.
 
 Review comment:
   s/hbase:meta/Master/

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


With regards,
Apache Git Services

Reply via email to