Skip to content

Conversation

@dongjoon-hyun
Copy link
Member

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.

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 "aether.connector.basic.parallelPut"
Running `/Users/dongjoon/APACHE/orc-merge/java/mvnw`...
Using `mvn` from path: /opt/homebrew/bin/mvn
aether.connector.basic.parallelPut=false

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

No.

@dongjoon-hyun dongjoon-hyun modified the milestones: 2.3.0, 2.2.3 Feb 10, 2026
@dongjoon-hyun
Copy link
Member Author

Merged to master/2.2

dongjoon-hyun added a commit that referenced this pull request Feb 11, 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).

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

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 "aether.connector.basic.parallelPut"
Running `/Users/dongjoon/APACHE/orc-merge/java/mvnw`...
Using `mvn` from path: /opt/homebrew/bin/mvn
aether.connector.basic.parallelPut=false
```

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

No.

Closes #2528 from dongjoon-hyun/ORC-2089.

Authored-by: Dongjoon Hyun <dongjoon@apache.org>
Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
(cherry picked from commit f9e5684)
Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
@dongjoon-hyun dongjoon-hyun deleted the ORC-2089 branch February 11, 2026 01:20
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.

1 participant