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

KS-384 add better logging for when payload changes per message id and fix client non-deterministic serialisation of remote target #13877

Merged
merged 2 commits into from
Jul 18, 2024

Conversation

ettec
Copy link
Collaborator

@ettec ettec commented Jul 17, 2024

@ettec ettec requested a review from a team as a code owner July 17, 2024 17:44
@@ -96,12 +105,13 @@ func (r *server) expireRequests() {
defer r.receiveLock.Unlock()

for requestID, executeReq := range r.requestIDToRequest {
if executeReq.Expired() {
err := executeReq.Cancel(types.Error_TIMEOUT, "request expired")
if executeReq.request.Expired() {
Copy link
Contributor

Choose a reason for hiding this comment

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

Nit, you could embed

@ettec ettec added this pull request to the merge queue Jul 18, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Jul 18, 2024
@cedric-cordenier cedric-cordenier added this pull request to the merge queue Jul 18, 2024
Merged via the queue into develop with commit 81a21bb Jul 18, 2024
115 checks passed
@cedric-cordenier cedric-cordenier deleted the ks-384-improve-logging-of-non-deterministic branch July 18, 2024 10:36
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.

3 participants