Hi, Using HBase, can use a Phoenix table fine. But as the table's size has grown to 200M rows, Phoenix JDBC clients now always get an error message. Here is what we get when we double-click on the table in DB Visualizer:
An error occurred while executing the database request for: Phoenix 4.0 org.apache.phoenix.jdbc.PhoenixDriver 4.0 Short message: An error occurred while performing the operation: Task org.apache.phoenix.job.JobManager$JobFutureTask@1dbbd6ac rejected from org.apache.phoenix.job.JobManager$1@170ac574[Running, pool size = 128, active threads = 128, queued tasks = 500, completed tasks = 250] The command that caused the problem: Get result set Long Message: Task org.apache.phoenix.job.JobManager$JobFutureTask@1dbbd6ac rejected from org.apache.phoenix.job.JobManager$1@170ac574[Running, pool size = 128, active threads = 128, queued tasks = 500, completed tasks = 250] Details: Type: org.apache.phoenix.exception.PhoenixIOException Error Code: 101 SQL State: 08000 System Information: Product: DbVisualizer Pro 9.1.10 Build: #2295 (2014-08-08 18:38:31) Java VM: Java HotSpot(TM) 64-Bit Server VM Java Version: 1.7.0_67 Java Vendor: Oracle Corporation OS Name: Windows Server 2008 R2 OS Arch: amd64 OS Version: 6.1 We get the same result with Squirrel SQL client. Mike
