-
Type: Bug
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 9.10-HF30, 10.10-HF05, 11.1-SNAPSHOT
-
Fix Version/s: 9.10-HF34, 10.10-HF10, 11.1, 2021.0
-
Component/s: Events / Works
-
Tags:
-
Backlog priority:900
-
Sprint:nxplatform 11.1.12, nxplatform 11.1.13
-
Story Points:2
.The following configuration variables are defined in nuxeo.conf and in the configuration service both:
- nuxeo.stream.work.computation.filter.class
- nuxeo.stream.work.computation.filter.thresholdSize
- nuxeo.stream.work.computation.filter.storeName
- nuxeo.stream.work.computation.filter.storeTTL
- nuxeo.stream.work.computation.filter.storeKeyPrefix
The configuration service produces warnings in the logs because it sees them as configuration variables that were not migrated to the configuration service*:
= Component Loading Warning: * Property 'nuxeo.stream.work.computation.filter.class" should now be contributed to extension point 'org.nuxeo.runtime.ConfigurationService', using target 'configuration' * Property 'nuxeo.stream.work.computation.filter.thresholdSize" should now be contributed to extension point 'org.nuxeo.runtime.ConfigurationService', using target 'configuration' * Property 'nuxeo.stream.work.computation.filter.storeName" should now be contributed to extension point 'org.nuxeo.runtime.ConfigurationService', using target 'configuration' * Property 'nuxeo.stream.work.computation.filter.storeTTL" should now be contributed to extension point 'org.nuxeo.runtime.ConfigurationService', using target 'configuration' * Property 'nuxeo.stream.work.computation.filter.storeKeyPrefix" should now be contributed to extension point 'org.nuxeo.runtime.ConfigurationService', using target 'configuration'
Please change their name in nuxeo.conf or in the configuration service.
This was introduced by NXP-26691.