0

From Query Console after clear/drop the graph. Trying to insert triples from Java using ResourceManager and SJS. It does not getting inserted, but after few (say 5 min) minutes if we try again using java it gets inserted.

Mads Hansen
  • 63,927
  • 12
  • 112
  • 147
Logesh
  • 45
  • 4
  • Are you saying that you drop the graph in Query Console, and then run a separate Java process to insert, and that doesn't work unless you wait a few minutes? What's the role of SJS (what is that code doing)? – Dave Cassel Oct 06 '15 at 11:16
  • In SJS using sem.sparqlUpdate inserting new triples from other collection. – Logesh Oct 07 '15 at 06:30
  • Can you share your code and some more details? – Sam Mefford Oct 08 '15 at 15:24
  • I've seen lags like this -- the delay between insert and indexing. It would help to know what version you're on -- this has probably been addressed in the fixes leading up to 8.0-4 (which will be out soon). – grechaw Oct 09 '15 at 21:39
  • version is 8.0-1. Thanks grechaw. – Logesh Oct 12 '15 at 11:43
  • 1
    8.0-4 has been released -- could you tell us whether the same problem occurs with that version? – Dave Cassel Jan 08 '16 at 13:34

0 Answers0