pvargacl commented on a change in pull request #2079:
URL: https://github.com/apache/hive/pull/2079#discussion_r595973961
##########
File path:
standalone-metastore/metastore-common/src/main/java/org/apache/hadoop/hive/metastore/HiveMetaStoreClient.java
##########
@@ -3890,9 +3890,20 @@ public CompactionResponse compact2(String dbname, String
tableName, String parti
}
cr.setType(type);
cr.setProperties(tblproperties);
+ cr.setInitiatorId(hostname() + "-manual");
Review comment:
I want to distinguish between automatically and manually initiated
compactions. This will be needed, when we want to add metric of the number of
running Initiator instances and can be useful for debugging issues.
----------------------------------------------------------------
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]