[
https://issues.apache.org/jira/browse/JENA-1236?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15493652#comment-15493652
]
Andy Seaborne commented on JENA-1236:
-------------------------------------
I've only thought about inference - each setup has to considered on a
case-by-case basis for this general mixed collection scenario.
There are some conditions that must hold like the wrapping graph is itself
stateless over restarts so if it adds a separate feature like specializes index
then "it's complicated" and needs separate thinking.
The transaction mechanism in DBOE/TDB2 can handle this better. It is general
and not tied to one storage but we need a solution now as well.
> Failure during query in restarted Fuseki server (inference)
> -----------------------------------------------------------
>
> Key: JENA-1236
> URL: https://issues.apache.org/jira/browse/JENA-1236
> Project: Apache Jena
> Issue Type: Bug
> Components: Fuseki
> Affects Versions: Fuseki 2.4.0
> Reporter: Andy Seaborne
> Attachments: config.ttl, mobilePhoneCustomClasses.ttl
>
>
> Report: [users@
> email|https://lists.apache.org/thread.html/0234228110f0d018b031a90cbca0f222b702b3b0183913449c308dbe@%3Cusers.jena.apache.org%3E]
> A simpler sequence:
> * Start fuseki --conf config.ttl
> * Load the file
> * Stop the server
> * Start the server
> * make a query on /inf.
> {noformat}
> [2016-09-15 11:15:12] Fuseki INFO [1] POST
> http://localhost:3030/inf/sparql
> [2016-09-15 11:15:12] Fuseki INFO [1] POST /inf :: 'sparql' ::
> [application/x-www-form-urlencoded charset=utf-8] ?
> [2016-09-15 11:15:12] Fuseki INFO [1] Query = SELECT * WHERE {
> ?subject ?predicate ?object } LIMIT 10
> [2016-09-15 11:15:12] QueryIteratorCheck WARN Open iterator: TripleMapper/68
> [2016-09-15 11:15:12] Fuseki WARN [1] RC = 500 : Invalid id node for
> subject (null node): ([0000000000000000], [0000000000000022],
> [0000000000000054])
> org.apache.jena.atlas.lib.InternalErrorException: Invalid id node for subject
> (null node): ([0000000000000000], [0000000000000022], [0000000000000054])
> at org.apache.jena.tdb.lib.TupleLib.triple(TupleLib.java:98)
> at org.apache.jena.tdb.lib.TupleLib.triple(TupleLib.java:84)
> ...
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)