You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by manmedia <gi...@git.apache.org> on 2017/09/12 17:51:17 UTC

[GitHub] kafka pull request #3838: [KAFKA-1194 Invokes unmap if on Windows OS]

GitHub user manmedia opened a pull request:

    https://github.com/apache/kafka/pull/3838

    [KAFKA-1194 Invokes unmap if on Windows OS]

    If on Windows OS, forces unmapping of mmap so that segment suffixes can be changed.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/manmedia/kafka trunk

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/kafka/pull/3838.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #3838
    
----
commit 065e32fab15fd55dbb5fe456bbf3ebdd651d42d8
Author: M. Manna <ma...@gmail.com>
Date:   2017-09-12T17:16:33Z

    [KAFKA-1194 Invokes unmap if on Windows OS]

----


---