Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

[SPARK-49824][SS][CONNECT] Improve logging in SparkConnectStreamingQueryCache #48293

Closed
wants to merge 3 commits into from

Conversation

WweiL
Copy link
Contributor

@WweiL WweiL commented Sep 28, 2024

What changes were proposed in this pull request?

The query key in the cache is <id, runId> but in the log only the id is logged. A query could have the same id but different runid, we need to log both id and runid to make it less confusing.

Why are the changes needed?

Debug improvement

Does this PR introduce any user-facing change?

No

How was this patch tested?

Manual check log

Was this patch authored or co-authored using generative AI tooling?

No

@HyukjinKwon
Copy link
Member

Merged to master.

himadripal pushed a commit to himadripal/spark that referenced this pull request Oct 19, 2024
…eryCache

### What changes were proposed in this pull request?

The query key in the cache is <id, runId> but in the log only the id is logged. A query could have the same id but different runid, we need to log both id and runid to make it less confusing.

### Why are the changes needed?

Debug improvement

### Does this PR introduce _any_ user-facing change?

No

### How was this patch tested?

Manual check log

### Was this patch authored or co-authored using generative AI tooling?

No

Closes apache#48293 from WweiL/listener-cache-improvement.

Authored-by: Wei Liu <wei.liu@databricks.com>
Signed-off-by: Hyukjin Kwon <gurwls223@apache.org>
# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants