You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When listing migrated/archived datasets, the zowex backend automatically restores/recalls them. Nice that they are restored automatically, but performance suffers on a simple DS list (from VSCE).
Expected and actual results
Expected to just view the list of datasets that matched the pattern without further action happening
bash-4.3$ zowex ds list fernando.lib.cntl1
FERNANDO.LIB.CNTL1 MIGRAT PO
bash-4.3$ zowex ds list fernando.lib.cntl1
FERNANDO.LIB.CNTL1 TSU132 PO
Describe your environment
Any environment really 😋
Additional context
Found this while testing restore from the VSCE (#126) 😋
Function to look into:
zFernand0
changed the title
zowex: Running zowex ds list DS.NAME automatically recalls/restores the dataset
zowex: Running zowex ds list automatically recalls/restores the dataset
Feb 25, 2025
zFernand0
changed the title
zowex: Running zowex ds list automatically recalls/restores the dataset
zowex: Running zowex ds list automatically recalls/restores the DS
Feb 25, 2025
zFernand0
changed the title
zowex: Running zowex ds list automatically recalls/restores the DS
zowex: Running zowex ds list recalls/restores the data set
Feb 25, 2025
dang... I didn't consider that during the implementation, but we effectively open each file in the list to obtain attributes. Besides performance, it's probably not desired to automatically restore data sets you don't intend to.
Describe the bug
When listing migrated/archived datasets, the zowex backend automatically restores/recalls them. Nice that they are restored automatically, but performance suffers on a simple DS list (from VSCE).
Expected and actual results
Expected to just view the list of datasets that matched the pattern without further action happening
Describe your environment
Any environment really 😋
Additional context
Found this while testing restore from the VSCE (#126) 😋
Function to look into:
zowe-native-proto/native/c/zds.cpp
Line 423 in a454ff9
The text was updated successfully, but these errors were encountered: