This repository has been archived by the owner on Jan 20, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 267
storm platform sometimes makes nodes with only merges #749
Comments
this looks like its not supported i think/is the expected behavior. Thats probably the location to fix too |
(i think conceptually what you have requires creating multiple merge nodes, I don't think we generated any new nodes in planning before which is probably what this hits) |
I think we could allow merge nodes to be in multiple physical nodes.
On Fri, Sep 15, 2017 at 09:03 ianoc ***@***.***> wrote:
(i think conceptually what you have requires creating multiple merge
nodes, I don't think we generated any new nodes in planning before which is
probably what this hits)
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#749 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAEJdpOqBS1iHHgr6QtuwJ-cbz_d4EpWks5sisoQgaJpZM4PZVBo>
.
--
P. Oscar Boykin, Ph.D. | http://twitter.com/posco | http://pobox.com/~boykin
|
Yep I think that's the likely fix here. Some tests/rules will need special
casing but it does seem like logically what we want to do. (This applies to
flat maps too I suspect when they are interacting with merge nodes. But I
think the tests will shake some of this out)
On Sat, Sep 16, 2017 at 10:42 AM P. Oscar Boykin <[email protected]>
wrote:
I think we could allow merge nodes to be in multiple physical nodes.
On Fri, Sep 15, 2017 at 09:03 ianoc ***@***.***> wrote:
> (i think conceptually what you have requires creating multiple merge
> nodes, I don't think we generated any new nodes in planning before which
is
> probably what this hits)
>
> —
> You are receiving this because you authored the thread.
> Reply to this email directly, view it on GitHub
> <
#749 (comment)>,
> or mute the thread
> <
https://github.com/notifications/unsubscribe-auth/AAEJdpOqBS1iHHgr6QtuwJ-cbz_d4EpWks5sisoQgaJpZM4PZVBo
>
> .
>
--
P. Oscar Boykin, Ph.D. | http://twitter.com/posco |
http://pobox.com/~boykin
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#749 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAbQvGdUIot3352KkFnIqPM3kOG2wPjeks5sjAhagaJpZM4PZVBo>
.
--
Sent from Gmail Mobile
|
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
in some cases, we see storm nodes that only have merges, then it finally fans out.
Something like:
Things like this have created a node that just has the merge. There is no need to do this. Storm could just subscribe to all the dependencies of the "all-merge" node.
If there is a cheap fix to this, it would be great, because we have some giant topologies that have something like 5 of these.
cc @ianoc
The text was updated successfully, but these errors were encountered: