Skip to content

Commit

Permalink
update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
varunbharadwaj committed Feb 5, 2025
1 parent fd8dbef commit a8f0a96
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@

// This test uses a Kafka test container which schedules a watcher daemon thread for monitoring hanging tests.
// The watcher thread sometimes is not stopped on time at the end of test execution resulting in the thread leak controller
// detecting leaky threads. Add @ThreadLeakAction to make this non-blocking and interrupt the leaky threads.
// detecting leaky threads. @ThreadLeakAction is added to make this non-blocking and interrupt the leaky threads.
@ThreadLeakAction({ ThreadLeakAction.Action.WARN, ThreadLeakAction.Action.INTERRUPT })
public class IngestFromKafkaIT extends OpenSearchIntegTestCase {
static final String topicName = "test";
Expand Down

0 comments on commit a8f0a96

Please sign in to comment.