danny0405 commented on code in PR #9309:
URL: https://github.com/apache/hudi/pull/9309#discussion_r1278674301
##########
hudi-flink-datasource/hudi-flink/src/main/java/org/apache/hudi/util/ClientIds.java:
##########
@@ -163,6 +163,7 @@ private void updateHeartbeat() throws
HoodieHeartbeatException {
private void updateHeartbeat(Path heartbeatFilePath) throws
HoodieHeartbeatException {
try (OutputStream outputStream = this.fs.create(heartbeatFilePath, true)) {
+ LOG.debug("create hearbeat file in path: {}", heartbeatFilePath);
} catch (IOException io) {
throw new HoodieHeartbeatException("Unable to generate heartbeat for
file path " + heartbeatFilePath, io);
Review Comment:
Does a comment work here?
```java
// no operation
```
--
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]