When I active persisten connection in logstash it through out Error

I heve the following configuration in logstash config file

pipeline.batch.size: 2
 pipeline.batch.delay: 20 
queue.type: persisted
 queue.max_events: 0
queue.max_bytes: 2gb
queue.checkpoint.acks: 2024
queue.checkpoint.writes: 2024

when I runt the logstash the following error throught out
> Exception in thread "[main]>worker3" org.logstash.ackedqueue.QueueRuntimeException: deserialize invocation error

but when I disable the persisten que it work fine

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.