Community
Participate
Working Groups
We often get a TimeoutException on OfflineClone when switching the branch using a bigger model (~60'000 Objects, 25'000 loaded): org.eclipse.emf.cdo.common.util.TransportException: java.util.concurrent.TimeoutException at org.eclipse.emf.cdo.internal.net4j.protocol.CDOClientProtocol.send(CDOClientProtocol.java:368) at org.eclipse.emf.cdo.internal.net4j.protocol.CDOClientProtocol.changeView(CDOClientProtocol.java:177) at org.eclipse.emf.internal.cdo.view.CDOViewImpl.setBranchPoint(CDOViewImpl.java:365)
Created attachment 183291 [details] Patch Patch changing the ChangeViewRequest to RequestWithMonitoring.
Created attachment 183364 [details] Patch v2 - ready to be committed I've factored out a CDOServerReadIndicationWithMonitoring on the server side. And I've consolidated the monitoring send() methods in CDOClientProtocol: private <RESULT> RESULT send(RequestWithMonitoring<RESULT> request, OMMonitor monitor)
Committed to HEAD.
Available in R20110608-1407