Skip to content
This repository was archived by the owner on Mar 23, 2026. It is now read-only.
This repository was archived by the owner on Mar 23, 2026. It is now read-only.

Infinite delete queries #81

@olinux

Description

@olinux

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions