Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
0.4.0
-
None
Description
FSMDataloader supplies all demux output data to FSM state machine. This is not efficient because most of the data type do not contribute to state generation. According to Jiaqi, the state machine requires the following types:
JobHistoryTaskDataMapper:
/chukwa/repos/chukwa/JobData
/chukwa/repos/chukwa/TaskData
TaskTrackerClientTraceMapper:
/chukwa/repos/chukwa/ClientTraceDetailed
DataNodeClientTraceMapper:
/chukwa/repos/chukwa/ClientTraceDetailed
This jira is to optimize the data loader supplied input, and narrow down the required input type.