hmhagberg commented on issue #2024:
URL: https://github.com/apache/helix/issues/2024#issuecomment-1094830018

   @narendly alright, in that case we should be good with just IdealState since 
we aren't actually using dedicated thread pools. My understanding of the ` 
updateStateTransitionMessageThreadPool` method is that its purpose is to check 
if dedicated thread pool has been configured for a resource. Hence it's a bit 
confusing to get a warning since our intention is not to use one.
   
   You can quite easily reproduce the warning by running 
[TestRestartParticipant](https://github.com/apache/helix/blob/master/helix-core/src/test/java/org/apache/helix/integration/paticipant/TestRestartParticipant.java#L57)
 test (you need to change level of 
[`org.apache`](https://github.com/apache/helix/blob/master/helix-core/src/test/resources/log4j2.properties#L53)
 logger first).
   
   ```
   69335 
[ClusterManager_Watcher_TestRestartParticipant_localhost_12918_PARTICIPANT_10001]
 WARN  org.apache.helix.ConfigAccessor [] - No config found at 
/TestRestartParticipant/CONFIGS/RESOURCE/TestDB0.
   ```


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