Description
The SegmentNodeStoreService component recently introduced an @Modified method that picks up changes in just one configuration property and ignores the rest.
Some configuration properties, like customBlobStore, have a huge impact on the dynamic behaviour of the component. If the component fails to pick up these changes, its behaviour is just wrong.
The @Modified method should be removed. It is safer to go through a complete deactivation and activation process.