forked from cockroachdb/cockroach
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
84572: obsservice: update README r=andreimatei a=dhartunian update README to reference the `./dev` command which includes the UI build. Release note: None 84678: changefeedccl: De-flake TestChangefeedBackfillCheckpoint test. r=miretskiy a=miretskiy Fixes cockroachdb#84121 cockroachdb#84007 introduced a change to add a timeout to test feed library to prevent flaky tests from hanging for a long time. This timeout lead to `TestChangefeedBackfillCheckpoint` test to become flaky. The main contributor of the slowness of that test was the fact that the test processes 1000 messages (twice), and the fact that a `webhook` sink and it's mock sink implementation are very slow (50+ms per message). The webhook sink, and mock webhook sink performance will be addressed separately (cockroachdb#84676) For now, marginally improve mock webhook sink performance by detecting when messages become available directly, instead of relying on resolved timestamps. Also, significantly increase the internal test timeout when reading many messages in a unit test. While troubleshooting this issue, observed large number of error messages `http: TLS handshake error from 127.0.0.1:34276: EOF`. The problem is that the webhook sink specified an arbitrary, and very small default timeout of 3 seconds. The default in Go library is 0 -- no timeout; and we should have this default as well. Fixes cockroachdb#75745 Release Notes: None 84682: opt: fix crdb_internal.decode_plan_gist to work with unknown index r=rytaft a=rytaft Release note (bug fix): `crdb_internal.decode_plan_gist` will no longer produce an internal error when it is used to decode a plan gist for which no schema information is available. Co-authored-by: David Hartunian <[email protected]> Co-authored-by: Yevgeniy Miretskiy <[email protected]> Co-authored-by: Rebecca Taft <[email protected]>
- Loading branch information
Showing
9 changed files
with
65 additions
and
14 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
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
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