Michael Smith has posted comments on this change. ( http://gerrit.cloudera.org:8080/23518 )
Change subject: IMPALA-14480: Optional OpenTelemetry DCHECKs ...................................................................... Patch Set 9: Code-Review+1 (2 comments) http://gerrit.cloudera.org:8080/#/c/23518/7/be/src/observe/span-manager.cc File be/src/observe/span-manager.cc: http://gerrit.cloudera.org:8080/#/c/23518/7/be/src/observe/span-manager.cc@189 PS7, Line 189: if (FLAGS_otel_trace_exhaustive_dchecks) { > The idea behind this patch is to selectively enable and disable these aggre Oh right, I got the logical conditions wrong. It'd be DCHECK(!FLAGS_otel_trace_exhaustive_dchecks || current_child_) That's harder to bulk update and visually parse. http://gerrit.cloudera.org:8080/#/c/23518/7/tests/custom_cluster/test_otel_trace.py File tests/custom_cluster/test_otel_trace.py: http://gerrit.cloudera.org:8080/#/c/23518/7/tests/custom_cluster/test_otel_trace.py@36 PS7, Line 36: "--otel_trace_exhaustive_dchecks --otel_file_flush_interval_ms=500 " \ > It shouldn't because adding this flag means that all DCHECKs being run toda Ack -- To view, visit http://gerrit.cloudera.org:8080/23518 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: comment Gerrit-Change-Id: Id6507f3f0e23ecf7c2bece9a6b6c2d86bfac1e57 Gerrit-Change-Number: 23518 Gerrit-PatchSet: 9 Gerrit-Owner: Jason Fehr <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Jason Fehr <[email protected]> Gerrit-Reviewer: Michael Smith <[email protected]> Gerrit-Reviewer: Pranav Lodha <[email protected]> Gerrit-Reviewer: Riza Suminto <[email protected]> Gerrit-Comment-Date: Tue, 25 Nov 2025 21:36:52 +0000 Gerrit-HasComments: Yes
