Details
Description
Depending on startup sequence it can happen that DocumentNodeStore gets initialized multiple times.
So far with Mongo DocumentNodeStoreService was only dependent on one external reference of BlobStore. However with RDB there are two more external reference for DataSource one for nodes and other for blobs.
SCR (Felix Service Component Runtime) would invoke both bindDataSource and bindBlobDataSource and currently there is no check to avoid re initialization.