YC27 commented on code in PR #13352:
URL: https://github.com/apache/iotdb/pull/13352#discussion_r1744725466
##########
iotdb-client/cli/src/main/java/org/apache/iotdb/tool/tsfile/ImportTsFile.java:
##########
@@ -82,14 +74,7 @@ public class ImportTsFile extends AbstractTsFileTool {
private static int threadNum = 8;
- private static final LongAdder loadFileSuccessfulNum = new LongAdder();
- private static final LongAdder loadFileFailedNum = new LongAdder();
- private static final LongAdder processingLoadSuccessfulFileSuccessfulNum =
new LongAdder();
- private static final LongAdder processingLoadFailedFileSuccessfulNum = new
LongAdder();
-
- private static final LinkedBlockingQueue<String> tsfileQueue = new
LinkedBlockingQueue<>();
- private static final Set<String> tsfileSet = new HashSet<>();
- private static final Set<String> resourceOrModsSet = new HashSet<>();
+ private static boolean isRemoteLoad = false;
Review Comment:
```suggestion
private static boolean isRemoteLoad = true;
```
--
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]