sciserver / graywulf

Database cluster federation toolkit
2 stars 3 forks source link

Timeout in CopyTable.EndExecute #93

Open dobos opened 6 years ago

dobos commented 6 years ago

Timeouts only happen in the EndExecute call

[System.TimeoutException] This request operation sent to net.tcp://skyquery02.sdss.pha.jhu.edu:5055/Jhu.Graywulf.IO.Tasks.CopyTable did not receive a reply within the configured timeout (00:00:05). The time allotted to this operation may have been a portion of a longer timeout. This may be because the service is still processing the operation or because the service was unable to send a reply message. Please consider increasing the operation timeout (by casting the channel/proxy to IContextChannel and setting the OperationTimeout property) and ensure that the service is able to connect to the client.

Server stack trace: at System.ServiceModel.Dispatcher.DuplexChannelBinder.Request(Message message, TimeSpan timeout) at System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs, TimeSpan timeout) at System.ServiceModel.Channels.ServiceChannelProxy.InvokeService(IMethodCallMessage methodCall, ProxyOperationRuntime operation) at System.ServiceModel.Channels.ServiceChannelProxy.Invoke(IMessage message)

Exception rethrown at [0]: at Jhu.Graywulf.Activities.JobAsyncCodeActivity.EndExecute(AsyncCodeActivityContext activityContext, IAsyncResult result) in C:\Data\dobos\project\skyquery-all-v1.3\graywulf\dll\Jhu.Graywulf.Activities\Activities\JobAsyncCodeActivity.cs:line 111 at System.Activities.AsyncCodeActivity.System.Activities.IAsyncCodeActivity.FinishExecution(AsyncCodeActivityContext context, IAsyncResult result) at System.Activities.AsyncCodeActivity.CompleteAsyncCodeActivityData.CompleteAsyncCodeActivityWorkItem.Execute(ActivityExecutor executor, BookmarkManager bookmarkManager)