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/10/25 10:11:29 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-950757901


   Thanks for the PR!
   
   I played a bit locally and while Connect logs a `AccessDeniedException` exception if a file/directory is not readable, Connect seems to work fine and in the logs I can see Connect is ignoring the directory:
   ```
   [2021-10-25 11:43:59,745] ERROR Could not get listing for plugin path: /tmp/connect. Ignoring. (org.apache.kafka.connect.runtime.isolation.DelegatingClassLoader:257)
   java.nio.file.AccessDeniedException: /tmp/connect/private
   ```
   
   [KAFKA-13337](https://issues.apache.org/jira/browse/KAFKA-13337) mentions `Connect will fail with an AccessDeniedException.`, is there another issue or is the ticket just about the exception/stacktrace? (It's still valuable to address the stacktrace but I just want to be sure there's not another issue)
   
   


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