revert unrelated code 3
This commit is contained in:
parent
a66ae47d86
commit
cba634eb5a
@ -286,7 +286,7 @@ class KyuubiOperation(session: KyuubiSession, statement: String) extends Logging
|
||||
} catch {
|
||||
case rejected: RejectedExecutionException =>
|
||||
setState(ERROR)
|
||||
throw new KyuubiSQLException("The background thread pool can not accept" +
|
||||
throw new KyuubiSQLException("The background threadpool cannot accept" +
|
||||
" new task for execution, please retry the operation", rejected)
|
||||
case NonFatal(e) =>
|
||||
error(s"Error executing query in background", e)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user