SilverNarcissus commented on a change in pull request #2405:
URL: https://github.com/apache/iotdb/pull/2405#discussion_r557238884
##########
File path:
server/src/test/java/org/apache/iotdb/db/sync/receiver/load/FileLoaderTest.java
##########
@@ -102,9 +106,11 @@ public void loadNewTsfiles() throws IOException,
StorageEngineException, Illegal
correctSequenceLoadedFileMap.putIfAbsent(SG_NAME + i, new HashSet<>());
String rand = String.valueOf(r.nextInt(10000));
String fileName =
- getSnapshotFolder() + File.separator + SG_NAME + i + File.separator
+ getSnapshotFolder() + File.separator + SG_NAME + i +
File.separator + "0" + File.separator + "0" + File.separator
+ (time + i * 100 + j) + IoTDBConstant.FILE_NAME_SEPARATOR +
rand
+ IoTDBConstant.FILE_NAME_SEPARATOR + "0.tsfile";
+ LOGGER.error("file name is" + fileName);
Review comment:
That's for debugging. Fixed~
----------------------------------------------------------------
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]