Jackie-Jiang opened a new issue, #2751:
URL: https://github.com/apache/helix/issues/2751

   ### Describe the bug
   The state machine has the following state transitions:
   - `CONSUMING` -> `OFFLINE`
   - `OFFLINE` -> `DROPPED`
   - `CONSUMING` -> `DROPPED`
   
   When a partition of state `CONSUMING` is dropped from the ideal state, we 
expect one state transition `CONSUMING` -> `DROPPED` to be sent. But we observe 
it is performed as 2 state transitions: `CONSUMING` -> `OFFLINE` followed by 
`OFFLINE` -> `DROPPED`
   
   Is this the expected behavior? Could this be a regression?


-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to