You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.
when execute "SELECT * FROM BG_URL LIMIT 1;" or "SELECT * FROM BG_URL ;" open exception.
error info
"com.salesforce.phoenix.exception.PhoenixIOException: Task com.salesforce.phoenix.job.JobManager$JobFutureTask@178afde8 rejected from com.salesforce.phoenix.job.JobManager$1@6a882c28[Running, pool size = 128, active threads = 128, queued tasks = 499, completed tasks = 4063]
at sqlline.SqlLine$IncrementalRows.hasNext(SqlLine.java:2440)
at sqlline.SqlLine$TableOutputFormat.print(SqlLine.java:2074)"
but.
SELECT * FROM BG_URL where ID='1' is ok.
when execute "SELECT * FROM BG_URL LIMIT 1;" or "SELECT * FROM BG_URL ;" open exception.
error info
"com.salesforce.phoenix.exception.PhoenixIOException: Task com.salesforce.phoenix.job.JobManager$JobFutureTask@178afde8 rejected from com.salesforce.phoenix.job.JobManager$1@6a882c28[Running, pool size = 128, active threads = 128, queued tasks = 499, completed tasks = 4063]
at sqlline.SqlLine$IncrementalRows.hasNext(SqlLine.java:2440)
at sqlline.SqlLine$TableOutputFormat.print(SqlLine.java:2074)"
but.
SELECT * FROM BG_URL where ID='1' is ok.
How to solve .My email is '[email protected]'.thank you.
The text was updated successfully, but these errors were encountered: