You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Hyukjin Kwon (JIRA)" <ji...@apache.org> on 2018/07/27 05:31:00 UTC

[jira] [Resolved] (SPARK-24929) Merge script swallow KeyboardInterrupt

     [ https://issues.apache.org/jira/browse/SPARK-24929?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Hyukjin Kwon resolved SPARK-24929.
----------------------------------
       Resolution: Fixed
    Fix Version/s: 2.4.0

Issue resolved by pull request 21880
[https://github.com/apache/spark/pull/21880]

> Merge script swallow KeyboardInterrupt
> --------------------------------------
>
>                 Key: SPARK-24929
>                 URL: https://issues.apache.org/jira/browse/SPARK-24929
>             Project: Spark
>          Issue Type: Improvement
>          Components: Project Infra
>    Affects Versions: 2.4.0
>            Reporter: Hyukjin Kwon
>            Assignee: Hyukjin Kwon
>            Priority: Trivial
>             Fix For: 2.4.0
>
>
> If I want to get out of the loop to assign JIRA's user by command+c (KeyboardInterrupt), I am unable to get out as below:
> {code}
> Error assigning JIRA, try again (or leave blank and fix manually)
> JIRA is unassigned, choose assignee
> [0] todd.chen (Reporter)
> Enter number of user, or userid,  to assign to (blank to leave unassigned):Traceback (most recent call last):
>   File "./dev/merge_spark_pr.py", line 322, in choose_jira_assignee
>     "Enter number of user, or userid,  to assign to (blank to leave unassigned):")
> KeyboardInterrupt
> Error assigning JIRA, try again (or leave blank and fix manually)
> JIRA is unassigned, choose assignee
> [0] todd.chen (Reporter)
> Enter number of user, or userid,  to assign to (blank to leave unassigned):Traceback (most recent call last):
>   File "./dev/merge_spark_pr.py", line 322, in choose_jira_assignee
>     "Enter number of user, or userid,  to assign to (blank to leave unassigned):")
> KeyboardInterrupt
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org