[ https://forge.continuent.org/jira/browse/SEQUOIA-1129?page=comments#action_14859 ]
Emmanuel Cecchet commented on SEQUOIA-1129: ------------------------------------------- You can look at the fix in Sequoia 4.0 as well as other potential ClassCastException that have been detected and fixed with generics. > ClassCastException in abortRemainingActiveTransactions > ------------------------------------------------------- > > Key: SEQUOIA-1129 > URL: https://forge.continuent.org/jira/browse/SEQUOIA-1129 > Project: Sequoia > Type: Bug > Components: Core > Versions: sequoia 2.10.10 > Reporter: Stephane Giron > Assignee: Stephane Giron > Fix For: sequoia 2.10.11 > > > Error while handling group message: class > org.continuent.sequoia.controller.virtualdatabase.protocol.SuspendActivity > java.lang.ClassCastException: java.lang.Long cannot be cast to > org.continuent.sequoia.controller.requestmanager.TransactionMetaData > at > org.continuent.sequoia.controller.scheduler.AbstractScheduler.abortRemainingActiveTransactions(AbstractScheduler.java:2345) > at > org.continuent.sequoia.controller.scheduler.AbstractScheduler.waitForSuspendedTransactionsToComplete(AbstractScheduler.java:1829) > at > org.continuent.sequoia.controller.virtualdatabase.protocol.SuspendActivity.handleMessageMultiThreaded(SuspendActivity.java:133) > at > org.continuent.sequoia.controller.virtualdatabase.DistributedVirtualDatabase.handleMessageMultiThreaded(DistributedVirtualDatabase.java:375) > at > org.continuent.hedera.adapters.MulticastRequestAdapterThread.run(MulticastRequestAdapterThread.java:102) > This happens when there is a failure while aborting remaining transactions. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: https://forge.continuent.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira _______________________________________________ Sequoia mailing list [email protected] https://forge.continuent.org/mailman/listinfo/sequoia
