Elek, Marton created HDDS-195: --------------------------------- Summary: Create generic CommandWatcher utility Key: HDDS-195 URL: https://issues.apache.org/jira/browse/HDDS-195 Project: Hadoop Distributed Data Store Issue Type: Improvement Reporter: Elek, Marton Fix For: 0.2.1
In some cases we need a class which can track the status of the outgoing commands. The commands should be resent after a while except a status message is received about command completion. On high level, we need a builder factory, which takes the following parameters: * (destination) event type and the payload of the command which should be repeated. * the ID of the command/event * The event/topic of the completion messages. If a EventWithIdentifier is received on this topic, the specific event is done and don't need to resend it. -- This message was sent by Atlassian JIRA (v7.6.3#76005) --------------------------------------------------------------------- To unsubscribe, e-mail: hdfs-dev-unsubscr...@hadoop.apache.org For additional commands, e-mail: hdfs-dev-h...@hadoop.apache.org