Uploaded image for project: 'Livy'
  1. Livy
  2. LIVY-260

livy-repl is stuck in busy state if Scala interpreter returns a specific error

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 0.3
    • 0.3
    • REPL
    • None

    Description

      If Scala returns an error that has 2 stacktraces, livy-repl will stuck in busy state.

      Example:

      scala> sc.setJobGroup(groupName, groupName, true)
      <console>:27: error: type mismatch;
       found   : Int
       required: String
             sc.setJobGroup(groupName, groupName, true)
                            ^
      <console>:27: error: type mismatch;
       found   : Int
       required: String
             sc.setJobGroup(groupName, groupName, true)
      	                         ^
      

      Attachments

        Activity

          People

            tc0312 Alex Man
            tc0312 Alex Man
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: