Skip to content

HADOOP-17625. Update to Jetty 9.4.39. #2870

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

Merged
merged 3 commits into from
Apr 8, 2021

Conversation

jojochuang
Copy link
Contributor

No description provided.

Change-Id: I1d0e6dbe632cb8dafd2abb5c4a9e16fa8b487b72
(cherry picked from commit 7234b1d32fdcd093c77b8c8e0c99041b3d8d891a)
Change-Id: Id835b146e1ce82aca53c49b3a67a4fc454e5b37a
@hadoop-yetus
Copy link

💔 -1 overall

Vote Subsystem Runtime Logfile Comment
+0 🆗 reexec 21m 23s Docker mode activated.
_ Prechecks _
+1 💚 dupname 0m 0s No case conflicting files found.
+0 🆗 codespell 0m 0s codespell was not available.
+1 💚 @author 0m 0s The patch does not contain any @author tags.
-1 ❌ test4tests 0m 0s The patch doesn't appear to include any new or modified tests. Please justify why no new tests are needed for this patch. Also please list what manual steps were performed to verify this patch.
_ trunk Compile Tests _
+0 🆗 mvndep 14m 8s Maven dependency ordering for branch
+1 💚 mvninstall 23m 11s trunk passed
+1 💚 compile 22m 43s trunk passed with JDK Ubuntu-11.0.10+9-Ubuntu-0ubuntu1.20.04
+1 💚 compile 19m 16s trunk passed with JDK Private Build-1.8.0_282-8u282-b08-0ubuntu1~20.04-b08
+1 💚 checkstyle 4m 0s trunk passed
+1 💚 mvnsite 1m 5s trunk passed
+1 💚 javadoc 1m 0s trunk passed with JDK Ubuntu-11.0.10+9-Ubuntu-0ubuntu1.20.04
+1 💚 javadoc 0m 56s trunk passed with JDK Private Build-1.8.0_282-8u282-b08-0ubuntu1~20.04-b08
+0 🆗 spotbugs 0m 30s branch/hadoop-project no spotbugs output file (spotbugsXml.xml)
+1 💚 shadedclient 16m 55s branch has no errors when building and testing our client artifacts.
_ Patch Compile Tests _
+0 🆗 mvndep 0m 48s Maven dependency ordering for patch
+1 💚 mvninstall 0m 32s the patch passed
+1 💚 compile 22m 14s the patch passed with JDK Ubuntu-11.0.10+9-Ubuntu-0ubuntu1.20.04
+1 💚 javac 22m 14s the patch passed
+1 💚 compile 19m 26s the patch passed with JDK Private Build-1.8.0_282-8u282-b08-0ubuntu1~20.04-b08
+1 💚 javac 19m 26s the patch passed
+1 💚 blanks 0m 0s The patch has no blanks issues.
+1 💚 checkstyle 3m 58s the patch passed
+1 💚 mvnsite 1m 2s the patch passed
+1 💚 xml 0m 3s The patch has no ill-formed XML file.
+1 💚 javadoc 0m 58s the patch passed with JDK Ubuntu-11.0.10+9-Ubuntu-0ubuntu1.20.04
+1 💚 javadoc 0m 57s the patch passed with JDK Private Build-1.8.0_282-8u282-b08-0ubuntu1~20.04-b08
+0 🆗 spotbugs 0m 29s hadoop-project has no data from spotbugs
+1 💚 shadedclient 16m 26s patch has no errors when building and testing our client artifacts.
_ Other Tests _
+1 💚 unit 0m 25s hadoop-project in the patch passed.
+1 💚 unit 3m 42s hadoop-auth in the patch passed.
+1 💚 asflicense 0m 46s The patch does not generate ASF License warnings.
202m 0s
Subsystem Report/Notes
Docker ClientAPI=1.41 ServerAPI=1.41 base: https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-2870/2/artifact/out/Dockerfile
GITHUB PR #2870
Optional Tests dupname asflicense compile javac javadoc mvninstall mvnsite unit shadedclient codespell xml spotbugs checkstyle
uname Linux f108f44964fd 4.15.0-112-generic #113-Ubuntu SMP Thu Jul 9 23:41:39 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux
Build tool maven
Personality dev-support/bin/hadoop.sh
git revision trunk / a631060
Default Java Private Build-1.8.0_282-8u282-b08-0ubuntu1~20.04-b08
Multi-JDK versions /usr/lib/jvm/java-11-openjdk-amd64:Ubuntu-11.0.10+9-Ubuntu-0ubuntu1.20.04 /usr/lib/jvm/java-8-openjdk-amd64:Private Build-1.8.0_282-8u282-b08-0ubuntu1~20.04-b08
Test Results https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-2870/2/testReport/
Max. process+thread count 593 (vs. ulimit of 5500)
modules C: hadoop-project hadoop-common-project/hadoop-auth U: .
Console output https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-2870/2/console
versions git=2.25.1 maven=3.6.3 spotbugs=4.2.2
Powered by Apache Yetus 0.14.0-SNAPSHOT https://yetus.apache.org

This message was automatically generated.

Copy link
Member

@cxorm cxorm left a comment

Choose a reason for hiding this comment

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

Thanks @jojochuang for the work.

I go through the CI logs and I don't find related test fail,
I'm +1 for this update.

@jojochuang
Copy link
Contributor Author

Pom.xml only updates doesn't trigger UT. It only makes sure it builds.

@jojochuang jojochuang merged commit 6040e86 into apache:trunk Apr 8, 2021
asfgit pushed a commit that referenced this pull request Apr 8, 2021
Reviewed-by: cxorm <lianp964@gmail.com>
(cherry picked from commit 6040e86)
jojochuang added a commit to jojochuang/hadoop that referenced this pull request Apr 9, 2021
Reviewed-by: cxorm <lianp964@gmail.com>
(cherry picked from commit 6040e86)
(cherry picked from commit 7f75355)
jojochuang added a commit that referenced this pull request Apr 20, 2021
…OP-17625 to update Jetty to 9.4.39. (#2879)

* HADOOP-17371. Bump Jetty to the latest version 9.4.34. Contributed by Wei-Chiu Chuang. (#2453)

(cherry picked from commit 66ee0a6)
(cherry picked from commit 6340ac8)

 Conflicts:
	hadoop-client-modules/hadoop-client-minicluster/pom.xml

Change-Id: I673ac136922740cb1d426cb9593aa1bd3e9acd32

* HADOOP-17621. hadoop-auth to remove jetty-server dependency. (#2865)

Reviewed-by: Akira Ajisaka <aajisaka@apache.org>
(cherry picked from commit dac60b8)
(cherry picked from commit 1110b03)

* HADOOP-17625. Update to Jetty 9.4.39. (#2870)

Reviewed-by: cxorm <lianp964@gmail.com>
(cherry picked from commit 6040e86)
(cherry picked from commit 7f75355)
jojochuang added a commit to jojochuang/hadoop that referenced this pull request Apr 20, 2021
…OP-17625 to update Jetty to 9.4.39. (apache#2879)

* HADOOP-17371. Bump Jetty to the latest version 9.4.34. Contributed by Wei-Chiu Chuang. (apache#2453)

(cherry picked from commit 66ee0a6)
(cherry picked from commit 6340ac8)

 Conflicts:
	hadoop-client-modules/hadoop-client-minicluster/pom.xml

Change-Id: I673ac136922740cb1d426cb9593aa1bd3e9acd32

* HADOOP-17621. hadoop-auth to remove jetty-server dependency. (apache#2865)

Reviewed-by: Akira Ajisaka <aajisaka@apache.org>
(cherry picked from commit dac60b8)
(cherry picked from commit 1110b03)

* HADOOP-17625. Update to Jetty 9.4.39. (apache#2870)

Reviewed-by: cxorm <lianp964@gmail.com>
(cherry picked from commit 6040e86)
(cherry picked from commit 7f75355)
(cherry picked from commit 8ff61f9)

 Conflicts:
	hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/ImageServlet.java

Change-Id: I465f6003b6f4c5df9c41c83eac3738bac56403e1
jojochuang added a commit that referenced this pull request Apr 20, 2021
…OP-17625 to update Jetty to 9.4.39. (#2879) (#2935)

* HADOOP-17371. Bump Jetty to the latest version 9.4.34. Contributed by Wei-Chiu Chuang. (#2453)

(cherry picked from commit 66ee0a6)
(cherry picked from commit 6340ac8)

 Conflicts:
	hadoop-client-modules/hadoop-client-minicluster/pom.xml

Change-Id: I673ac136922740cb1d426cb9593aa1bd3e9acd32

* HADOOP-17621. hadoop-auth to remove jetty-server dependency. (#2865)

Reviewed-by: Akira Ajisaka <aajisaka@apache.org>
(cherry picked from commit dac60b8)
(cherry picked from commit 1110b03)

* HADOOP-17625. Update to Jetty 9.4.39. (#2870)

Reviewed-by: cxorm <lianp964@gmail.com>
(cherry picked from commit 6040e86)
(cherry picked from commit 7f75355)
(cherry picked from commit 8ff61f9)

 Conflicts:
	hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/ImageServlet.java

Change-Id: I465f6003b6f4c5df9c41c83eac3738bac56403e1
kiran-maturi pushed a commit to kiran-maturi/hadoop that referenced this pull request Nov 24, 2021
Reviewed-by: cxorm <lianp964@gmail.com>
eubnara added a commit to eubnara/hadoop that referenced this pull request Mar 15, 2023
jojochuang added a commit to jojochuang/hadoop that referenced this pull request May 23, 2023
Reviewed-by: cxorm <lianp964@gmail.com>
(cherry picked from commit 6040e86)
(cherry picked from commit 7f75355)
Change-Id: I43afc1b3bb54653f6bc718c9da89dac8e062b282
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