Skip to content

[Bug]: [IcebergIO] Use RecordWriterManager for Partitioned writes #38409

@ahmedabu98

Description

@ahmedabu98

What happened?

We should use RecordWriterManager instead of just one RecordWriter to write rows grouped by partition. Doing just one RecordWriter can be dangerous for large writes where one partition has a very large amount of data. Currently, it will lead to one huge file, and the worker will appear idle to the runner the whole time it's writing.

Issue Priority

Priority: 2 (default / most bugs should be filed as P2)

Issue Components

  • Component: Python SDK
  • Component: Java SDK
  • Component: Go SDK
  • Component: Typescript SDK
  • Component: IO connector
  • Component: Beam YAML
  • Component: Beam examples
  • Component: Beam playground
  • Component: Beam katas
  • Component: Website
  • Component: Infrastructure
  • Component: Spark Runner
  • Component: Flink Runner
  • Component: Prism Runner
  • Component: Twister2 Runner
  • Component: Hazelcast Jet Runner
  • Component: Google Cloud Dataflow Runner

Metadata

Metadata

Assignees

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions