stagemonitor / stagemonitor-mailinglist

GitHub issues abused as a mailing list
3 stars 0 forks source link

Issue in stagemonitor-jdbc 0.26.x which can lead to deadlocks #30

Open felixbarny opened 8 years ago

felixbarny commented 8 years ago

Version 0.26.x contains an issue in stagemonitor-jdbc which may cause a deadlock. See p6spy/p6spy#325. So either downgrade to 0.25.0 or remove the dependency to stagemonitor-jdbc in the mean time.

Sorry for the trouble.

/cc @ryanrupp @marcust

felixbarny commented 8 years ago

I've just released stagemonitor 0.27.0 which contains a updated version of p6spy where this issue is resolved.

marcust commented 8 years ago

Thanks for keeping us up to date

felixbarny commented 8 years ago

I've also created a proposal for a CGLIB-less p6spy: https://github.com/p6spy/p6spy/pull/331