-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
JRuby 1.7.24 regex thread safety regression #4977
Comments
Per jruby/jruby#3670 this seems to be a regression in JRuby 1.7.24. |
I suggest we downgrade to 1.7.23 for 2.3.1. We just need to asses if some critical 2.3 bugs were fixed by 1.7.24 /cc @jsvd |
per @jsvd the only critical issue 1.7.24 solved was the windows file stat problem |
IIRC the .24 was a release that fix an issue with windows 7 with the File.stats and a thread satefy issue. jruby/jruby#3525 |
http://jruby.org/2015/11/24/jruby-1-7-23.html JRuby 1.7.23 fixed the memory leaks on recent windows 2012 server etc, are we thinking about reverting back to .23? |
if the fix in .24 targets only win7 it might be reasonable to switch to .23 for now and send out a big warning |
Which version has this fix? |
@outcoldman can you provide some information on what you're seeing? there are many situations present in this issue |
@jsvd created an issue for useragent plugin logstash-plugins/logstash-filter-useragent#47 with some additional information, let me know if you need more info |
@jsvd and about versions
|
per logstash-plugins/logstash-filter-useragent#25 and logstash-plugins/logstash-filter-useragent#26 it seems that the JRuby regex code is not thread safe.
We need to
1- confirm that the JRuby regex implementation is not thread safe
2- if it's a bug, report and/or submit fix
3- verify out usage of regexes to make sure this problem does not surface elsewhere.
The text was updated successfully, but these errors were encountered: