Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

*: Make use of the upperBound of ticlient's kv_scan interface to ensure no overbound scan will happen #8081

Merged
merged 22 commits into from
Nov 9, 2018

Commits on Oct 28, 2018

  1. Update vendor

    Signed-off-by: MyonKeminta <[email protected]>
    MyonKeminta committed Oct 28, 2018
    Configuration menu
    Copy the full SHA
    8f24d6f View commit details
    Browse the repository at this point in the history
  2. seek bound initial commit

    Signed-off-by: MyonKeminta <[email protected]>
    MyonKeminta committed Oct 28, 2018
    Configuration menu
    Copy the full SHA
    aa23f25 View commit details
    Browse the repository at this point in the history
  3. fix potential log error

    breezewish authored and MyonKeminta committed Oct 28, 2018
    Configuration menu
    Copy the full SHA
    3995026 View commit details
    Browse the repository at this point in the history
  4. Use Key directly as the arg type

    Signed-off-by: MyonKeminta <[email protected]>
    MyonKeminta committed Oct 28, 2018
    Configuration menu
    Copy the full SHA
    5c12af2 View commit details
    Browse the repository at this point in the history
  5. Rename Seek to Iter

    Signed-off-by: MyonKeminta <[email protected]>
    MyonKeminta committed Oct 28, 2018
    Configuration menu
    Copy the full SHA
    3d118e3 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2018

  1. Fix tests

    Signed-off-by: MyonKeminta <[email protected]>
    MyonKeminta committed Oct 29, 2018
    Configuration menu
    Copy the full SHA
    4a20ceb View commit details
    Browse the repository at this point in the history
  2. use upperbound in membuffer

    Signed-off-by: MyonKeminta <[email protected]>
    MyonKeminta committed Oct 29, 2018
    Configuration menu
    Copy the full SHA
    6f92d47 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2018

  1. Update kvproto

    Signed-off-by: MyonKeminta <[email protected]>
    MyonKeminta committed Nov 5, 2018
    Configuration menu
    Copy the full SHA
    e64e7c9 View commit details
    Browse the repository at this point in the history
  2. Add end_key param to ticlient scanner

    Signed-off-by: MyonKeminta <[email protected]>
    MyonKeminta committed Nov 5, 2018
    Configuration menu
    Copy the full SHA
    d6ee090 View commit details
    Browse the repository at this point in the history
  3. Use endKey in mock tikv

    Signed-off-by: MyonKeminta <[email protected]>
    MyonKeminta committed Nov 5, 2018
    Configuration menu
    Copy the full SHA
    a059b8f View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2018

  1. Configuration menu
    Copy the full SHA
    9c20c8c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    972ff01 View commit details
    Browse the repository at this point in the history
  3. Remove the -1

    Signed-off-by: MyonKeminta <[email protected]>
    MyonKeminta committed Nov 6, 2018
    Configuration menu
    Copy the full SHA
    63fdd1c View commit details
    Browse the repository at this point in the history
  4. Do not change logic

    Signed-off-by: MyonKeminta <[email protected]>
    MyonKeminta committed Nov 6, 2018
    Configuration menu
    Copy the full SHA
    f8426e5 View commit details
    Browse the repository at this point in the history
  5. Test how scan end_key of mvcc_leveldb works

    Signed-off-by: MyonKeminta <[email protected]>
    MyonKeminta committed Nov 6, 2018
    Configuration menu
    Copy the full SHA
    6e893fc View commit details
    Browse the repository at this point in the history
  6. Add upperbound-limited scan test to the ScanTest

    Signed-off-by: MyonKeminta <[email protected]>
    MyonKeminta committed Nov 6, 2018
    Configuration menu
    Copy the full SHA
    aae45bc View commit details
    Browse the repository at this point in the history
  7. Recover changes

    Signed-off-by: MyonKeminta <[email protected]>
    MyonKeminta committed Nov 6, 2018
    Configuration menu
    Copy the full SHA
    cf6c377 View commit details
    Browse the repository at this point in the history
  8. Make use of the upperBound limit every where

    Signed-off-by: MyonKeminta <[email protected]>
    MyonKeminta committed Nov 6, 2018
    Configuration menu
    Copy the full SHA
    b8326f3 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2018

  1. Configuration menu
    Copy the full SHA
    d9ed06f View commit details
    Browse the repository at this point in the history
  2. Check key in Next

    Signed-off-by: MyonKeminta <[email protected]>
    MyonKeminta committed Nov 8, 2018
    Configuration menu
    Copy the full SHA
    11f4b36 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fc5bea3 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2018

  1. Configuration menu
    Copy the full SHA
    02ee433 View commit details
    Browse the repository at this point in the history