You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "Edward Ribeiro (JIRA)" <ji...@apache.org> on 2015/09/21 21:12:04 UTC

[jira] [Commented] (KAFKA-2563) Version number major.major.minor.fix in kafka-merge-pr.py

    [ https://issues.apache.org/jira/browse/KAFKA-2563?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14901212#comment-14901212 ] 

Edward Ribeiro commented on KAFKA-2563:
---------------------------------------

This is a duplicate of KAFKA-2548. ;)



> 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
>            Assignee: Ismael Juma
>             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)