Uploaded image for project: 'Phoenix'
  1. Phoenix
  2. PHOENIX-3121

Queries with filter and reverse scan failing when limit is a multiple of scanner cache size

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 4.8.0
    • None
    • None

    Description

      org.apache.hadoop.hbase.UnknownScannerException: org.apache.hadoop.hbase.UnknownScannerException: Unknown scanner '644116'. This can happen due to any of the following reasons: a) Scanner id given is wrong, b) Scanner lease expired because of long wait between consecutive client checkins, c) Server may be closing down, d) RegionServer restart during upgrade.
      If the issue is due to reason (b), a possible fix would be increasing the value of'hbase.client.scanner.timeout.period' configuration.
          at org.apache.hadoop.hbase.regionserver.HRegionServer.scan(HRegionServer.java:3228)
          at org.apache.hadoop.hbase.protobuf.generated.ClientProtos$ClientService$2.callBlockingMethod(ClientProtos.java:32492)
          at org.apache.hadoop.hbase.ipc.RpcServer.call(RpcServer.java:2208)
          at org.apache.hadoop.hbase.ipc.CallRunner.run(CallRunner.java:104)
          at org.apache.hadoop.hbase.ipc.RpcExecutor.consumerLoop(RpcExecutor.java:133)
          at org.apache.hadoop.hbase.ipc.RpcExecutor$1.run(RpcExecutor.java:108)
          at java.lang.Thread.run(Thread.java:745)
      

      Attachments

        1. PHOENIX-3121_addendum1.patch
          2 kB
          James R. Taylor
        2. PHOENIX-3121_v2.patch
          10 kB
          Samarth Jain
        3. PHOENIX-3121.patch
          1 kB
          Samarth Jain

        Issue Links

          Activity

            People

              samarthjain Samarth Jain
              samarthjain Samarth Jain
              Votes:
              0 Vote for this issue
              Watchers:
              9 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: