Had a collectd listeners and then a pivot function, and another program that SELECT * from that one.
Added a few columns and removed one from the pivot, which was properly restarted. But the child kept running, with some erroneous data on the modified fields.
Supervisor must not connect the new parent with the old children without checking the types are the same.
Ideally, when the types are not the same, it should delete the info (thus triggering a recompilation).
Had a collectd listeners and then a pivot function, and another program that
SELECT *
from that one. Added a few columns and removed one from the pivot, which was properly restarted. But the child kept running, with some erroneous data on the modified fields.Supervisor must not connect the new parent with the old children without checking the types are the same. Ideally, when the types are not the same, it should delete the info (thus triggering a recompilation).