forked from deephaven/deephaven-core
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Alows clients to expect that query performance results have been…
… logged before they receive a response (deephaven#6334) Defer response messaging to `onSuccess` for all `ExportBuilders` that use `QueryPerformanceRecorder`. This allows clients to expect that query performance results have been logged before they receive a response. Change summary: * Adjust all `SessionState.ExportBuilder` uses that set a `QueryPerformanceRecorder` to use `onSuccess` for response delivery if possible * Exclusions: `DoExchange` subscriptions and async input table operations * Note: batch already used `onSuccess`, but completion now happens after performance results are reported * Some cleanup to `GrpcUtil` usage
- Loading branch information
Showing
12 changed files
with
152 additions
and
132 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.