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

Adding immediate caller id to query service. #783

Merged
merged 2 commits into from
Jun 11, 2015
Merged

Adding immediate caller id to query service. #783

merged 2 commits into from
Jun 11, 2015

Conversation

alainjobart
Copy link
Contributor

@guoliang100
I think this is correct, let me know if the wording / comment needs work.

@@ -138,9 +150,10 @@ message QueryResult {
// ExecuteRequest is the payload to Execute
message ExecuteRequest {
vtrpc.CallerID caller_id = 1;
Copy link
Contributor

Choose a reason for hiding this comment

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

I feel it is better to rename this (and following structs) to "effective_caller_id".

Copy link
Contributor Author

Choose a reason for hiding this comment

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

OK I can do that. I was on the fence, now I'm on the other side. :)

@guoliang100
Copy link
Contributor

LGTM with one comment

alainjobart added a commit that referenced this pull request Jun 11, 2015
Adding immediate caller id to query service.
@alainjobart alainjobart merged commit e9346a4 into master Jun 11, 2015
rsajwani pushed a commit to planetscale/vitess that referenced this pull request Jun 27, 2022
…errors (vitessio#10429) (vitessio#783)

* Fail workflow if same error persists too long. Fail for unrecoverable errors also in non-online ddl workflows

Signed-off-by: Rohit Nayak <[email protected]>

* Update max time default to 15m, was 1m for testing purposes

Signed-off-by: Rohit Nayak <[email protected]>

* Leverage vterrors for Equals; attempt to address my own nits

Signed-off-by: Matt Lord <[email protected]>

* sanity: validate range of vreplication_retry_delay and of vreplication_max_time_to_retry_on_error

Signed-off-by: Shlomi Noach <[email protected]>

* Fix flags test

Signed-off-by: Rohit Nayak <[email protected]>

* Remove leftover log.Flush()

Signed-off-by: Rohit Nayak <[email protected]>

* Revert validations min/max settings on retry delay since it is breaking unit tests that set the value to a very small value

Signed-off-by: Rohit Nayak <[email protected]>

* captilize per request

Signed-off-by: Shlomi Noach <[email protected]>

Co-authored-by: Matt Lord <[email protected]>
Co-authored-by: Shlomi Noach <[email protected]>
Signed-off-by: Shlomi Noach <[email protected]>

Co-authored-by: Rohit Nayak <[email protected]>
Co-authored-by: Matt Lord <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants