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

Commit 0bf3ed8

Browse files
author
Ahmed Ammar
committed
test
1 parent d667e3d commit 0bf3ed8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/logstash/inputs/dynamodb.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ def scan(logstash_queue)
285285

286286
scan_queue = @logstash_writer.getQueue()
287287
while !$exit
288-
if !@queue.empty?
288+
if !@scan_queue.empty?
289289
event = scan_queue.take()
290290
@logger.warn("got event...")
291291
if event.getEntry().nil? and event.getSize() == -1

0 commit comments

Comments
 (0)