Hi Team,
I have logstash running as a container. When I restart logstash container it's failing with below error:
ERROR s.r.NativeMethodAccessorImpl [LogStash::Runner] Logstash failed to create queue {"exception"=>"java.nio.file.NoSuchFileException: /usr/share/logstash/data/queue/main/checkpoint.109", "backtrace"=>["sun/nio/fs/UnixException.java:86:in translateToIOException'", "sun/nio/fs/UnixException.java:102:in
rethrowAsIOException'", "sun/nio/fs/UnixException.java:107:in rethrowAsIOException'", "sun/nio/fs/UnixFileSystemProvider.java:214:in
newByteChannel'", "java/nio/file/Files.java:361:in newByteChannel'", "java/nio/file/Files.java:407:in
newByteChannel'", "java/nio/file/Files.java:3152:in readAllBytes'", "org/logstash/ackedqueue/io/FileCheckpointIO.java:56:in
read'", "org/logstash/ackedqueue/Queue.java:200:in open'", "org/logstash/ackedqueue/ext/JrubyAckedQueueExtLibrary.java:132:in
ruby_open'", "org/logstash/ackedqueue/ext/JrubyAckedQueueExtLibrary$RubyAckedQueue$INVOKER$i$0$0$ruby_open.gen:-1:in call'", "org/jruby/runtime/callsite/CachingCallSite.java:306:in
cacheAndCall'", "org/jruby/runtime/callsite/CachingCallSite.java:136:in `call'",
I am using 5.6.8 with avro codec.
Thank you
Ram T