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

config: support temporary storage usage limitation #15700

Merged
merged 50 commits into from
Apr 8, 2020

Commits on Mar 25, 2020

  1. add TempStorageQuota

    Song Gao committed Mar 25, 2020
    Configuration menu
    Copy the full SHA
    c96e8a8 View commit details
    Browse the repository at this point in the history
  2. config: add TempStorageQuota

    Song Gao committed Mar 25, 2020
    Configuration menu
    Copy the full SHA
    c6ed571 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2020

  1. Merge branch 'support_temp_file_limit' of https://github.com/Yisaer/tidb

     into support_temp_file_limit
    Song Gao committed Mar 26, 2020
    Configuration menu
    Copy the full SHA
    5a35a30 View commit details
    Browse the repository at this point in the history
  2. address the comment

    Song Gao committed Mar 26, 2020
    Configuration menu
    Copy the full SHA
    f8103c1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    163d0da View commit details
    Browse the repository at this point in the history
  4. address the notes

    Song Gao committed Mar 26, 2020
    Configuration menu
    Copy the full SHA
    c412f81 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'support_temp_file_limit' of https://github.com/Yisaer/tidb

     into support_temp_file_limit
    Song Gao committed Mar 26, 2020
    Configuration menu
    Copy the full SHA
    f1fdd24 View commit details
    Browse the repository at this point in the history
  6. add comment

    Song Gao committed Mar 26, 2020
    Configuration menu
    Copy the full SHA
    9ba4d18 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b281152 View commit details
    Browse the repository at this point in the history
  8. executor: make sort exector use global diskTracker

    Song Gao committed Mar 26, 2020
    Configuration menu
    Copy the full SHA
    7bc26b4 View commit details
    Browse the repository at this point in the history
  9. address the comment

    Song Gao committed Mar 26, 2020
    Configuration menu
    Copy the full SHA
    4f3433f View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2020

  1. fix type

    Song Gao committed Mar 27, 2020
    Configuration menu
    Copy the full SHA
    0730689 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2020

  1. fix PanicAction

    Song Gao committed Mar 31, 2020
    Configuration menu
    Copy the full SHA
    05c17c1 View commit details
    Browse the repository at this point in the history
  2. fix by lint

    Song Gao committed Mar 31, 2020
    Configuration menu
    Copy the full SHA
    8ed13e0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d9f0fab View commit details
    Browse the repository at this point in the history
  4. revise code

    Song Gao committed Mar 31, 2020
    Configuration menu
    Copy the full SHA
    05ae8c9 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'support_temp_file_limit' of https://github.com/Yisaer/tidb

     into support_temp_file_limit
    Song Gao committed Mar 31, 2020
    Configuration menu
    Copy the full SHA
    8490838 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2020

  1. Configuration menu
    Copy the full SHA
    33762e6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1d6fe3f View commit details
    Browse the repository at this point in the history
  3. fix error

    Song Gao committed Apr 1, 2020
    Configuration menu
    Copy the full SHA
    601d094 View commit details
    Browse the repository at this point in the history
  4. fix lint

    Song Gao committed Apr 1, 2020
    Configuration menu
    Copy the full SHA
    a973214 View commit details
    Browse the repository at this point in the history
  5. fix config

    Song Gao committed Apr 1, 2020
    Configuration menu
    Copy the full SHA
    8e28917 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d72d19e View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2020

  1. Update config/config.toml.example

    Co-Authored-By: Feng Liyuan <darktemplar.f@gmail.com>
    Yisaer and SunRunAway authored Apr 2, 2020
    Configuration menu
    Copy the full SHA
    4604187 View commit details
    Browse the repository at this point in the history
  2. Update config/config.toml.example

    Co-Authored-By: Feng Liyuan <darktemplar.f@gmail.com>
    Yisaer and SunRunAway authored Apr 2, 2020
    Configuration menu
    Copy the full SHA
    e3a8306 View commit details
    Browse the repository at this point in the history
  3. address the comment

    Song Gao committed Apr 2, 2020
    Configuration menu
    Copy the full SHA
    f484ef4 View commit details
    Browse the repository at this point in the history
  4. revise change

    Song Gao committed Apr 2, 2020
    Configuration menu
    Copy the full SHA
    060dd2a View commit details
    Browse the repository at this point in the history
  5. Update config.toml.example

    Song Gao committed Apr 2, 2020
    Configuration menu
    Copy the full SHA
    012730b View commit details
    Browse the repository at this point in the history
  6. add unit test

    Song Gao committed Apr 2, 2020
    Configuration menu
    Copy the full SHA
    a46656a View commit details
    Browse the repository at this point in the history
  7. add todo

    Song Gao committed Apr 2, 2020
    Configuration menu
    Copy the full SHA
    dfae484 View commit details
    Browse the repository at this point in the history
  8. remove useless code

    Song Gao committed Apr 2, 2020
    Configuration menu
    Copy the full SHA
    1a5ba39 View commit details
    Browse the repository at this point in the history
  9. address the comment

    Song Gao committed Apr 2, 2020
    Configuration menu
    Copy the full SHA
    cce9185 View commit details
    Browse the repository at this point in the history
  10. Update util/disk/tracker.go

    Co-Authored-By: Feng Liyuan <darktemplar.f@gmail.com>
    Yisaer and SunRunAway authored Apr 2, 2020
    Configuration menu
    Copy the full SHA
    088dd4d View commit details
    Browse the repository at this point in the history
  11. change global panic

    Song Gao committed Apr 2, 2020
    Configuration menu
    Copy the full SHA
    876678c View commit details
    Browse the repository at this point in the history
  12. Merge branch 'support_temp_file_limit' of https://github.com/Yisaer/tidb

     into support_temp_file_limit
    Song Gao committed Apr 2, 2020
    Configuration menu
    Copy the full SHA
    6de9396 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    98a30e6 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2020

  1. add deattach

    Song Gao committed Apr 3, 2020
    Configuration menu
    Copy the full SHA
    afb8947 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1e3842d View commit details
    Browse the repository at this point in the history
  3. move deattach

    Song Gao committed Apr 3, 2020
    Configuration menu
    Copy the full SHA
    92d4a56 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'support_temp_file_limit' of https://github.com/Yisaer/tidb

     into support_temp_file_limit
    Song Gao committed Apr 3, 2020
    Configuration menu
    Copy the full SHA
    42b6f64 View commit details
    Browse the repository at this point in the history
  5. address the comment

    Song Gao committed Apr 3, 2020
    Configuration menu
    Copy the full SHA
    20d735b View commit details
    Browse the repository at this point in the history
  6. add check back

    Song Gao committed Apr 3, 2020
    Configuration menu
    Copy the full SHA
    62c62a7 View commit details
    Browse the repository at this point in the history
  7. fix typo

    Song Gao committed Apr 3, 2020
    Configuration menu
    Copy the full SHA
    adbe57c View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2020

  1. Configuration menu
    Copy the full SHA
    cc27659 View commit details
    Browse the repository at this point in the history
  2. add deAttach

    Song Gao committed Apr 8, 2020
    Configuration menu
    Copy the full SHA
    40a3738 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'support_temp_file_limit' of https://github.com/Yisaer/tidb

     into support_temp_file_limit
    Song Gao committed Apr 8, 2020
    Configuration menu
    Copy the full SHA
    1c08b10 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4b2acdb View commit details
    Browse the repository at this point in the history
  5. address the comment

    Song Gao committed Apr 8, 2020
    Configuration menu
    Copy the full SHA
    fc463ec View commit details
    Browse the repository at this point in the history
  6. Merge branch 'support_temp_file_limit' of https://github.com/Yisaer/tidb

     into support_temp_file_limit
    Song Gao committed Apr 8, 2020
    Configuration menu
    Copy the full SHA
    8b4e7e1 View commit details
    Browse the repository at this point in the history
  7. revise the code

    Song Gao committed Apr 8, 2020
    Configuration menu
    Copy the full SHA
    4e3031c View commit details
    Browse the repository at this point in the history