You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flume.apache.org by midKingKing <gi...@git.apache.org> on 2019/01/02 09:47:01 UTC

[GitHub] flume pull request #271: fix bug : Flume Configuration

GitHub user midKingKing opened a pull request:

    https://github.com/apache/flume/pull/271

    fix bug : Flume Configuration

    I found that i can't load sink properties when i use LOGGER sink because of  here get a 'false' and it result in create a new empty map to cover sinkContextMap

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

    $ git pull https://github.com/midKingKing/flume patch-2

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

    https://github.com/apache/flume/pull/271.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 #271
    
----
commit 4e57d6a5cf00ea5397850aff8989a175f054e10d
Author: midKingKing <62...@...>
Date:   2019-01-02T09:46:38Z

    fix bug : Flume Configuration
    
    I found that i can't load sink properties when i use LOGGER sink because of  here get a 'false' and it result in create a new empty map to cover sinkContextMap

----


---