Hi, On Tue, Sep 8, 2020 at 7:14 PM Lisa Davidson <[email protected]> wrote: > ...15:55:15.321 INFO [features-3-thread-1] registerNodeStore: server time > difference: 26901ms (max allowed: 2000ms) ...
FWIW, https://issues.apache.org/jira/browse/OAK-2682 explains the need to check those time differences. The tolerance can be set using -Doak.documentMK.maxServerTimeDiffMillis and a value of -1 apparently disables the check. The corresponding Oak source code is at https://github.com/apache/jackrabbit-oak/blob/trunk/oak-store-document/src/main/java/org/apache/jackrabbit/oak/plugins/document/DocumentNodeStoreService.java -Bertrand
