thekrakken / java-grok

Simple API that allows you to easily parse logs and other files
http://grok.nflabs.com/
Other
360 stars 151 forks source link

Thread safety #16

Closed mronager closed 10 years ago

mronager commented 10 years ago

The match function is not thread safe. Match.getInstance currently returns a global singleton. I have ensured that the MatchHolder is now ThreadLocal. Tests provided.

anthonycorbacho commented 10 years ago

Awesome!

Thank you so much for your contribution @nokk

I will add you to the read me if it is okay with you.

thank you.