Skip to content

Conversation

@Hisoka-X
Copy link
Member

@Hisoka-X Hisoka-X commented Aug 6, 2025

Purpose of this pull request

Optimize the enumerator API semantics and reduce lock calls at the connector level.

Does this PR introduce any user-facing change?

no

How was this patch tested?

added

Check list

@github-actions github-actions bot added core SeaTunnel core module e2e labels Aug 11, 2025
@Hisoka-X Hisoka-X marked this pull request as ready for review August 11, 2025 08:10
@Hisoka-X Hisoka-X requested review from corgy-w and hailin0 August 12, 2025 02:32
subtaskId,
splits);
}
addPendingSplit(splits, subtaskId);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why remove the lock .

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It is locked at the frame level, so the connector does not need to be concerned.

@Hisoka-X Hisoka-X merged commit 9212a77 into apache:dev Aug 15, 2025
6 checks passed
xiaochen-zhou added a commit to TongchengOpenSource/seatunnel that referenced this pull request Aug 17, 2025
1

1

1

1

1

update doc

[Improve][Csv] support configurable CSV delimiter in file connector (apache#9660)

[Fix][Doc] Fix rest api finished-jobs doc miss `SAVEPOINT_DONE` (apache#9676)

[Fix] [connector-jdbc] prevent precision loss in Float to BigDecimal conversion (apache#9670)

[Feature][Connector-File-Hadoop]Support multi table sink feature for HdfsFile (apache#9651)

[HotFix][CI] The Some CI subtasks are not executed (apache#9684)

[Docs][Connector-Iceberg] Update Iceberg doc with support S3 Tables rest catalogs (apache#9686)

[Docs] update jdbc related document (apache#9679)

[Fix][Connector-V2] Fix misleading parameter name in DorisStreamLoad (apache#9685)

[Feature] [connector-file] Add configurable sheet_max_rows support for Excel sink connector (apache#9668)

[fix][connectors-v2] repeated commit cause task exceptions (apache#9665)

[Feature][connector-v2] Add Sensorsdata Connector Support apache#9323 (apache#9432)

[Improve][API] Optimize the enumerator API semantics and reduce lock calls at the connector level (apache#9671)

[Hotfix][Zeta] Fix custom https port configuration not working (apache#9705)

[Improve][Doc] Add SeaTunnel tools into Readme (apache#9707)

[Improve][Core] Unify the aws-sdk-v2 version to 2.31.30 (apache#9698)

[Feature][Transform-V2] Add `TRIM_SCALE` function for sql transform (apache#9700)

[Improve][Core] Update apache common to apache common lang3 (apache#9694)

Co-authored-by: litiliu <[email protected]>
HighandLight pushed a commit to HighandLight/seatunnel that referenced this pull request Aug 23, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants