Hi, I have a problem with Mongo [0]. It causes timeouts. This might be due to MongoDB is not present at all (inaccessible) or there are rather a connectivity issues.
How I can check and fine tune mongo connection parameters? I've reviewed Oak documentation [1] and codebase [2,3] but I haven't found anything related. I thought I could use some JVM system properties. I have finally found a way via MongoDB driver [4] but I wanted to double check if placing such options is a good way for Oak via OSGi config mongouri property? WDYT? Do you have any experience in fine-tuning MongoDB parameters? Cheers, Arek [0] https://gist.githubusercontent.com/kitarek/4cc2611fb68d9f167bdf34fa4526072c/raw/bc9d116eb25e803b519e264e89672ac91303d09f/stacktrace.txt [1] http://jackrabbit.apache.org/oak/docs/osgi_config.html [2] https://github.com/apache/jackrabbit-oak/blob/trunk/oak-core/src/main/java/org/apache/jackrabbit/oak/plugins/document/DocumentNodeStoreService.java [3] https://github.com/apache/jackrabbit-oak/blob/trunk/oak-core/src/main/java/org/apache/jackrabbit/oak/plugins/document/DocumentNodeStore.java [4] https://docs.mongodb.com/manual/reference/connection-string/
