Hi. When I use oak-upgrade(1.9.11) to migration from segment TAR files to MongoDB. I find that Incremental migration doesn't work.
Everytime the migration copies the whole nodes. It's not incremental migration, it takes the same amount of time. Log as follows: 28.11.2018 12:02:21.799 [main] *INFO* org.apache.jackrabbit.oak.upgrade.RepositorySidegrade - Copying node #10000: The commands i used is ‘ java -jar oak-upgrade-1.9.11.jar path/repository mongodb://ip:27017/dbname ‘ I have no idea about incremental migration. How can i achieve this function.
