-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
InlineFirehose does not work with index_parallel ingestion #8673
Comments
To work with parallel indexing, one possibility is to modify |
I was writing about the same comment with @ccaominh. InlineFirehose could implement FiniteFirehoseFactory but it should always run in the sequential mode. |
If this gets fixed, is it possible to fix these cryptic messages that are
sent out? I assume it's because of Jackson deserialization exceptions being
regurgitated to the user?
…On Mon, Oct 14, 2019 at 8:53 PM Jihoon Son ***@***.***> wrote:
I was writing about the same comment with @ccaominh
<https://github.com/ccaominh>. InlineFirehose could implement
FiniteFirehoseFactory but it should always run in the sequential mode.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#8673>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAPSYCV6EA3XXBLRKGW5PCTQOU5DRANCNFSM4JAWTATQ>
.
--
Jad Naous
Imply | VP R&D
650-521-3425
[email protected]
|
Yeah, those are Jackson exceptions, and it would be nice to make them more pleasant in a systematic way. I'm not sure if there's an easy way to do that without destroying the information in the error message or needing to parse their text. Maybe Jackson provides a way to get errors in a more programmatic way and we can write our own messages. |
In Druid 0.16.0
As the title says, if you try to submit a task like:
You get an error of:
However changing the ingestion to just
index
:Makes it all work
The text was updated successfully, but these errors were encountered: