Skip to content
Snippets Groups Projects
Commit dad11add authored by Costin Grigoras's avatar Costin Grigoras
Browse files

Fix target replication SE tag

parent 95ca355a
No related branches found
No related tags found
No related merge requests found
......@@ -207,7 +207,7 @@ public class AsyncReplication extends Thread implements SQLNotifier {
final Integer targetReplicas = Integer.valueOf(ConfigUtils.getConfig().geti("AliEnCCDBReplicas", 8));
final Map<String, Long> ret = commander.c_api.mirrorLFN(targetObjectPath, null, null, Map.of(targetObjectPath, targetReplicas), false, Integer.valueOf(10), null);
final Map<String, Long> ret = commander.c_api.mirrorLFN(targetObjectPath, null, null, Map.of(targetStorageTag, targetReplicas), false, Integer.valueOf(10), null);
if (ret == null || ret.size() == 0)
System.err.println("The mirror command didn't return any scheduled transfer for " + targetObjectPath);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment