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

Fix Siddhi sending events to wrong stream when stopped and started. #1585

Merged
merged 3 commits into from Dec 13, 2019

Conversation

suhothayan
Copy link
Contributor

Purpose

At times editor sends events to a wrong stream when worked with multiple event streams.

@codecov-io
Copy link

Codecov Report

Merging #1585 into master will increase coverage by 0.04%.
The diff coverage is 82.6%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master    #1585      +/-   ##
============================================
+ Coverage     67.68%   67.73%   +0.04%     
  Complexity       45       45              
============================================
  Files           650      650              
  Lines         27471    27478       +7     
  Branches       4330     4330              
============================================
+ Hits          18595    18611      +16     
+ Misses         7063     7057       -6     
+ Partials       1813     1810       -3
Impacted Files Coverage Δ Complexity Δ
...java/io/siddhi/core/stream/input/InputManager.java 94.11% <100%> (+0.17%) 0 <0> (ø) ⬇️
.../io/siddhi/core/stream/input/InputDistributor.java 85.71% <100%> (+2.38%) 0 <0> (ø) ⬇️
...ore/query/processor/stream/LogStreamProcessor.java 65.17% <80%> (+1.28%) 0 <0> (ø) ⬇️
...o/siddhi/core/aggregation/IncrementalExecutor.java 81.25% <0%> (+0.78%) 0% <0%> (ø) ⬇️
...java/io/siddhi/core/stream/input/InputHandler.java 75% <0%> (+5.55%) 0% <0%> (ø) ⬇️
.../siddhi/core/util/event/handler/StreamHandler.java 74% <0%> (+12%) 0% <0%> (ø) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 0ced86d...a51eae1. Read the comment docs.

@mohanvive mohanvive merged commit 9debe41 into siddhi-io:master Dec 13, 2019
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 this pull request may close these issues.

None yet

3 participants