Pipeline getting terminated with OrgJrubyExceptions::ThreadKill

Hi

Am using logstash 8.4.0 with csv filter. Am facing an issue that logstash is getting killed itself. From the logs I can see that the pipeline is getting terminated. Below I have pasted sample logs.

[2022-11-11T06:40:25,119][WARN ][logstash.filters.csv     ][main][4a749089404216345f300623b3bde35348702d1fc00c819c1391a5fbc49f65aa] Error parsing csv {:field=>"message", :source=>"2022-11-06 21:55:02,787|INFO |RequestDistribBO.java              |46 |Process request for TransactionId:16677501027861000; Command Name=GETACCOUNTDETAILS; OA=8801408973715; DA=null", :exception=>#<ThreadError: interrupted in FiberQueue.pop>}
[2022-11-11T07:22:23,756][WARN ][logstash.filters.csv     ][main][4a749089404216345f300623b3bde35348702d1fc00c819c1391a5fbc49f65aa] Error parsing csv {:field=>"message", :source=>"2022-11-07 06:05:43,139|INFO |SynchProcessBO.java                |40 |In SynchProcessBO: Calling RequestProcessBO:TransactionId:16677795431381000", :exception=>#<ThreadError: interrupted in FiberQueue.pop>}
[2022-11-11T07:22:24,503][ERROR][logstash.javapipeline    ][main] Pipeline worker error, the pipeline will be stopped {:pipeline_id=>"main", :error=>"", :exception=>Java::OrgJrubyExceptions::ThreadKill, :backtrace=>[], :thread=>"#<Thread:0x78fe740 sleep>"}
[2022-11-11T07:22:24,955][WARN ][logstash.javapipeline    ][main] Waiting for input plugin to close {:pipeline_id=>"main", :thread=>"#<Thread:0x78fe740 run>"

Thanks in advance.

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