-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Many Errors/Warnings around the Use of Thread.exclusive being Logged when Used with LS 6.x #19
Labels
Comments
original-brownbear
changed the title
Many Errors being Logged when used with LS 6.x
Many Errors/Warnings around the Use of Thread.exclusive being Logged when Used with LS 6.x
Oct 4, 2017
This diff based on (here) to onstomp.rb seems to fix:
|
One user ran into the same issue here. Is this bug been worked on a fix? Error message:
|
I'm now getting this when starting up Logstash v7.2
|
getting the error in v7.3 .\bin\logstash.bat : Thread.exclusive is deprecated, use Thread::Mutex
At line:1 char:1
+ .\bin\logstash.bat
+ ~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (Thread.exclusiv...e Thread::Mutex:String) [], RemoteException
+ FullyQualifiedErrorId : NativeCommandError |
Also have it in 7.4.2 :
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Running this plugin with LS
6.x
results in the following error being logged for seemingly every event:Looks like JRuby 9k changed/deprecated something that we should adjust for :)
The text was updated successfully, but these errors were encountered: