Uploaded image for project: 'Livy (READ-ONLY)'
  1. Livy (READ-ONLY)
  2. LIVY-260

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

    Details

    • Type: Bug
    • Status: Resolved
    • Priority: Major
    • Resolution: Fixed
    • Affects Version/s: 0.3
    • Fix Version/s: 0.3
    • Component/s: REPL
    • Labels:
      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

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

              Dates

              • Created:
                Updated:
                Resolved: