Bug #8591
closedWhen a node is not accepted, and sends two inventories at the same time, the date in the pending nodes list is the oldest one
Description
It may be confusing if the first inventory is old. There is no point in sending two inventories at the same time, we should remove failed inventories before sending a new one.
Updated by François ARMAND almost 9 years ago
A simple solution is to clean the "send" directory for olds inventories before creating the new one.
We have #7908 that wants to keep the N last inventories, but it is OK is the inventories are kept in a dedicated directory (which also make logrotate simpler, if we use that for the logic).
Updated by François ARMAND almost 9 years ago
- Priority changed from N/A to 5 (lowest)
- Target version set to 2.11.23
It's clearly not a critical bugs because:
- it's just suprising, it doesn't break anything;
- it's VERY rare: it need to have a old machine, which was deleted, kept appart for some time, and then readded, and that machine need to have a dandling inventory not sent.
Updated by Alexis Mousset almost 6 years ago
- Target version changed from 588 to 5.0.13
still there in 5.0
Updated by François ARMAND over 3 years ago
- Status changed from New to Resolved
This is not the case anymore in 6.2. Opening #20644 to enhance behavior of webapp on inventory dates.