[
https://issues.apache.org/jira/browse/HADOOP-18125?focusedWorklogId=726232&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-726232
]
ASF GitHub Bot logged work on HADOOP-18125:
-------------------------------------------
Author: ASF GitHub Bot
Created on: 14/Feb/22 11:14
Start Date: 14/Feb/22 11:14
Worklog Time Spent: 10m
Work Description: hadoop-yetus commented on pull request #3991:
URL: https://github.com/apache/hadoop/pull/3991#issuecomment-1038960314
:broken_heart: **-1 overall**
| Vote | Subsystem | Runtime | Logfile | Comment |
|:----:|----------:|--------:|:--------:|:-------:|
| +0 :ok: | reexec | 1m 6s | | 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: | markdownlint | 0m 0s | | markdownlint was not available.
|
| +1 :green_heart: | @author | 0m 0s | | The patch does not contain
any @author tags. |
|||| _ trunk Compile Tests _ |
| +0 :ok: | mvndep | 12m 30s | | Maven dependency ordering for branch |
| +1 :green_heart: | mvninstall | 24m 32s | | trunk passed |
| +1 :green_heart: | mvnsite | 0m 0s | | trunk passed |
| +1 :green_heart: | shadedclient | 22m 3s | | branch has no errors
when building and testing our client artifacts. |
|||| _ Patch Compile Tests _ |
| +0 :ok: | mvndep | 0m 25s | | Maven dependency ordering for patch |
| +1 :green_heart: | mvninstall | 0m 0s | | the patch passed |
| -1 :x: | blanks | 0m 0s |
[/blanks-eol.txt](https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-3991/1/artifact/out/blanks-eol.txt)
| The patch has 2 line(s) that end in blanks. Use git apply --whitespace=fix
<<patch_file>>. Refer https://git-scm.com/docs/git-apply |
| -1 :x: | blanks | 0m 0s |
[/blanks-tabs.txt](https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-3991/1/artifact/out/blanks-tabs.txt)
| The patch 17 line(s) with tabs. |
| +1 :green_heart: | mvnsite | 0m 0s | | the patch passed |
| -1 :x: | pylint | 0m 6s |
[/results-pylint.txt](https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-3991/1/artifact/out/results-pylint.txt)
| The patch generated 7 new + 0 unchanged - 0 fixed = 7 total (was 0) |
| +1 :green_heart: | shadedclient | 22m 58s | | patch has no errors
when building and testing our client artifacts. |
|||| _ Other Tests _ |
| +1 :green_heart: | asflicense | 0m 29s | | The patch does not
generate ASF License warnings. |
| | | 86m 2s | | |
| Subsystem | Report/Notes |
|----------:|:-------------|
| Docker | ClientAPI=1.41 ServerAPI=1.41 base:
https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-3991/1/artifact/out/Dockerfile
|
| GITHUB PR | https://github.com/apache/hadoop/pull/3991 |
| Optional Tests | dupname asflicense codespell pylint mvnsite markdownlint |
| uname | Linux ad8bb6491e4a 4.15.0-163-generic #171-Ubuntu SMP Fri Nov 5
11:55:11 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux |
| Build tool | maven |
| Personality | dev-support/bin/hadoop.sh |
| git revision | trunk / 3edf1d3c7395d457c1024f9c3be5c1749a9214d4 |
| Max. process+thread count | 593 (vs. ulimit of 5500) |
| modules | C: U: |
| Console output |
https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-3991/1/console |
| versions | git=2.25.1 maven=3.6.3 pylint=2.6.0 |
| 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: 726232)
Time Spent: 20m (was: 10m)
> Utility to identify git commit / Jira fixVersion discrepancies for RC
> preparation
> ---------------------------------------------------------------------------------
>
> Key: HADOOP-18125
> URL: https://issues.apache.org/jira/browse/HADOOP-18125
> Project: Hadoop Common
> Issue Type: Task
> Reporter: Viraj Jasani
> Assignee: Viraj Jasani
> Priority: Major
> Labels: pull-request-available
> Time Spent: 20m
> Remaining Estimate: 0h
>
> As part of RC preparation, we need to identify all git commits that landed
> on release branch, however their corresponding Jira is either not resolved
> yet or does not contain expected fixVersions. Only when we have git commits
> and corresponding Jiras with expected fixVersion resolved, we get all such
> Jiras included in auto-generated CHANGES.md as per Yetus changelog generator.
> Proposal of this Jira is to provide such script that can be useful for all
> upcoming RC preparations and list down all Jiras where we need manual
> intervention. This utility script should use Jira API to retrieve individual
> fields and use git log to loop through commit history.
> The script should identify these issues:
> # commit is reverted as per commit message
> # commit does not contain Jira number format (e.g. HADOOP-XXXX / HDFS-XXXX
> etc) in message
> # Jira does not have expected fixVersion
> # Jira has expected fixVersion, but it is not yet resolved
> # Jira has release corresponding fixVersion and is resolved, but no
> corresponding commit yet found
> It can take inputs as:
> # First commit hash to start excluding commits from history
> # Fix Version
> # JIRA Project Name
> # Path of project's working dir
> # Jira server url
--
This message was sent by Atlassian Jira
(v8.20.1#820001)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]