We are pleased to announce Eclipse RDF4J 2.3.3
Release 2.3.3 is a patch release, containing a workaround for an OpenJDK 8 ScheduledThreadPoolExecutor bug:
- JDK-8129861: high processor load for ScheduledThreadPoolExecutor with 0 core threads
Setting the property -Dorg.eclipse.rdf4j.client.executors.jdkbug
will use 1 core thread (instead of 0) for clients, to avoid a 100% CPU load even when doing nothing.