Skip to content

Commit

Permalink
err msg
Browse files Browse the repository at this point in the history
  • Loading branch information
ulysses-you committed Jan 26, 2021
1 parent 666593c commit 42d333d
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,8 @@ class FrontendService private (name: String, be: BackendService, oomHook: Runnab
s" [$minThreads, $maxThreads] worker threads")
} catch {
case e: Throwable =>
throw new KyuubiException("Failed to initialize frontend service", e)
throw new KyuubiException("Failed to initialize frontend service, " +
s"please check this host:port $serverAddr:$portNum is available.", e)
}
super.initialize(conf)
}
Expand Down

0 comments on commit 42d333d

Please sign in to comment.