alirezazamani opened a new issue #1388: URL: https://github.com/apache/helix/issues/1388
### Describe the bug 3425275 [HelixTaskExecutor-message_handle_thread_33896] ERROR org.apache.helix.messaging.handling.HelixStateTransitionHandler - Skip internal error. errCode: ERROR, errMsg: Current state of stateModel does not match the fromState in Message, CurrentState: TASK_ERROR, Message: INIT->RUNNING, Partition: failWorkflow_failJob_0, from: controller, to: localhost_12918 3425819 [HelixTaskExecutor-message_handle_thread_33905] ERROR org.apache.helix.messaging.handling.HelixStateTransitionHandler - Current state of stateModel does not match the fromState in Message, CurrentState: TASK_ERROR, Message: INIT->RUNNING, Partition: failWorkflow_failJob_0, from: controller, to: localhost_12918 ### To Reproduce When running mvn test in helix-core, we will see such error messages. ### Expected behavior getCurrentInstanceToTaskAssignments needs to include pending messages as well. The main reason behind such an issue is that currentState and pending messages are in two different folders. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
