fanhualta commented on a change in pull request #664: [IOTDB-333] Storage group
divide by time range
URL: https://github.com/apache/incubator-iotdb/pull/664#discussion_r361037483
##########
File path: server/src/main/java/org/apache/iotdb/db/engine/StorageEngine.java
##########
@@ -430,7 +430,7 @@ public void deleteStorageGroup(String storageGroupName) {
public void loadNewTsFileForSync(TsFileResource newTsFileResource)
throws TsFileProcessorException, StorageEngineException {
- getProcessor(newTsFileResource.getFile().getParentFile().getName())
+
getProcessor(newTsFileResource.getFile().getParentFile().getParentFile().getName())
Review comment:
The sync module depends on the name of tsfile, so the time range need to be
reconstructed from tsfile or just be transferred from the sender. I will have a
look at it as I am the author of the sync module.
----------------------------------------------------------------
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]
With regards,
Apache Git Services