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 IsKeyExist method in PartitionRegistry #181

Merged
merged 1 commit into from
Feb 4, 2022

Conversation

Aayyush
Copy link

@Aayyush Aayyush commented Feb 4, 2022

#173 added check for whether a jobID exists in the partition registry. It should check for the job in the projectOutputBuffer instead of the receiverBuffer.

@Aayyush Aayyush merged commit 8e9bda2 into release-v0.17.3-lyft.1 Feb 4, 2022
@Aayyush Aayyush deleted the aay/fix-jobs-typo branch February 4, 2022 23:55
Aayyush added a commit that referenced this pull request Feb 14, 2022
* Add UUID for Log Streaming Job ID (#167)

* Update log handler to close buffered  channels when an operation is complete (#170)

* Add preliminary check before registering new receivers in the log handler (#173)

* Using projectOutputBuffers to check for jobID instead of receiverBuffers (#181)

* Refactor log handler  (#175)

* Reverting go.mod and go.sum

* Fix lint errors

* Fix linting
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants