[
https://issues.apache.org/jira/browse/STORM-3436?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Stig Rohde Døssing updated STORM-3436:
--------------------------------------
Description:
TupleInfo has an id field, which is supposed to contain the tuple root id. This
is printed when we enable topology debug logging, and is supposed to make it
easier to track down e.g. why a tuple timed out.
We currently don't set this field, so it's always null. The logs end up looking
like
2019-06-29 11:26:31.990 o.a.s.e.s.SpoutExecutor
Thread-14-kafka_spout-executor[4, 4] [INFO] SPOUT Acking message null
{topic-partition=kafka-spout-test-0, offset=28, numFails=0, nullTuple=false}
The message doesn't contain the root id, and is therefore not useful for
debugging.
was:
TupleInfo has an id field, which is supposed to contain the tuple root id. This
is printed when we enable topology debug logging, and is supposed to make it
easier to track down e.g. why a tuple timed out.
We currently don't set this field, so it's always null. The logs end up looking
like
{quote}
2019-06-29 11:26:31.990 o.a.s.e.s.SpoutExecutor
Thread-14-kafka_spout-executor[4, 4] [INFO] SPOUT Acking message null
{topic-partition=kafka-spout-test-0, offset=28, numFails=0, nullTuple=false}
{quote}
The message doesn't contain the root id, and is therefore not useful for
debugging.
> TupleInfo.id is not set, making debugging more difficult than it should be
> --------------------------------------------------------------------------
>
> Key: STORM-3436
> URL: https://issues.apache.org/jira/browse/STORM-3436
> Project: Apache Storm
> Issue Type: Bug
> Affects Versions: 2.0.0
> Reporter: Stig Rohde Døssing
> Assignee: Stig Rohde Døssing
> Priority: Major
>
> TupleInfo has an id field, which is supposed to contain the tuple root id.
> This is printed when we enable topology debug logging, and is supposed to
> make it easier to track down e.g. why a tuple timed out.
> We currently don't set this field, so it's always null. The logs end up
> looking like
> 2019-06-29 11:26:31.990 o.a.s.e.s.SpoutExecutor
> Thread-14-kafka_spout-executor[4, 4] [INFO] SPOUT Acking message null
> {topic-partition=kafka-spout-test-0, offset=28, numFails=0, nullTuple=false}
> The message doesn't contain the root id, and is therefore not useful for
> debugging.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)