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

[🍒] [PLUGIN-1780] changes done for GCS multisink issue. #1415

Conversation

vikasrathee-cs
Copy link
Contributor

@vikasrathee-cs vikasrathee-cs commented May 20, 2024

[🍒] PLUGIN-1780 changes done for GCS multisink issue.

GCS MultiSink plugin is failing while having Flexible schema set as true.

io.cdap.plugin.gcp.gcs.sink.DelegatingGCSRecordWriter.close() method has a problem. It commits the job in a single partition close to the executor and not in the driver. This has the logical problem of commiting partially and too early, but also when a lot of partitions are committed at once (as it happens with datacacher).

This PR is cherrypick of #1414

changes done for GCS multisink issue.

(cherry picked from commit 8c0ce83)
@vikasrathee-cs vikasrathee-cs requested a review from tivv May 20, 2024 07:42
@vikasrathee-cs vikasrathee-cs added the build Trigger unit test build label May 20, 2024
@vikasrathee-cs vikasrathee-cs merged commit a57fde0 into data-integrations:release/0.22 May 20, 2024
14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build Trigger unit test build
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants