Joscorbe commented on PR #727:
URL: https://github.com/apache/jackrabbit-oak/pull/727#issuecomment-1274712051
I have added the following lines to the original code:
```
LOG.info("Whiteboard queryEngineSettings is: " + queryEngineSettings);
LOG.info("Field this.queryEngineSettings is: " + this.queryEngineSettings);
```
And the output I got is this one:
> 11.10.2022 15:36:57.459 *INFO* [Apache Sling Repository Startup Thread #1]
org.apache.jackrabbit.oak.Oak Whiteboard queryEngineSettings is: null
> 11.10.2022 15:36:57.459 *INFO* [Apache Sling Repository Startup Thread #1]
org.apache.jackrabbit.oak.Oak Field this.queryEngineSettings is:
QueryEngineSettings{limitInMemory=500000, limitReads=100000,
failTraversal=false, fullTextComparisonWithoutIndex=false,
sql2Optimisation=true, fastQuerySize=false, classNamesIgnoredInCallTrace=[]}
So it seems the queryEngineSettings returned by Whiteboard object is null,
so the feature doesn't get registered.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]