Issue Number: 700763b
| Issue | When multiple read operations are performed on files under the TBASCFS mount path and those operations are abruptly stopped in bulk, subsequent file access and command execution on the mount path may become unresponsive. |
| Cause | The OS username was being retrieved by executing an external command (whoami) as a subprocess during AS connection. This subprocess triggered filesystem requests to the mount path again, but the TBASCFS worker responsible for handling these requests was waiting for the subprocess to terminate, causing a deadlock and resulting in unresponsive access to the mount path. |
| Solutions | The OS username retrieval was changed to call system library functions directly without executing an external command, preventing deadlocks during mount path access. Additionally, the call was branched to accommodate differences in function interfaces provided in the Solaris environment. |
| Occurrence Date | April 2, 2026 |
| Required Patch Version | - |
Patch Information
| Patch Name | FS02PS_700763b |
| Major Version | 7 |
| Minor Version | FS02PS |
| Release Date | April 8, 2026 |
| Version Title | Switch OS Username Retrieval to getpwuid_r for AS Connection (Removed popen/whoami) |
| Default Applied Version | - |
| Compatibility Information | No incompatible items โข TAC Rolling Patch: Supported โข TSC Rolling Patch: Supported โข Backup Data Compatibility: Supported โข Protocol Compatibility: Supported โข Data Format Compatibility: Supported |
| AP Impact | โข Plan Change: No โข Result Value Change: No โข SQL Syntax Change: No โข System Object Change: No โข Existing Function Change: No |
| Parameters | - |
| Workaround | - |