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

Introduce RESET processing mode to preserve memory optimization. #1444

Merged
merged 1 commit into from Aug 12, 2019

Conversation

suhothayan
Copy link
Contributor

@suhothayan suhothayan commented Aug 12, 2019

Purpose

Fixes #1440
Not compromise memory optimization.

@codecov-io
Copy link

Codecov Report

Merging #1444 into master will increase coverage by 0.01%.
The diff coverage is 55.55%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master    #1444      +/-   ##
============================================
+ Coverage     67.74%   67.76%   +0.01%     
  Complexity       41       41              
============================================
  Files           634      634              
  Lines         26785    26792       +7     
  Branches       4231     4232       +1     
============================================
+ Hits          18146    18155       +9     
+ Misses         6870     6868       -2     
  Partials       1769     1769
Impacted Files Coverage Δ Complexity Δ
...cessor/stream/window/TimeBatchWindowProcessor.java 76.43% <100%> (ø) 0 <0> (ø) ⬇️
...io/siddhi/core/query/processor/ProcessingMode.java 51.72% <50%> (-2.83%) 0 <0> (ø)
...ore/util/snapshot/state/SingleSyncStateHolder.java 91.66% <0%> (-2.78%) 0% <0%> (ø)
...java/io/siddhi/core/stream/input/InputHandler.java 80.64% <0%> (+3.22%) 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 08320b2...f55be97. Read the comment docs.

@mohanvive mohanvive merged commit d8986af into siddhi-io:master Aug 12, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Development

Successfully merging this pull request may close these issues.

Time Batch Window with streaming output process events as Batches
3 participants