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 non streaming rpc endpoint #542

Merged
merged 10 commits into from
Oct 6, 2020

Conversation

nyaghma
Copy link
Contributor

@nyaghma nyaghma commented Sep 22, 2020

This PR fixes the issue #538, which throws a RpcEndpointNotFoundException while creating an RPC endpoint for PartitionPerformanceReceiver in the CachedEventHubsReceiver for a non-streaming query. This issue happens because the RPC endpoint has not been opened on the driver side for non-streaming queries.

This PR updates the RPC endpoint creation in the CachedEventHubsReceiver and lets it make progress even without opening an RPC endpoint since we know that for non-streaming queries we don't need the endpoint.

@sjkwak sjkwak merged commit 31e9f70 into Azure:master Oct 6, 2020
nyaghma added a commit to nyaghma/azure-event-hubs-spark that referenced this pull request Dec 11, 2020
nyaghma added a commit to nyaghma/azure-event-hubs-spark that referenced this pull request May 19, 2021
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.

None yet

2 participants