Uploaded image for project: 'Apache Drill'
  1. Apache Drill
  2. DRILL-754

Scan of hbase table timed out

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Blocker
    • Resolution: Fixed
    • 0.4.0
    • 0.4.0
    • Storage - HBase

    Description

      Ran the following query against a hbase table:

      select * from student limit 5;

      The query hung and after a few minutes, it exited. The following error displayed from sqlline:

      Thu May 15 14:38:09 PDT 2014, org.apache.hadoop.hbase.client.ScannerCallable@2e1486cd, org.apache.hadoop.hbase.ZooKeeperConnectionException: An error is preventing HBase from connecting to ZooKeeper

      The following error was generated in drillbit.out:
      14:31:56.193 [CuratorFramework-0] ERROR com.netflix.curator.ConnectionState - Connection timed out for connection string (10.10.100.56:5181) and timeout (5000) / elapsed (6744)
      org.apache.zookeeper.KeeperException$ConnectionLossException: KeeperErrorCode = ConnectionLoss
      at com.netflix.curator.ConnectionState.getZooKeeper(ConnectionState.java:94) ~[curator-client-1.1.9.jar:na]
      at com.netflix.curator.CuratorZookeeperClient.getZooKeeper(CuratorZookeeperClient.java:106) [curator-client-1.1.9.jar:na]
      at com.netflix.curator.framework.imps.CuratorFrameworkImpl.getZooKeeper(CuratorFrameworkImpl.java:393) [curator-framework-1.1.9.jar:na]
      at com.netflix.curator.framework.imps.BackgroundSyncImpl.performBackgroundOperation(BackgroundSyncImpl.java:39) [curator-framework-1.1.9.jar:na]
      at com.netflix.curator.framework.imps.OperationAndData.callPerformBackgroundOperation(OperationAndData.java:47) [curator-framework-1.1.9.jar:na]
      at com.netflix.curator.framework.imps.CuratorFrameworkImpl.backgroundOperationsLoop(CuratorFrameworkImpl.java:601) [curator-framework-1.1.9.jar:na]
      at com.netflix.curator.framework.imps.CuratorFrameworkImpl.access$200(CuratorFrameworkImpl.java:53) [curator-framework-1.1.9.jar:na]
      at com.netflix.curator.framework.imps.CuratorFrameworkImpl$2.call(CuratorFrameworkImpl.java:199) [curator-framework-1.1.9.jar:na]
      at java.util.concurrent.FutureTask.run(FutureTask.java:262) [na:1.7.0_45]
      at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) [na:1.7.0_45]
      at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) [na:1.7.0_45]
      at java.lang.Thread.run(Thread.java:744) [na:1.7.0_45]

      Attachments

        Activity

          People

            adityakishore Aditya Kishore
            knguyen Krystal
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: