GitHub user ShawnWalker opened a pull request:

    https://github.com/apache/accumulo/pull/94

    ACCUMULO-4191 Tracing on client can sometimes lose "sendMutations" events.

    Wrapped a `Runnable` with `Trace.wrap(...)` in `TabletServerBatchWriter`.  
This should allow proper tracing propagation across the binning thread pool, 
and consequently prevent loss of "sendMutation" events.

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

    $ git pull https://github.com/ShawnWalker/accumulo ACCUMULO-4191

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

    https://github.com/apache/accumulo/pull/94.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 #94
    
----
commit 2407283e43613290225084737036b9ae8a76bc98
Author: Shawn Walker <[email protected]>
Date:   2016-04-15T14:38:37Z

    ACCUMULO-4191 Wrapped runnable with Trace.wrap in TabletServerBatchWriter 
to prevent loss of sendMutation events

----


---
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 [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to