revert unrelated code 3

This commit is contained in:
Kent Yao 2018-05-24 20:31:18 +08:00
parent a66ae47d86
commit cba634eb5a

View File

@ -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)