Thread variables in a single runtime

Were seeing a problem with thread variables, acts_as_audited uses a
thread
variable.On high load were seeing the variable be incorrect, were
wondering
if we shouldn’t be using thread variables when we only have one Jruby
Runtime? Is there any other way to get around this?

Thread.current[:acts_as_audited_user] = user

~Matt