Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[rdf4j-dev] JDK11 and multithread shacl tests
  • From: "Bart Hanssens (BOSA)" <bart.hanssens@xxxxxxxxxxxx>
  • Date: Tue, 24 Sep 2019 15:38:32 +0000
  • Accept-language: en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=bosa.fgov.be; dmarc=pass action=none header.from=bosa.fgov.be; dkim=pass header.d=bosa.fgov.be; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=2exKK/hOGyviPuOnfnFZtSq+XvbmIBSgNMOw8flS44Y=; b=bM31RMl1wxEkgST9UPmAewV3TEtCY7AjWMcoEaQKfFZwjubDMWFZzqQXXrDR8CkxHdelnMV5xcGRTFADpdUn6UzfcQV0Vywt6g8IN4/0eFZOVZGt3N2dk2quISdHUj9ZXulegHEVVTLNh12Atv2qDMu9Rb3pRmKJWF1UpLQK5D88mZmScU5LNG1C9scok4okg6HodZ7eSIbaeEFS5+o7OlLAPcvYdaMMA5zAi+zykZhGZXygnJT9IqKbQawcHR90lHB1t8rxguy+X26BNnFjLMCOS9KS8t31QBQp61JfpN6YW03G/j0SdW5yGIo/XGdpFYc2+Ky7qtuwPrXb1kX5xw==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=XA2gt+iwYnMxsGZkW+BiYhVmfAeVjjaL7yh0nIpw0q+6Xes9tlOlukkRUEaFsk2FDNhLXBo+1LAeqCwqa0HD/FgzT/PUHvF36TjjgJugcMifnU36UCjJY9kqdSQlCXefECmdeClh0+hqOMPWnMeG6N4AIum8y9YGMoJ31q4PlA+GyRfFnhPEdeK1KhjlW6bVAVkVZDoYY7jCzLLxMphZSTLsNtgK1eCW4rUX84snhnJ4ukAEn6REbTC7p6zXyViLAQBugb/Kc3rwUGtsnB+qJfJoIlRqM63t2lshhhkhLBERhTnIUZqbom4hBIL7lm1nPZd2pTbCsiSYqIodrCJoZg==
  • Delivered-to: rdf4j-dev@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/rdf4j-dev>
  • List-help: <mailto:rdf4j-dev-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/rdf4j-dev>, <mailto:rdf4j-dev-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/rdf4j-dev>, <mailto:rdf4j-dev-request@eclipse.org?subject=unsubscribe>
  • Thread-index: AdVy5sXj2Tt1GX4cSW6V1+jgBEcdjQ==
  • Thread-topic: JDK11 and multithread shacl tests

Hi Håvard (and other devs 😉)

 

Quick question, did you encounter issues with Shacl in multicore Linux environment on OpenJDK 8 ?

 

I’m still working on building RDF4j on JDK11, and while building works, the tests  almost always hangs on shacl store tests

(both on ARM and Intel Xeon E1230 4c/8t, mvn clean install -Passembly)

 

[INFO] Running org.eclipse.rdf4j.sail.shacl.MultithreadedMemoryStoreTest

16:32:05.159 [MemoryStore snapshot cleanup] INFO  Thread MemoryStore snapshot cleanup is waiting on 14 active Read locks

16:32:25.189 [MemoryStore snapshot cleanup] INFO  Thread MemoryStore snapshot cleanup is waiting on 14 active Read locks

16:33:05.223 [MemoryStore snapshot cleanup] INFO  Thread MemoryStore snapshot cleanup is waiting on 14 active Read locks

16:34:25.262 [MemoryStore snapshot cleanup] INFO  Thread MemoryStore snapshot cleanup is waiting on 14 active Read locks

16:37:05.300 [MemoryStore snapshot cleanup] INFO  Thread MemoryStore snapshot cleanup is waiting on 14 active Read locks

16:42:25.338 [MemoryStore snapshot cleanup] INFO  Thread MemoryStore snapshot cleanup is waiting on 14 active Read locks

16:53:05.376 [MemoryStore snapshot cleanup] INFO  Thread MemoryStore snapshot cleanup is waiting on 14 active Read locks

17:14:25.401 [MemoryStore snapshot cleanup] INFO  Thread MemoryStore snapshot cleanup is waiting on 14 active Read locks

 

 

Best regards

 

Bart


Back to the top