Actions
Bug #4094
closedUsing list of path for sending inventories in Rudder 2.8 leads to inconsistent failure
Status:
Released
Priority:
1 (highest)
Assignee:
Category:
System techniques
Target version:
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
Name check:
Fix check:
Regression:
Description
With the real induction of relay server,we changed the method to send inventories by using a list of path
However list of path + transformer leads to the following error
2013-10-18T12:27:00+0200 info: Transforming '/var/rudder/tools/send-clean.sh http://localhost:8080/endpoint/upload/ /var/rudder/inventories/incoming /var/rudder/inventories/received/' 2013-10-18T12:27:00+0200 info: % Total % Received % Xferd Average Speed Time Time Time Current 2013-10-18T12:27:00+0200 info: Dload Upload Total Spent Left Speed 4 4296 0 0 4 200 0 1916 0:00:02 --:--:-- 0:00:02 4166 2013-10-18T12:27:00+0200 info: curl: (22) The requested URL returned error: 412
Removing the list of path and using each path in propagatePromises solves the issue
Actions