Kota-SH commented on code in PR #7149:
URL: https://github.com/apache/hbase/pull/7149#discussion_r2240583588
##########
hbase-protocol-shaded/src/main/protobuf/server/master/Master.proto:
##########
@@ -796,6 +796,17 @@ message ModifyColumnStoreFileTrackerResponse {
optional uint64 proc_id = 1;
}
+message RefreshHFilesRequest {
+ optional TableName table_Name = 1;
Review Comment:
```suggestion
optional TableName table_name = 1;
```
##########
hbase-client/src/main/java/org/apache/hadoop/hbase/client/Admin.java:
##########
@@ -2651,4 +2651,24 @@ List<LogEntry> getLogEntries(Set<ServerName>
serverNames, String logType, Server
* Get the list of cached files
*/
List<String> getCachedFilesList(ServerName serverName) throws IOException;
+
+ /**
+ * Refresh HFiles for the table
+ * @param tableName table to refresh HFiles for
Review Comment:
Add @ Return to the java doc
--
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]