You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@helix.apache.org by GitBox <gi...@apache.org> on 2021/09/28 19:05:06 UTC

[GitHub] [helix] bojanv55 edited a comment on issue #1884: DROPPED State

bojanv55 edited a comment on issue #1884:
URL: https://github.com/apache/helix/issues/1884#issuecomment-929541311


   @jiajunwang 
   I'm using IdealState.RebalanceMode.FULL_AUTO
   
   I can even paste log that was there when that happened (this is from process that was just hanging doing nothing due to being DROPPED)
   
   ```
   2021-09-28T09:46:48.258+02:00 (INFO): HelixStateTransitionHandler handling message: 93472683-f9d5-4d70-b10e-d3f8c5e3b85a transit MyCompServiceResource.MyCompServiceResource_0|[] from:OFFLINE to:DROPPED, relayedFrom: null
   2021-09-28T09:46:48.258+02:00 (INFO): HelixStateTransitionHandler handling message: 93472683-f9d5-4d70-b10e-d3f8c5e3b85a transit MyCompServiceResource.MyCompServiceResource_0|[] from:OFFLINE to:DROPPED, relayedFrom: null
   2021-09-28T09:46:48.264+02:00 (INFO): ZNRecord Merging with delta list, recordId = MyCompServiceResource other:MyCompServiceResource
   2021-09-28T09:46:48.264+02:00 (INFO): ZNRecord Merging with delta list, recordId = MyCompServiceResource other:MyCompServiceResource
   2021-09-28T09:46:48.286+02:00 (INFO): HelixStateTransitionHandler Instance 10.200.32.108-1931, partition MyCompServiceResource_0 received state transition from OFFLINE to DROPPED on session 379ef96be64ff6f, message id: 93472683-f9d5-4d70-b10e-d3f8c5e3b85a
   2021-09-28T09:46:48.286+02:00 (INFO): HelixStateTransitionHandler Instance 10.200.32.108-1931, partition MyCompServiceResource_0 received state transition from OFFLINE to DROPPED on session 379ef96be64ff6f, message id: 93472683-f9d5-4d70-b10e-d3f8c5e3b85a
   2021-09-28T09:46:48.286+02:00 (INFO): OnlineOfflineStateModel Transitioning partition MyCompServiceResource_0 from OFFLINE to DROPPED state
   2021-09-28T09:46:48.286+02:00 (INFO): OnlineOfflineStateModel Transitioning partition MyCompServiceResource_0 from OFFLINE to DROPPED state
   2021-09-28T09:46:48.288+02:00 (INFO): ZNRecord Merging with delta list, recordId = MyCompServiceResource other:MyCompServiceResource
   2021-09-28T09:46:48.288+02:00 (INFO): ZNRecord Merging with delta list, recordId = MyCompServiceResource other:MyCompServiceResource
   2021-09-28T09:46:48.293+02:00 (INFO): GroupCommit Removed /lcoo_MyComp/INSTANCES/10.200.32.108-1931/CURRENTSTATES/379ef96be64ff6f/MyCompServiceResource
   2021-09-28T09:46:48.293+02:00 (INFO): GroupCommit Removed /lcoo_MyComp/INSTANCES/10.200.32.108-1931/CURRENTSTATES/379ef96be64ff6f/MyCompServiceResource
   2021-09-28T09:46:48.309+02:00 (INFO): HelixTask Message 93472683-f9d5-4d70-b10e-d3f8c5e3b85a completed.
   2021-09-28T09:46:48.309+02:00 (INFO): HelixTask Message 93472683-f9d5-4d70-b10e-d3f8c5e3b85a completed.
   2021-09-28T09:46:48.315+02:00 (INFO): HelixTask Delete message 93472683-f9d5-4d70-b10e-d3f8c5e3b85a from zk!
   2021-09-28T09:46:48.315+02:00 (INFO): HelixTask Delete message 93472683-f9d5-4d70-b10e-d3f8c5e3b85a from zk!
   2021-09-28T09:46:48.317+02:00 (INFO): HelixTaskExecutor message finished: 93472683-f9d5-4d70-b10e-d3f8c5e3b85a, took 59
   2021-09-28T09:46:48.317+02:00 (INFO): HelixTaskExecutor message finished: 93472683-f9d5-4d70-b10e-d3f8c5e3b85a, took 59
   2021-09-28T09:46:48.317+02:00 (INFO): HelixTask Message: {} (parent: {}) handling task for {}:{} completed at: {}, results: {}. FrameworkTime: {} ms; HandlerTime: {} ms.
   2021-09-28T09:46:48.317+02:00 (INFO): HelixTask Message: {} (parent: {}) handling task for {}:{} completed at: {}, results: {}. FrameworkTime: {} ms; HandlerTime: {} ms.
   2021-09-28T09:46:48.318+02:00 (INFO): CallbackHandler {} START: CallbackHandler {}, INVOKE {} listener: {} type: {}
   2021-09-28T09:46:48.318+02:00 (INFO): CallbackHandler {} START: CallbackHandler {}, INVOKE {} listener: {} type: {}
   2021-09-28T09:46:48.319+02:00 (INFO): CallbackHandler CallbackHandler {} subscribing changes listener to path: {}, callback type: {}, event types: {}, listener: {}, watchChild: {}
   2021-09-28T09:46:48.319+02:00 (INFO): CallbackHandler CallbackHandler {} subscribing changes listener to path: {}, callback type: {}, event types: {}, listener: {}, watchChild: {}
   2021-09-28T09:46:48.320+02:00 (INFO): CallbackHandler CallbackHandler{}, Subscribing to path: {} took: {}
   2021-09-28T09:46:48.320+02:00 (INFO): CallbackHandler CallbackHandler{}, Subscribing to path: {} took: {}
   2021-09-28T09:46:48.321+02:00 (INFO): HelixTaskExecutor No Messages to process
   2021-09-28T09:46:48.321+02:00 (INFO): HelixTaskExecutor No Messages to process
   2021-09-28T09:46:48.321+02:00 (INFO): CallbackHandler {} END:INVOKE CallbackHandler {}, {} listener: {} type: {} Took: {}ms
   2021-09-28T09:46:48.321+02:00 (INFO): CallbackHandler {} END:INVOKE CallbackHandler {}, {} listener: {} type: {} Took: {}ms
   ```
   
   How could I check if there is an ERROR in cluster or limitation next time that this happens?


-- 
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: reviews-unsubscribe@helix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@helix.apache.org
For additional commands, e-mail: reviews-help@helix.apache.org