dCache version: 11.2.3
When issuing a retry command for a single restore request I get a java.lang.IllegalArgumentException.
I have a hsm restore which is suspended:
[db4] (PoolManager@lion1-centralDomain) admin > rc ls
0000222F2E22222A2222222E795DA55A0B72@world-net-Http/* m=0 r=5 [penguin8_userstage] [Suspended: HSM script failed (script reported: 21: File could not be staged due to a backend issue that requires manual intervention. Please contact support.;Unexpected HSM file state .;) 03.30 17:08:00] {0,}
This is expected because there was issue getting the file from tape. After resolving the issue I want to retry the stage request and I receive a java.lang.IllegalArgumentException
[db4] (PoolManager@lion1-centralDomain) admin > rc retry 0000222F2E22222A2222222E795DA55A0B72
(3) java.lang.IllegalArgumentException: Not found : 0000222F2E22222A2222222E795DA55A0B72 from ac_rc_retry_$_1
I am however able to retry the restore request by retrying all restore requests.
[db4] (PoolManager@lion1-centralDomain) admin > rc retry * -force-all
I have not been able to find any related logs from the PoolManager
dCache version: 11.2.3
When issuing a retry command for a single restore request I get a java.lang.IllegalArgumentException.
I have a hsm restore which is suspended:
This is expected because there was issue getting the file from tape. After resolving the issue I want to retry the stage request and I receive a java.lang.IllegalArgumentException
I am however able to retry the restore request by retrying all restore requests.
I have not been able to find any related logs from the PoolManager