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

[GitHub] kafka pull request #3798: KAFKA-5841: AbstractIndex should offer `makeReadOn...

GitHub user huxihx opened a pull request:

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

    KAFKA-5841: AbstractIndex should offer `makeReadOnly` method

    AbstractIndex should offer `makeReadOnly` method that changed the underlying MappedByteBuffer read-only.

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

    $ git pull https://github.com/huxihx/kafka KAFKA-5841

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

    https://github.com/apache/kafka/pull/3798.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 #3798
    
----
commit a2d97ff6c814368ac7e7eadc63569de36d3965af
Author: huxihx <hu...@hotmail.com>
Date:   2017-09-06T06:48:54Z

    KAFKA-5841: AbstractIndex should offer `makeReadOnly` method as mentioned in comments

----


---