-
Type:
Bug
-
Resolution: Won't Do
-
Priority:
Major - P3
-
None
-
Affects Version/s: 7.0.0, 7.3.0, 8.0.0
-
Component/s: None
-
None
-
Catalog and Routing
-
ALL
-
CAR Team 2024-10-14
-
0
-
None
-
3
-
None
-
None
-
None
-
None
-
None
-
None
Similar to SERVER-88188 and SERVER-93054, the CheckMetadataConsistency hook should ignore LockBusy errors on ppc64le build variants, as they are considered slow.
The checkMetadataConsistency command, which is sent in the background by the MetadataConsistencyChecker hook, can fail with a LockBusy error when a DDL lock acquisition times out (300 seconds).
If we run the hook in slow build variants, it is expected that some DDL operations will last longer than the timeout for the DDL lock acquisition of the checkMetadataConsistency, making the test fail.
We need to ensure that the ppc64le build variants do not throw an error if the MetadataConsistencyChecker hook fails with a DDL lock busy.