Skip to content

Commit

Permalink
Revert "Prevent tracing initialization race (Quarkus 3.16 prep) (#9866)"
Browse files Browse the repository at this point in the history
The attempt with PR #9866 did not properly work as expected, reverting.
  • Loading branch information
snazy committed Nov 11, 2024
1 parent bda7d14 commit 9e6195d
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,6 @@ public Map<String, String> getConfigOverrides() {
return ImmutableMap.<String, String>builder()
.putAll(super.getConfigOverrides())
.put("nessie.version.store.type", BIGTABLE.name())
// Disable telemetry to prevent test execution errors due to collision of
// `AutoConfiguredOpenTelemetrySdkBuilder` and Google's tracing code.
.put("nessie.version.store.persist.bigtable.enable-telemetry", "false")
.build();
}

Expand Down

0 comments on commit 9e6195d

Please sign in to comment.