[
https://issues.apache.org/jira/browse/KAFKA-2563?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Guozhang Wang resolved KAFKA-2563.
----------------------------------
Resolution: Duplicate
Assignee: (was: Ismael Juma)
> Version number major.major.minor.fix in kafka-merge-pr.py
> ---------------------------------------------------------
>
> Key: KAFKA-2563
> URL: https://issues.apache.org/jira/browse/KAFKA-2563
> Project: Kafka
> Issue Type: Bug
> Reporter: Guozhang Wang
> Fix For: 0.9.0.0
>
>
> Saw the following error while using the script to resolve a re-opened ticket
> a couple of times:
> {code}
> Traceback (most recent call last):
> File "kafka-merge-pr.py", line 474, in <module>
> main()
> File "kafka-merge-pr.py", line 460, in main
> resolve_jira_issues(commit_title, merged_refs, jira_comment)
> File "kafka-merge-pr.py", line 317, in resolve_jira_issues
> resolve_jira_issue(merge_branches, comment, jira_id)
> File "kafka-merge-pr.py", line 285, in resolve_jira_issue
> (major, minor, patch) = v.split(".")
> ValueError: too many values to unpack
> {code}
> Actually it is not related to re-opened tickets, but related to the new
> version number that the code tries to cope with:
> {code}
> (major, minor, patch) = v.split(".")
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)