-
Notifications
You must be signed in to change notification settings - Fork 5.8k
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: hide & deprecate enable-streaming #20760
Conversation
/run-all-tests |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
/merge |
/run-all-tests |
@SunRunAway merge failed. |
/merge |
/merge |
Your auto merge job has been accepted, waiting for:
|
/run-all-tests |
@SunRunAway merge failed. |
@SunRunAway merge failed. |
/merge |
Your auto merge job has been accepted, waiting for:
|
/run-all-tests |
@SunRunAway merge failed. |
/approve |
/merge |
Your auto merge job has been accepted, waiting for:
|
/run-all-tests |
@SunRunAway merge failed. |
/approve |
/merge |
Your auto merge job has been accepted, waiting for:
|
/run-all-tests |
Signed-off-by: ti-srebot <ti-srebot@pingcap.com>
cherry pick to release-3.0 in PR #21054 |
Signed-off-by: ti-srebot <ti-srebot@pingcap.com>
cherry pick to release-4.0 in PR #21055 |
What problem does this PR solve?
Issue Number: close #20759
Problem Summary:
enable-streaming
is not well maintained because we are focusing on optimizing the non-streaming coprocessor API for its performance and resource usage and don’t have time to optimize streaming's currently, I propose to deprecate it temporarily until somebody has time to pick it up again and prove it could be GA in the future.What is changed and how it works?
What's Changed:
Remove
enable-streaming
in config.toml.exampleHow it Works:
Related changes
Check List
Tests
Side effects
Release note
enable-streaming
.