You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by GitBox <gi...@apache.org> on 2021/11/03 16:35:04 UTC

[GitHub] [kafka] mimaison commented on pull request #11371: KAFKA-13337: fix of possible java.nio.file.AccessDeniedException during Con…

mimaison commented on pull request #11371:
URL: https://github.com/apache/kafka/pull/11371#issuecomment-959671382


   Sorry I'm still not quite sure I fully understand the issue you're describing.
   If the path is not readable, yes Connect won't load plugins in it. But it's printing an error message `Could not get listing for plugin path: <PATH>. Ignoring.` so it's easy to spot there's an issue with permissions. 
   
   As far as I can tell, with this PR, we don't get a message anymore. I think this could make debugger harder.
   
   When there's an unreadable folder in my `plugin.path`, I don't see any issues with Connect. It just skipped that folder but otherwise works just fine. Can you explain why yours failed/stopped?
   
   


-- 
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: jira-unsubscribe@kafka.apache.org

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