bullet-db / bullet-storm

The Apache Storm implementation of the Bullet backend

Home Page:https://bullet-db.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JoinBolt Should Subscribe to ERROR_STREAM from FilterBolt

NathanSpeidel opened this issue · comments

The FilterBolt emits errors to an ERROR_STREAM expecting the JoinBolt to receive these errors. And the JoinBolt has code to deal with these errors, but the JoinBolt does not subscribe to this stream in StormUtils.

Hook up the JoinBolt to the ERROR_STREAM coming from the FilterBolt in StormUtils.