-
Notifications
You must be signed in to change notification settings - Fork 94
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
Repeated attempt to save member despite S913 #2406
Comments
Thank you for creating a bug report. |
Hi @ibmrcruicks , Do you have the setting "Files: Auto Save" enabled in VSCode? The auto-save feature might be issuing repeated save requests, even if the previous requests are failing. Regardless, it sounds like we should try to address this in Zowe Explorer, but this feedback will help clarify the source of the problem. Thanks! |
not available for the historic events, but I will try and get the user VSCode Autosave setting the next time this shows up. |
to try and address the endless S913 abends, and associated SYSLOG flooding, I revoked the TSO account; this then produces repeating ICH408I errors for the revoked account (slightly less logging overhead, but not much)
|
Hi @ibmrcruicks, thanks for the update. I believe this is a side effect of using the "Auto Save" functionality with a short delay. Unfortunately, Zowe Explorer does not support the "Auto Save" feature. If this feature is enabled, it can cause undefined behavior (this is most noticeable with the As a temporary workaround, I recommend disabling the "Auto Save" functionality or increasing the delay for the |
thanks @traeok -- disappointing; when you say the "latest version" does that imply some previous version did/does support AutoSave, or just that it is not supported by Zowe Explorer yet? Turning off AutoSave affects all the VSCode workspaces -- what would you recommend as a better afterDelay value? |
Related to: #2627 |
@ibmrcruicks I realized my previous reply was a bit unclear - from my understanding, Zowe Explorer has never supported the auto-save functionality. When it comes to the We plan to investigate this issue for v2 and I will keep this issue updated as the resolution moves forward. |
Description of problem
**Zowe Extension user edits a read-only dataset, and hits save -- system log shows continual attempts to save the update, despite incurring S913 abends
Results in pages and pages of log entries like:
with each entry appears 1-3 seconds apart.
Reproduce Error
In VSCode/ZOWE Extension, Open SYS1.MACLIB (be sure you don't have WRITE access!) open ABEND, make arbitrary update, and save (cmd-/ctrl-S, or file->save)
Expected behavior
** Single attempt to write to dataset - note S913 and stop any further attempt to save **
Screenshots
Desktop (please complete the following information):
Additional context
The text was updated successfully, but these errors were encountered: