NPE in zookeeper trace callback
-------------------------------
Key: ACCUMULO-66
URL: https://issues.apache.org/jira/browse/ACCUMULO-66
Project: Accumulo
Issue Type: Bug
Components: trace
Reporter: Keith Turner
Assignee: Eric Newton
Priority: Minor
Saw the following when starting the shell. Seems like the callback executed before zoo was
set (or flushed from CPU cache).
{noformat}
java.lang.NullPointerException
at cloudtrace.instrument.receivers.ZooSpanClient.process(ZooSpanClient.java:91)
at org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:530)
at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:506)
{noformat}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
|