Community
Participate
Working Groups
Build Identifier: 1.2.0.v201112061230 Under heavy load we are getting stuck threads because FieldUtil is using Hashtable private static final Hashtable<String, Object> fieldMethodCache = new Hashtable<String, Object>(); this needs to be changed to use java.util.concurrent.ConcurrentHashMap then multiple clients calling gets won't be blocked. Reproducible: Always Steps to Reproduce: 1. Under heavy load threads are waiting on FieldUtil.fieldMethodCache get operations 2. 3.
Pushed a solution, will be in next build.
Build is done and published