Ashutosh Mestry created ATLAS-3643: -------------------------------------- Summary: PC Framework: StatusReporter: Introduce Status Reporting to Be used With PC Framework Key: ATLAS-3643 URL: https://issues.apache.org/jira/browse/ATLAS-3643 Project: Atlas Issue Type: Improvement Components: atlas-core Reporter: Ashutosh Mestry Assignee: Ashutosh Mestry
*Background* The Producer-Consumer (PC) framework helps in processing large amount of data. An utility class that helps correctly report the status of currently processed items will be helpful. *Solution* This class should be used in conjunction with the _WorkItemManager.getResults_. The users of the _StatusReporter_ should add their processed items to it. Once the results arrive, the _StatusReporter_ will compare them against the received results. The _StatusReporter_ should also account for timeout cases, where it should not wait too long for the processed items, that will cause reporting to be 'stuck'. The timeout case should be appropriately indicated. -- This message was sent by Atlassian Jira (v8.3.4#803005)