Github user billierinaldi commented on the issue:

    https://github.com/apache/accumulo/pull/255
  
    I figure there are two possibilities, 1) the sendMutations span isn't 
always created, which would be bad, or 2) the span is created, but it's dropped 
sometimes because it's of length 0ms. It could be the latter, since I see 
sendMutations was 1ms for one of the sample traces posted. We could eliminate 
the second possibility by configuring the span receiver not to drop 0ms spans 
for this test. This can be done by setting tracer.span.min.ms to 0 (default 
value is 1) in the accumulo conf.


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to