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
{{ message }}
This repository was archived by the owner on Mar 23, 2026. It is now read-only.
Depending on the execution time of a thread, in the current implementation a org.openrdf.rio.RDFHandlerException: java.io.IOException: Pipe not connected exception can happen (if the future task tries to flush before the pipeinputstream has been registered. Since the stream is not closed when an exception raises during query execution, the pipeinputstream will never be closed and therefore will stay open infinitely. This can result in a crash of blazegraph in the long run.
Depending on the execution time of a thread, in the current implementation a org.openrdf.rio.RDFHandlerException: java.io.IOException: Pipe not connected exception can happen (if the future task tries to flush before the pipeinputstream has been registered. Since the stream is not closed when an exception raises during query execution, the pipeinputstream will never be closed and therefore will stay open infinitely. This can result in a crash of blazegraph in the long run.