Skip to content
This repository was archived by the owner on Dec 15, 2021. It is now read-only.

Commit 6293851

Browse files
author
Ahmed Ammar
committed
test
1 parent aa30c63 commit 6293851

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/logstash/inputs/dynamodb.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,7 @@ def run(logstash_queue)
193193
public
194194
def stop
195195
@logger.log("exiting threads");
196+
@something = true
196197
exit_threads
197198
@logger.log("threads exited");
198199
until @queue.empty?
@@ -303,7 +304,7 @@ def stream(logstash_queue)
303304
@logger.warn("Started KCL thread")
304305

305306
while @something == false
306-
@logger.warn("Looping KCL thread #{@something}")
307+
#@logger.warn("Looping KCL thread #{@something}")
307308

308309
if !@queue.empty?
309310
event = @queue.pop()

0 commit comments

Comments
 (0)