logstash-plugins / logstash-codec-multiline

Apache License 2.0
7 stars 31 forks source link

Logstash Crashing, v. 2.1.0, NoMethodError: undefined method `<=' for nil:NilClass #35

Closed myunxi closed 7 years ago

myunxi commented 8 years ago

NoMethodError: undefined method `<=' for nil:NilClass map_cleanup at /LAPPOMS/usr/ppap_oms/logstash/logstash-2.1.0/vendor/bundle/jruby/1.9/gems/logstash-codec-multiline-2.0.4/lib/logstash/codecs/identity_map_codec.rb:193 delete_if at org/jruby/RubyHash.java:1642 map_cleanup at /LAPPOMS/usr/ppap_oms/logstash/logstash-2.1.0/vendor/bundle/jruby/1.9/gems/logstash-codec-multiline-2.0.4/lib/logstash/codecs/identity_map_codec.rb:192 start at /LAPPOMS/usr/ppap_oms/logstash/logstash-2.1.0/vendor/bundle/jruby/1.9/gems/logstash-codec-multiline-2.0.4/lib/logstash/codecs/identity_map_codec.rb:53 loop at org/jruby/RubyKernel.java:1479 start at /LAPPOMS/usr/ppap_oms/logstash/logstash-2.1.0/vendor/bundle/jruby/1.9/gems/logstash-codec-multiline-2.0.4/lib/logstash/codecs/identity_map_codec.rb:50

myunxi commented 8 years ago

I use the cpulimit to limit the cpu usage,The cpulimit use SIGCONT and SIGSTOP to limit cpu.If I do not use cpulimt,the problem never happened.

guyboertje commented 7 years ago

Duplicate of #32