Failed to obtain exclusive access post 6.4.0 upgrade

Hi, I upgraded my cluster yesterday along with logstash. I followed the direction about disabling PQ and renabling i did that. I even went as far as deleting the PQ uninstalling and reinstalling. I keep gettin gthis error

[2018-09-07T16:43:05,063][ERROR][org.logstash.execution.AbstractPipelineExt] Logstash failed to cre
ate queue.
org.logstash.LockException: The queue failed to obtain exclusive access, cause: Lock held by this v
irtual machine on lock path: /var/lib/logstash/queue/c360_elb/.lock
        at org.logstash.ackedqueue.Queue.open(Queue.java:262) ~[logstash-core.jar:?]
        at org.logstash.ackedqueue.ext.JRubyAckedQueueExt.open(JRubyAckedQueueExt.java:97) ~[logsta
sh-core.jar:?]
        at org.logstash.ackedqueue.ext.JRubyWrappedAckedQueueExt.initialize(JRubyWrappedAckedQueueE
xt.java:39) ~[logstash-core.jar:?]
        at org.logstash.ackedqueue.QueueFactoryExt.create(QueueFactoryExt.java:37) ~[logstash-core.
jar:?]
        at org.logstash.execution.AbstractPipelineExt.initialize(AbstractPipelineExt.java:130) [log
stash-core.jar:?]
        at org.logstash.execution.AbstractPipelineExt$INVOKER$i$3$0$initialize.call(AbstractPipelineExt$INVOKER$i$3$0$initialize.gen) [jruby-complete-9.1.13.0.jar:?]
        at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodThree.call(JavaMethod.java:1186) [jruby-complete-9.1.13.0.jar:?]
        at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodN.call(JavaMethod.java:743) [jruby-complete-9.1.13.0.jar:?]
        at org.jruby.ir.runtime.IRRuntimeHelpers.instanceSuper(IRRuntimeHelpers.java:983) [jruby-complete-9.1.13.0.jar:?]

my logstash.yml

path.data: /var/lib/logstash
path.logs: /var/log/logstash
path.settings: /etc/logstash
config.reload.automatic: true
http.host: 'ipaddress'
http.port: 9600
xpack.monitoring.enabled: true
xpack.monitoring.elasticsearch.url: http://elastic_host:9200
xpack.monitoring.elasticsearch.username: 
xpack.monitoring.elasticsearch.password:

pipelines.yml

- pipeline.id: c360_elb
  path.config: "/etc/logstash/conf.d/c360_elb_ingest.conf"
  pipeline.workers: 1
  queue.type: persisted
  queue.max_bytes: 8gb
- pipeline.id: logs_beat
  path.config: "/etc/logstash/conf.d/syslog_filebeat_ingest.conf"
  pipeline.workers: 6
  queue.type: persisted
  queue.max_bytes: 8gb

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