twitter / summingbird

Streaming MapReduce with Scalding and Storm
https://twitter.com/summingbird
Apache License 2.0
2.14k stars 267 forks source link

AlsoTailProducer in its own bolt in storm #660

Open johnynek opened 8 years ago

johnynek commented 8 years ago

I don't think it is doing anything, but it does waste resources. In the worst case it might be duplicating writes.

I think this is related to #631 #645 because it is a redundant .also in the graph.

g

ianoc commented 8 years ago

Interesting, basically doing the un-necessary also is the issue right?

johnynek commented 8 years ago

yes, I think we should never have an also by itself in a bolt.