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

Support multipart by Jetty & Netty #5436

Merged
merged 1 commit into from
Oct 17, 2023

Conversation

jansupol
Copy link
Contributor

No description provided.

@jansupol jansupol force-pushed the multipart.support.connectors branch 3 times, most recently from fcc1bb1 to 2318e9e Compare October 13, 2023 13:18
@@ -468,9 +469,23 @@ public void run() {
}
});

if (entityWriter.getType() != NettyEntityWriter.Type.DELAYED) {
entityWriter.flush();
headersSet.await();
Copy link
Member

Choose a reason for hiding this comment

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

As we have to wait anyway, do we really need the executorService?. Maybe we can get rid of it and also the CountDownLatch.

Copy link
Member

Choose a reason for hiding this comment

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

Ignore it, the countdownlatch is different.

@jansupol jansupol merged commit b074c47 into eclipse-ee4j:2.x Oct 17, 2023
2 of 3 checks passed
@jansupol jansupol deleted the multipart.support.connectors branch October 17, 2023 12:13
@jansupol jansupol added this to the 2.41 milestone Oct 18, 2023
@jansupol jansupol self-assigned this Oct 18, 2023
This was referenced Oct 20, 2023
srowen pushed a commit to apache/spark that referenced this pull request Oct 29, 2023
### What changes were proposed in this pull request?
This pr aims upgrade Jersey from 2.40 to 2.41.

### Why are the changes needed?
The new version bring some improvements, like:
- eclipse-ee4j/jersey#5350
- eclipse-ee4j/jersey#5365
- eclipse-ee4j/jersey#5436
- eclipse-ee4j/jersey#5296

and some bug fix, like:
- eclipse-ee4j/jersey#5359
- eclipse-ee4j/jersey#5405
- eclipse-ee4j/jersey#5423
- eclipse-ee4j/jersey#5435
- eclipse-ee4j/jersey#5445

The full release notes as follows:
- https://github.com/eclipse-ee4j/jersey/releases/tag/2.41

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

### How was this patch tested?
Pass GitHub Actions

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

Closes #43490 from LuciferYang/SPARK-45636.

Lead-authored-by: YangJie <[email protected]>
Co-authored-by: yangjie01 <[email protected]>
Signed-off-by: Sean Owen <[email protected]>
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.

None yet

3 participants