Skip to content

[SPARK-55475][BUILD] Disable Maven Parallel PUT#54252

Closed
dongjoon-hyun wants to merge 1 commit intoapache:masterfrom
dongjoon-hyun:SPARK-55475
Closed

[SPARK-55475][BUILD] Disable Maven Parallel PUT#54252
dongjoon-hyun wants to merge 1 commit intoapache:masterfrom
dongjoon-hyun:SPARK-55475

Conversation

@dongjoon-hyun
Copy link
Copy Markdown
Member

@dongjoon-hyun dongjoon-hyun commented Feb 10, 2026

What changes were proposed in this pull request?

This PR aims to disable Maven Parallel PUT explicitly.

Why are the changes needed?

ASF Infra team recommended to disable Maven parallel PUT due to Parallel PUT problem in repository.apache.org with Apache Maven 3.9.12.

Since we are using Maven 3.9.12, we might be affected although we didn't hit the issue yet during 4.2.0-preview2.

Although there are multiple ways to do this, I choose Option (3) from the ASF recommendation because it's easy to guarantee.

Does this PR introduce any user-facing change?

No.

How was this patch tested?

Pass the CIs and manually do the following.

$ mvn help:system | grep -E "nisse.compat.osDetector|aether.connector.basic.parallelPut"
nisse.compat.osDetector=true
aether.connector.basic.parallelPut=false

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

No.

@dongjoon-hyun
Copy link
Copy Markdown
Member Author

@dongjoon-hyun
Copy link
Copy Markdown
Member Author

All tests passed.

@dongjoon-hyun
Copy link
Copy Markdown
Member Author

Thank you, @HyukjinKwon ! Merged to master.

@dongjoon-hyun dongjoon-hyun deleted the SPARK-55475 branch February 11, 2026 01:16
@LuciferYang
Copy link
Copy Markdown
Contributor

late LGTM

rpnkv pushed a commit to rpnkv/spark that referenced this pull request Feb 18, 2026
### What changes were proposed in this pull request?

This PR aims to disable Maven Parallel PUT explicitly.

### Why are the changes needed?

ASF Infra team recommended to disable Maven parallel PUT due to [Parallel PUT problem in repository.apache.org with Apache Maven 3.9.12](https://infra.apache.org/blog/parallelputissue.html).

- apache/maven#11634

Since we are using Maven 3.9.12, we might be affected although we didn't hit the issue yet during `4.2.0-preview2`.
- apache#53610

Although there are multiple ways to do this, I choose `Option (3)` from the ASF recommendation because it's easy to guarantee.

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

No.

### How was this patch tested?

Pass the CIs and manually do the following.

```
$ mvn help:system | grep -E "nisse.compat.osDetector|aether.connector.basic.parallelPut"
nisse.compat.osDetector=true
aether.connector.basic.parallelPut=false
```

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

No.

Closes apache#54252 from dongjoon-hyun/SPARK-55475.

Authored-by: Dongjoon Hyun <dongjoon@apache.org>
Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
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.

3 participants