zowe / zss

Zowe System Services Server for enabling low-level microservices
Eclipse Public License 2.0
13 stars 45 forks source link

Random abends in handling UnixFileContents #693

Closed Gautham-coder closed 2 weeks ago

Gautham-coder commented 4 months ago

Try uploading a large Unix file or chunks of bytes into a Unix file continuously, you will get an abend that is random. You will see the below abend message: httpserver: ABEND 0C4-10 averted when handling UnixFileContents

Steps to Reproduce

  1. Using PUT method and uploading Unix file contents in chunks.
  2. An abend will occur randomly, the above message can be seen in the logs.

Expected behavior No abends should occur.

Gautham-coder commented 2 weeks ago

Issue tested by reporter and confirmed resolved.