[
https://issues.apache.org/jira/browse/STORM-3345?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16791899#comment-16791899
]
Stig Rohde Døssing commented on STORM-3345:
-------------------------------------------
The Java port of the equivalent code simply assumes it is a bolt if it is not a
spout
https://github.com/apache/storm/blob/83fea15d7bf240453d35a18958bece29df5489c9/storm-server/src/main/java/org/apache/storm/stats/StatsUtil.java#L2006.
Maybe we can do the same in the Clojure code.
That said, the root cause seems to be that stats for some reason is getting fed
a comp-id that isn't present in the topology.
> AbstractNonblockingServer$FrameBuffer pool-14-thread-163 [ERROR] Unexpected
> throwable while invoking!
> -----------------------------------------------------------------------------------------------------
>
> Key: STORM-3345
> URL: https://issues.apache.org/jira/browse/STORM-3345
> Project: Apache Storm
> Issue Type: Bug
> Environment: Production
> Reporter: Suresh
> Priority: Blocker
> Attachments: Screen Shot 2019-02-26 at 1.15.38 PM.png
>
>
> Hi Team,
> We are working on storm 1.2.3 and we are getting continuous the below error
> message from nimbus (Leader). Could you please let me know what is the issue
> and how to fix this error.
> Error message:
> o.a.s.t.s.AbstractNonblockingServer$FrameBuffer pool-14-thread-133 [ERROR]
> Unexpected throwable while invoking!
> java.lang.IllegalArgumentException: No matching clause:
> at org.apache.storm.stats$thriftify_comp_page_data.invoke(stats.clj:1338)
> ~[storm-core-1.2.3.jar:1.2.3]
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)