Skip to content

Commit

Permalink
Merge pull request #401 from rsvoboda/spans.export
Browse files Browse the repository at this point in the history
[3.8] Whitelist for failed exports of spans after shutdown initiation
  • Loading branch information
rsvoboda authored Sep 16, 2024
2 parents 3aaa6b6 + afa5314 commit d4ebe76
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ public enum WhitelistLogLines {
// netty 4 which doesn't have the relevant native config in the lib. See https://github.com/netty/netty/pull/13596
Pattern.compile(".*Warning: Please re-evaluate whether any experimental option is required, and either remove or unlock it\\..*"),
Pattern.compile(".*Warning: The option '-H:ReflectionConfigurationResources=META-INF/native-image/io\\.netty/netty-transport/reflection-config\\.json' is experimental and must be enabled via.*"),
// TODO: remove next line when https://github.com/quarkusio/quarkus/issues/41351 gets fixed
Pattern.compile(".*Error Occurred After Shutdown.*java.lang.NullPointerException.*Cannot invoke.*io.smallrye.context.SmallRyeContextManager.defaultThreadContext.*"),
// https://github.com/quarkusio/quarkus/issues/41351#issuecomment-2352357830
Pattern.compile(".*Failed to export spans.*Error Occurred After Shutdown.*"),
}),
GENERATED_SKELETON(new Pattern[]{
// Harmless warning
Expand Down

0 comments on commit d4ebe76

Please sign in to comment.