You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In spit-appender, force the output before acquiring a lock in
case the forced code tries to acquire the same spit-appender lock
from a different thread.
In spit-appender, force the output before acquiring a lock in
case the forced code tries to acquire the same spit-appender lock
from a different thread.
The following commit added a new locking mechanism to the spit-appender: d531880
This can cause a possible deadlock if you try to log something while logging something (i.e. realizing a lazy collection).
While I realize this isn't advised, it used to work but now results in a deadlock:
Note: if you fully realize the collection, there are no issues.
The text was updated successfully, but these errors were encountered: