Description
After using Ignite with direct-io optional module and persistence enabled, user code hangs when trying to kill a child process and wait for it to exit using base class library classes (Process).
See attached reproducer:
- Copy .cs and .csproj files to a folder
- dotnet run
The program hangs forever on the last line (process.WaitForExit()), and the child process becomes a zombie (defunct).
- Similar Java program (see attachments) does not reproduce the issue
Attachments
Attachments
Issue Links
- is related to
-
IGNITE-13551 .NET: Enable ClientServerCompatibilityTest on Linux
- Resolved
- links to