Rafi Shamim
Rafi Shamim
``` /var/lib/engflow/worker/work/0/exec/bazel-out/k8-fastbuild/bin/pkg/ccl/multiregionccl/multiregionccl_test_/multiregionccl_test.runfiles/com_github_cockroachdb_cockroach/pkg/ccl/multiregionccl/testdata/global_tables:98: SELECT * FROM db.global WHERE k = 1 expected: served locally: true served via follower read: true found: not a match, trace: 0.000ms 0.000ms === operation:traced statement _unfinished:1...
@kvoli - i see that you updated `kv.closed_timestamp.propagation_slack` to be 0.5s in 02f1666fe678fe3879e7a59aee1f9e46cf5b89f1. Do you think using the default of 1s is a way to reduce flakiness, as per the...
Thanks for finding both of those. It looks like the max clock offset is used for global reads: https://github.com/cockroachdb/cockroach/blob/a3ddfdd8737a6db137e13941de41bf854a46835c/pkg/ccl/kvccl/kvfollowerreadsccl/followerreads.go#L65-L72 Does this mean it's just a clock issue, and there's nothing...
I'll just close this out since it seems like a one-time test-only problem that isn't causing trouble anymore.
tftr! bors r+
Will this be getting a backport?
``` { "sql": "CREATE FUNCTION schema_w2_230.udf_w4_611(enum_0 public._enum_w2_137, enum_1 public._enum_w4_44, enum_2 public.enum_w2_137, enum_3 public.enum_w4_44, enum_4 schema_w4_2._enum_w1_368, enum_5 schema_w4_2.enum_w1_368, enum_6 schema_w3_11._enum_w2_300, enum_7 schema_w3_11.enum_w2_300, enum_8 schema_w3_55._enum_w3_193, enum_9 schema_w3_55.enum_w3_193, enum_10 schema_w3_73._enum_w4_142, enum_11 schema_w3_73.enum_w4_142, enum_12...
I think https://github.com/cockroachdb/cockroach/pull/117432 was supposed to address this. @annrpom I'll send this to you so you can check it out when you get some time.
> Probably the easiest way of dealing with this is to filter any columns with crdb_internal prefixes, minus crdb_internal_region. I am not sure if that way is ideal. Instead, we...
This was expecting a FK violation, but did not get one. ``` { "workerId": 2, "clientTimestamp": "05:57:33.584131", "ops": [ "BEGIN", { "sql": "INSERT INTO public.table_w1_33 (col33_w1_34, col33_w1_35, col33_w1_36, \"Col 33_w1_37\",...