Closed Pamazok closed 1 year ago
For some "content" the allocated SLH size (technically the number of blocks) is not enough, so ZSS thread is ABENDed with 0C4-4 like below:
SLH at 0x3FF90A50 cannot allocate above block size 16 > 0 mxbl 2 bkct 2 bksz 65535 httpserver: ABEND 0C4-04 averted when handling datasetContents
Technically we increased the number of max blocks, so we do not request a 2 times bigger buffer. But it's enough for some cases.
The bug was found by the "OMEGAMON for Storage" team and we verified that the issue solved with these changes.
Proposed changes
For some "content" the allocated SLH size (technically the number of blocks) is not enough, so ZSS thread is ABENDed with 0C4-4 like below:
Technically we increased the number of max blocks, so we do not request a 2 times bigger buffer. But it's enough for some cases.
Type of change
PR Checklist
Testing
The bug was found by the "OMEGAMON for Storage" team and we verified that the issue solved with these changes.