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
Updated by Nicolas CHARLES about 11 years ago
- Status changed from New to Pending technical review
- Assignee set to Jonathan CLARKE
- Pull Request set to https://github.com/Normation/rudder-techniques/pull/228
Updated by Jonathan CLARKE about 11 years ago
- Assignee changed from Jonathan CLARKE to Nicolas CHARLES
Nico, this PR looks fine but needs rebasing. Please self merge when done.
Also please make sure this bug in CFEngine is reported and include the link here.
Updated by Nicolas CHARLES about 11 years ago
- Status changed from Pending technical review to Pending release
- % Done changed from 0 to 100
Applied in changeset policy-templates:commit:80cbc7f0c3b3ef5acd60289bbf43f029139a9992.
Updated by Nicolas CHARLES about 11 years ago
Applied in changeset policy-templates:commit:7fc5ab047513012b438f7a74e550837aaefe8d9d.
Updated by Nicolas CHARLES about 11 years ago
Updated by Vincent MEMBRÉ about 11 years ago
- Status changed from Pending release to Released
This bug has been fixed in Rudder 2.8.0~rc1, which was released on Friday 25/10/2013.
Check out:
- The release announcement: http://www.rudder-project.org/pipermail/rudder-announce/2013-October/000057.html
- The full ChangeLog: http://www.rudder-project.org/foswiki/bin/view/System/Documentation:ChangeLog28
- Download information: https://www.rudder-project.org/site/get-rudder/downloads/
Actions