Uploaded image for project: 'Kudu'
  1. Kudu
  2. KUDU-1343

[java client] Scan sequence id is never reset between tablets

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Blocker
    • Resolution: Fixed
    • 0.5.0
    • 0.7.1, 0.8.0
    • client
    • None

    Description

      AsyncKuduScanner.sequenceId is never reset between tablets, so any multi-batch multi-tablet scan will fail with:

      org.kududb.client.TabletServerErrorException: Server[196dfd5d5e1040dd9963e9b26820078e] INVALID_ARGUMENT[code 4]: Invalid call sequence ID in scan request
      	at org.kududb.client.TabletClient.dispatchTSErrorOrReturnException(TabletClient.java:462)
      

      It's an extremely easy fix, but we need more unit tests.

      Attachments

        Activity

          People

            jdcryans Jean-Daniel Cryans
            jdcryans Jean-Daniel Cryans
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: