You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@metron.apache.org by cestella <gi...@git.apache.org> on 2016/06/20 15:38:48 UTC

[GitHub] incubator-metron pull request #162: METRON-239: NOOP Bulk Message Writer

GitHub user cestella opened a pull request:

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

    METRON-239: NOOP Bulk Message Writer

    We should have a NOOP Writer that will sleep at random. This will help differentiate write slowdowns between index misconfiguration and storm/kafka misconfiguration.
    
    It should be configurable from the object as well as from zookeeper.
    * In zookeeper, the "noopLatency" field should be a string defining the latency.
    * On the object, there should be a "withLatency" function which allows you to define the latency.
    
    The latency is defined via string in one of two modes:
    * An integer which provides a fixed latency
    * A comma separated range (i.e. "10, 20") which allows for a random latency between the bounds.

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

    $ git pull https://github.com/cestella/incubator-metron noop_writer

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

    https://github.com/apache/incubator-metron/pull/162.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 #162
    
----
commit 93170002ba3c10c82cacc69597082bfb9cea21f8
Author: cstella <ce...@gmail.com>
Date:   2016-06-20T15:37:21Z

    METRON-239: NOOP Bulk Message Writer

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] incubator-metron issue #162: METRON-239: NOOP Bulk Message Writer

Posted by james-sirota <gi...@git.apache.org>.
Github user james-sirota commented on the issue:

    https://github.com/apache/incubator-metron/pull/162
  
    +1 from me.  this feature is needed to aid in debugging 


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] incubator-metron pull request #162: METRON-239: NOOP Bulk Message Writer

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

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


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] incubator-metron issue #162: METRON-239: NOOP Bulk Message Writer

Posted by dlyle65535 <gi...@git.apache.org>.
Github user dlyle65535 commented on the issue:

    https://github.com/apache/incubator-metron/pull/162
  
    \U0001f4af  - worked like a champ on live system.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---