Uploaded image for project: 'Hadoop HDFS'
  1. Hadoop HDFS
  2. HDFS-17290

HDFS: add client rpc backoff metrics due to disconnection from lowest priority queue

Details

    • Reviewed

    Description

      Clients are backoff when rpcs cannot be enqueued. However there are different scenarios when backoff could happen. Currently there is no way to differenciate whether a backoff happened due to lowest prio+disconnection or queue overflow from higher priority queues when connection between client and namenode remains open. Currently IPC server just emits a single metrics for all the backoffs.

      Example:

      1. Client are directly enqueued into lowest priority queue and backoff when lowest queue is full. Client are expected to disconnect from namenode.
      2. Client are enqueued into non-lowest priority queue and overflowed all the way down to lowest priority queue and back off. In this case, connection between client and namenode remains open.

      We would like to add metrics for #1

      Attachments

        Issue Links

          Activity

            githubbot ASF GitHub Bot added a comment -

            li-leyang opened a new pull request, #6359:
            URL: https://github.com/apache/hadoop/pull/6359

            <!--
            Thanks for sending a pull request!
            1. If this is your first time, please read our contributor guidelines: https://cwiki.apache.org/confluence/display/HADOOP/How+To+Contribute
            2. Make sure your PR title starts with JIRA issue id, e.g., 'HADOOP-17799. Your PR title ...'.
            -->

                1. Description of PR
                  Add client backoff metrics due to throttling in the lowest priority queue.
                1. How was this patch tested?
                1. For code changes:
            • [ ] Does the title or this PR starts with the corresponding JIRA issue id (e.g. 'HADOOP-17799. Your PR title ...')?
            • [ ] Object storage: have the integration tests been executed and the endpoint declared according to the connector-specific documentation?
            • [ ] If adding new dependencies to the code, are these dependencies licensed in a way that is compatible for inclusion under [ASF 2.0](http://www.apache.org/legal/resolved.html#category-a)?
            • [ ] If applicable, have you updated the `LICENSE`, `LICENSE-binary`, `NOTICE-binary` files?
            githubbot ASF GitHub Bot added a comment - li-leyang opened a new pull request, #6359: URL: https://github.com/apache/hadoop/pull/6359 <!-- Thanks for sending a pull request! 1. If this is your first time, please read our contributor guidelines: https://cwiki.apache.org/confluence/display/HADOOP/How+To+Contribute 2. Make sure your PR title starts with JIRA issue id, e.g., ' HADOOP-17799 . Your PR title ...'. --> Description of PR Add client backoff metrics due to throttling in the lowest priority queue. How was this patch tested? For code changes: [ ] Does the title or this PR starts with the corresponding JIRA issue id (e.g. ' HADOOP-17799 . Your PR title ...')? [ ] Object storage: have the integration tests been executed and the endpoint declared according to the connector-specific documentation? [ ] If adding new dependencies to the code, are these dependencies licensed in a way that is compatible for inclusion under [ASF 2.0] ( http://www.apache.org/legal/resolved.html#category-a)? [ ] If applicable, have you updated the `LICENSE`, `LICENSE-binary`, `NOTICE-binary` files?
            githubbot ASF GitHub Bot added a comment -

            hadoop-yetus commented on PR #6359:
            URL: https://github.com/apache/hadoop/pull/6359#issuecomment-1857280766

            :broken_heart: *-1 overall*

            Vote Subsystem Runtime Logfile Comment
            :----: ----------: --------: :--------: :-------:
            +0 :ok: reexec 17m 13s   Docker mode activated.
            _ Prechecks _
            +1 :green_heart: dupname 0m 0s   No case conflicting files found.
            +0 :ok: codespell 0m 0s   codespell was not available.
            +0 :ok: detsecrets 0m 0s   detect-secrets was not available.
            +0 :ok: markdownlint 0m 0s   markdownlint was not available.
            +1 :green_heart: @author 0m 0s   The patch does not contain any @author tags.
            -1 :x: 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 _
            +1 :green_heart: mvninstall 48m 14s   trunk passed
            +1 :green_heart: compile 18m 16s   trunk passed with JDK Ubuntu-11.0.21+9-post-Ubuntu-0ubuntu120.04
            +1 :green_heart: compile 16m 30s   trunk passed with JDK Private Build-1.8.0_392-8u392-ga-1~20.04-b08
            +1 :green_heart: checkstyle 1m 16s   trunk passed
            +1 :green_heart: mvnsite 1m 38s   trunk passed
            +1 :green_heart: javadoc 1m 14s   trunk passed with JDK Ubuntu-11.0.21+9-post-Ubuntu-0ubuntu120.04
            +1 :green_heart: javadoc 0m 49s   trunk passed with JDK Private Build-1.8.0_392-8u392-ga-1~20.04-b08
            +1 :green_heart: spotbugs 2m 35s   trunk passed
            +1 :green_heart: shadedclient 39m 37s   branch has no errors when building and testing our client artifacts.
            _ Patch Compile Tests _
            +1 :green_heart: mvninstall 0m 54s   the patch passed
            +1 :green_heart: compile 17m 40s   the patch passed with JDK Ubuntu-11.0.21+9-post-Ubuntu-0ubuntu120.04
            +1 :green_heart: javac 17m 40s   the patch passed
            +1 :green_heart: compile 16m 25s   the patch passed with JDK Private Build-1.8.0_392-8u392-ga-1~20.04-b08
            +1 :green_heart: javac 16m 25s   the patch passed
            +1 :green_heart: blanks 0m 0s   The patch has no blanks issues.
            -0 :warning: checkstyle 1m 13s [/results-checkstyle-hadoop-common-project_hadoop-common.txt](https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-6359/1/artifact/out/results-checkstyle-hadoop-common-project_hadoop-common.txt) hadoop-common-project/hadoop-common: The patch generated 2 new + 197 unchanged - 0 fixed = 199 total (was 197)
            +1 :green_heart: mvnsite 1m 36s   the patch passed
            +1 :green_heart: javadoc 1m 7s   the patch passed with JDK Ubuntu-11.0.21+9-post-Ubuntu-0ubuntu120.04
            +1 :green_heart: javadoc 0m 49s   the patch passed with JDK Private Build-1.8.0_392-8u392-ga-1~20.04-b08
            +1 :green_heart: spotbugs 2m 38s   the patch passed
            +1 :green_heart: shadedclient 39m 18s   patch has no errors when building and testing our client artifacts.
            _ Other Tests _
            +1 :green_heart: unit 19m 11s   hadoop-common in the patch passed.
            +1 :green_heart: asflicense 0m 57s   The patch does not generate ASF License warnings.
                252m 0s    
            Subsystem Report/Notes
            ----------: :-------------
            Docker ClientAPI=1.43 ServerAPI=1.43 base: https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-6359/1/artifact/out/Dockerfile
            GITHUB PR https://github.com/apache/hadoop/pull/6359
            Optional Tests dupname asflicense compile javac javadoc mvninstall mvnsite unit shadedclient spotbugs checkstyle codespell detsecrets markdownlint
            uname Linux d8aa507accbe 5.15.0-88-generic #98-Ubuntu SMP Mon Oct 2 15:18:56 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux
            Build tool maven
            Personality dev-support/bin/hadoop.sh
            git revision trunk / a6524eaf11331e79b43df6ba4e36f376ec9f33cd
            Default Java Private Build-1.8.0_392-8u392-ga-1~20.04-b08
            Multi-JDK versions /usr/lib/jvm/java-11-openjdk-amd64:Ubuntu-11.0.21+9-post-Ubuntu-0ubuntu120.04 /usr/lib/jvm/java-8-openjdk-amd64:Private Build-1.8.0_392-8u392-ga-1~20.04-b08
            Test Results https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-6359/1/testReport/
            Max. process+thread count 3137 (vs. ulimit of 5500)
            modules C: hadoop-common-project/hadoop-common U: hadoop-common-project/hadoop-common
            Console output https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-6359/1/console
            versions git=2.25.1 maven=3.6.3 spotbugs=4.2.2
            Powered by Apache Yetus 0.14.0 https://yetus.apache.org

            This message was automatically generated.

            githubbot ASF GitHub Bot added a comment - hadoop-yetus commented on PR #6359: URL: https://github.com/apache/hadoop/pull/6359#issuecomment-1857280766 :broken_heart: * -1 overall * Vote Subsystem Runtime Logfile Comment :----: ----------: --------: :--------: :-------: +0 :ok: reexec 17m 13s   Docker mode activated. _ Prechecks _ +1 :green_heart: dupname 0m 0s   No case conflicting files found. +0 :ok: codespell 0m 0s   codespell was not available. +0 :ok: detsecrets 0m 0s   detect-secrets was not available. +0 :ok: markdownlint 0m 0s   markdownlint was not available. +1 :green_heart: @author 0m 0s   The patch does not contain any @author tags. -1 :x: 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 _ +1 :green_heart: mvninstall 48m 14s   trunk passed +1 :green_heart: compile 18m 16s   trunk passed with JDK Ubuntu-11.0.21+9-post-Ubuntu-0ubuntu120.04 +1 :green_heart: compile 16m 30s   trunk passed with JDK Private Build-1.8.0_392-8u392-ga-1~20.04-b08 +1 :green_heart: checkstyle 1m 16s   trunk passed +1 :green_heart: mvnsite 1m 38s   trunk passed +1 :green_heart: javadoc 1m 14s   trunk passed with JDK Ubuntu-11.0.21+9-post-Ubuntu-0ubuntu120.04 +1 :green_heart: javadoc 0m 49s   trunk passed with JDK Private Build-1.8.0_392-8u392-ga-1~20.04-b08 +1 :green_heart: spotbugs 2m 35s   trunk passed +1 :green_heart: shadedclient 39m 37s   branch has no errors when building and testing our client artifacts. _ Patch Compile Tests _ +1 :green_heart: mvninstall 0m 54s   the patch passed +1 :green_heart: compile 17m 40s   the patch passed with JDK Ubuntu-11.0.21+9-post-Ubuntu-0ubuntu120.04 +1 :green_heart: javac 17m 40s   the patch passed +1 :green_heart: compile 16m 25s   the patch passed with JDK Private Build-1.8.0_392-8u392-ga-1~20.04-b08 +1 :green_heart: javac 16m 25s   the patch passed +1 :green_heart: blanks 0m 0s   The patch has no blanks issues. -0 :warning: checkstyle 1m 13s [/results-checkstyle-hadoop-common-project_hadoop-common.txt] ( https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-6359/1/artifact/out/results-checkstyle-hadoop-common-project_hadoop-common.txt ) hadoop-common-project/hadoop-common: The patch generated 2 new + 197 unchanged - 0 fixed = 199 total (was 197) +1 :green_heart: mvnsite 1m 36s   the patch passed +1 :green_heart: javadoc 1m 7s   the patch passed with JDK Ubuntu-11.0.21+9-post-Ubuntu-0ubuntu120.04 +1 :green_heart: javadoc 0m 49s   the patch passed with JDK Private Build-1.8.0_392-8u392-ga-1~20.04-b08 +1 :green_heart: spotbugs 2m 38s   the patch passed +1 :green_heart: shadedclient 39m 18s   patch has no errors when building and testing our client artifacts. _ Other Tests _ +1 :green_heart: unit 19m 11s   hadoop-common in the patch passed. +1 :green_heart: asflicense 0m 57s   The patch does not generate ASF License warnings.     252m 0s     Subsystem Report/Notes ----------: :------------- Docker ClientAPI=1.43 ServerAPI=1.43 base: https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-6359/1/artifact/out/Dockerfile GITHUB PR https://github.com/apache/hadoop/pull/6359 Optional Tests dupname asflicense compile javac javadoc mvninstall mvnsite unit shadedclient spotbugs checkstyle codespell detsecrets markdownlint uname Linux d8aa507accbe 5.15.0-88-generic #98-Ubuntu SMP Mon Oct 2 15:18:56 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux Build tool maven Personality dev-support/bin/hadoop.sh git revision trunk / a6524eaf11331e79b43df6ba4e36f376ec9f33cd Default Java Private Build-1.8.0_392-8u392-ga-1~20.04-b08 Multi-JDK versions /usr/lib/jvm/java-11-openjdk-amd64:Ubuntu-11.0.21+9-post-Ubuntu-0ubuntu120.04 /usr/lib/jvm/java-8-openjdk-amd64:Private Build-1.8.0_392-8u392-ga-1~20.04-b08 Test Results https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-6359/1/testReport/ Max. process+thread count 3137 (vs. ulimit of 5500) modules C: hadoop-common-project/hadoop-common U: hadoop-common-project/hadoop-common Console output https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-6359/1/console versions git=2.25.1 maven=3.6.3 spotbugs=4.2.2 Powered by Apache Yetus 0.14.0 https://yetus.apache.org This message was automatically generated.
            Lei Yang Lei Yang added a comment - - edited

            goiri  simbadzina Can you please review this and let me know if you have any concerns?

            fyi mccormickt12 

            Lei Yang Lei Yang added a comment - - edited goiri   simbadzina Can you please review this and let me know if you have any concerns? fyi mccormickt12  
            githubbot ASF GitHub Bot added a comment -

            mccormickt12 commented on PR #6359:
            URL: https://github.com/apache/hadoop/pull/6359#issuecomment-1861870778

            cc @goiri to get another pair of eyes on this

            githubbot ASF GitHub Bot added a comment - mccormickt12 commented on PR #6359: URL: https://github.com/apache/hadoop/pull/6359#issuecomment-1861870778 cc @goiri to get another pair of eyes on this
            githubbot ASF GitHub Bot added a comment -

            simbadzina commented on code in PR #6359:
            URL: https://github.com/apache/hadoop/pull/6359#discussion_r1430796400

            ##########
            hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/ipc/metrics/RpcMetrics.java:
            ##########
            @@ -342,6 +344,14 @@ public void incrClientBackoff()

            { rpcClientBackoff.incr(); }

            + /**
            + * Client was backoff due to disconnection

            Review Comment:
            Is this the other way around, the client ended up being disconnected due to backoffs?

            ##########
            hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/ipc/Server.java:
            ##########
            @@ -3133,6 +3133,13 @@ private void internalQueueCall(Call call, boolean blocking)
            // For example, IPC clients using FailoverOnNetworkExceptionRetry handle
            // RetriableException.
            rpcMetrics.incrClientBackoff();
            + // Clients that are directly put into lowest priority queue are backoff and disconnected.

            Review Comment:
            Nit-> tense. backed off.

            githubbot ASF GitHub Bot added a comment - simbadzina commented on code in PR #6359: URL: https://github.com/apache/hadoop/pull/6359#discussion_r1430796400 ########## hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/ipc/metrics/RpcMetrics.java: ########## @@ -342,6 +344,14 @@ public void incrClientBackoff() { rpcClientBackoff.incr(); } + /** + * Client was backoff due to disconnection Review Comment: Is this the other way around, the client ended up being disconnected due to backoffs? ########## hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/ipc/Server.java: ########## @@ -3133,6 +3133,13 @@ private void internalQueueCall(Call call, boolean blocking) // For example, IPC clients using FailoverOnNetworkExceptionRetry handle // RetriableException. rpcMetrics.incrClientBackoff(); + // Clients that are directly put into lowest priority queue are backoff and disconnected. Review Comment: Nit-> tense. backed off.
            githubbot ASF GitHub Bot added a comment -

            hadoop-yetus commented on PR #6359:
            URL: https://github.com/apache/hadoop/pull/6359#issuecomment-1862076266

            :broken_heart: *-1 overall*

            Vote Subsystem Runtime Logfile Comment
            :----: ----------: --------: :--------: :-------:
            +0 :ok: reexec 18m 0s   Docker mode activated.
            _ Prechecks _
            +1 :green_heart: dupname 0m 0s   No case conflicting files found.
            +0 :ok: codespell 0m 1s   codespell was not available.
            +0 :ok: detsecrets 0m 1s   detect-secrets was not available.
            +0 :ok: markdownlint 0m 1s   markdownlint was not available.
            +1 :green_heart: @author 0m 0s   The patch does not contain any @author tags.
            -1 :x: 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 _
            +1 :green_heart: mvninstall 48m 49s   trunk passed
            +1 :green_heart: compile 18m 22s   trunk passed with JDK Ubuntu-11.0.21+9-post-Ubuntu-0ubuntu120.04
            +1 :green_heart: compile 17m 31s   trunk passed with JDK Private Build-1.8.0_392-8u392-ga-1~20.04-b08
            +1 :green_heart: checkstyle 1m 19s   trunk passed
            +1 :green_heart: mvnsite 1m 37s   trunk passed
            +1 :green_heart: javadoc 1m 13s   trunk passed with JDK Ubuntu-11.0.21+9-post-Ubuntu-0ubuntu120.04
            +1 :green_heart: javadoc 0m 49s   trunk passed with JDK Private Build-1.8.0_392-8u392-ga-1~20.04-b08
            +1 :green_heart: spotbugs 2m 34s   trunk passed
            +1 :green_heart: shadedclient 39m 48s   branch has no errors when building and testing our client artifacts.
            _ Patch Compile Tests _
            +1 :green_heart: mvninstall 0m 53s   the patch passed
            +1 :green_heart: compile 17m 38s   the patch passed with JDK Ubuntu-11.0.21+9-post-Ubuntu-0ubuntu120.04
            +1 :green_heart: javac 17m 38s   the patch passed
            +1 :green_heart: compile 16m 21s   the patch passed with JDK Private Build-1.8.0_392-8u392-ga-1~20.04-b08
            +1 :green_heart: javac 16m 21s   the patch passed
            +1 :green_heart: blanks 0m 0s   The patch has no blanks issues.
            -0 :warning: checkstyle 1m 15s [/results-checkstyle-hadoop-common-project_hadoop-common.txt](https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-6359/2/artifact/out/results-checkstyle-hadoop-common-project_hadoop-common.txt) hadoop-common-project/hadoop-common: The patch generated 2 new + 197 unchanged - 0 fixed = 199 total (was 197)
            +1 :green_heart: mvnsite 1m 34s   the patch passed
            +1 :green_heart: javadoc 1m 7s   the patch passed with JDK Ubuntu-11.0.21+9-post-Ubuntu-0ubuntu120.04
            +1 :green_heart: javadoc 0m 49s   the patch passed with JDK Private Build-1.8.0_392-8u392-ga-1~20.04-b08
            +1 :green_heart: spotbugs 2m 39s   the patch passed
            +1 :green_heart: shadedclient 39m 21s   patch has no errors when building and testing our client artifacts.
            _ Other Tests _
            +1 :green_heart: unit 19m 15s   hadoop-common in the patch passed.
            +1 :green_heart: asflicense 0m 58s   The patch does not generate ASF License warnings.
                254m 35s    
            Subsystem Report/Notes
            ----------: :-------------
            Docker ClientAPI=1.43 ServerAPI=1.43 base: https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-6359/2/artifact/out/Dockerfile
            GITHUB PR https://github.com/apache/hadoop/pull/6359
            Optional Tests dupname asflicense compile javac javadoc mvninstall mvnsite unit shadedclient spotbugs checkstyle codespell detsecrets markdownlint
            uname Linux 3d77f28fbbdb 5.15.0-88-generic #98-Ubuntu SMP Mon Oct 2 15:18:56 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux
            Build tool maven
            Personality dev-support/bin/hadoop.sh
            git revision trunk / be908e9236ed395aedbaac6342e6bd5b84cc2340
            Default Java Private Build-1.8.0_392-8u392-ga-1~20.04-b08
            Multi-JDK versions /usr/lib/jvm/java-11-openjdk-amd64:Ubuntu-11.0.21+9-post-Ubuntu-0ubuntu120.04 /usr/lib/jvm/java-8-openjdk-amd64:Private Build-1.8.0_392-8u392-ga-1~20.04-b08
            Test Results https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-6359/2/testReport/
            Max. process+thread count 1264 (vs. ulimit of 5500)
            modules C: hadoop-common-project/hadoop-common U: hadoop-common-project/hadoop-common
            Console output https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-6359/2/console
            versions git=2.25.1 maven=3.6.3 spotbugs=4.2.2
            Powered by Apache Yetus 0.14.0 https://yetus.apache.org

            This message was automatically generated.

            githubbot ASF GitHub Bot added a comment - hadoop-yetus commented on PR #6359: URL: https://github.com/apache/hadoop/pull/6359#issuecomment-1862076266 :broken_heart: * -1 overall * Vote Subsystem Runtime Logfile Comment :----: ----------: --------: :--------: :-------: +0 :ok: reexec 18m 0s   Docker mode activated. _ Prechecks _ +1 :green_heart: dupname 0m 0s   No case conflicting files found. +0 :ok: codespell 0m 1s   codespell was not available. +0 :ok: detsecrets 0m 1s   detect-secrets was not available. +0 :ok: markdownlint 0m 1s   markdownlint was not available. +1 :green_heart: @author 0m 0s   The patch does not contain any @author tags. -1 :x: 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 _ +1 :green_heart: mvninstall 48m 49s   trunk passed +1 :green_heart: compile 18m 22s   trunk passed with JDK Ubuntu-11.0.21+9-post-Ubuntu-0ubuntu120.04 +1 :green_heart: compile 17m 31s   trunk passed with JDK Private Build-1.8.0_392-8u392-ga-1~20.04-b08 +1 :green_heart: checkstyle 1m 19s   trunk passed +1 :green_heart: mvnsite 1m 37s   trunk passed +1 :green_heart: javadoc 1m 13s   trunk passed with JDK Ubuntu-11.0.21+9-post-Ubuntu-0ubuntu120.04 +1 :green_heart: javadoc 0m 49s   trunk passed with JDK Private Build-1.8.0_392-8u392-ga-1~20.04-b08 +1 :green_heart: spotbugs 2m 34s   trunk passed +1 :green_heart: shadedclient 39m 48s   branch has no errors when building and testing our client artifacts. _ Patch Compile Tests _ +1 :green_heart: mvninstall 0m 53s   the patch passed +1 :green_heart: compile 17m 38s   the patch passed with JDK Ubuntu-11.0.21+9-post-Ubuntu-0ubuntu120.04 +1 :green_heart: javac 17m 38s   the patch passed +1 :green_heart: compile 16m 21s   the patch passed with JDK Private Build-1.8.0_392-8u392-ga-1~20.04-b08 +1 :green_heart: javac 16m 21s   the patch passed +1 :green_heart: blanks 0m 0s   The patch has no blanks issues. -0 :warning: checkstyle 1m 15s [/results-checkstyle-hadoop-common-project_hadoop-common.txt] ( https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-6359/2/artifact/out/results-checkstyle-hadoop-common-project_hadoop-common.txt ) hadoop-common-project/hadoop-common: The patch generated 2 new + 197 unchanged - 0 fixed = 199 total (was 197) +1 :green_heart: mvnsite 1m 34s   the patch passed +1 :green_heart: javadoc 1m 7s   the patch passed with JDK Ubuntu-11.0.21+9-post-Ubuntu-0ubuntu120.04 +1 :green_heart: javadoc 0m 49s   the patch passed with JDK Private Build-1.8.0_392-8u392-ga-1~20.04-b08 +1 :green_heart: spotbugs 2m 39s   the patch passed +1 :green_heart: shadedclient 39m 21s   patch has no errors when building and testing our client artifacts. _ Other Tests _ +1 :green_heart: unit 19m 15s   hadoop-common in the patch passed. +1 :green_heart: asflicense 0m 58s   The patch does not generate ASF License warnings.     254m 35s     Subsystem Report/Notes ----------: :------------- Docker ClientAPI=1.43 ServerAPI=1.43 base: https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-6359/2/artifact/out/Dockerfile GITHUB PR https://github.com/apache/hadoop/pull/6359 Optional Tests dupname asflicense compile javac javadoc mvninstall mvnsite unit shadedclient spotbugs checkstyle codespell detsecrets markdownlint uname Linux 3d77f28fbbdb 5.15.0-88-generic #98-Ubuntu SMP Mon Oct 2 15:18:56 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux Build tool maven Personality dev-support/bin/hadoop.sh git revision trunk / be908e9236ed395aedbaac6342e6bd5b84cc2340 Default Java Private Build-1.8.0_392-8u392-ga-1~20.04-b08 Multi-JDK versions /usr/lib/jvm/java-11-openjdk-amd64:Ubuntu-11.0.21+9-post-Ubuntu-0ubuntu120.04 /usr/lib/jvm/java-8-openjdk-amd64:Private Build-1.8.0_392-8u392-ga-1~20.04-b08 Test Results https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-6359/2/testReport/ Max. process+thread count 1264 (vs. ulimit of 5500) modules C: hadoop-common-project/hadoop-common U: hadoop-common-project/hadoop-common Console output https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-6359/2/console versions git=2.25.1 maven=3.6.3 spotbugs=4.2.2 Powered by Apache Yetus 0.14.0 https://yetus.apache.org This message was automatically generated.
            githubbot ASF GitHub Bot added a comment -

            li-leyang commented on code in PR #6359:
            URL: https://github.com/apache/hadoop/pull/6359#discussion_r1431894138

            ##########
            hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/ipc/Server.java:
            ##########
            @@ -3133,6 +3133,13 @@ private void internalQueueCall(Call call, boolean blocking)
            // For example, IPC clients using FailoverOnNetworkExceptionRetry handle
            // RetriableException.
            rpcMetrics.incrClientBackoff();
            + // Clients that are directly put into lowest priority queue are backoff and disconnected.

            Review Comment:
            done

            githubbot ASF GitHub Bot added a comment - li-leyang commented on code in PR #6359: URL: https://github.com/apache/hadoop/pull/6359#discussion_r1431894138 ########## hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/ipc/Server.java: ########## @@ -3133,6 +3133,13 @@ private void internalQueueCall(Call call, boolean blocking) // For example, IPC clients using FailoverOnNetworkExceptionRetry handle // RetriableException. rpcMetrics.incrClientBackoff(); + // Clients that are directly put into lowest priority queue are backoff and disconnected. Review Comment: done
            githubbot ASF GitHub Bot added a comment -

            li-leyang commented on code in PR #6359:
            URL: https://github.com/apache/hadoop/pull/6359#discussion_r1431895410

            ##########
            hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/ipc/metrics/RpcMetrics.java:
            ##########
            @@ -342,6 +344,14 @@ public void incrClientBackoff()

            { rpcClientBackoff.incr(); }

            + /**
            + * Client was backoff due to disconnection

            Review Comment:
            done

            githubbot ASF GitHub Bot added a comment - li-leyang commented on code in PR #6359: URL: https://github.com/apache/hadoop/pull/6359#discussion_r1431895410 ########## hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/ipc/metrics/RpcMetrics.java: ########## @@ -342,6 +344,14 @@ public void incrClientBackoff() { rpcClientBackoff.incr(); } + /** + * Client was backoff due to disconnection Review Comment: done
            githubbot ASF GitHub Bot added a comment -

            hadoop-yetus commented on PR #6359:
            URL: https://github.com/apache/hadoop/pull/6359#issuecomment-1863642780

            :broken_heart: *-1 overall*

            Vote Subsystem Runtime Logfile Comment
            :----: ----------: --------: :--------: :-------:
            +0 :ok: reexec 0m 48s   Docker mode activated.
            _ Prechecks _
            +1 :green_heart: dupname 0m 0s   No case conflicting files found.
            +0 :ok: codespell 0m 0s   codespell was not available.
            +0 :ok: detsecrets 0m 0s   detect-secrets was not available.
            +0 :ok: markdownlint 0m 0s   markdownlint was not available.
            +1 :green_heart: @author 0m 0s   The patch does not contain any @author tags.
            -1 :x: 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 _
            +1 :green_heart: mvninstall 47m 37s   trunk passed
            +1 :green_heart: compile 18m 24s   trunk passed with JDK Ubuntu-11.0.21+9-post-Ubuntu-0ubuntu120.04
            +1 :green_heart: compile 16m 45s   trunk passed with JDK Private Build-1.8.0_392-8u392-ga-1~20.04-b08
            +1 :green_heart: checkstyle 1m 18s   trunk passed
            +1 :green_heart: mvnsite 1m 38s   trunk passed
            +1 :green_heart: javadoc 1m 10s   trunk passed with JDK Ubuntu-11.0.21+9-post-Ubuntu-0ubuntu120.04
            +1 :green_heart: javadoc 0m 50s   trunk passed with JDK Private Build-1.8.0_392-8u392-ga-1~20.04-b08
            +1 :green_heart: spotbugs 2m 34s   trunk passed
            +1 :green_heart: shadedclient 39m 15s   branch has no errors when building and testing our client artifacts.
            _ Patch Compile Tests _
            +1 :green_heart: mvninstall 0m 53s   the patch passed
            +1 :green_heart: compile 17m 39s   the patch passed with JDK Ubuntu-11.0.21+9-post-Ubuntu-0ubuntu120.04
            +1 :green_heart: javac 17m 39s   the patch passed
            +1 :green_heart: compile 16m 23s   the patch passed with JDK Private Build-1.8.0_392-8u392-ga-1~20.04-b08
            +1 :green_heart: javac 16m 23s   the patch passed
            +1 :green_heart: blanks 0m 0s   The patch has no blanks issues.
            -0 :warning: checkstyle 1m 13s [/results-checkstyle-hadoop-common-project_hadoop-common.txt](https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-6359/3/artifact/out/results-checkstyle-hadoop-common-project_hadoop-common.txt) hadoop-common-project/hadoop-common: The patch generated 2 new + 197 unchanged - 0 fixed = 199 total (was 197)
            +1 :green_heart: mvnsite 1m 36s   the patch passed
            +1 :green_heart: javadoc 1m 6s   the patch passed with JDK Ubuntu-11.0.21+9-post-Ubuntu-0ubuntu120.04
            +1 :green_heart: javadoc 0m 48s   the patch passed with JDK Private Build-1.8.0_392-8u392-ga-1~20.04-b08
            +1 :green_heart: spotbugs 2m 43s   the patch passed
            +1 :green_heart: shadedclient 39m 50s   patch has no errors when building and testing our client artifacts.
            _ Other Tests _
            +1 :green_heart: unit 19m 12s   hadoop-common in the patch passed.
            +1 :green_heart: asflicense 0m 59s   The patch does not generate ASF License warnings.
                235m 26s    
            Subsystem Report/Notes
            ----------: :-------------
            Docker ClientAPI=1.43 ServerAPI=1.43 base: https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-6359/3/artifact/out/Dockerfile
            GITHUB PR https://github.com/apache/hadoop/pull/6359
            Optional Tests dupname asflicense compile javac javadoc mvninstall mvnsite unit shadedclient spotbugs checkstyle codespell detsecrets markdownlint
            uname Linux 2c94a9b034ae 5.15.0-88-generic #98-Ubuntu SMP Mon Oct 2 15:18:56 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux
            Build tool maven
            Personality dev-support/bin/hadoop.sh
            git revision trunk / cb6b69fc818dbcd9343735aa902a9df3bd8be6a0
            Default Java Private Build-1.8.0_392-8u392-ga-1~20.04-b08
            Multi-JDK versions /usr/lib/jvm/java-11-openjdk-amd64:Ubuntu-11.0.21+9-post-Ubuntu-0ubuntu120.04 /usr/lib/jvm/java-8-openjdk-amd64:Private Build-1.8.0_392-8u392-ga-1~20.04-b08
            Test Results https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-6359/3/testReport/
            Max. process+thread count 2138 (vs. ulimit of 5500)
            modules C: hadoop-common-project/hadoop-common U: hadoop-common-project/hadoop-common
            Console output https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-6359/3/console
            versions git=2.25.1 maven=3.6.3 spotbugs=4.2.2
            Powered by Apache Yetus 0.14.0 https://yetus.apache.org

            This message was automatically generated.

            githubbot ASF GitHub Bot added a comment - hadoop-yetus commented on PR #6359: URL: https://github.com/apache/hadoop/pull/6359#issuecomment-1863642780 :broken_heart: * -1 overall * Vote Subsystem Runtime Logfile Comment :----: ----------: --------: :--------: :-------: +0 :ok: reexec 0m 48s   Docker mode activated. _ Prechecks _ +1 :green_heart: dupname 0m 0s   No case conflicting files found. +0 :ok: codespell 0m 0s   codespell was not available. +0 :ok: detsecrets 0m 0s   detect-secrets was not available. +0 :ok: markdownlint 0m 0s   markdownlint was not available. +1 :green_heart: @author 0m 0s   The patch does not contain any @author tags. -1 :x: 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 _ +1 :green_heart: mvninstall 47m 37s   trunk passed +1 :green_heart: compile 18m 24s   trunk passed with JDK Ubuntu-11.0.21+9-post-Ubuntu-0ubuntu120.04 +1 :green_heart: compile 16m 45s   trunk passed with JDK Private Build-1.8.0_392-8u392-ga-1~20.04-b08 +1 :green_heart: checkstyle 1m 18s   trunk passed +1 :green_heart: mvnsite 1m 38s   trunk passed +1 :green_heart: javadoc 1m 10s   trunk passed with JDK Ubuntu-11.0.21+9-post-Ubuntu-0ubuntu120.04 +1 :green_heart: javadoc 0m 50s   trunk passed with JDK Private Build-1.8.0_392-8u392-ga-1~20.04-b08 +1 :green_heart: spotbugs 2m 34s   trunk passed +1 :green_heart: shadedclient 39m 15s   branch has no errors when building and testing our client artifacts. _ Patch Compile Tests _ +1 :green_heart: mvninstall 0m 53s   the patch passed +1 :green_heart: compile 17m 39s   the patch passed with JDK Ubuntu-11.0.21+9-post-Ubuntu-0ubuntu120.04 +1 :green_heart: javac 17m 39s   the patch passed +1 :green_heart: compile 16m 23s   the patch passed with JDK Private Build-1.8.0_392-8u392-ga-1~20.04-b08 +1 :green_heart: javac 16m 23s   the patch passed +1 :green_heart: blanks 0m 0s   The patch has no blanks issues. -0 :warning: checkstyle 1m 13s [/results-checkstyle-hadoop-common-project_hadoop-common.txt] ( https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-6359/3/artifact/out/results-checkstyle-hadoop-common-project_hadoop-common.txt ) hadoop-common-project/hadoop-common: The patch generated 2 new + 197 unchanged - 0 fixed = 199 total (was 197) +1 :green_heart: mvnsite 1m 36s   the patch passed +1 :green_heart: javadoc 1m 6s   the patch passed with JDK Ubuntu-11.0.21+9-post-Ubuntu-0ubuntu120.04 +1 :green_heart: javadoc 0m 48s   the patch passed with JDK Private Build-1.8.0_392-8u392-ga-1~20.04-b08 +1 :green_heart: spotbugs 2m 43s   the patch passed +1 :green_heart: shadedclient 39m 50s   patch has no errors when building and testing our client artifacts. _ Other Tests _ +1 :green_heart: unit 19m 12s   hadoop-common in the patch passed. +1 :green_heart: asflicense 0m 59s   The patch does not generate ASF License warnings.     235m 26s     Subsystem Report/Notes ----------: :------------- Docker ClientAPI=1.43 ServerAPI=1.43 base: https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-6359/3/artifact/out/Dockerfile GITHUB PR https://github.com/apache/hadoop/pull/6359 Optional Tests dupname asflicense compile javac javadoc mvninstall mvnsite unit shadedclient spotbugs checkstyle codespell detsecrets markdownlint uname Linux 2c94a9b034ae 5.15.0-88-generic #98-Ubuntu SMP Mon Oct 2 15:18:56 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux Build tool maven Personality dev-support/bin/hadoop.sh git revision trunk / cb6b69fc818dbcd9343735aa902a9df3bd8be6a0 Default Java Private Build-1.8.0_392-8u392-ga-1~20.04-b08 Multi-JDK versions /usr/lib/jvm/java-11-openjdk-amd64:Ubuntu-11.0.21+9-post-Ubuntu-0ubuntu120.04 /usr/lib/jvm/java-8-openjdk-amd64:Private Build-1.8.0_392-8u392-ga-1~20.04-b08 Test Results https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-6359/3/testReport/ Max. process+thread count 2138 (vs. ulimit of 5500) modules C: hadoop-common-project/hadoop-common U: hadoop-common-project/hadoop-common Console output https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-6359/3/console versions git=2.25.1 maven=3.6.3 spotbugs=4.2.2 Powered by Apache Yetus 0.14.0 https://yetus.apache.org This message was automatically generated.
            githubbot ASF GitHub Bot added a comment -

            hadoop-yetus commented on PR #6359:
            URL: https://github.com/apache/hadoop/pull/6359#issuecomment-1863663630

            :broken_heart: *-1 overall*

            Vote Subsystem Runtime Logfile Comment
            :----: ----------: --------: :--------: :-------:
            +0 :ok: reexec 0m 21s   Docker mode activated.
            _ Prechecks _
            +1 :green_heart: dupname 0m 0s   No case conflicting files found.
            +0 :ok: codespell 0m 0s   codespell was not available.
            +0 :ok: detsecrets 0m 0s   detect-secrets was not available.
            +0 :ok: markdownlint 0m 0s   markdownlint was not available.
            +1 :green_heart: @author 0m 0s   The patch does not contain any @author tags.
            -1 :x: 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 _
            +1 :green_heart: mvninstall 32m 43s   trunk passed
            +1 :green_heart: compile 8m 35s   trunk passed with JDK Ubuntu-11.0.21+9-post-Ubuntu-0ubuntu120.04
            +1 :green_heart: compile 7m 42s   trunk passed with JDK Private Build-1.8.0_392-8u392-ga-1~20.04-b08
            +1 :green_heart: checkstyle 0m 39s   trunk passed
            +1 :green_heart: mvnsite 0m 48s   trunk passed
            +1 :green_heart: javadoc 0m 39s   trunk passed with JDK Ubuntu-11.0.21+9-post-Ubuntu-0ubuntu120.04
            +1 :green_heart: javadoc 0m 26s   trunk passed with JDK Private Build-1.8.0_392-8u392-ga-1~20.04-b08
            +1 :green_heart: spotbugs 1m 23s   trunk passed
            +1 :green_heart: shadedclient 23m 17s   branch has no errors when building and testing our client artifacts.
            _ Patch Compile Tests _
            +1 :green_heart: mvninstall 0m 30s   the patch passed
            +1 :green_heart: compile 8m 10s   the patch passed with JDK Ubuntu-11.0.21+9-post-Ubuntu-0ubuntu120.04
            +1 :green_heart: javac 8m 10s   the patch passed
            +1 :green_heart: compile 7m 44s   the patch passed with JDK Private Build-1.8.0_392-8u392-ga-1~20.04-b08
            +1 :green_heart: javac 7m 44s   the patch passed
            +1 :green_heart: blanks 0m 0s   The patch has no blanks issues.
            -0 :warning: checkstyle 0m 33s [/results-checkstyle-hadoop-common-project_hadoop-common.txt](https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-6359/4/artifact/out/results-checkstyle-hadoop-common-project_hadoop-common.txt) hadoop-common-project/hadoop-common: The patch generated 1 new + 197 unchanged - 0 fixed = 198 total (was 197)
            +1 :green_heart: mvnsite 0m 55s   the patch passed
            +1 :green_heart: javadoc 0m 34s   the patch passed with JDK Ubuntu-11.0.21+9-post-Ubuntu-0ubuntu120.04
            +1 :green_heart: javadoc 0m 28s   the patch passed with JDK Private Build-1.8.0_392-8u392-ga-1~20.04-b08
            +1 :green_heart: spotbugs 1m 37s   the patch passed
            +1 :green_heart: shadedclient 23m 23s   patch has no errors when building and testing our client artifacts.
            _ Other Tests _
            +1 :green_heart: unit 15m 23s   hadoop-common in the patch passed.
            +1 :green_heart: asflicense 0m 33s   The patch does not generate ASF License warnings.
                137m 50s    
            Subsystem Report/Notes
            ----------: :-------------
            Docker ClientAPI=1.43 ServerAPI=1.43 base: https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-6359/4/artifact/out/Dockerfile
            GITHUB PR https://github.com/apache/hadoop/pull/6359
            Optional Tests dupname asflicense compile javac javadoc mvninstall mvnsite unit shadedclient spotbugs checkstyle codespell detsecrets markdownlint
            uname Linux 24987cb5f253 5.15.0-88-generic #98-Ubuntu SMP Mon Oct 2 15:18:56 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux
            Build tool maven
            Personality dev-support/bin/hadoop.sh
            git revision trunk / 87ea32a39246e1ba2ed8ba92d9f12b99aac2ac46
            Default Java Private Build-1.8.0_392-8u392-ga-1~20.04-b08
            Multi-JDK versions /usr/lib/jvm/java-11-openjdk-amd64:Ubuntu-11.0.21+9-post-Ubuntu-0ubuntu120.04 /usr/lib/jvm/java-8-openjdk-amd64:Private Build-1.8.0_392-8u392-ga-1~20.04-b08
            Test Results https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-6359/4/testReport/
            Max. process+thread count 1263 (vs. ulimit of 5500)
            modules C: hadoop-common-project/hadoop-common U: hadoop-common-project/hadoop-common
            Console output https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-6359/4/console
            versions git=2.25.1 maven=3.6.3 spotbugs=4.2.2
            Powered by Apache Yetus 0.14.0 https://yetus.apache.org

            This message was automatically generated.

            githubbot ASF GitHub Bot added a comment - hadoop-yetus commented on PR #6359: URL: https://github.com/apache/hadoop/pull/6359#issuecomment-1863663630 :broken_heart: * -1 overall * Vote Subsystem Runtime Logfile Comment :----: ----------: --------: :--------: :-------: +0 :ok: reexec 0m 21s   Docker mode activated. _ Prechecks _ +1 :green_heart: dupname 0m 0s   No case conflicting files found. +0 :ok: codespell 0m 0s   codespell was not available. +0 :ok: detsecrets 0m 0s   detect-secrets was not available. +0 :ok: markdownlint 0m 0s   markdownlint was not available. +1 :green_heart: @author 0m 0s   The patch does not contain any @author tags. -1 :x: 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 _ +1 :green_heart: mvninstall 32m 43s   trunk passed +1 :green_heart: compile 8m 35s   trunk passed with JDK Ubuntu-11.0.21+9-post-Ubuntu-0ubuntu120.04 +1 :green_heart: compile 7m 42s   trunk passed with JDK Private Build-1.8.0_392-8u392-ga-1~20.04-b08 +1 :green_heart: checkstyle 0m 39s   trunk passed +1 :green_heart: mvnsite 0m 48s   trunk passed +1 :green_heart: javadoc 0m 39s   trunk passed with JDK Ubuntu-11.0.21+9-post-Ubuntu-0ubuntu120.04 +1 :green_heart: javadoc 0m 26s   trunk passed with JDK Private Build-1.8.0_392-8u392-ga-1~20.04-b08 +1 :green_heart: spotbugs 1m 23s   trunk passed +1 :green_heart: shadedclient 23m 17s   branch has no errors when building and testing our client artifacts. _ Patch Compile Tests _ +1 :green_heart: mvninstall 0m 30s   the patch passed +1 :green_heart: compile 8m 10s   the patch passed with JDK Ubuntu-11.0.21+9-post-Ubuntu-0ubuntu120.04 +1 :green_heart: javac 8m 10s   the patch passed +1 :green_heart: compile 7m 44s   the patch passed with JDK Private Build-1.8.0_392-8u392-ga-1~20.04-b08 +1 :green_heart: javac 7m 44s   the patch passed +1 :green_heart: blanks 0m 0s   The patch has no blanks issues. -0 :warning: checkstyle 0m 33s [/results-checkstyle-hadoop-common-project_hadoop-common.txt] ( https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-6359/4/artifact/out/results-checkstyle-hadoop-common-project_hadoop-common.txt ) hadoop-common-project/hadoop-common: The patch generated 1 new + 197 unchanged - 0 fixed = 198 total (was 197) +1 :green_heart: mvnsite 0m 55s   the patch passed +1 :green_heart: javadoc 0m 34s   the patch passed with JDK Ubuntu-11.0.21+9-post-Ubuntu-0ubuntu120.04 +1 :green_heart: javadoc 0m 28s   the patch passed with JDK Private Build-1.8.0_392-8u392-ga-1~20.04-b08 +1 :green_heart: spotbugs 1m 37s   the patch passed +1 :green_heart: shadedclient 23m 23s   patch has no errors when building and testing our client artifacts. _ Other Tests _ +1 :green_heart: unit 15m 23s   hadoop-common in the patch passed. +1 :green_heart: asflicense 0m 33s   The patch does not generate ASF License warnings.     137m 50s     Subsystem Report/Notes ----------: :------------- Docker ClientAPI=1.43 ServerAPI=1.43 base: https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-6359/4/artifact/out/Dockerfile GITHUB PR https://github.com/apache/hadoop/pull/6359 Optional Tests dupname asflicense compile javac javadoc mvninstall mvnsite unit shadedclient spotbugs checkstyle codespell detsecrets markdownlint uname Linux 24987cb5f253 5.15.0-88-generic #98-Ubuntu SMP Mon Oct 2 15:18:56 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux Build tool maven Personality dev-support/bin/hadoop.sh git revision trunk / 87ea32a39246e1ba2ed8ba92d9f12b99aac2ac46 Default Java Private Build-1.8.0_392-8u392-ga-1~20.04-b08 Multi-JDK versions /usr/lib/jvm/java-11-openjdk-amd64:Ubuntu-11.0.21+9-post-Ubuntu-0ubuntu120.04 /usr/lib/jvm/java-8-openjdk-amd64:Private Build-1.8.0_392-8u392-ga-1~20.04-b08 Test Results https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-6359/4/testReport/ Max. process+thread count 1263 (vs. ulimit of 5500) modules C: hadoop-common-project/hadoop-common U: hadoop-common-project/hadoop-common Console output https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-6359/4/console versions git=2.25.1 maven=3.6.3 spotbugs=4.2.2 Powered by Apache Yetus 0.14.0 https://yetus.apache.org This message was automatically generated.
            githubbot ASF GitHub Bot added a comment -

            li-leyang commented on PR #6359:
            URL: https://github.com/apache/hadoop/pull/6359#issuecomment-1863672969

            @simbadzina
            Per our discussion, let's keep it without private access modifier to follow same metrics pattern.
            The other checkstyle isn't related to this change. Please take another look.

            githubbot ASF GitHub Bot added a comment - li-leyang commented on PR #6359: URL: https://github.com/apache/hadoop/pull/6359#issuecomment-1863672969 @simbadzina Per our discussion, let's keep it without private access modifier to follow same metrics pattern. The other checkstyle isn't related to this change. Please take another look.
            githubbot ASF GitHub Bot added a comment -

            hadoop-yetus commented on PR #6359:
            URL: https://github.com/apache/hadoop/pull/6359#issuecomment-1863678423

            :broken_heart: *-1 overall*

            Vote Subsystem Runtime Logfile Comment
            :----: ----------: --------: :--------: :-------:
            +0 :ok: reexec 0m 21s   Docker mode activated.
            _ Prechecks _
            +1 :green_heart: dupname 0m 0s   No case conflicting files found.
            +0 :ok: codespell 0m 0s   codespell was not available.
            +0 :ok: detsecrets 0m 0s   detect-secrets was not available.
            +0 :ok: markdownlint 0m 0s   markdownlint was not available.
            +1 :green_heart: @author 0m 0s   The patch does not contain any @author tags.
            -1 :x: 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 _
            +1 :green_heart: mvninstall 34m 33s   trunk passed
            +1 :green_heart: compile 8m 40s   trunk passed with JDK Ubuntu-11.0.21+9-post-Ubuntu-0ubuntu120.04
            +1 :green_heart: compile 7m 35s   trunk passed with JDK Private Build-1.8.0_392-8u392-ga-1~20.04-b08
            +1 :green_heart: checkstyle 0m 38s   trunk passed
            +1 :green_heart: mvnsite 0m 50s   trunk passed
            +1 :green_heart: javadoc 0m 39s   trunk passed with JDK Ubuntu-11.0.21+9-post-Ubuntu-0ubuntu120.04
            +1 :green_heart: javadoc 0m 26s   trunk passed with JDK Private Build-1.8.0_392-8u392-ga-1~20.04-b08
            +1 :green_heart: spotbugs 1m 29s   trunk passed
            +1 :green_heart: shadedclient 23m 26s   branch has no errors when building and testing our client artifacts.
            _ Patch Compile Tests _
            +1 :green_heart: mvninstall 0m 35s   the patch passed
            +1 :green_heart: compile 8m 28s   the patch passed with JDK Ubuntu-11.0.21+9-post-Ubuntu-0ubuntu120.04
            +1 :green_heart: javac 8m 28s   the patch passed
            +1 :green_heart: compile 7m 39s   the patch passed with JDK Private Build-1.8.0_392-8u392-ga-1~20.04-b08
            +1 :green_heart: javac 7m 39s   the patch passed
            +1 :green_heart: blanks 0m 0s   The patch has no blanks issues.
            -0 :warning: checkstyle 0m 37s [/results-checkstyle-hadoop-common-project_hadoop-common.txt](https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-6359/5/artifact/out/results-checkstyle-hadoop-common-project_hadoop-common.txt) hadoop-common-project/hadoop-common: The patch generated 2 new + 197 unchanged - 0 fixed = 199 total (was 197)
            +1 :green_heart: mvnsite 0m 47s   the patch passed
            +1 :green_heart: javadoc 0m 34s   the patch passed with JDK Ubuntu-11.0.21+9-post-Ubuntu-0ubuntu120.04
            +1 :green_heart: javadoc 0m 29s   the patch passed with JDK Private Build-1.8.0_392-8u392-ga-1~20.04-b08
            +1 :green_heart: spotbugs 1m 25s   the patch passed
            +1 :green_heart: shadedclient 23m 22s   patch has no errors when building and testing our client artifacts.
            _ Other Tests _
            +1 :green_heart: unit 15m 47s   hadoop-common in the patch passed.
            +1 :green_heart: asflicense 0m 33s   The patch does not generate ASF License warnings.
                140m 34s    
            Subsystem Report/Notes
            ----------: :-------------
            Docker ClientAPI=1.43 ServerAPI=1.43 base: https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-6359/5/artifact/out/Dockerfile
            GITHUB PR https://github.com/apache/hadoop/pull/6359
            Optional Tests dupname asflicense compile javac javadoc mvninstall mvnsite unit shadedclient spotbugs checkstyle codespell detsecrets markdownlint
            uname Linux 3866501f4636 5.15.0-88-generic #98-Ubuntu SMP Mon Oct 2 15:18:56 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux
            Build tool maven
            Personality dev-support/bin/hadoop.sh
            git revision trunk / 4c2df2763c206f9d2bb09bef19c3a5a99fffb0b3
            Default Java Private Build-1.8.0_392-8u392-ga-1~20.04-b08
            Multi-JDK versions /usr/lib/jvm/java-11-openjdk-amd64:Ubuntu-11.0.21+9-post-Ubuntu-0ubuntu120.04 /usr/lib/jvm/java-8-openjdk-amd64:Private Build-1.8.0_392-8u392-ga-1~20.04-b08
            Test Results https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-6359/5/testReport/
            Max. process+thread count 3150 (vs. ulimit of 5500)
            modules C: hadoop-common-project/hadoop-common U: hadoop-common-project/hadoop-common
            Console output https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-6359/5/console
            versions git=2.25.1 maven=3.6.3 spotbugs=4.2.2
            Powered by Apache Yetus 0.14.0 https://yetus.apache.org

            This message was automatically generated.

            githubbot ASF GitHub Bot added a comment - hadoop-yetus commented on PR #6359: URL: https://github.com/apache/hadoop/pull/6359#issuecomment-1863678423 :broken_heart: * -1 overall * Vote Subsystem Runtime Logfile Comment :----: ----------: --------: :--------: :-------: +0 :ok: reexec 0m 21s   Docker mode activated. _ Prechecks _ +1 :green_heart: dupname 0m 0s   No case conflicting files found. +0 :ok: codespell 0m 0s   codespell was not available. +0 :ok: detsecrets 0m 0s   detect-secrets was not available. +0 :ok: markdownlint 0m 0s   markdownlint was not available. +1 :green_heart: @author 0m 0s   The patch does not contain any @author tags. -1 :x: 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 _ +1 :green_heart: mvninstall 34m 33s   trunk passed +1 :green_heart: compile 8m 40s   trunk passed with JDK Ubuntu-11.0.21+9-post-Ubuntu-0ubuntu120.04 +1 :green_heart: compile 7m 35s   trunk passed with JDK Private Build-1.8.0_392-8u392-ga-1~20.04-b08 +1 :green_heart: checkstyle 0m 38s   trunk passed +1 :green_heart: mvnsite 0m 50s   trunk passed +1 :green_heart: javadoc 0m 39s   trunk passed with JDK Ubuntu-11.0.21+9-post-Ubuntu-0ubuntu120.04 +1 :green_heart: javadoc 0m 26s   trunk passed with JDK Private Build-1.8.0_392-8u392-ga-1~20.04-b08 +1 :green_heart: spotbugs 1m 29s   trunk passed +1 :green_heart: shadedclient 23m 26s   branch has no errors when building and testing our client artifacts. _ Patch Compile Tests _ +1 :green_heart: mvninstall 0m 35s   the patch passed +1 :green_heart: compile 8m 28s   the patch passed with JDK Ubuntu-11.0.21+9-post-Ubuntu-0ubuntu120.04 +1 :green_heart: javac 8m 28s   the patch passed +1 :green_heart: compile 7m 39s   the patch passed with JDK Private Build-1.8.0_392-8u392-ga-1~20.04-b08 +1 :green_heart: javac 7m 39s   the patch passed +1 :green_heart: blanks 0m 0s   The patch has no blanks issues. -0 :warning: checkstyle 0m 37s [/results-checkstyle-hadoop-common-project_hadoop-common.txt] ( https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-6359/5/artifact/out/results-checkstyle-hadoop-common-project_hadoop-common.txt ) hadoop-common-project/hadoop-common: The patch generated 2 new + 197 unchanged - 0 fixed = 199 total (was 197) +1 :green_heart: mvnsite 0m 47s   the patch passed +1 :green_heart: javadoc 0m 34s   the patch passed with JDK Ubuntu-11.0.21+9-post-Ubuntu-0ubuntu120.04 +1 :green_heart: javadoc 0m 29s   the patch passed with JDK Private Build-1.8.0_392-8u392-ga-1~20.04-b08 +1 :green_heart: spotbugs 1m 25s   the patch passed +1 :green_heart: shadedclient 23m 22s   patch has no errors when building and testing our client artifacts. _ Other Tests _ +1 :green_heart: unit 15m 47s   hadoop-common in the patch passed. +1 :green_heart: asflicense 0m 33s   The patch does not generate ASF License warnings.     140m 34s     Subsystem Report/Notes ----------: :------------- Docker ClientAPI=1.43 ServerAPI=1.43 base: https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-6359/5/artifact/out/Dockerfile GITHUB PR https://github.com/apache/hadoop/pull/6359 Optional Tests dupname asflicense compile javac javadoc mvninstall mvnsite unit shadedclient spotbugs checkstyle codespell detsecrets markdownlint uname Linux 3866501f4636 5.15.0-88-generic #98-Ubuntu SMP Mon Oct 2 15:18:56 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux Build tool maven Personality dev-support/bin/hadoop.sh git revision trunk / 4c2df2763c206f9d2bb09bef19c3a5a99fffb0b3 Default Java Private Build-1.8.0_392-8u392-ga-1~20.04-b08 Multi-JDK versions /usr/lib/jvm/java-11-openjdk-amd64:Ubuntu-11.0.21+9-post-Ubuntu-0ubuntu120.04 /usr/lib/jvm/java-8-openjdk-amd64:Private Build-1.8.0_392-8u392-ga-1~20.04-b08 Test Results https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-6359/5/testReport/ Max. process+thread count 3150 (vs. ulimit of 5500) modules C: hadoop-common-project/hadoop-common U: hadoop-common-project/hadoop-common Console output https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-6359/5/console versions git=2.25.1 maven=3.6.3 spotbugs=4.2.2 Powered by Apache Yetus 0.14.0 https://yetus.apache.org This message was automatically generated.
            githubbot ASF GitHub Bot added a comment -

            hadoop-yetus commented on PR #6359:
            URL: https://github.com/apache/hadoop/pull/6359#issuecomment-1865450057

            :broken_heart: *-1 overall*

            Vote Subsystem Runtime Logfile Comment
            :----: ----------: --------: :--------: :-------:
            +0 :ok: reexec 0m 46s   Docker mode activated.
            _ Prechecks _
            +1 :green_heart: dupname 0m 0s   No case conflicting files found.
            +0 :ok: codespell 0m 0s   codespell was not available.
            +0 :ok: detsecrets 0m 0s   detect-secrets was not available.
            +0 :ok: markdownlint 0m 0s   markdownlint was not available.
            +1 :green_heart: @author 0m 0s   The patch does not contain any @author tags.
            -1 :x: 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 _
            +1 :green_heart: mvninstall 46m 16s   trunk passed
            +1 :green_heart: compile 18m 15s   trunk passed with JDK Ubuntu-11.0.21+9-post-Ubuntu-0ubuntu120.04
            +1 :green_heart: compile 16m 33s   trunk passed with JDK Private Build-1.8.0_392-8u392-ga-1~20.04-b08
            +1 :green_heart: checkstyle 1m 17s   trunk passed
            +1 :green_heart: mvnsite 1m 38s   trunk passed
            +1 :green_heart: javadoc 1m 11s   trunk passed with JDK Ubuntu-11.0.21+9-post-Ubuntu-0ubuntu120.04
            +1 :green_heart: javadoc 0m 50s   trunk passed with JDK Private Build-1.8.0_392-8u392-ga-1~20.04-b08
            +1 :green_heart: spotbugs 2m 36s   trunk passed
            +1 :green_heart: shadedclient 40m 50s   branch has no errors when building and testing our client artifacts.
            _ Patch Compile Tests _
            +1 :green_heart: mvninstall 0m 53s   the patch passed
            +1 :green_heart: compile 17m 54s   the patch passed with JDK Ubuntu-11.0.21+9-post-Ubuntu-0ubuntu120.04
            +1 :green_heart: javac 17m 54s   the patch passed
            +1 :green_heart: compile 16m 41s   the patch passed with JDK Private Build-1.8.0_392-8u392-ga-1~20.04-b08
            +1 :green_heart: javac 16m 41s   the patch passed
            +1 :green_heart: blanks 0m 0s   The patch has no blanks issues.
            -0 :warning: checkstyle 1m 13s [/results-checkstyle-hadoop-common-project_hadoop-common.txt](https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-6359/6/artifact/out/results-checkstyle-hadoop-common-project_hadoop-common.txt) hadoop-common-project/hadoop-common: The patch generated 2 new + 197 unchanged - 0 fixed = 199 total (was 197)
            +1 :green_heart: mvnsite 1m 37s   the patch passed
            +1 :green_heart: javadoc 1m 7s   the patch passed with JDK Ubuntu-11.0.21+9-post-Ubuntu-0ubuntu120.04
            +1 :green_heart: javadoc 0m 50s   the patch passed with JDK Private Build-1.8.0_392-8u392-ga-1~20.04-b08
            +1 :green_heart: spotbugs 2m 40s   the patch passed
            +1 :green_heart: shadedclient 39m 10s   patch has no errors when building and testing our client artifacts.
            _ Other Tests _
            +1 :green_heart: unit 19m 10s   hadoop-common in the patch passed.
            +1 :green_heart: asflicense 0m 57s   The patch does not generate ASF License warnings.
                235m 5s    
            Subsystem Report/Notes
            ----------: :-------------
            Docker ClientAPI=1.43 ServerAPI=1.43 base: https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-6359/6/artifact/out/Dockerfile
            GITHUB PR https://github.com/apache/hadoop/pull/6359
            Optional Tests dupname asflicense compile javac javadoc mvninstall mvnsite unit shadedclient spotbugs checkstyle codespell detsecrets markdownlint
            uname Linux cc8ddfa74604 5.15.0-88-generic #98-Ubuntu SMP Mon Oct 2 15:18:56 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux
            Build tool maven
            Personality dev-support/bin/hadoop.sh
            git revision trunk / 2d761dddf33cf482c42d003e574afd858860d456
            Default Java Private Build-1.8.0_392-8u392-ga-1~20.04-b08
            Multi-JDK versions /usr/lib/jvm/java-11-openjdk-amd64:Ubuntu-11.0.21+9-post-Ubuntu-0ubuntu120.04 /usr/lib/jvm/java-8-openjdk-amd64:Private Build-1.8.0_392-8u392-ga-1~20.04-b08
            Test Results https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-6359/6/testReport/
            Max. process+thread count 3137 (vs. ulimit of 5500)
            modules C: hadoop-common-project/hadoop-common U: hadoop-common-project/hadoop-common
            Console output https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-6359/6/console
            versions git=2.25.1 maven=3.6.3 spotbugs=4.2.2
            Powered by Apache Yetus 0.14.0 https://yetus.apache.org

            This message was automatically generated.

            githubbot ASF GitHub Bot added a comment - hadoop-yetus commented on PR #6359: URL: https://github.com/apache/hadoop/pull/6359#issuecomment-1865450057 :broken_heart: * -1 overall * Vote Subsystem Runtime Logfile Comment :----: ----------: --------: :--------: :-------: +0 :ok: reexec 0m 46s   Docker mode activated. _ Prechecks _ +1 :green_heart: dupname 0m 0s   No case conflicting files found. +0 :ok: codespell 0m 0s   codespell was not available. +0 :ok: detsecrets 0m 0s   detect-secrets was not available. +0 :ok: markdownlint 0m 0s   markdownlint was not available. +1 :green_heart: @author 0m 0s   The patch does not contain any @author tags. -1 :x: 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 _ +1 :green_heart: mvninstall 46m 16s   trunk passed +1 :green_heart: compile 18m 15s   trunk passed with JDK Ubuntu-11.0.21+9-post-Ubuntu-0ubuntu120.04 +1 :green_heart: compile 16m 33s   trunk passed with JDK Private Build-1.8.0_392-8u392-ga-1~20.04-b08 +1 :green_heart: checkstyle 1m 17s   trunk passed +1 :green_heart: mvnsite 1m 38s   trunk passed +1 :green_heart: javadoc 1m 11s   trunk passed with JDK Ubuntu-11.0.21+9-post-Ubuntu-0ubuntu120.04 +1 :green_heart: javadoc 0m 50s   trunk passed with JDK Private Build-1.8.0_392-8u392-ga-1~20.04-b08 +1 :green_heart: spotbugs 2m 36s   trunk passed +1 :green_heart: shadedclient 40m 50s   branch has no errors when building and testing our client artifacts. _ Patch Compile Tests _ +1 :green_heart: mvninstall 0m 53s   the patch passed +1 :green_heart: compile 17m 54s   the patch passed with JDK Ubuntu-11.0.21+9-post-Ubuntu-0ubuntu120.04 +1 :green_heart: javac 17m 54s   the patch passed +1 :green_heart: compile 16m 41s   the patch passed with JDK Private Build-1.8.0_392-8u392-ga-1~20.04-b08 +1 :green_heart: javac 16m 41s   the patch passed +1 :green_heart: blanks 0m 0s   The patch has no blanks issues. -0 :warning: checkstyle 1m 13s [/results-checkstyle-hadoop-common-project_hadoop-common.txt] ( https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-6359/6/artifact/out/results-checkstyle-hadoop-common-project_hadoop-common.txt ) hadoop-common-project/hadoop-common: The patch generated 2 new + 197 unchanged - 0 fixed = 199 total (was 197) +1 :green_heart: mvnsite 1m 37s   the patch passed +1 :green_heart: javadoc 1m 7s   the patch passed with JDK Ubuntu-11.0.21+9-post-Ubuntu-0ubuntu120.04 +1 :green_heart: javadoc 0m 50s   the patch passed with JDK Private Build-1.8.0_392-8u392-ga-1~20.04-b08 +1 :green_heart: spotbugs 2m 40s   the patch passed +1 :green_heart: shadedclient 39m 10s   patch has no errors when building and testing our client artifacts. _ Other Tests _ +1 :green_heart: unit 19m 10s   hadoop-common in the patch passed. +1 :green_heart: asflicense 0m 57s   The patch does not generate ASF License warnings.     235m 5s     Subsystem Report/Notes ----------: :------------- Docker ClientAPI=1.43 ServerAPI=1.43 base: https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-6359/6/artifact/out/Dockerfile GITHUB PR https://github.com/apache/hadoop/pull/6359 Optional Tests dupname asflicense compile javac javadoc mvninstall mvnsite unit shadedclient spotbugs checkstyle codespell detsecrets markdownlint uname Linux cc8ddfa74604 5.15.0-88-generic #98-Ubuntu SMP Mon Oct 2 15:18:56 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux Build tool maven Personality dev-support/bin/hadoop.sh git revision trunk / 2d761dddf33cf482c42d003e574afd858860d456 Default Java Private Build-1.8.0_392-8u392-ga-1~20.04-b08 Multi-JDK versions /usr/lib/jvm/java-11-openjdk-amd64:Ubuntu-11.0.21+9-post-Ubuntu-0ubuntu120.04 /usr/lib/jvm/java-8-openjdk-amd64:Private Build-1.8.0_392-8u392-ga-1~20.04-b08 Test Results https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-6359/6/testReport/ Max. process+thread count 3137 (vs. ulimit of 5500) modules C: hadoop-common-project/hadoop-common U: hadoop-common-project/hadoop-common Console output https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-6359/6/console versions git=2.25.1 maven=3.6.3 spotbugs=4.2.2 Powered by Apache Yetus 0.14.0 https://yetus.apache.org This message was automatically generated.
            githubbot ASF GitHub Bot added a comment -

            hadoop-yetus commented on PR #6359:
            URL: https://github.com/apache/hadoop/pull/6359#issuecomment-1867044249

            :broken_heart: *-1 overall*

            Vote Subsystem Runtime Logfile Comment
            :----: ----------: --------: :--------: :-------:
            +0 :ok: reexec 0m 20s   Docker mode activated.
            _ Prechecks _
            +1 :green_heart: dupname 0m 0s   No case conflicting files found.
            +0 :ok: codespell 0m 1s   codespell was not available.
            +0 :ok: detsecrets 0m 1s   detect-secrets was not available.
            +0 :ok: markdownlint 0m 1s   markdownlint was not available.
            +1 :green_heart: @author 0m 0s   The patch does not contain any @author tags.
            -1 :x: 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 _
            +1 :green_heart: mvninstall 31m 51s   trunk passed
            +1 :green_heart: compile 8m 15s   trunk passed with JDK Ubuntu-11.0.21+9-post-Ubuntu-0ubuntu120.04
            +1 :green_heart: compile 7m 56s   trunk passed with JDK Private Build-1.8.0_392-8u392-ga-1~20.04-b08
            +1 :green_heart: checkstyle 0m 44s   trunk passed
            +1 :green_heart: mvnsite 0m 54s   trunk passed
            +1 :green_heart: javadoc 0m 44s   trunk passed with JDK Ubuntu-11.0.21+9-post-Ubuntu-0ubuntu120.04
            +1 :green_heart: javadoc 0m 29s   trunk passed with JDK Private Build-1.8.0_392-8u392-ga-1~20.04-b08
            +1 :green_heart: spotbugs 1m 28s   trunk passed
            +1 :green_heart: shadedclient 21m 21s   branch has no errors when building and testing our client artifacts.
            _ Patch Compile Tests _
            +1 :green_heart: mvninstall 0m 29s   the patch passed
            +1 :green_heart: compile 8m 11s   the patch passed with JDK Ubuntu-11.0.21+9-post-Ubuntu-0ubuntu120.04
            +1 :green_heart: javac 8m 11s   the patch passed
            +1 :green_heart: compile 8m 40s   the patch passed with JDK Private Build-1.8.0_392-8u392-ga-1~20.04-b08
            +1 :green_heart: javac 8m 40s   the patch passed
            +1 :green_heart: blanks 0m 0s   The patch has no blanks issues.
            -0 :warning: checkstyle 0m 36s [/results-checkstyle-hadoop-common-project_hadoop-common.txt](https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-6359/8/artifact/out/results-checkstyle-hadoop-common-project_hadoop-common.txt) hadoop-common-project/hadoop-common: The patch generated 2 new + 197 unchanged - 0 fixed = 199 total (was 197)
            +1 :green_heart: mvnsite 0m 50s   the patch passed
            +1 :green_heart: javadoc 0m 48s   the patch passed with JDK Ubuntu-11.0.21+9-post-Ubuntu-0ubuntu120.04
            +1 :green_heart: javadoc 0m 26s   the patch passed with JDK Private Build-1.8.0_392-8u392-ga-1~20.04-b08
            +1 :green_heart: spotbugs 1m 29s   the patch passed
            +1 :green_heart: shadedclient 21m 47s   patch has no errors when building and testing our client artifacts.
            _ Other Tests _
            +1 :green_heart: unit 15m 42s   hadoop-common in the patch passed.
            +1 :green_heart: asflicense 0m 30s   The patch does not generate ASF License warnings.
                135m 0s    
            Subsystem Report/Notes
            ----------: :-------------
            Docker ClientAPI=1.43 ServerAPI=1.43 base: https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-6359/8/artifact/out/Dockerfile
            GITHUB PR https://github.com/apache/hadoop/pull/6359
            Optional Tests dupname asflicense compile javac javadoc mvninstall mvnsite unit shadedclient spotbugs checkstyle codespell detsecrets markdownlint
            uname Linux ced5b65d0861 5.15.0-88-generic #98-Ubuntu SMP Mon Oct 2 15:18:56 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux
            Build tool maven
            Personality dev-support/bin/hadoop.sh
            git revision trunk / 4c2df2763c206f9d2bb09bef19c3a5a99fffb0b3
            Default Java Private Build-1.8.0_392-8u392-ga-1~20.04-b08
            Multi-JDK versions /usr/lib/jvm/java-11-openjdk-amd64:Ubuntu-11.0.21+9-post-Ubuntu-0ubuntu120.04 /usr/lib/jvm/java-8-openjdk-amd64:Private Build-1.8.0_392-8u392-ga-1~20.04-b08
            Test Results https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-6359/8/testReport/
            Max. process+thread count 1268 (vs. ulimit of 5500)
            modules C: hadoop-common-project/hadoop-common U: hadoop-common-project/hadoop-common
            Console output https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-6359/8/console
            versions git=2.25.1 maven=3.6.3 spotbugs=4.2.2
            Powered by Apache Yetus 0.14.0 https://yetus.apache.org

            This message was automatically generated.

            githubbot ASF GitHub Bot added a comment - hadoop-yetus commented on PR #6359: URL: https://github.com/apache/hadoop/pull/6359#issuecomment-1867044249 :broken_heart: * -1 overall * Vote Subsystem Runtime Logfile Comment :----: ----------: --------: :--------: :-------: +0 :ok: reexec 0m 20s   Docker mode activated. _ Prechecks _ +1 :green_heart: dupname 0m 0s   No case conflicting files found. +0 :ok: codespell 0m 1s   codespell was not available. +0 :ok: detsecrets 0m 1s   detect-secrets was not available. +0 :ok: markdownlint 0m 1s   markdownlint was not available. +1 :green_heart: @author 0m 0s   The patch does not contain any @author tags. -1 :x: 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 _ +1 :green_heart: mvninstall 31m 51s   trunk passed +1 :green_heart: compile 8m 15s   trunk passed with JDK Ubuntu-11.0.21+9-post-Ubuntu-0ubuntu120.04 +1 :green_heart: compile 7m 56s   trunk passed with JDK Private Build-1.8.0_392-8u392-ga-1~20.04-b08 +1 :green_heart: checkstyle 0m 44s   trunk passed +1 :green_heart: mvnsite 0m 54s   trunk passed +1 :green_heart: javadoc 0m 44s   trunk passed with JDK Ubuntu-11.0.21+9-post-Ubuntu-0ubuntu120.04 +1 :green_heart: javadoc 0m 29s   trunk passed with JDK Private Build-1.8.0_392-8u392-ga-1~20.04-b08 +1 :green_heart: spotbugs 1m 28s   trunk passed +1 :green_heart: shadedclient 21m 21s   branch has no errors when building and testing our client artifacts. _ Patch Compile Tests _ +1 :green_heart: mvninstall 0m 29s   the patch passed +1 :green_heart: compile 8m 11s   the patch passed with JDK Ubuntu-11.0.21+9-post-Ubuntu-0ubuntu120.04 +1 :green_heart: javac 8m 11s   the patch passed +1 :green_heart: compile 8m 40s   the patch passed with JDK Private Build-1.8.0_392-8u392-ga-1~20.04-b08 +1 :green_heart: javac 8m 40s   the patch passed +1 :green_heart: blanks 0m 0s   The patch has no blanks issues. -0 :warning: checkstyle 0m 36s [/results-checkstyle-hadoop-common-project_hadoop-common.txt] ( https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-6359/8/artifact/out/results-checkstyle-hadoop-common-project_hadoop-common.txt ) hadoop-common-project/hadoop-common: The patch generated 2 new + 197 unchanged - 0 fixed = 199 total (was 197) +1 :green_heart: mvnsite 0m 50s   the patch passed +1 :green_heart: javadoc 0m 48s   the patch passed with JDK Ubuntu-11.0.21+9-post-Ubuntu-0ubuntu120.04 +1 :green_heart: javadoc 0m 26s   the patch passed with JDK Private Build-1.8.0_392-8u392-ga-1~20.04-b08 +1 :green_heart: spotbugs 1m 29s   the patch passed +1 :green_heart: shadedclient 21m 47s   patch has no errors when building and testing our client artifacts. _ Other Tests _ +1 :green_heart: unit 15m 42s   hadoop-common in the patch passed. +1 :green_heart: asflicense 0m 30s   The patch does not generate ASF License warnings.     135m 0s     Subsystem Report/Notes ----------: :------------- Docker ClientAPI=1.43 ServerAPI=1.43 base: https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-6359/8/artifact/out/Dockerfile GITHUB PR https://github.com/apache/hadoop/pull/6359 Optional Tests dupname asflicense compile javac javadoc mvninstall mvnsite unit shadedclient spotbugs checkstyle codespell detsecrets markdownlint uname Linux ced5b65d0861 5.15.0-88-generic #98-Ubuntu SMP Mon Oct 2 15:18:56 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux Build tool maven Personality dev-support/bin/hadoop.sh git revision trunk / 4c2df2763c206f9d2bb09bef19c3a5a99fffb0b3 Default Java Private Build-1.8.0_392-8u392-ga-1~20.04-b08 Multi-JDK versions /usr/lib/jvm/java-11-openjdk-amd64:Ubuntu-11.0.21+9-post-Ubuntu-0ubuntu120.04 /usr/lib/jvm/java-8-openjdk-amd64:Private Build-1.8.0_392-8u392-ga-1~20.04-b08 Test Results https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-6359/8/testReport/ Max. process+thread count 1268 (vs. ulimit of 5500) modules C: hadoop-common-project/hadoop-common U: hadoop-common-project/hadoop-common Console output https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-6359/8/console versions git=2.25.1 maven=3.6.3 spotbugs=4.2.2 Powered by Apache Yetus 0.14.0 https://yetus.apache.org This message was automatically generated.
            githubbot ASF GitHub Bot added a comment -

            hadoop-yetus commented on PR #6359:
            URL: https://github.com/apache/hadoop/pull/6359#issuecomment-1867072523

            :broken_heart: *-1 overall*

            Vote Subsystem Runtime Logfile Comment
            :----: ----------: --------: :--------: :-------:
            +0 :ok: reexec 0m 23s   Docker mode activated.
            _ Prechecks _
            +1 :green_heart: dupname 0m 0s   No case conflicting files found.
            +0 :ok: codespell 0m 0s   codespell was not available.
            +0 :ok: detsecrets 0m 0s   detect-secrets was not available.
            +0 :ok: markdownlint 0m 0s   markdownlint was not available.
            +1 :green_heart: @author 0m 0s   The patch does not contain any @author tags.
            -1 :x: 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 _
            +1 :green_heart: mvninstall 33m 40s   trunk passed
            +1 :green_heart: compile 9m 30s   trunk passed with JDK Ubuntu-11.0.21+9-post-Ubuntu-0ubuntu120.04
            +1 :green_heart: compile 8m 22s   trunk passed with JDK Private Build-1.8.0_392-8u392-ga-1~20.04-b08
            +1 :green_heart: checkstyle 0m 38s   trunk passed
            +1 :green_heart: mvnsite 0m 48s   trunk passed
            +1 :green_heart: javadoc 0m 41s   trunk passed with JDK Ubuntu-11.0.21+9-post-Ubuntu-0ubuntu120.04
            +1 :green_heart: javadoc 0m 26s   trunk passed with JDK Private Build-1.8.0_392-8u392-ga-1~20.04-b08
            +1 :green_heart: spotbugs 1m 20s   trunk passed
            +1 :green_heart: shadedclient 22m 4s   branch has no errors when building and testing our client artifacts.
            _ Patch Compile Tests _
            +1 :green_heart: mvninstall 0m 36s   the patch passed
            +1 :green_heart: compile 9m 18s   the patch passed with JDK Ubuntu-11.0.21+9-post-Ubuntu-0ubuntu120.04
            +1 :green_heart: javac 9m 18s   the patch passed
            +1 :green_heart: compile 7m 34s   the patch passed with JDK Private Build-1.8.0_392-8u392-ga-1~20.04-b08
            +1 :green_heart: javac 7m 34s   the patch passed
            +1 :green_heart: blanks 0m 0s   The patch has no blanks issues.
            -0 :warning: checkstyle 0m 33s [/results-checkstyle-hadoop-common-project_hadoop-common.txt](https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-6359/9/artifact/out/results-checkstyle-hadoop-common-project_hadoop-common.txt) hadoop-common-project/hadoop-common: The patch generated 2 new + 197 unchanged - 0 fixed = 199 total (was 197)
            +1 :green_heart: mvnsite 0m 47s   the patch passed
            +1 :green_heart: javadoc 0m 38s   the patch passed with JDK Ubuntu-11.0.21+9-post-Ubuntu-0ubuntu120.04
            +1 :green_heart: javadoc 0m 29s   the patch passed with JDK Private Build-1.8.0_392-8u392-ga-1~20.04-b08
            +1 :green_heart: spotbugs 1m 27s   the patch passed
            +1 :green_heart: shadedclient 20m 34s   patch has no errors when building and testing our client artifacts.
            _ Other Tests _
            +1 :green_heart: unit 15m 40s   hadoop-common in the patch passed.
            +1 :green_heart: asflicense 0m 34s   The patch does not generate ASF License warnings.
                138m 12s    
            Subsystem Report/Notes
            ----------: :-------------
            Docker ClientAPI=1.43 ServerAPI=1.43 base: https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-6359/9/artifact/out/Dockerfile
            GITHUB PR https://github.com/apache/hadoop/pull/6359
            Optional Tests dupname asflicense compile javac javadoc mvninstall mvnsite unit shadedclient spotbugs checkstyle codespell detsecrets markdownlint
            uname Linux 77d35d6f38f5 5.15.0-88-generic #98-Ubuntu SMP Mon Oct 2 15:18:56 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux
            Build tool maven
            Personality dev-support/bin/hadoop.sh
            git revision trunk / 92fb9e41a6a24e1ddcfd0620415c73a23664d7b9
            Default Java Private Build-1.8.0_392-8u392-ga-1~20.04-b08
            Multi-JDK versions /usr/lib/jvm/java-11-openjdk-amd64:Ubuntu-11.0.21+9-post-Ubuntu-0ubuntu120.04 /usr/lib/jvm/java-8-openjdk-amd64:Private Build-1.8.0_392-8u392-ga-1~20.04-b08
            Test Results https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-6359/9/testReport/
            Max. process+thread count 3150 (vs. ulimit of 5500)
            modules C: hadoop-common-project/hadoop-common U: hadoop-common-project/hadoop-common
            Console output https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-6359/9/console
            versions git=2.25.1 maven=3.6.3 spotbugs=4.2.2
            Powered by Apache Yetus 0.14.0 https://yetus.apache.org

            This message was automatically generated.

            githubbot ASF GitHub Bot added a comment - hadoop-yetus commented on PR #6359: URL: https://github.com/apache/hadoop/pull/6359#issuecomment-1867072523 :broken_heart: * -1 overall * Vote Subsystem Runtime Logfile Comment :----: ----------: --------: :--------: :-------: +0 :ok: reexec 0m 23s   Docker mode activated. _ Prechecks _ +1 :green_heart: dupname 0m 0s   No case conflicting files found. +0 :ok: codespell 0m 0s   codespell was not available. +0 :ok: detsecrets 0m 0s   detect-secrets was not available. +0 :ok: markdownlint 0m 0s   markdownlint was not available. +1 :green_heart: @author 0m 0s   The patch does not contain any @author tags. -1 :x: 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 _ +1 :green_heart: mvninstall 33m 40s   trunk passed +1 :green_heart: compile 9m 30s   trunk passed with JDK Ubuntu-11.0.21+9-post-Ubuntu-0ubuntu120.04 +1 :green_heart: compile 8m 22s   trunk passed with JDK Private Build-1.8.0_392-8u392-ga-1~20.04-b08 +1 :green_heart: checkstyle 0m 38s   trunk passed +1 :green_heart: mvnsite 0m 48s   trunk passed +1 :green_heart: javadoc 0m 41s   trunk passed with JDK Ubuntu-11.0.21+9-post-Ubuntu-0ubuntu120.04 +1 :green_heart: javadoc 0m 26s   trunk passed with JDK Private Build-1.8.0_392-8u392-ga-1~20.04-b08 +1 :green_heart: spotbugs 1m 20s   trunk passed +1 :green_heart: shadedclient 22m 4s   branch has no errors when building and testing our client artifacts. _ Patch Compile Tests _ +1 :green_heart: mvninstall 0m 36s   the patch passed +1 :green_heart: compile 9m 18s   the patch passed with JDK Ubuntu-11.0.21+9-post-Ubuntu-0ubuntu120.04 +1 :green_heart: javac 9m 18s   the patch passed +1 :green_heart: compile 7m 34s   the patch passed with JDK Private Build-1.8.0_392-8u392-ga-1~20.04-b08 +1 :green_heart: javac 7m 34s   the patch passed +1 :green_heart: blanks 0m 0s   The patch has no blanks issues. -0 :warning: checkstyle 0m 33s [/results-checkstyle-hadoop-common-project_hadoop-common.txt] ( https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-6359/9/artifact/out/results-checkstyle-hadoop-common-project_hadoop-common.txt ) hadoop-common-project/hadoop-common: The patch generated 2 new + 197 unchanged - 0 fixed = 199 total (was 197) +1 :green_heart: mvnsite 0m 47s   the patch passed +1 :green_heart: javadoc 0m 38s   the patch passed with JDK Ubuntu-11.0.21+9-post-Ubuntu-0ubuntu120.04 +1 :green_heart: javadoc 0m 29s   the patch passed with JDK Private Build-1.8.0_392-8u392-ga-1~20.04-b08 +1 :green_heart: spotbugs 1m 27s   the patch passed +1 :green_heart: shadedclient 20m 34s   patch has no errors when building and testing our client artifacts. _ Other Tests _ +1 :green_heart: unit 15m 40s   hadoop-common in the patch passed. +1 :green_heart: asflicense 0m 34s   The patch does not generate ASF License warnings.     138m 12s     Subsystem Report/Notes ----------: :------------- Docker ClientAPI=1.43 ServerAPI=1.43 base: https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-6359/9/artifact/out/Dockerfile GITHUB PR https://github.com/apache/hadoop/pull/6359 Optional Tests dupname asflicense compile javac javadoc mvninstall mvnsite unit shadedclient spotbugs checkstyle codespell detsecrets markdownlint uname Linux 77d35d6f38f5 5.15.0-88-generic #98-Ubuntu SMP Mon Oct 2 15:18:56 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux Build tool maven Personality dev-support/bin/hadoop.sh git revision trunk / 92fb9e41a6a24e1ddcfd0620415c73a23664d7b9 Default Java Private Build-1.8.0_392-8u392-ga-1~20.04-b08 Multi-JDK versions /usr/lib/jvm/java-11-openjdk-amd64:Ubuntu-11.0.21+9-post-Ubuntu-0ubuntu120.04 /usr/lib/jvm/java-8-openjdk-amd64:Private Build-1.8.0_392-8u392-ga-1~20.04-b08 Test Results https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-6359/9/testReport/ Max. process+thread count 3150 (vs. ulimit of 5500) modules C: hadoop-common-project/hadoop-common U: hadoop-common-project/hadoop-common Console output https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-6359/9/console versions git=2.25.1 maven=3.6.3 spotbugs=4.2.2 Powered by Apache Yetus 0.14.0 https://yetus.apache.org This message was automatically generated.
            githubbot ASF GitHub Bot added a comment -

            hadoop-yetus commented on PR #6359:
            URL: https://github.com/apache/hadoop/pull/6359#issuecomment-1867098671

            :broken_heart: *-1 overall*

            Vote Subsystem Runtime Logfile Comment
            :----: ----------: --------: :--------: :-------:
            +0 :ok: reexec 0m 46s   Docker mode activated.
            _ Prechecks _
            +1 :green_heart: dupname 0m 0s   No case conflicting files found.
            +0 :ok: codespell 0m 0s   codespell was not available.
            +0 :ok: detsecrets 0m 0s   detect-secrets was not available.
            +0 :ok: markdownlint 0m 0s   markdownlint was not available.
            +1 :green_heart: @author 0m 0s   The patch does not contain any @author tags.
            -1 :x: 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 _
            +1 :green_heart: mvninstall 46m 34s   trunk passed
            +1 :green_heart: compile 18m 15s   trunk passed with JDK Ubuntu-11.0.21+9-post-Ubuntu-0ubuntu120.04
            +1 :green_heart: compile 16m 55s   trunk passed with JDK Private Build-1.8.0_392-8u392-ga-1~20.04-b08
            +1 :green_heart: checkstyle 1m 16s   trunk passed
            +1 :green_heart: mvnsite 1m 38s   trunk passed
            +1 :green_heart: javadoc 1m 13s   trunk passed with JDK Ubuntu-11.0.21+9-post-Ubuntu-0ubuntu120.04
            +1 :green_heart: javadoc 0m 48s   trunk passed with JDK Private Build-1.8.0_392-8u392-ga-1~20.04-b08
            +1 :green_heart: spotbugs 2m 33s   trunk passed
            +1 :green_heart: shadedclient 39m 36s   branch has no errors when building and testing our client artifacts.
            _ Patch Compile Tests _
            +1 :green_heart: mvninstall 0m 55s   the patch passed
            +1 :green_heart: compile 17m 24s   the patch passed with JDK Ubuntu-11.0.21+9-post-Ubuntu-0ubuntu120.04
            +1 :green_heart: javac 17m 24s   the patch passed
            +1 :green_heart: compile 16m 39s   the patch passed with JDK Private Build-1.8.0_392-8u392-ga-1~20.04-b08
            +1 :green_heart: javac 16m 39s   the patch passed
            +1 :green_heart: blanks 0m 0s   The patch has no blanks issues.
            -0 :warning: checkstyle 1m 13s [/results-checkstyle-hadoop-common-project_hadoop-common.txt](https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-6359/7/artifact/out/results-checkstyle-hadoop-common-project_hadoop-common.txt) hadoop-common-project/hadoop-common: The patch generated 2 new + 197 unchanged - 0 fixed = 199 total (was 197)
            +1 :green_heart: mvnsite 1m 35s   the patch passed
            +1 :green_heart: javadoc 1m 6s   the patch passed with JDK Ubuntu-11.0.21+9-post-Ubuntu-0ubuntu120.04
            +1 :green_heart: javadoc 0m 50s   the patch passed with JDK Private Build-1.8.0_392-8u392-ga-1~20.04-b08
            +1 :green_heart: spotbugs 2m 43s   the patch passed
            +1 :green_heart: shadedclient 39m 52s   patch has no errors when building and testing our client artifacts.
            _ Other Tests _
            +1 :green_heart: unit 19m 17s   hadoop-common in the patch passed.
            +1 :green_heart: asflicense 0m 58s   The patch does not generate ASF License warnings.
                234m 46s    
            Subsystem Report/Notes
            ----------: :-------------
            Docker ClientAPI=1.43 ServerAPI=1.43 base: https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-6359/7/artifact/out/Dockerfile
            GITHUB PR https://github.com/apache/hadoop/pull/6359
            Optional Tests dupname asflicense compile javac javadoc mvninstall mvnsite unit shadedclient spotbugs checkstyle codespell detsecrets markdownlint
            uname Linux db95dbfef87e 5.15.0-88-generic #98-Ubuntu SMP Mon Oct 2 15:18:56 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux
            Build tool maven
            Personality dev-support/bin/hadoop.sh
            git revision trunk / 4c2df2763c206f9d2bb09bef19c3a5a99fffb0b3
            Default Java Private Build-1.8.0_392-8u392-ga-1~20.04-b08
            Multi-JDK versions /usr/lib/jvm/java-11-openjdk-amd64:Ubuntu-11.0.21+9-post-Ubuntu-0ubuntu120.04 /usr/lib/jvm/java-8-openjdk-amd64:Private Build-1.8.0_392-8u392-ga-1~20.04-b08
            Test Results https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-6359/7/testReport/
            Max. process+thread count 2923 (vs. ulimit of 5500)
            modules C: hadoop-common-project/hadoop-common U: hadoop-common-project/hadoop-common
            Console output https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-6359/7/console
            versions git=2.25.1 maven=3.6.3 spotbugs=4.2.2
            Powered by Apache Yetus 0.14.0 https://yetus.apache.org

            This message was automatically generated.

            githubbot ASF GitHub Bot added a comment - hadoop-yetus commented on PR #6359: URL: https://github.com/apache/hadoop/pull/6359#issuecomment-1867098671 :broken_heart: * -1 overall * Vote Subsystem Runtime Logfile Comment :----: ----------: --------: :--------: :-------: +0 :ok: reexec 0m 46s   Docker mode activated. _ Prechecks _ +1 :green_heart: dupname 0m 0s   No case conflicting files found. +0 :ok: codespell 0m 0s   codespell was not available. +0 :ok: detsecrets 0m 0s   detect-secrets was not available. +0 :ok: markdownlint 0m 0s   markdownlint was not available. +1 :green_heart: @author 0m 0s   The patch does not contain any @author tags. -1 :x: 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 _ +1 :green_heart: mvninstall 46m 34s   trunk passed +1 :green_heart: compile 18m 15s   trunk passed with JDK Ubuntu-11.0.21+9-post-Ubuntu-0ubuntu120.04 +1 :green_heart: compile 16m 55s   trunk passed with JDK Private Build-1.8.0_392-8u392-ga-1~20.04-b08 +1 :green_heart: checkstyle 1m 16s   trunk passed +1 :green_heart: mvnsite 1m 38s   trunk passed +1 :green_heart: javadoc 1m 13s   trunk passed with JDK Ubuntu-11.0.21+9-post-Ubuntu-0ubuntu120.04 +1 :green_heart: javadoc 0m 48s   trunk passed with JDK Private Build-1.8.0_392-8u392-ga-1~20.04-b08 +1 :green_heart: spotbugs 2m 33s   trunk passed +1 :green_heart: shadedclient 39m 36s   branch has no errors when building and testing our client artifacts. _ Patch Compile Tests _ +1 :green_heart: mvninstall 0m 55s   the patch passed +1 :green_heart: compile 17m 24s   the patch passed with JDK Ubuntu-11.0.21+9-post-Ubuntu-0ubuntu120.04 +1 :green_heart: javac 17m 24s   the patch passed +1 :green_heart: compile 16m 39s   the patch passed with JDK Private Build-1.8.0_392-8u392-ga-1~20.04-b08 +1 :green_heart: javac 16m 39s   the patch passed +1 :green_heart: blanks 0m 0s   The patch has no blanks issues. -0 :warning: checkstyle 1m 13s [/results-checkstyle-hadoop-common-project_hadoop-common.txt] ( https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-6359/7/artifact/out/results-checkstyle-hadoop-common-project_hadoop-common.txt ) hadoop-common-project/hadoop-common: The patch generated 2 new + 197 unchanged - 0 fixed = 199 total (was 197) +1 :green_heart: mvnsite 1m 35s   the patch passed +1 :green_heart: javadoc 1m 6s   the patch passed with JDK Ubuntu-11.0.21+9-post-Ubuntu-0ubuntu120.04 +1 :green_heart: javadoc 0m 50s   the patch passed with JDK Private Build-1.8.0_392-8u392-ga-1~20.04-b08 +1 :green_heart: spotbugs 2m 43s   the patch passed +1 :green_heart: shadedclient 39m 52s   patch has no errors when building and testing our client artifacts. _ Other Tests _ +1 :green_heart: unit 19m 17s   hadoop-common in the patch passed. +1 :green_heart: asflicense 0m 58s   The patch does not generate ASF License warnings.     234m 46s     Subsystem Report/Notes ----------: :------------- Docker ClientAPI=1.43 ServerAPI=1.43 base: https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-6359/7/artifact/out/Dockerfile GITHUB PR https://github.com/apache/hadoop/pull/6359 Optional Tests dupname asflicense compile javac javadoc mvninstall mvnsite unit shadedclient spotbugs checkstyle codespell detsecrets markdownlint uname Linux db95dbfef87e 5.15.0-88-generic #98-Ubuntu SMP Mon Oct 2 15:18:56 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux Build tool maven Personality dev-support/bin/hadoop.sh git revision trunk / 4c2df2763c206f9d2bb09bef19c3a5a99fffb0b3 Default Java Private Build-1.8.0_392-8u392-ga-1~20.04-b08 Multi-JDK versions /usr/lib/jvm/java-11-openjdk-amd64:Ubuntu-11.0.21+9-post-Ubuntu-0ubuntu120.04 /usr/lib/jvm/java-8-openjdk-amd64:Private Build-1.8.0_392-8u392-ga-1~20.04-b08 Test Results https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-6359/7/testReport/ Max. process+thread count 2923 (vs. ulimit of 5500) modules C: hadoop-common-project/hadoop-common U: hadoop-common-project/hadoop-common Console output https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-6359/7/console versions git=2.25.1 maven=3.6.3 spotbugs=4.2.2 Powered by Apache Yetus 0.14.0 https://yetus.apache.org This message was automatically generated.
            githubbot ASF GitHub Bot added a comment -

            hadoop-yetus commented on PR #6359:
            URL: https://github.com/apache/hadoop/pull/6359#issuecomment-1872425565

            :broken_heart: *-1 overall*

            Vote Subsystem Runtime Logfile Comment
            :----: ----------: --------: :--------: :-------:
            +0 :ok: reexec 16m 55s   Docker mode activated.
            _ Prechecks _
            +1 :green_heart: dupname 0m 0s   No case conflicting files found.
            +0 :ok: codespell 0m 0s   codespell was not available.
            +0 :ok: detsecrets 0m 0s   detect-secrets was not available.
            +0 :ok: markdownlint 0m 0s   markdownlint was not available.
            +1 :green_heart: @author 0m 0s   The patch does not contain any @author tags.
            -1 :x: 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 _
            +1 :green_heart: mvninstall 46m 47s   trunk passed
            +1 :green_heart: compile 18m 4s   trunk passed with JDK Ubuntu-11.0.21+9-post-Ubuntu-0ubuntu120.04
            +1 :green_heart: compile 16m 24s   trunk passed with JDK Private Build-1.8.0_392-8u392-ga-1~20.04-b08
            +1 :green_heart: checkstyle 1m 17s   trunk passed
            +1 :green_heart: mvnsite 1m 37s   trunk passed
            +1 :green_heart: javadoc 1m 13s   trunk passed with JDK Ubuntu-11.0.21+9-post-Ubuntu-0ubuntu120.04
            +1 :green_heart: javadoc 0m 49s   trunk passed with JDK Private Build-1.8.0_392-8u392-ga-1~20.04-b08
            +1 :green_heart: spotbugs 2m 36s   trunk passed
            +1 :green_heart: shadedclient 39m 37s   branch has no errors when building and testing our client artifacts.
            _ Patch Compile Tests _
            +1 :green_heart: mvninstall 0m 56s   the patch passed
            +1 :green_heart: compile 17m 19s   the patch passed with JDK Ubuntu-11.0.21+9-post-Ubuntu-0ubuntu120.04
            +1 :green_heart: javac 17m 19s   the patch passed
            +1 :green_heart: compile 16m 29s   the patch passed with JDK Private Build-1.8.0_392-8u392-ga-1~20.04-b08
            +1 :green_heart: javac 16m 29s   the patch passed
            +1 :green_heart: blanks 0m 0s   The patch has no blanks issues.
            -0 :warning: checkstyle 1m 13s [/results-checkstyle-hadoop-common-project_hadoop-common.txt](https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-6359/10/artifact/out/results-checkstyle-hadoop-common-project_hadoop-common.txt) hadoop-common-project/hadoop-common: The patch generated 2 new + 197 unchanged - 0 fixed = 199 total (was 197)
            +1 :green_heart: mvnsite 1m 33s   the patch passed
            +1 :green_heart: javadoc 1m 6s   the patch passed with JDK Ubuntu-11.0.21+9-post-Ubuntu-0ubuntu120.04
            +1 :green_heart: javadoc 0m 51s   the patch passed with JDK Private Build-1.8.0_392-8u392-ga-1~20.04-b08
            +1 :green_heart: spotbugs 2m 40s   the patch passed
            +1 :green_heart: shadedclient 40m 1s   patch has no errors when building and testing our client artifacts.
            _ Other Tests _
            +1 :green_heart: unit 19m 19s   hadoop-common in the patch passed.
            +1 :green_heart: asflicense 0m 57s   The patch does not generate ASF License warnings.
                250m 20s    
            Subsystem Report/Notes
            ----------: :-------------
            Docker ClientAPI=1.43 ServerAPI=1.43 base: https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-6359/10/artifact/out/Dockerfile
            GITHUB PR https://github.com/apache/hadoop/pull/6359
            Optional Tests dupname asflicense compile javac javadoc mvninstall mvnsite unit shadedclient spotbugs checkstyle codespell detsecrets markdownlint
            uname Linux 328bbc48c941 5.15.0-88-generic #98-Ubuntu SMP Mon Oct 2 15:18:56 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux
            Build tool maven
            Personality dev-support/bin/hadoop.sh
            git revision trunk / 92fb9e41a6a24e1ddcfd0620415c73a23664d7b9
            Default Java Private Build-1.8.0_392-8u392-ga-1~20.04-b08
            Multi-JDK versions /usr/lib/jvm/java-11-openjdk-amd64:Ubuntu-11.0.21+9-post-Ubuntu-0ubuntu120.04 /usr/lib/jvm/java-8-openjdk-amd64:Private Build-1.8.0_392-8u392-ga-1~20.04-b08
            Test Results https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-6359/10/testReport/
            Max. process+thread count 2138 (vs. ulimit of 5500)
            modules C: hadoop-common-project/hadoop-common U: hadoop-common-project/hadoop-common
            Console output https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-6359/10/console
            versions git=2.25.1 maven=3.6.3 spotbugs=4.2.2
            Powered by Apache Yetus 0.14.0 https://yetus.apache.org

            This message was automatically generated.

            githubbot ASF GitHub Bot added a comment - hadoop-yetus commented on PR #6359: URL: https://github.com/apache/hadoop/pull/6359#issuecomment-1872425565 :broken_heart: * -1 overall * Vote Subsystem Runtime Logfile Comment :----: ----------: --------: :--------: :-------: +0 :ok: reexec 16m 55s   Docker mode activated. _ Prechecks _ +1 :green_heart: dupname 0m 0s   No case conflicting files found. +0 :ok: codespell 0m 0s   codespell was not available. +0 :ok: detsecrets 0m 0s   detect-secrets was not available. +0 :ok: markdownlint 0m 0s   markdownlint was not available. +1 :green_heart: @author 0m 0s   The patch does not contain any @author tags. -1 :x: 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 _ +1 :green_heart: mvninstall 46m 47s   trunk passed +1 :green_heart: compile 18m 4s   trunk passed with JDK Ubuntu-11.0.21+9-post-Ubuntu-0ubuntu120.04 +1 :green_heart: compile 16m 24s   trunk passed with JDK Private Build-1.8.0_392-8u392-ga-1~20.04-b08 +1 :green_heart: checkstyle 1m 17s   trunk passed +1 :green_heart: mvnsite 1m 37s   trunk passed +1 :green_heart: javadoc 1m 13s   trunk passed with JDK Ubuntu-11.0.21+9-post-Ubuntu-0ubuntu120.04 +1 :green_heart: javadoc 0m 49s   trunk passed with JDK Private Build-1.8.0_392-8u392-ga-1~20.04-b08 +1 :green_heart: spotbugs 2m 36s   trunk passed +1 :green_heart: shadedclient 39m 37s   branch has no errors when building and testing our client artifacts. _ Patch Compile Tests _ +1 :green_heart: mvninstall 0m 56s   the patch passed +1 :green_heart: compile 17m 19s   the patch passed with JDK Ubuntu-11.0.21+9-post-Ubuntu-0ubuntu120.04 +1 :green_heart: javac 17m 19s   the patch passed +1 :green_heart: compile 16m 29s   the patch passed with JDK Private Build-1.8.0_392-8u392-ga-1~20.04-b08 +1 :green_heart: javac 16m 29s   the patch passed +1 :green_heart: blanks 0m 0s   The patch has no blanks issues. -0 :warning: checkstyle 1m 13s [/results-checkstyle-hadoop-common-project_hadoop-common.txt] ( https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-6359/10/artifact/out/results-checkstyle-hadoop-common-project_hadoop-common.txt ) hadoop-common-project/hadoop-common: The patch generated 2 new + 197 unchanged - 0 fixed = 199 total (was 197) +1 :green_heart: mvnsite 1m 33s   the patch passed +1 :green_heart: javadoc 1m 6s   the patch passed with JDK Ubuntu-11.0.21+9-post-Ubuntu-0ubuntu120.04 +1 :green_heart: javadoc 0m 51s   the patch passed with JDK Private Build-1.8.0_392-8u392-ga-1~20.04-b08 +1 :green_heart: spotbugs 2m 40s   the patch passed +1 :green_heart: shadedclient 40m 1s   patch has no errors when building and testing our client artifacts. _ Other Tests _ +1 :green_heart: unit 19m 19s   hadoop-common in the patch passed. +1 :green_heart: asflicense 0m 57s   The patch does not generate ASF License warnings.     250m 20s     Subsystem Report/Notes ----------: :------------- Docker ClientAPI=1.43 ServerAPI=1.43 base: https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-6359/10/artifact/out/Dockerfile GITHUB PR https://github.com/apache/hadoop/pull/6359 Optional Tests dupname asflicense compile javac javadoc mvninstall mvnsite unit shadedclient spotbugs checkstyle codespell detsecrets markdownlint uname Linux 328bbc48c941 5.15.0-88-generic #98-Ubuntu SMP Mon Oct 2 15:18:56 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux Build tool maven Personality dev-support/bin/hadoop.sh git revision trunk / 92fb9e41a6a24e1ddcfd0620415c73a23664d7b9 Default Java Private Build-1.8.0_392-8u392-ga-1~20.04-b08 Multi-JDK versions /usr/lib/jvm/java-11-openjdk-amd64:Ubuntu-11.0.21+9-post-Ubuntu-0ubuntu120.04 /usr/lib/jvm/java-8-openjdk-amd64:Private Build-1.8.0_392-8u392-ga-1~20.04-b08 Test Results https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-6359/10/testReport/ Max. process+thread count 2138 (vs. ulimit of 5500) modules C: hadoop-common-project/hadoop-common U: hadoop-common-project/hadoop-common Console output https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-6359/10/console versions git=2.25.1 maven=3.6.3 spotbugs=4.2.2 Powered by Apache Yetus 0.14.0 https://yetus.apache.org This message was automatically generated.
            githubbot ASF GitHub Bot added a comment -

            hadoop-yetus commented on PR #6359:
            URL: https://github.com/apache/hadoop/pull/6359#issuecomment-1874656622

            :confetti_ball: *+1 overall*

            Vote Subsystem Runtime Logfile Comment
            :----: ----------: --------: :--------: :-------:
            +0 :ok: reexec 0m 25s   Docker mode activated.
            _ Prechecks _
            +1 :green_heart: dupname 0m 0s   No case conflicting files found.
            +0 :ok: codespell 0m 0s   codespell was not available.
            +0 :ok: detsecrets 0m 0s   detect-secrets was not available.
            +0 :ok: markdownlint 0m 0s   markdownlint was not available.
            +1 :green_heart: @author 0m 0s   The patch does not contain any @author tags.
            +1 :green_heart: test4tests 0m 0s   The patch appears to include 1 new or modified test files.
            _ trunk Compile Tests _
            +1 :green_heart: mvninstall 31m 57s   trunk passed
            +1 :green_heart: compile 9m 34s   trunk passed with JDK Ubuntu-11.0.21+9-post-Ubuntu-0ubuntu120.04
            +1 :green_heart: compile 8m 58s   trunk passed with JDK Private Build-1.8.0_392-8u392-ga-1~20.04-b08
            +1 :green_heart: checkstyle 0m 38s   trunk passed
            +1 :green_heart: mvnsite 0m 52s   trunk passed
            +1 :green_heart: javadoc 0m 41s   trunk passed with JDK Ubuntu-11.0.21+9-post-Ubuntu-0ubuntu120.04
            +1 :green_heart: javadoc 0m 27s   trunk passed with JDK Private Build-1.8.0_392-8u392-ga-1~20.04-b08
            +1 :green_heart: spotbugs 1m 35s   trunk passed
            +1 :green_heart: shadedclient 21m 23s   branch has no errors when building and testing our client artifacts.
            _ Patch Compile Tests _
            +1 :green_heart: mvninstall 0m 32s   the patch passed
            +1 :green_heart: compile 9m 12s   the patch passed with JDK Ubuntu-11.0.21+9-post-Ubuntu-0ubuntu120.04
            +1 :green_heart: javac 9m 12s   the patch passed
            +1 :green_heart: compile 8m 50s   the patch passed with JDK Private Build-1.8.0_392-8u392-ga-1~20.04-b08
            +1 :green_heart: javac 8m 50s   the patch passed
            +1 :green_heart: blanks 0m 0s   The patch has no blanks issues.
            -0 :warning: checkstyle 0m 32s [/results-checkstyle-hadoop-common-project_hadoop-common.txt](https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-6359/13/artifact/out/results-checkstyle-hadoop-common-project_hadoop-common.txt) hadoop-common-project/hadoop-common: The patch generated 2 new + 215 unchanged - 0 fixed = 217 total (was 215)
            +1 :green_heart: mvnsite 0m 52s   the patch passed
            +1 :green_heart: javadoc 0m 34s   the patch passed with JDK Ubuntu-11.0.21+9-post-Ubuntu-0ubuntu120.04
            +1 :green_heart: javadoc 0m 24s   the patch passed with JDK Private Build-1.8.0_392-8u392-ga-1~20.04-b08
            +1 :green_heart: spotbugs 1m 35s   the patch passed
            +1 :green_heart: shadedclient 21m 18s   patch has no errors when building and testing our client artifacts.
            _ Other Tests _
            +1 :green_heart: unit 15m 36s   hadoop-common in the patch passed.
            +1 :green_heart: asflicense 0m 31s   The patch does not generate ASF License warnings.
                138m 41s    
            Subsystem Report/Notes
            ----------: :-------------
            Docker ClientAPI=1.43 ServerAPI=1.43 base: https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-6359/13/artifact/out/Dockerfile
            GITHUB PR https://github.com/apache/hadoop/pull/6359
            Optional Tests dupname asflicense compile javac javadoc mvninstall mvnsite unit shadedclient spotbugs checkstyle codespell detsecrets markdownlint
            uname Linux a4fd3515e5e9 5.15.0-88-generic #98-Ubuntu SMP Mon Oct 2 15:18:56 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux
            Build tool maven
            Personality dev-support/bin/hadoop.sh
            git revision trunk / 4e12859a9591dbe9623119b57b1c5f472f3ab0af
            Default Java Private Build-1.8.0_392-8u392-ga-1~20.04-b08
            Multi-JDK versions /usr/lib/jvm/java-11-openjdk-amd64:Ubuntu-11.0.21+9-post-Ubuntu-0ubuntu120.04 /usr/lib/jvm/java-8-openjdk-amd64:Private Build-1.8.0_392-8u392-ga-1~20.04-b08
            Test Results https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-6359/13/testReport/
            Max. process+thread count 5218 (vs. ulimit of 5500)
            modules C: hadoop-common-project/hadoop-common U: hadoop-common-project/hadoop-common
            Console output https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-6359/13/console
            versions git=2.25.1 maven=3.6.3 spotbugs=4.2.2
            Powered by Apache Yetus 0.14.0 https://yetus.apache.org

            This message was automatically generated.

            githubbot ASF GitHub Bot added a comment - hadoop-yetus commented on PR #6359: URL: https://github.com/apache/hadoop/pull/6359#issuecomment-1874656622 :confetti_ball: * +1 overall * Vote Subsystem Runtime Logfile Comment :----: ----------: --------: :--------: :-------: +0 :ok: reexec 0m 25s   Docker mode activated. _ Prechecks _ +1 :green_heart: dupname 0m 0s   No case conflicting files found. +0 :ok: codespell 0m 0s   codespell was not available. +0 :ok: detsecrets 0m 0s   detect-secrets was not available. +0 :ok: markdownlint 0m 0s   markdownlint was not available. +1 :green_heart: @author 0m 0s   The patch does not contain any @author tags. +1 :green_heart: test4tests 0m 0s   The patch appears to include 1 new or modified test files. _ trunk Compile Tests _ +1 :green_heart: mvninstall 31m 57s   trunk passed +1 :green_heart: compile 9m 34s   trunk passed with JDK Ubuntu-11.0.21+9-post-Ubuntu-0ubuntu120.04 +1 :green_heart: compile 8m 58s   trunk passed with JDK Private Build-1.8.0_392-8u392-ga-1~20.04-b08 +1 :green_heart: checkstyle 0m 38s   trunk passed +1 :green_heart: mvnsite 0m 52s   trunk passed +1 :green_heart: javadoc 0m 41s   trunk passed with JDK Ubuntu-11.0.21+9-post-Ubuntu-0ubuntu120.04 +1 :green_heart: javadoc 0m 27s   trunk passed with JDK Private Build-1.8.0_392-8u392-ga-1~20.04-b08 +1 :green_heart: spotbugs 1m 35s   trunk passed +1 :green_heart: shadedclient 21m 23s   branch has no errors when building and testing our client artifacts. _ Patch Compile Tests _ +1 :green_heart: mvninstall 0m 32s   the patch passed +1 :green_heart: compile 9m 12s   the patch passed with JDK Ubuntu-11.0.21+9-post-Ubuntu-0ubuntu120.04 +1 :green_heart: javac 9m 12s   the patch passed +1 :green_heart: compile 8m 50s   the patch passed with JDK Private Build-1.8.0_392-8u392-ga-1~20.04-b08 +1 :green_heart: javac 8m 50s   the patch passed +1 :green_heart: blanks 0m 0s   The patch has no blanks issues. -0 :warning: checkstyle 0m 32s [/results-checkstyle-hadoop-common-project_hadoop-common.txt] ( https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-6359/13/artifact/out/results-checkstyle-hadoop-common-project_hadoop-common.txt ) hadoop-common-project/hadoop-common: The patch generated 2 new + 215 unchanged - 0 fixed = 217 total (was 215) +1 :green_heart: mvnsite 0m 52s   the patch passed +1 :green_heart: javadoc 0m 34s   the patch passed with JDK Ubuntu-11.0.21+9-post-Ubuntu-0ubuntu120.04 +1 :green_heart: javadoc 0m 24s   the patch passed with JDK Private Build-1.8.0_392-8u392-ga-1~20.04-b08 +1 :green_heart: spotbugs 1m 35s   the patch passed +1 :green_heart: shadedclient 21m 18s   patch has no errors when building and testing our client artifacts. _ Other Tests _ +1 :green_heart: unit 15m 36s   hadoop-common in the patch passed. +1 :green_heart: asflicense 0m 31s   The patch does not generate ASF License warnings.     138m 41s     Subsystem Report/Notes ----------: :------------- Docker ClientAPI=1.43 ServerAPI=1.43 base: https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-6359/13/artifact/out/Dockerfile GITHUB PR https://github.com/apache/hadoop/pull/6359 Optional Tests dupname asflicense compile javac javadoc mvninstall mvnsite unit shadedclient spotbugs checkstyle codespell detsecrets markdownlint uname Linux a4fd3515e5e9 5.15.0-88-generic #98-Ubuntu SMP Mon Oct 2 15:18:56 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux Build tool maven Personality dev-support/bin/hadoop.sh git revision trunk / 4e12859a9591dbe9623119b57b1c5f472f3ab0af Default Java Private Build-1.8.0_392-8u392-ga-1~20.04-b08 Multi-JDK versions /usr/lib/jvm/java-11-openjdk-amd64:Ubuntu-11.0.21+9-post-Ubuntu-0ubuntu120.04 /usr/lib/jvm/java-8-openjdk-amd64:Private Build-1.8.0_392-8u392-ga-1~20.04-b08 Test Results https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-6359/13/testReport/ Max. process+thread count 5218 (vs. ulimit of 5500) modules C: hadoop-common-project/hadoop-common U: hadoop-common-project/hadoop-common Console output https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-6359/13/console versions git=2.25.1 maven=3.6.3 spotbugs=4.2.2 Powered by Apache Yetus 0.14.0 https://yetus.apache.org This message was automatically generated.
            githubbot ASF GitHub Bot added a comment -

            hadoop-yetus commented on PR #6359:
            URL: https://github.com/apache/hadoop/pull/6359#issuecomment-1874656850

            :confetti_ball: *+1 overall*

            Vote Subsystem Runtime Logfile Comment
            :----: ----------: --------: :--------: :-------:
            +0 :ok: reexec 8m 37s   Docker mode activated.
            _ Prechecks _
            +1 :green_heart: dupname 0m 1s   No case conflicting files found.
            +0 :ok: codespell 0m 0s   codespell was not available.
            +0 :ok: detsecrets 0m 0s   detect-secrets was not available.
            +0 :ok: markdownlint 0m 0s   markdownlint was not available.
            +1 :green_heart: @author 0m 0s   The patch does not contain any @author tags.
            +1 :green_heart: test4tests 0m 0s   The patch appears to include 1 new or modified test files.
            _ trunk Compile Tests _
            +1 :green_heart: mvninstall 32m 50s   trunk passed
            +1 :green_heart: compile 9m 26s   trunk passed with JDK Ubuntu-11.0.21+9-post-Ubuntu-0ubuntu120.04
            +1 :green_heart: compile 8m 59s   trunk passed with JDK Private Build-1.8.0_392-8u392-ga-1~20.04-b08
            +1 :green_heart: checkstyle 0m 40s   trunk passed
            +1 :green_heart: mvnsite 0m 51s   trunk passed
            +1 :green_heart: javadoc 0m 40s   trunk passed with JDK Ubuntu-11.0.21+9-post-Ubuntu-0ubuntu120.04
            +1 :green_heart: javadoc 0m 26s   trunk passed with JDK Private Build-1.8.0_392-8u392-ga-1~20.04-b08
            +1 :green_heart: spotbugs 1m 34s   trunk passed
            +1 :green_heart: shadedclient 21m 16s   branch has no errors when building and testing our client artifacts.
            _ Patch Compile Tests _
            +1 :green_heart: mvninstall 0m 31s   the patch passed
            +1 :green_heart: compile 9m 14s   the patch passed with JDK Ubuntu-11.0.21+9-post-Ubuntu-0ubuntu120.04
            +1 :green_heart: javac 9m 14s   the patch passed
            +1 :green_heart: compile 8m 52s   the patch passed with JDK Private Build-1.8.0_392-8u392-ga-1~20.04-b08
            +1 :green_heart: javac 8m 52s   the patch passed
            +1 :green_heart: blanks 0m 0s   The patch has no blanks issues.
            -0 :warning: checkstyle 0m 33s [/results-checkstyle-hadoop-common-project_hadoop-common.txt](https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-6359/12/artifact/out/results-checkstyle-hadoop-common-project_hadoop-common.txt) hadoop-common-project/hadoop-common: The patch generated 2 new + 215 unchanged - 0 fixed = 217 total (was 215)
            +1 :green_heart: mvnsite 0m 49s   the patch passed
            +1 :green_heart: javadoc 0m 32s   the patch passed with JDK Ubuntu-11.0.21+9-post-Ubuntu-0ubuntu120.04
            +1 :green_heart: javadoc 0m 25s   the patch passed with JDK Private Build-1.8.0_392-8u392-ga-1~20.04-b08
            +1 :green_heart: spotbugs 1m 37s   the patch passed
            +1 :green_heart: shadedclient 21m 22s   patch has no errors when building and testing our client artifacts.
            _ Other Tests _
            +1 :green_heart: unit 15m 51s   hadoop-common in the patch passed.
            +1 :green_heart: asflicense 0m 34s   The patch does not generate ASF License warnings.
                147m 12s    
            Subsystem Report/Notes
            ----------: :-------------
            Docker ClientAPI=1.43 ServerAPI=1.43 base: https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-6359/12/artifact/out/Dockerfile
            GITHUB PR https://github.com/apache/hadoop/pull/6359
            Optional Tests dupname asflicense compile javac javadoc mvninstall mvnsite unit shadedclient spotbugs checkstyle codespell detsecrets markdownlint
            uname Linux 84f1b153d50d 5.15.0-88-generic #98-Ubuntu SMP Mon Oct 2 15:18:56 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux
            Build tool maven
            Personality dev-support/bin/hadoop.sh
            git revision trunk / 4e12859a9591dbe9623119b57b1c5f472f3ab0af
            Default Java Private Build-1.8.0_392-8u392-ga-1~20.04-b08
            Multi-JDK versions /usr/lib/jvm/java-11-openjdk-amd64:Ubuntu-11.0.21+9-post-Ubuntu-0ubuntu120.04 /usr/lib/jvm/java-8-openjdk-amd64:Private Build-1.8.0_392-8u392-ga-1~20.04-b08
            Test Results https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-6359/12/testReport/
            Max. process+thread count 3150 (vs. ulimit of 5500)
            modules C: hadoop-common-project/hadoop-common U: hadoop-common-project/hadoop-common
            Console output https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-6359/12/console
            versions git=2.25.1 maven=3.6.3 spotbugs=4.2.2
            Powered by Apache Yetus 0.14.0 https://yetus.apache.org

            This message was automatically generated.

            githubbot ASF GitHub Bot added a comment - hadoop-yetus commented on PR #6359: URL: https://github.com/apache/hadoop/pull/6359#issuecomment-1874656850 :confetti_ball: * +1 overall * Vote Subsystem Runtime Logfile Comment :----: ----------: --------: :--------: :-------: +0 :ok: reexec 8m 37s   Docker mode activated. _ Prechecks _ +1 :green_heart: dupname 0m 1s   No case conflicting files found. +0 :ok: codespell 0m 0s   codespell was not available. +0 :ok: detsecrets 0m 0s   detect-secrets was not available. +0 :ok: markdownlint 0m 0s   markdownlint was not available. +1 :green_heart: @author 0m 0s   The patch does not contain any @author tags. +1 :green_heart: test4tests 0m 0s   The patch appears to include 1 new or modified test files. _ trunk Compile Tests _ +1 :green_heart: mvninstall 32m 50s   trunk passed +1 :green_heart: compile 9m 26s   trunk passed with JDK Ubuntu-11.0.21+9-post-Ubuntu-0ubuntu120.04 +1 :green_heart: compile 8m 59s   trunk passed with JDK Private Build-1.8.0_392-8u392-ga-1~20.04-b08 +1 :green_heart: checkstyle 0m 40s   trunk passed +1 :green_heart: mvnsite 0m 51s   trunk passed +1 :green_heart: javadoc 0m 40s   trunk passed with JDK Ubuntu-11.0.21+9-post-Ubuntu-0ubuntu120.04 +1 :green_heart: javadoc 0m 26s   trunk passed with JDK Private Build-1.8.0_392-8u392-ga-1~20.04-b08 +1 :green_heart: spotbugs 1m 34s   trunk passed +1 :green_heart: shadedclient 21m 16s   branch has no errors when building and testing our client artifacts. _ Patch Compile Tests _ +1 :green_heart: mvninstall 0m 31s   the patch passed +1 :green_heart: compile 9m 14s   the patch passed with JDK Ubuntu-11.0.21+9-post-Ubuntu-0ubuntu120.04 +1 :green_heart: javac 9m 14s   the patch passed +1 :green_heart: compile 8m 52s   the patch passed with JDK Private Build-1.8.0_392-8u392-ga-1~20.04-b08 +1 :green_heart: javac 8m 52s   the patch passed +1 :green_heart: blanks 0m 0s   The patch has no blanks issues. -0 :warning: checkstyle 0m 33s [/results-checkstyle-hadoop-common-project_hadoop-common.txt] ( https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-6359/12/artifact/out/results-checkstyle-hadoop-common-project_hadoop-common.txt ) hadoop-common-project/hadoop-common: The patch generated 2 new + 215 unchanged - 0 fixed = 217 total (was 215) +1 :green_heart: mvnsite 0m 49s   the patch passed +1 :green_heart: javadoc 0m 32s   the patch passed with JDK Ubuntu-11.0.21+9-post-Ubuntu-0ubuntu120.04 +1 :green_heart: javadoc 0m 25s   the patch passed with JDK Private Build-1.8.0_392-8u392-ga-1~20.04-b08 +1 :green_heart: spotbugs 1m 37s   the patch passed +1 :green_heart: shadedclient 21m 22s   patch has no errors when building and testing our client artifacts. _ Other Tests _ +1 :green_heart: unit 15m 51s   hadoop-common in the patch passed. +1 :green_heart: asflicense 0m 34s   The patch does not generate ASF License warnings.     147m 12s     Subsystem Report/Notes ----------: :------------- Docker ClientAPI=1.43 ServerAPI=1.43 base: https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-6359/12/artifact/out/Dockerfile GITHUB PR https://github.com/apache/hadoop/pull/6359 Optional Tests dupname asflicense compile javac javadoc mvninstall mvnsite unit shadedclient spotbugs checkstyle codespell detsecrets markdownlint uname Linux 84f1b153d50d 5.15.0-88-generic #98-Ubuntu SMP Mon Oct 2 15:18:56 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux Build tool maven Personality dev-support/bin/hadoop.sh git revision trunk / 4e12859a9591dbe9623119b57b1c5f472f3ab0af Default Java Private Build-1.8.0_392-8u392-ga-1~20.04-b08 Multi-JDK versions /usr/lib/jvm/java-11-openjdk-amd64:Ubuntu-11.0.21+9-post-Ubuntu-0ubuntu120.04 /usr/lib/jvm/java-8-openjdk-amd64:Private Build-1.8.0_392-8u392-ga-1~20.04-b08 Test Results https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-6359/12/testReport/ Max. process+thread count 3150 (vs. ulimit of 5500) modules C: hadoop-common-project/hadoop-common U: hadoop-common-project/hadoop-common Console output https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-6359/12/console versions git=2.25.1 maven=3.6.3 spotbugs=4.2.2 Powered by Apache Yetus 0.14.0 https://yetus.apache.org This message was automatically generated.
            githubbot ASF GitHub Bot added a comment -

            hadoop-yetus commented on PR #6359:
            URL: https://github.com/apache/hadoop/pull/6359#issuecomment-1874720576

            :confetti_ball: *+1 overall*

            Vote Subsystem Runtime Logfile Comment
            :----: ----------: --------: :--------: :-------:
            +0 :ok: reexec 18m 58s   Docker mode activated.
            _ Prechecks _
            +1 :green_heart: dupname 0m 1s   No case conflicting files found.
            +0 :ok: codespell 0m 0s   codespell was not available.
            +0 :ok: detsecrets 0m 0s   detect-secrets was not available.
            +0 :ok: markdownlint 0m 0s   markdownlint was not available.
            +1 :green_heart: @author 0m 0s   The patch does not contain any @author tags.
            +1 :green_heart: test4tests 0m 0s   The patch appears to include 1 new or modified test files.
            _ trunk Compile Tests _
            +1 :green_heart: mvninstall 47m 7s   trunk passed
            +1 :green_heart: compile 18m 14s   trunk passed with JDK Ubuntu-11.0.21+9-post-Ubuntu-0ubuntu120.04
            +1 :green_heart: compile 16m 27s   trunk passed with JDK Private Build-1.8.0_392-8u392-ga-1~20.04-b08
            +1 :green_heart: checkstyle 1m 19s   trunk passed
            +1 :green_heart: mvnsite 1m 38s   trunk passed
            +1 :green_heart: javadoc 1m 13s   trunk passed with JDK Ubuntu-11.0.21+9-post-Ubuntu-0ubuntu120.04
            +1 :green_heart: javadoc 0m 49s   trunk passed with JDK Private Build-1.8.0_392-8u392-ga-1~20.04-b08
            +1 :green_heart: spotbugs 2m 38s   trunk passed
            +1 :green_heart: shadedclient 39m 48s   branch has no errors when building and testing our client artifacts.
            _ Patch Compile Tests _
            +1 :green_heart: mvninstall 0m 55s   the patch passed
            +1 :green_heart: compile 17m 14s   the patch passed with JDK Ubuntu-11.0.21+9-post-Ubuntu-0ubuntu120.04
            +1 :green_heart: javac 17m 14s   the patch passed
            +1 :green_heart: compile 16m 23s   the patch passed with JDK Private Build-1.8.0_392-8u392-ga-1~20.04-b08
            +1 :green_heart: javac 16m 22s   the patch passed
            +1 :green_heart: blanks 0m 0s   The patch has no blanks issues.
            -0 :warning: checkstyle 1m 13s [/results-checkstyle-hadoop-common-project_hadoop-common.txt](https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-6359/11/artifact/out/results-checkstyle-hadoop-common-project_hadoop-common.txt) hadoop-common-project/hadoop-common: The patch generated 2 new + 215 unchanged - 0 fixed = 217 total (was 215)
            +1 :green_heart: mvnsite 1m 36s   the patch passed
            +1 :green_heart: javadoc 1m 6s   the patch passed with JDK Ubuntu-11.0.21+9-post-Ubuntu-0ubuntu120.04
            +1 :green_heart: javadoc 0m 48s   the patch passed with JDK Private Build-1.8.0_392-8u392-ga-1~20.04-b08
            +1 :green_heart: spotbugs 2m 39s   the patch passed
            +1 :green_heart: shadedclient 39m 52s   patch has no errors when building and testing our client artifacts.
            _ Other Tests _
            +1 :green_heart: unit 19m 22s   hadoop-common in the patch passed.
            +1 :green_heart: asflicense 0m 59s   The patch does not generate ASF License warnings.
                253m 0s    
            Subsystem Report/Notes
            ----------: :-------------
            Docker ClientAPI=1.43 ServerAPI=1.43 base: https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-6359/11/artifact/out/Dockerfile
            GITHUB PR https://github.com/apache/hadoop/pull/6359
            Optional Tests dupname asflicense compile javac javadoc mvninstall mvnsite unit shadedclient spotbugs checkstyle codespell detsecrets markdownlint
            uname Linux 4de20a61222e 5.15.0-88-generic #98-Ubuntu SMP Mon Oct 2 15:18:56 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux
            Build tool maven
            Personality dev-support/bin/hadoop.sh
            git revision trunk / 4e12859a9591dbe9623119b57b1c5f472f3ab0af
            Default Java Private Build-1.8.0_392-8u392-ga-1~20.04-b08
            Multi-JDK versions /usr/lib/jvm/java-11-openjdk-amd64:Ubuntu-11.0.21+9-post-Ubuntu-0ubuntu120.04 /usr/lib/jvm/java-8-openjdk-amd64:Private Build-1.8.0_392-8u392-ga-1~20.04-b08
            Test Results https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-6359/11/testReport/
            Max. process+thread count 3137 (vs. ulimit of 5500)
            modules C: hadoop-common-project/hadoop-common U: hadoop-common-project/hadoop-common
            Console output https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-6359/11/console
            versions git=2.25.1 maven=3.6.3 spotbugs=4.2.2
            Powered by Apache Yetus 0.14.0 https://yetus.apache.org

            This message was automatically generated.

            githubbot ASF GitHub Bot added a comment - hadoop-yetus commented on PR #6359: URL: https://github.com/apache/hadoop/pull/6359#issuecomment-1874720576 :confetti_ball: * +1 overall * Vote Subsystem Runtime Logfile Comment :----: ----------: --------: :--------: :-------: +0 :ok: reexec 18m 58s   Docker mode activated. _ Prechecks _ +1 :green_heart: dupname 0m 1s   No case conflicting files found. +0 :ok: codespell 0m 0s   codespell was not available. +0 :ok: detsecrets 0m 0s   detect-secrets was not available. +0 :ok: markdownlint 0m 0s   markdownlint was not available. +1 :green_heart: @author 0m 0s   The patch does not contain any @author tags. +1 :green_heart: test4tests 0m 0s   The patch appears to include 1 new or modified test files. _ trunk Compile Tests _ +1 :green_heart: mvninstall 47m 7s   trunk passed +1 :green_heart: compile 18m 14s   trunk passed with JDK Ubuntu-11.0.21+9-post-Ubuntu-0ubuntu120.04 +1 :green_heart: compile 16m 27s   trunk passed with JDK Private Build-1.8.0_392-8u392-ga-1~20.04-b08 +1 :green_heart: checkstyle 1m 19s   trunk passed +1 :green_heart: mvnsite 1m 38s   trunk passed +1 :green_heart: javadoc 1m 13s   trunk passed with JDK Ubuntu-11.0.21+9-post-Ubuntu-0ubuntu120.04 +1 :green_heart: javadoc 0m 49s   trunk passed with JDK Private Build-1.8.0_392-8u392-ga-1~20.04-b08 +1 :green_heart: spotbugs 2m 38s   trunk passed +1 :green_heart: shadedclient 39m 48s   branch has no errors when building and testing our client artifacts. _ Patch Compile Tests _ +1 :green_heart: mvninstall 0m 55s   the patch passed +1 :green_heart: compile 17m 14s   the patch passed with JDK Ubuntu-11.0.21+9-post-Ubuntu-0ubuntu120.04 +1 :green_heart: javac 17m 14s   the patch passed +1 :green_heart: compile 16m 23s   the patch passed with JDK Private Build-1.8.0_392-8u392-ga-1~20.04-b08 +1 :green_heart: javac 16m 22s   the patch passed +1 :green_heart: blanks 0m 0s   The patch has no blanks issues. -0 :warning: checkstyle 1m 13s [/results-checkstyle-hadoop-common-project_hadoop-common.txt] ( https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-6359/11/artifact/out/results-checkstyle-hadoop-common-project_hadoop-common.txt ) hadoop-common-project/hadoop-common: The patch generated 2 new + 215 unchanged - 0 fixed = 217 total (was 215) +1 :green_heart: mvnsite 1m 36s   the patch passed +1 :green_heart: javadoc 1m 6s   the patch passed with JDK Ubuntu-11.0.21+9-post-Ubuntu-0ubuntu120.04 +1 :green_heart: javadoc 0m 48s   the patch passed with JDK Private Build-1.8.0_392-8u392-ga-1~20.04-b08 +1 :green_heart: spotbugs 2m 39s   the patch passed +1 :green_heart: shadedclient 39m 52s   patch has no errors when building and testing our client artifacts. _ Other Tests _ +1 :green_heart: unit 19m 22s   hadoop-common in the patch passed. +1 :green_heart: asflicense 0m 59s   The patch does not generate ASF License warnings.     253m 0s     Subsystem Report/Notes ----------: :------------- Docker ClientAPI=1.43 ServerAPI=1.43 base: https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-6359/11/artifact/out/Dockerfile GITHUB PR https://github.com/apache/hadoop/pull/6359 Optional Tests dupname asflicense compile javac javadoc mvninstall mvnsite unit shadedclient spotbugs checkstyle codespell detsecrets markdownlint uname Linux 4de20a61222e 5.15.0-88-generic #98-Ubuntu SMP Mon Oct 2 15:18:56 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux Build tool maven Personality dev-support/bin/hadoop.sh git revision trunk / 4e12859a9591dbe9623119b57b1c5f472f3ab0af Default Java Private Build-1.8.0_392-8u392-ga-1~20.04-b08 Multi-JDK versions /usr/lib/jvm/java-11-openjdk-amd64:Ubuntu-11.0.21+9-post-Ubuntu-0ubuntu120.04 /usr/lib/jvm/java-8-openjdk-amd64:Private Build-1.8.0_392-8u392-ga-1~20.04-b08 Test Results https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-6359/11/testReport/ Max. process+thread count 3137 (vs. ulimit of 5500) modules C: hadoop-common-project/hadoop-common U: hadoop-common-project/hadoop-common Console output https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-6359/11/console versions git=2.25.1 maven=3.6.3 spotbugs=4.2.2 Powered by Apache Yetus 0.14.0 https://yetus.apache.org This message was automatically generated.
            githubbot ASF GitHub Bot added a comment -

            li-leyang commented on PR #6359:
            URL: https://github.com/apache/hadoop/pull/6359#issuecomment-1874756402

            @simbadzina Please take look. The yetus waring is fixed.

            githubbot ASF GitHub Bot added a comment - li-leyang commented on PR #6359: URL: https://github.com/apache/hadoop/pull/6359#issuecomment-1874756402 @simbadzina Please take look. The yetus waring is fixed.
            githubbot ASF GitHub Bot added a comment -

            simbadzina commented on code in PR #6359:
            URL: https://github.com/apache/hadoop/pull/6359#discussion_r1442306564

            ##########
            hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/ipc/metrics/RpcMetrics.java:
            ##########
            @@ -205,7 +207,6 @@ public static TimeUnit getMetricsTimeUnit(Configuration conf) {
            // abstract class if we decide to do custom instrumentation classes a la
            // JobTrackerInstrumentation. The methods with //@Override comment are
            // candidates for abstract methods in a abstract instrumentation class.
            -

            Review Comment:
            Could you please remove this whitespace change. I think it is causing the second checkstyle warning.

            githubbot ASF GitHub Bot added a comment - simbadzina commented on code in PR #6359: URL: https://github.com/apache/hadoop/pull/6359#discussion_r1442306564 ########## hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/ipc/metrics/RpcMetrics.java: ########## @@ -205,7 +207,6 @@ public static TimeUnit getMetricsTimeUnit(Configuration conf) { // abstract class if we decide to do custom instrumentation classes a la // JobTrackerInstrumentation. The methods with //@Override comment are // candidates for abstract methods in a abstract instrumentation class. - Review Comment: Could you please remove this whitespace change. I think it is causing the second checkstyle warning.
            githubbot ASF GitHub Bot added a comment -

            hadoop-yetus commented on PR #6359:
            URL: https://github.com/apache/hadoop/pull/6359#issuecomment-1878039127

            :confetti_ball: *+1 overall*

            Vote Subsystem Runtime Logfile Comment
            :----: ----------: --------: :--------: :-------:
            +0 :ok: reexec 0m 46s   Docker mode activated.
            _ Prechecks _
            +1 :green_heart: dupname 0m 0s   No case conflicting files found.
            +0 :ok: codespell 0m 1s   codespell was not available.
            +0 :ok: detsecrets 0m 1s   detect-secrets was not available.
            +0 :ok: markdownlint 0m 1s   markdownlint was not available.
            +1 :green_heart: @author 0m 0s   The patch does not contain any @author tags.
            +1 :green_heart: test4tests 0m 0s   The patch appears to include 1 new or modified test files.
            _ trunk Compile Tests _
            +1 :green_heart: mvninstall 54m 9s   trunk passed
            +1 :green_heart: compile 18m 13s   trunk passed with JDK Ubuntu-11.0.21+9-post-Ubuntu-0ubuntu120.04
            +1 :green_heart: compile 17m 11s   trunk passed with JDK Private Build-1.8.0_392-8u392-ga-1~20.04-b08
            +1 :green_heart: checkstyle 1m 23s   trunk passed
            +1 :green_heart: mvnsite 1m 39s   trunk passed
            +1 :green_heart: javadoc 1m 13s   trunk passed with JDK Ubuntu-11.0.21+9-post-Ubuntu-0ubuntu120.04
            +1 :green_heart: javadoc 0m 52s   trunk passed with JDK Private Build-1.8.0_392-8u392-ga-1~20.04-b08
            +1 :green_heart: spotbugs 2m 32s   trunk passed
            +1 :green_heart: shadedclient 39m 37s   branch has no errors when building and testing our client artifacts.
            _ Patch Compile Tests _
            +1 :green_heart: mvninstall 0m 53s   the patch passed
            +1 :green_heart: compile 17m 52s   the patch passed with JDK Ubuntu-11.0.21+9-post-Ubuntu-0ubuntu120.04
            +1 :green_heart: javac 17m 52s   the patch passed
            +1 :green_heart: compile 16m 31s   the patch passed with JDK Private Build-1.8.0_392-8u392-ga-1~20.04-b08
            +1 :green_heart: javac 16m 31s   the patch passed
            +1 :green_heart: blanks 0m 0s   The patch has no blanks issues.
            -0 :warning: checkstyle 1m 13s [/results-checkstyle-hadoop-common-project_hadoop-common.txt](https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-6359/14/artifact/out/results-checkstyle-hadoop-common-project_hadoop-common.txt) hadoop-common-project/hadoop-common: The patch generated 2 new + 215 unchanged - 0 fixed = 217 total (was 215)
            +1 :green_heart: mvnsite 1m 35s   the patch passed
            +1 :green_heart: javadoc 1m 7s   the patch passed with JDK Ubuntu-11.0.21+9-post-Ubuntu-0ubuntu120.04
            +1 :green_heart: javadoc 0m 49s   the patch passed with JDK Private Build-1.8.0_392-8u392-ga-1~20.04-b08
            +1 :green_heart: spotbugs 2m 41s   the patch passed
            +1 :green_heart: shadedclient 39m 56s   patch has no errors when building and testing our client artifacts.
            _ Other Tests _
            +1 :green_heart: unit 19m 11s   hadoop-common in the patch passed.
            +1 :green_heart: asflicense 0m 58s   The patch does not generate ASF License warnings.
                243m 8s    
            Subsystem Report/Notes
            ----------: :-------------
            Docker ClientAPI=1.43 ServerAPI=1.43 base: https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-6359/14/artifact/out/Dockerfile
            GITHUB PR https://github.com/apache/hadoop/pull/6359
            Optional Tests dupname asflicense compile javac javadoc mvninstall mvnsite unit shadedclient spotbugs checkstyle codespell detsecrets markdownlint
            uname Linux a5e66f216291 5.15.0-88-generic #98-Ubuntu SMP Mon Oct 2 15:18:56 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux
            Build tool maven
            Personality dev-support/bin/hadoop.sh
            git revision trunk / a72993b090ddbfd680bda309943cd98a01ef51c3
            Default Java Private Build-1.8.0_392-8u392-ga-1~20.04-b08
            Multi-JDK versions /usr/lib/jvm/java-11-openjdk-amd64:Ubuntu-11.0.21+9-post-Ubuntu-0ubuntu120.04 /usr/lib/jvm/java-8-openjdk-amd64:Private Build-1.8.0_392-8u392-ga-1~20.04-b08
            Test Results https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-6359/14/testReport/
            Max. process+thread count 1311 (vs. ulimit of 5500)
            modules C: hadoop-common-project/hadoop-common U: hadoop-common-project/hadoop-common
            Console output https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-6359/14/console
            versions git=2.25.1 maven=3.6.3 spotbugs=4.2.2
            Powered by Apache Yetus 0.14.0 https://yetus.apache.org

            This message was automatically generated.

            githubbot ASF GitHub Bot added a comment - hadoop-yetus commented on PR #6359: URL: https://github.com/apache/hadoop/pull/6359#issuecomment-1878039127 :confetti_ball: * +1 overall * Vote Subsystem Runtime Logfile Comment :----: ----------: --------: :--------: :-------: +0 :ok: reexec 0m 46s   Docker mode activated. _ Prechecks _ +1 :green_heart: dupname 0m 0s   No case conflicting files found. +0 :ok: codespell 0m 1s   codespell was not available. +0 :ok: detsecrets 0m 1s   detect-secrets was not available. +0 :ok: markdownlint 0m 1s   markdownlint was not available. +1 :green_heart: @author 0m 0s   The patch does not contain any @author tags. +1 :green_heart: test4tests 0m 0s   The patch appears to include 1 new or modified test files. _ trunk Compile Tests _ +1 :green_heart: mvninstall 54m 9s   trunk passed +1 :green_heart: compile 18m 13s   trunk passed with JDK Ubuntu-11.0.21+9-post-Ubuntu-0ubuntu120.04 +1 :green_heart: compile 17m 11s   trunk passed with JDK Private Build-1.8.0_392-8u392-ga-1~20.04-b08 +1 :green_heart: checkstyle 1m 23s   trunk passed +1 :green_heart: mvnsite 1m 39s   trunk passed +1 :green_heart: javadoc 1m 13s   trunk passed with JDK Ubuntu-11.0.21+9-post-Ubuntu-0ubuntu120.04 +1 :green_heart: javadoc 0m 52s   trunk passed with JDK Private Build-1.8.0_392-8u392-ga-1~20.04-b08 +1 :green_heart: spotbugs 2m 32s   trunk passed +1 :green_heart: shadedclient 39m 37s   branch has no errors when building and testing our client artifacts. _ Patch Compile Tests _ +1 :green_heart: mvninstall 0m 53s   the patch passed +1 :green_heart: compile 17m 52s   the patch passed with JDK Ubuntu-11.0.21+9-post-Ubuntu-0ubuntu120.04 +1 :green_heart: javac 17m 52s   the patch passed +1 :green_heart: compile 16m 31s   the patch passed with JDK Private Build-1.8.0_392-8u392-ga-1~20.04-b08 +1 :green_heart: javac 16m 31s   the patch passed +1 :green_heart: blanks 0m 0s   The patch has no blanks issues. -0 :warning: checkstyle 1m 13s [/results-checkstyle-hadoop-common-project_hadoop-common.txt] ( https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-6359/14/artifact/out/results-checkstyle-hadoop-common-project_hadoop-common.txt ) hadoop-common-project/hadoop-common: The patch generated 2 new + 215 unchanged - 0 fixed = 217 total (was 215) +1 :green_heart: mvnsite 1m 35s   the patch passed +1 :green_heart: javadoc 1m 7s   the patch passed with JDK Ubuntu-11.0.21+9-post-Ubuntu-0ubuntu120.04 +1 :green_heart: javadoc 0m 49s   the patch passed with JDK Private Build-1.8.0_392-8u392-ga-1~20.04-b08 +1 :green_heart: spotbugs 2m 41s   the patch passed +1 :green_heart: shadedclient 39m 56s   patch has no errors when building and testing our client artifacts. _ Other Tests _ +1 :green_heart: unit 19m 11s   hadoop-common in the patch passed. +1 :green_heart: asflicense 0m 58s   The patch does not generate ASF License warnings.     243m 8s     Subsystem Report/Notes ----------: :------------- Docker ClientAPI=1.43 ServerAPI=1.43 base: https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-6359/14/artifact/out/Dockerfile GITHUB PR https://github.com/apache/hadoop/pull/6359 Optional Tests dupname asflicense compile javac javadoc mvninstall mvnsite unit shadedclient spotbugs checkstyle codespell detsecrets markdownlint uname Linux a5e66f216291 5.15.0-88-generic #98-Ubuntu SMP Mon Oct 2 15:18:56 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux Build tool maven Personality dev-support/bin/hadoop.sh git revision trunk / a72993b090ddbfd680bda309943cd98a01ef51c3 Default Java Private Build-1.8.0_392-8u392-ga-1~20.04-b08 Multi-JDK versions /usr/lib/jvm/java-11-openjdk-amd64:Ubuntu-11.0.21+9-post-Ubuntu-0ubuntu120.04 /usr/lib/jvm/java-8-openjdk-amd64:Private Build-1.8.0_392-8u392-ga-1~20.04-b08 Test Results https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-6359/14/testReport/ Max. process+thread count 1311 (vs. ulimit of 5500) modules C: hadoop-common-project/hadoop-common U: hadoop-common-project/hadoop-common Console output https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-6359/14/console versions git=2.25.1 maven=3.6.3 spotbugs=4.2.2 Powered by Apache Yetus 0.14.0 https://yetus.apache.org This message was automatically generated.
            githubbot ASF GitHub Bot added a comment -

            simbadzina merged PR #6359:
            URL: https://github.com/apache/hadoop/pull/6359

            githubbot ASF GitHub Bot added a comment - simbadzina merged PR #6359: URL: https://github.com/apache/hadoop/pull/6359
            Lei Yang Lei Yang added a comment -

            simbadzina  Thanks for reviewing and merging the PR.

            Lei Yang Lei Yang added a comment - simbadzina   Thanks for reviewing and merging the PR.

            People

              Lei Yang Lei Yang
              Lei Yang Lei Yang
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: