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

Fix the issue that NPE thrown by ClusterServing.jedisPool with Kafka #3380

Merged
merged 1 commit into from
Nov 16, 2021

Conversation

paul8263
Copy link

@paul8263 paul8263 commented Nov 3, 2021

Fix the issue that NPE thrown by ClusterServing.jedisPool when queueUsed was configured as kafka

In PreProcessing.scala if there is an error when invoking decodeArrowBase64, it will unconditionally store the NAN value into Redis. ClusterService.jedisPool would not be initialized if queueUsed was set as kafka in config.yaml. Then it will lead to this issue.

@Litchilitchy Litchilitchy self-requested a review November 11, 2021 08:12
@Litchilitchy Litchilitchy added the contribute From external contributer label Nov 15, 2021
@Litchilitchy Litchilitchy changed the title Fix the issue that NPE thrown by ClusterServing.jedisPool when queueU… Fix the issue that NPE thrown by ClusterServing.jedisPool with Kafka Nov 15, 2021
@Litchilitchy Litchilitchy merged commit ab0a8f4 into intel-analytics:branch-2.0 Nov 16, 2021
dding3 pushed a commit to dding3/BigDL that referenced this pull request Nov 17, 2021
* init commit

* refactor

* add unit test

* add pytorch tests

* add tf ray unit tests

* fix style

* fix tests

* add tests back

* fix tests

* fix tests

* fix tesets

* fix tests

* fix style

* fix style

* fix tests
dding3 pushed a commit to dding3/BigDL that referenced this pull request Nov 17, 2021
* init commit

* refactor

* add unit test

* add pytorch tests

* add tf ray unit tests

* fix style

* fix tests

* add tests back

* fix tests

* fix tests

* fix tesets

* fix tests

* fix style

* fix style

* fix tests
dding3 pushed a commit to dding3/BigDL that referenced this pull request Nov 17, 2021
* init commit

* refactor

* add unit test

* add pytorch tests

* add tf ray unit tests

* fix style

* fix tests

* add tests back

* fix tests

* fix tests

* fix tesets

* fix tests

* fix style

* fix style

* fix tests
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
contribute From external contributer
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants