Hey Sean, For us , this seems to be reproducible in production regularly .So we are taking thread dump's for every 10 mins ,all the threads are stuck in sha calculation.BTW we are using SHA512.
Will something else data help for investigation ? Thanks for your quick reply :-) On Tue, Nov 3, 2015 at 5:57 PM, Seán Coffey <[email protected]> wrote: > There isn't much information available in 8067664. The workaround appears > to be as per the short comment - use buffered I/O. > > *@ DataOutputStream out = new DataOutputStream(new * > *@ BufferedOutputStream(socket.getOutputStream()));* > > Seems like a strange bug for sure. Would be good to get some more > investigating put into it. > > Regards, > Sean. > > On 03/11/2015 11:40, prem wrote: > > > Hey Team , > We are been stucked with similar kind of issue here > <https://bugs.openjdk.java.net/browse/JDK-8023983> in our system after > upgrading to 1.8 jdk. There is workaround mentioned in comment here > <https://bugs.openjdk.java.net/browse/JDK-8023983?focusedCommentId=13605529&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-13605529>.But > we are not able to view the issue JDK-8067664 > , its asking for a login > . > > Please help us to view the issue > > > > Regards, > Prem > , > 9884111323 > > > > -- > > Regards, > Prem > > > -- Regards, Prem
