Skip to content

Commit a3efe69

Browse files
committed
Fix CI failings
1 parent 36ded9c commit a3efe69

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Settings for the Apache ElasticJob instrumentation
22

3-
| System property | Type | Default | Description |
4-
|------------------------------------------------------------------|---------|---------|-----------------------------------------------------|
3+
| System property | Type | Default | Description |
4+
|-----------------------------------------------------------------------|---------|---------|-----------------------------------------------------|
55
| `otel.instrumentation.apache-elasticjob.experimental-span-attributes` | Boolean | `false` | Enable the capture of experimental span attributes. |

instrumentation/apache-elasticjob-3.0/javaagent/src/test/java/io/opentelemetry/javaagent/instrumentation/apacheelasticjob/v3_0/EmbedZookeeperServer.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@ public static void start(int port) {
1919
new TestingServer(
2020
port, new File(String.format("target/test_zk_data/%s/", System.nanoTime())));
2121
} catch (Exception ex) {
22-
// Log the exception instead of printing stack trace
23-
System.err.println("Failed to start embedded ZooKeeper server: " + ex.getMessage());
22+
// ignore
2423
} finally {
2524
Runtime.getRuntime()
2625
.addShutdownHook(

0 commit comments

Comments
 (0)