tsgrp / OpenAnnotate

TSG's Browser-based Annotation Tool
8 stars 4 forks source link

Upgrade ehcache to latest version #876

Open dhruvvora94 opened 3 years ago

dhruvvora94 commented 3 years ago

jstack_app1_inst2_feb18_1023am.txt Some clients have observed that threads are getting locked because of ehcache. A potential fix for this might involve upgrading the version of ehcache being used in OpenContent.

https://stackoverflow.com/questions/62600266/ehcache-2-10-thread-blocked

Looks like the latest version of ehcache has some code moved around to different classes and the structure has changed.

This will likely be a medium level of effort.