ge-high-assurance / RACK

DARPA's Automated Rapid Certification of Software (ARCOS) project called Rapid Assurance Curation Kit (RACK)
BSD 3-Clause "New" or "Revised" License
20 stars 6 forks source link

Fuseki very slow in Docker #717

Closed cuddihyge closed 2 years ago

cuddihyge commented 2 years ago

Abha has noticed queries timing out in report on 10.2 e.g. this report

{"title": "AllNodegroups","sections": [
{"header":"ingest_ENTITY","table_test_row_count":{"nodegroup":"ingest_ENTITY","success_rows":0}},
{"header":"ingest_REQUIREMENT","table_test_row_count":{"nodegroup":"ingest_REQUIREMENT","success_rows":0}},
{"header":"ingest_SWCOMPONENT","table_test_row_count":{"nodegroup":"ingest_SWCOMPONENT","success_rows":0}}
]}

I run it on my machine in about 60 seconds.

Abha and Kit have both gotten timeouts in 10.2 with query_certgate_TopLevel-Claims-from-AcertReqModels run on all three graphs:

FROM <http://rack001/mitre-cwe>
        FROM <http://rack001/nist-800-53>
        FROM <http://rack001/model>

and again it works within close to a minute on my laptop.

@tuxji : can you help figure this out?

cuddihyge commented 2 years ago

Details to reproduce:

While this connection is still loaded, the report can be tested by:

tuxji commented 2 years ago

Tried steps to reproduce. Ran the query_certgate_TopLevel-Claims-from-AcertReqModels. Took more than 1 minute, maybe as much as 2 minutes, but ran successfully. Saw 3 results in csv output pane.

cuddihyge commented 2 years ago

We don't see any options, and the problem is not too serious