SteveYurongSu commented on code in PR #14049:
URL: https://github.com/apache/iotdb/pull/14049#discussion_r1837431371
##########
iotdb-core/datanode/src/main/java/org/apache/iotdb/db/pipe/resource/tsfile/PipeTsFileResourceManager.java:
##########
@@ -80,7 +80,7 @@ private void ttlCheck() throws InterruptedException {
PipeConfig.getInstance().getPipeTsFilePinMaxLogNumPerRound(),
PipeConfig.getInstance().getPipeTsFilePinMaxLogIntervalRounds(),
hardlinkOrCopiedFileToPipeTsFileResourceMap.size());
-
+ StringBuilder logBuilder = new StringBuilder();
Review Comment:
```suggestion
final StringBuilder logBuilder = new StringBuilder();
```
--
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]