-
Notifications
You must be signed in to change notification settings - Fork 326
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
Applying edits fails from time to time. #7978
Comments
Hubert Plociniczak reports a new STANDUP for yesterday (2023-10-12): Progress: Tried to reproduce problems with applying edits but with no luck so far. Reviewing the design for user libraries in #7955. Fighting with CI which what turns out to be another weird race-condition between background jobs; openfilecmd and closefilecmd don't send replies so there is nothing to synchronize on when defining the tests. General bugfixing. It should be finished by 2023-10-16. Next Day: Next day I will be working on the #7978 task. Continue the investigation into #7978, make CI pass #7898 to unblock other work. |
Hubert Plociniczak reports a new STANDUP for the provided date (2023-10-13): Progress: Continued with digging through the logs and trying to reproduce the problem (still no luck). Investigated serialization problem reported by James but stacktrace is not very informative (will add more info). While trying to reproduce discovered a major problem with our VCS and modest Next Day: Next day I will be working on the #7978 task. Provide a fix for timeout problems, continue with reproduction attempts for reported stability bugs. |
Hubert Plociniczak reports a new STANDUP for yesterday (2023-10-16): Progress: PR with a fix for VCS timeout problem is up. Continued reproduction efforts for serialization exception and failed application of edits. It should be finished by 2023-10-16. Next Day: Next day I will be working on the #7978 task. Address review comments, continue with debugging reported issues. |
Hubert Plociniczak reports a new 🔴 DELAY for yesterday (2023-10-17): Summary: There is 2 days delay in implementation of the Applying edits fails from time to time. (#7978) task. Delay Cause: Fixing other stability problems found on the way. |
Hubert Plociniczak reports a new STANDUP for yesterday (2023-10-17): Progress: Located the source of serialization issue. Prepared PR. Back to trying to reproduce apply edits problems. It should be finished by 2023-10-18. Next Day: Next day I will be working on the #7978 task. Continue debugging or add more info if unsuccessful. |
I added some more info so that we have a better idea what is happening from the logs. So far I was neither able to reproduce nor come up on my own with how is that even possible just by looking at the code. |
Unmasked position info for the failed edits so that it is possible to understand what edits are attempted at all. So far unable to locate the problem based solely on the logs and the stacktrace. Added a test confirming that making edits at the end of the file continues to be fine (that's where the problem usually manifests itself). # Important Notes References #7978
Hubert Plociniczak reports a new STANDUP for yesterday (2023-10-18): Progress: Added debugging info due to lack of other means of debugging the problem. Meeting regarding new requirements for attaching visualizations. It should be finished by 2023-10-18. Next Day: Next day I will be working on the #7978 task. Pick up next item on the list. |
As discussed, closing for now since couldn't reproduce. Added more info so that next time we get a better chance of reproducing. |
Discord username
No response
What type of issue is this?
Intermittent – Occurring irregularly
Is this issue blocking you from using Enso?
Is this a regression?
What issue are you facing?
I was working on my branch #7779 and noticed that sometimes the engine stops responding.
Here are the logs: https://gist.github.com/vitvakatu/e44a3e410b29c38cfa520f8e80206e52
I couldn't spot any pattern. The issue seems to occur randomly. It happens both on my branch and on develop, and I was only trying engine
9.30
.Expected behaviour
No errors when editing nodes.
How we can reproduce it?
No response
Screenshots or screencasts
No response
Logs
No response
Enso Version
0228022
Browser or standalone distribution
Standalone distribution (local project)
Browser Version or standalone distribution
standalone
Operating System
MacOS
Operating System Version
No response
Hardware you are using
No response
The text was updated successfully, but these errors were encountered: