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

Fixing the from-kafka stage #257

Merged
4 commits merged into from
Jul 5, 2022

Conversation

mdemoret-nv
Copy link
Contributor

Fixes #254

This re-enables the check on the number of messages received before trying to process to cudf.

@mdemoret-nv mdemoret-nv added bug Something isn't working non-breaking Non-breaking change labels Jul 1, 2022
@mdemoret-nv mdemoret-nv requested a review from a team as a code owner July 1, 2022 01:18
Copy link
Contributor

@dagardner-nv dagardner-nv left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Contributor

@pdmack pdmack left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@mdemoret-nv
Copy link
Contributor Author

@gpucibot merge

@ghost ghost merged commit cb12889 into nv-morpheus:branch-22.06 Jul 5, 2022
@mdemoret-nv mdemoret-nv deleted the mdd_fix-from-kafka branch July 5, 2022 00:40
ghost pushed a commit that referenced this pull request Jul 5, 2022
A small regression in PR #257 that would duplicate messages in the `from-kafka` stage when `--use_cpp=False`. If you used 3 threads you would process each message in Kafka 3 times instead of dividing the messages between threads.

This also improves the shutdown behavior of the `from-kafka` stage when pressing Ctrl+C to close the pipeline.

Authors:
  - Michael Demoret (https://github.com/mdemoret-nv)

Approvers:
  - David Gardner (https://github.com/dagardner-nv)

URL: #262
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working non-breaking Non-breaking change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] cudf error in kafka_source.cpp (22.06)
3 participants