[
https://issues.apache.org/jira/browse/HADOOP-17807?focusedWorklogId=623495&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-623495
]
ASF GitHub Bot logged work on HADOOP-17807:
-------------------------------------------
Author: ASF GitHub Bot
Created on: 16/Jul/21 09:25
Start Date: 16/Jul/21 09:25
Worklog Time Spent: 10m
Work Description: hadoop-yetus commented on pull request #3210:
URL: https://github.com/apache/hadoop/pull/3210#issuecomment-881307798
:confetti_ball: **+1 overall**
| Vote | Subsystem | Runtime | Logfile | Comment |
|:----:|----------:|--------:|:--------:|:-------:|
| +0 :ok: | reexec | 0m 47s | | 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: | shellcheck | 0m 0s | | Shellcheck was not available. |
| +0 :ok: | shelldocs | 0m 0s | | Shelldocs 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 40s | | trunk passed |
| +1 :green_heart: | compile | 2m 51s | | trunk passed |
| +1 :green_heart: | mvnsite | 0m 47s | | trunk passed |
| +1 :green_heart: | shadedclient | 49m 43s | | branch has no errors
when building and testing our client artifacts. |
|||| _ Patch Compile Tests _ |
| +1 :green_heart: | mvninstall | 0m 21s | | the patch passed |
| +1 :green_heart: | compile | 2m 44s | | the patch passed |
| +1 :green_heart: | cc | 2m 44s | | the patch passed |
| +1 :green_heart: | golang | 2m 44s | | the patch passed |
| +1 :green_heart: | javac | 2m 44s | | the patch passed |
| +1 :green_heart: | blanks | 0m 0s | | The patch has no blanks
issues. |
| +1 :green_heart: | mvnsite | 0m 24s | | the patch passed |
| +1 :green_heart: | shadedclient | 13m 45s | | patch has no errors
when building and testing our client artifacts. |
|||| _ Other Tests _ |
| +1 :green_heart: | unit | 33m 25s | | hadoop-hdfs-native-client in
the patch passed. |
| +1 :green_heart: | asflicense | 0m 45s | | The patch does not
generate ASF License warnings. |
| | | 104m 23s | | |
| Subsystem | Report/Notes |
|----------:|:-------------|
| Docker | ClientAPI=1.41 ServerAPI=1.41 base:
https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-3210/1/artifact/out/Dockerfile
|
| GITHUB PR | https://github.com/apache/hadoop/pull/3210 |
| Optional Tests | dupname asflicense codespell shellcheck shelldocs mvnsite
unit compile cc javac golang |
| uname | Linux e537cbc4004b 4.15.0-58-generic #64-Ubuntu SMP Tue Aug 6
11:12:41 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux |
| Build tool | maven |
| Personality | dev-support/bin/hadoop.sh |
| git revision | trunk / 53d7bae6459c546194be5b63d11e9babf5b2594a |
| Default Java | Red Hat, Inc.-1.8.0_292-b10 |
| Test Results |
https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-3210/1/testReport/ |
| Max. process+thread count | 739 (vs. ulimit of 5500) |
| modules | C: hadoop-hdfs-project/hadoop-hdfs-native-client U:
hadoop-hdfs-project/hadoop-hdfs-native-client |
| Console output |
https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-3210/1/console |
| versions | git=2.27.0 maven=3.6.3 |
| Powered by | Apache Yetus 0.14.0-SNAPSHOT https://yetus.apache.org |
This message was automatically generated.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 623495)
Time Spent: 20m (was: 10m)
> Use separate source dir for platform builds
> -------------------------------------------
>
> Key: HADOOP-17807
> URL: https://issues.apache.org/jira/browse/HADOOP-17807
> Project: Hadoop Common
> Issue Type: Bug
> Components: build
> Affects Versions: 3.4.0
> Reporter: Gautham Banasandra
> Assignee: Gautham Banasandra
> Priority: Critical
> Labels: pull-request-available
> Attachments: image-2021-07-16-11-36-26-698.png,
> image-2021-07-16-11-36-55-495.png, image-2021-07-16-11-37-56-923.png
>
> Time Spent: 20m
> Remaining Estimate: 0h
>
> The multi-platform build stages run on the checkout of the source directory,
> one after the other. For those platforms that are marked as optional (Centos
> 8 and Debian 10 currently), the condition to run CI on the platform is
> determined by inspecting the git commit history and checking if there's any
> C++ file/C++ build/platform related changes.
> It seems like after YETUS runs onĀ one platform, it's clearing up the git
> branch information. This is causing the build to not get triggered on the
> optional platforms. Please note that those platforms not marked optional
> (Ubuntu focal) isn't affected by this since CI runs for this platform
> irrespective of any C++ changes.
> We can see this in the Jenkins UI page -
> CI runs for Centos 8 -
> !image-2021-07-16-11-36-26-698.png!
> Subsequently, the CI for Debian 10 gets skipped -
> !image-2021-07-16-11-36-55-495.png!
> However, CI for Ubuntu focal runs since it's not marked as optional -
> !image-2021-07-16-11-37-56-923.png!
> Thus, we need to ensure that each platform builds on its own copy of the
> source code checkout so that whatever changes one platform makes doesn't
> affect the other.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]