-
Notifications
You must be signed in to change notification settings - Fork 3.7k
[Load] support ignoring eovercrowded when tablet sink #5156
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
Conversation
|
@vagetablechicken LGTM. please update the doc for the new config. |
Done. And I found opening tablet writer may be failed too. So I add |
kangkaisen
left a comment
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.
+1
|
@vagetablechicken Hi, please fix the conficts. |
If adding the ignore_eovercrowded flag, the `PTabletWriterAddBatchRequest` won't failed on `EOVERCROWDED` to avoid load jobs failed in this error. It only effects the NodeChannel(the load job), other rpc requests will still check if overcrowded.
If adding the ignore_eovercrowded flag, the `PTabletWriterAddBatchRequest` won't failed on `EOVERCROWDED` to avoid load jobs failed in this error. It only effects the NodeChannel(the load job), other rpc requests will still check if overcrowded.
Proposed changes
If adding the ignore_eovercrowded flag, the
PTabletWriterAddBatchRequestwon't failed onEOVERCROWDEDto avoid load jobs failed in this error. It only effects the NodeChannel(the load job), other rpc requests will still check if overcrowded.Types of changes
Checklist