Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Timeout when copying many log curves 🐛 #2488

Open
eliasbruvik opened this issue Jun 24, 2024 · 0 comments
Open

Timeout when copying many log curves 🐛 #2488

eliasbruvik opened this issue Jun 24, 2024 · 0 comments
Labels
Bug Something isn't working .NET Pull requests that update .net code
Milestone

Comments

@eliasbruvik
Copy link
Contributor

eliasbruvik commented Jun 24, 2024

When copying a lot of mnemonics (around 450 in this particular case), it sometimes fails with a timeout error. The mnemonics were copied to a new log without any existing curves.

"Failed to copy log data." - "The request channel timed out attempting to send after 00:01:30. Increase the timeout value passed to the call to Request or increase the SendTimeout value on the Binding. The time allotted to this operation may have been a portion of a longer timeout."

It seems like the error is logged from this try/catch in CopyLogDataWorker.cs, which is a part of copying the log header, before copying actual data.

image

Note: This might be WITSML server-related, as I could not reproduce it with the same log on another WITSML server. If it is server-related we should still investigate why it happens and if it's possible to request a timeout increase from the API.

@eliasbruvik eliasbruvik added Bug Something isn't working .NET Pull requests that update .net code labels Jun 24, 2024
@eliasbruvik eliasbruvik added this to the Log milestone Jun 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working .NET Pull requests that update .net code
Projects
None yet
Development

No branches or pull requests

1 participant