You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by "Matthias J. Sax (Jira)" <ji...@apache.org> on 2021/03/10 23:02:00 UTC

[jira] [Resolved] (KAFKA-12448) STATE_DIR_CONFIG path cannot be found in windows due to usage of setPosixFilePermissions

     [ https://issues.apache.org/jira/browse/KAFKA-12448?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Matthias J. Sax resolved KAFKA-12448.
-------------------------------------
    Resolution: Duplicate

This should already be fixed via https://issues.apache.org/jira/browse/KAFKA-12190 – the 2.6.2 bug-fix release should be out soon.

Closing this as a duplicate. Feel free to reopen if the issue persists in 2.6.2 release.

> STATE_DIR_CONFIG path cannot be found in windows due to usage of setPosixFilePermissions
> ----------------------------------------------------------------------------------------
>
>                 Key: KAFKA-12448
>                 URL: https://issues.apache.org/jira/browse/KAFKA-12448
>             Project: Kafka
>          Issue Type: Bug
>          Components: streams
>    Affects Versions: 2.6.1
>         Environment: Windows 10, Intellij, Spring-Kafka.2.6.6
>            Reporter: Ahmet Yortanlı
>            Priority: Minor
>
> STATE_DIR_CONFIG path cannot be found in windows due to usage of setPosixFilePermissions.
> I am trying to develop a small application by using the Spring-Kafka library. My application cannot be started on windows because in org.apache.kafka.streams.processor.internals.StateDirectory class file permission operations are performed by assuming underlying os supports PosixFileSystem.  WindowsFileSystemProvider returns null when getFileAttributeView method is called.
> It is not a big problem however, it blocks working in windows machines.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)