You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@metron.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/03/10 20:31:40 UTC

[jira] [Commented] (METRON-64) Bro

    [ https://issues.apache.org/jira/browse/METRON-64?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15189813#comment-15189813 ] 

ASF GitHub Bot commented on METRON-64:
--------------------------------------

GitHub user nickwallen opened a pull request:

    https://github.com/apache/incubator-metron/pull/43

    METRON-64 Fixed 'dns/Log::WRITER_KAFKAWRITER' Error

    Functionality
    -----------------
    
     - Fixed the following periodic error that caused Bro to crash.
    
        `dns/Log::WRITER_KAFKAWRITER did not call FinishedRotation() in DoRotation();  `
    
     - Included the ability to fine-tune the settings of the client connection to Kafka.
    
    Validations
    ---------------
    - [x] Tested against Metron cluster
    - [x] Integration Tests `cd metron-streaming; mvn integration-test`
    - [x] License Checks `mvn apache-rat:check`

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

    $ git pull https://github.com/nickwallen/incubator-metron METRON-64

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

    https://github.com/apache/incubator-metron/pull/43.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 #43
    
----
commit b9ae6154cdedf76b9a3058421cb2028e849adb5b
Author: Nick Allen <ni...@nickallen.org>
Date:   2016-03-10T13:32:08Z

    METRON-64 Fixed 'dns/Log::WRITER_KAFKAWRITER did not call FinishedRotation() in DoRotation()';  Also included other enhancements as part of forked version under a PR with bro/bro-plugins
    
    METRON-64 The Kafka plugin requires librdkafka version 0.8.6, the latest stable version
    
    METRON-64 Restored Apache license

----


> Bro 
> ----
>
>                 Key: METRON-64
>                 URL: https://issues.apache.org/jira/browse/METRON-64
>             Project: Metron
>          Issue Type: Bug
>            Reporter: Nick Allen
>
> Bro is crashing. The following error message is shown.
> internal error in thread: writer dns/Log::WRITER_KAFKAWRITER did not call FinishedRotation() in DoRotation()
> /usr/local/bro/share/broctl/scripts/run-bro: line 100: 16882 Aborted (core dumped) nohup "$mybro" "$@"



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)