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

SOLR StatusUpdaterBolt "deletion" stream #1223

Closed
mvolikas opened this issue May 15, 2024 · 1 comment · Fixed by #1224
Closed

SOLR StatusUpdaterBolt "deletion" stream #1223

mvolikas opened this issue May 15, 2024 · 1 comment · Fixed by #1224
Labels
Milestone

Comments

@mvolikas
Copy link
Contributor

In the Solr StatusUpdaterBolt, declareOutputFields is overridden with an empty implementation.
As a result the stream "deletion" is not declared (see also AbstractStatusUpdaterBolt), causing the exception:
java.lang.IllegalArgumentException: Unknown stream ID: deletion

@rzo1
Copy link
Contributor

rzo1 commented May 15, 2024

Thanks for the report! Do you want to open a PR addressing this issue?

@rzo1 rzo1 added the bug label May 15, 2024
@rzo1 rzo1 added this to the 3.1.0 milestone May 15, 2024
mvolikas pushed a commit to mvolikas/incubator-stormcrawler that referenced this issue May 15, 2024
mvolikas pushed a commit to mvolikas/incubator-stormcrawler that referenced this issue May 15, 2024
jnioche pushed a commit that referenced this issue May 15, 2024
…1224)

* Fix #1223 - Remove declareOutputFields from Solr StatusUpdaterBolt

* Fix #1223 - Fix formatting

---------

Co-authored-by: Markos Volikas <markos.volikas@contexity.ch>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants