You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 20, 2022. It is now read-only.
I think looks like it could cause what your seeing. It looks like the check splits a flatMap from anything above it, if everything above it can be merged with the source. Now that doesn't consider I don't think from a quick read if any of those parents have a fork involved and so won't be merged with the source.
yeah, good catch @ianoc. I think you are right. These optionMaps could have in principle been merged up, except that the thing above them has fanOut, so it can't.
I think that does explain it and hints at an easy repro in a test.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
We have a very complex graph that is not getting optionMap and flatMap in the same node on storm.
See this graph
https://www.dropbox.com/s/ld60911fot1f177/optimized_5.png?dl=0
notice the optionMap nodes being left by themselves.
Any ideas what might be going wrong? This is 0.10.0-RC1
cc @ianoc @ttim @non
The text was updated successfully, but these errors were encountered: