Details
-
Type:
Improvement
-
Status: Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: v0.9.4
-
Fix Version/s: None
-
Component/s: None
-
Labels:
Description
Currently the acks (acknowledgement) from the collector are sent back via the master(s). In case the master is down, the acks will be lost. It seems that the even the multi masters cannot handle this single-point-failure issue.
A re-design of sending the acks back without getting the master involved will be very beneficial. The single-point-failure can be removed to some extent, and the efficiency of the acks will also be improved since the master is not a bottleneck any more.