hmhagberg opened a new issue, #2024:
URL: https://github.com/apache/helix/issues/2024

   
[`ConfigAccessor#getResourceConfig`](https://github.com/apache/helix/blob/2d9fd3cc525edb251b6e41904bccfd78654947e7/helix-core/src/main/java/org/apache/helix/ConfigAccessor.java#L835)
 logs warning (and returns `null`) if config for some resource is missing from 
ZooKeeper. We are seeing quite a few warnings about missing resource configs 
due to this. However, the system appears to be working correctly regardless. 
Example warning:
   
   ```
   2022-04-08 10:45:38,563 +0200 WARN  [ConfigAccessor           ] - No config 
found at /foo-cluster/CONFIGS/RESOURCE/bar-resource
   ```
   
   Are all resources expected to have `ResourceConfig`? If not, the warning 
appears to be invalid and should be removed or lowered to info. If yes, it 
would be great if either an empty `ResourceConfig` was automatically created or 
requirement to set `ResourceConfig` was reflected in documentation and 
`HelixAdmin` API.


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