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

*: Support hot-reloading option enable-arrow #12621

Merged
merged 4 commits into from Oct 17, 2019

Conversation

wshwsh12
Copy link
Contributor

@wshwsh12 wshwsh12 commented Oct 11, 2019

What problem does this PR solve?

Improve the usability for the enable-arrow

What is changed and how it works?

Support hot-reloading option enable-arrow.

Check List

Tests

  • Manual test

step 1: select the current value: select @@tidb_enable_arrow;

step 2: change the value of tidb_enable_arrow in the config file

step 3: reload the config curl -X GET http://127.0.0.1:10080/reload-config

step 4: open a new mysql-client, re-select the value: select @@tidb_enable_arrow;

Code changes

Side effects

Related changes

Release note

@codecov
Copy link

codecov bot commented Oct 11, 2019

Codecov Report

Merging #12621 into master will not change coverage.
The diff coverage is n/a.

@@             Coverage Diff             @@
##             master     #12621   +/-   ##
===========================================
  Coverage   79.8577%   79.8577%           
===========================================
  Files           462        462           
  Lines        105723     105723           
===========================================
  Hits          84428      84428           
  Misses        15013      15013           
  Partials       6282       6282

Copy link
Member

@zz-jason zz-jason left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Member

@zz-jason zz-jason left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@zz-jason zz-jason added the status/LGT1 Indicates that a PR has LGTM 1. label Oct 15, 2019
Copy link
Contributor

@SunRunAway SunRunAway left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@SunRunAway SunRunAway added status/can-merge Indicates a PR has been approved by a committer. status/LGT2 Indicates that a PR has LGTM 2. and removed status/LGT1 Indicates that a PR has LGTM 1. labels Oct 17, 2019
@sre-bot
Copy link
Contributor

sre-bot commented Oct 17, 2019

Your auto merge job has been accepted, waiting for 12769

@sre-bot
Copy link
Contributor

sre-bot commented Oct 17, 2019

/run-all-tests

@sre-bot sre-bot merged commit f62d0c7 into pingcap:master Oct 17, 2019
XiaTianliang pushed a commit to XiaTianliang/tidb that referenced this pull request Dec 21, 2019
@wshwsh12 wshwsh12 deleted the hot_reload branch April 21, 2020 05:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status/can-merge Indicates a PR has been approved by a committer. status/LGT2 Indicates that a PR has LGTM 2. type/usability
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants