Code Monkey home page Code Monkey logo

Comments (4)

afs avatar afs commented on June 1, 2024

Hi @SimonBin A few details would help.

  • Which versions of Fuseki have you tried?
  • What are the times you are seeing? The same if you call twice, one after another?
  • Is there an intermediary (e.g reverse proxy) on the HTTP path?

from jena.

SimonBin avatar SimonBin commented on June 1, 2024

Hi @afs thank you for the prompt response

  • Fuseki 4.5.0-SNAPSHOT 7be194c
  • times stay the same (3 seconds vs. 1 minute)
  • no intermediary
  • sample dataset with random triples was enough to trigger it:
     { echo '@prefix : <http://example.com/> .
       _:r0 :has [ :label "1" ]'
       for i in $(seq 2 2500000); do
         echo ", [ :label \"$i\" ]"
       done
       echo . } > demo.ttl
    

however, while trying to reproduce it, I found that it does not happen in the 4.5.0 release! so case closed I guess?? still, a very curious issue

from jena.

afs avatar afs commented on June 1, 2024

There was a Jetty upgrade 10.0.8 -> 10.0.9. That's the only change that looks even remotely in the area.

jetty/jetty.project#7567

touches gzipping. But not in a way that clearly applies to this case.

from jena.

SimonBin avatar SimonBin commented on June 1, 2024

maybe it's jetty/jetty.project#7683 (although the tone of that report makes it sound to me as if the real bug is still hidden out there somewhere)

from jena.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.