Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MarkIn consecutively called without calling markOut #1771

Closed
grainier opened this issue Mar 18, 2022 · 0 comments · Fixed by #1772
Closed

MarkIn consecutively called without calling markOut #1771

grainier opened this issue Mar 18, 2022 · 0 comments · Fixed by #1772

Comments

@grainier
Copy link
Contributor

Description:
In Table, we are not marking out latency tracker. This will result in:

java.lang.IllegalStateException: MarkIn consecutively called without calling markOut in io.siddhi.SiddhiApps.xxx.Siddhi.Tables.xxx.insert.latency
	at io.siddhi.core.util.statistics.metrics.SiddhiLatencyMetric.markIn(SiddhiLatencyMetric.java:55) 

Affected Siddhi Version:
-latest

OS, DB, other environment details and versions:
-n/a

Steps to reproduce:

  • Perform table inserts with stats enabled.

Related Issues:
-n/a

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant