danny0405 commented on code in PR #9407:
URL: https://github.com/apache/hudi/pull/9407#discussion_r1289510239
##########
hudi-client/hudi-client-common/src/main/java/org/apache/hudi/async/HoodieAsyncService.java:
##########
@@ -196,11 +196,11 @@ public void
waitTillPendingAsyncServiceInstantsReducesTo(int numPending) throws
}
/**
- * Enqueues new pending clustering instant.
+ * Enqueues new pending compaction/clustering instant.
* @param instant {@link HoodieInstant} to enqueue.
*/
public void enqueuePendingAsyncServiceInstant(HoodieInstant instant) {
- LOG.info("Enqueuing new pending clustering instant: " +
instant.getTimestamp());
+ LOG.info("Enqueuing new pending compaction/clustering instant: " +
instant.getTimestamp());
Review Comment:
```suggestion
LOG.info("Enqueuing new pending table service instant: " +
instant.getTimestamp());
```
--
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]