fanhualta commented on a change in pull request #258: [IOTDB-143]Development of
merge
URL: https://github.com/apache/incubator-iotdb/pull/258#discussion_r306610686
##########
File path: server/src/main/java/org/apache/iotdb/db/service/IoTDB.java
##########
@@ -97,6 +98,7 @@ private void setUp() throws StartupException {
registerManager.register(Measurement.INSTANCE);
registerManager.register(SyncServerManager.getInstance());
registerManager.register(TVListAllocator.getInstance());
+ registerManager.register(MergeManager.getINSTANCE());
Review comment:
I think that registering MergeManager need before registering StorageEngine,
because you execute RecoverMergeTask in StorageEngine.
----------------------------------------------------------------
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