Actions
Bug #16831
closedon slow system, restoring directives archive fails and break rudder
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
0
Name check:
To do
Fix check:
To do
Regression:
Description
error is
curl -s -k https://127.0.0.1/rudder/api/archives/restore/directives/latestCommit Error when trying to restore the latest archive for technique library. <- Error when swapping serialised library and existing one in LDAP <- Semaphore 'directive-lock' acquisition timed out after 5 seconds
and then Rudder doesn't think it's been initialized
Updated by Nicolas CHARLES over 4 years ago
testing on a normal system does not exhibit issues
Updated by Nicolas CHARLES over 4 years ago
ok, so the atomic move is not allowed to take more than 5 seconds (pureZioSemaphore set a 5 secondes timeout)
This it's the atomic move that is timed out, there is no rollback afterward
Updated by Vincent MEMBRÉ over 4 years ago
- Target version changed from 6.0.4 to 6.0.5
Updated by Vincent MEMBRÉ over 4 years ago
- Target version changed from 6.0.5 to 6.0.6
Updated by Vincent MEMBRÉ over 4 years ago
- Target version changed from 6.0.6 to 6.0.7
Updated by Vincent MEMBRÉ over 4 years ago
- Target version changed from 6.0.7 to 6.0.8
Updated by François ARMAND over 4 years ago
- Status changed from New to Resolved
It was corrected in #16839
Actions