mirror of
https://github.com/Alfresco/SearchServices.git
synced 2026-09-16 18:12:56 +00:00
[SEARCH-2109]
Changed parameter passed for LRIS from codeName to storeRef
This commit is contained in:
+5
-1
@@ -198,7 +198,11 @@ public abstract class CoreStatePublisher extends AbstractTracker
|
||||
.orElse(transactionsTrackerState);
|
||||
|
||||
HashMap<String, String> propertyBag = new HashMap<>();
|
||||
propertyBag.put("coreName", coreName);
|
||||
|
||||
// This property is needed for LRIS sharding method.
|
||||
// Initially the property was the coreName but it has been changed to storeRef because using coreName
|
||||
// breaks other type sharding under some conditions.
|
||||
propertyBag.put("coreName", storeRef.toString());
|
||||
|
||||
HashMap<String, String> extendedPropertyBag = new HashMap<>(propertyBag);
|
||||
updateShardProperty();
|
||||
|
||||
Reference in New Issue
Block a user