zowe/zowe-explorer-vscode

Bulk Deletion of VSAM Data Sets - Unresponsive UI and Excessive Queued List Operations

开放

#4,015 创建于 2026年1月14日

 (1 条评论) (1 个反应) (0 位负责人)TypeScript (119 个派生)auto 404
buggood first issuepriority-lowseverity-low

仓库指标

星标
 (189 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

Describe the bug

When bulk deleting VSAM data sets, the tree view is reloaded after every individual deletion. If a large number of data sets are being deleted, this results in many calls to the dataset list APIs, which renders further actions (i.e. a new dataset filter) completely unresponsive until the queued list operations are completed.

To Reproduce

Attempt to delete a number (~25) of VSAM data sets with multi-select, and observe the Output view for Zowe Explorer.

Expected behavior

Nodes disappear as each delete succeeds, and the list is refreshed once all operations are completed. The Tree UI is responsive once all operations complete.

Screenshots

Desktop (please complete the following information):

  • OS: MacOS Sequoia (15.7.3)
  • Zowe Explorer Version: 3.4.0
  • (Optional) Zowe CLI Version: N/A
  • (Optional) Do you have secure credentials enabled? N/A
  • (Optional) Are you using a custom credential manager? N/A

Additional context

贡献者指南