LorenzBuehmann opened a new issue, #2267:
URL: https://github.com/apache/jena/issues/2267

   ### Version
   
   4.10.0
   
   ### What happened?
   
   Reported on mailing list: 
https://lists.apache.org/thread/zdtjtl3qlypl7d713z7bd1117kfjq149
   
   The Fuseki UI is broken when we work on a large number of graphs and open 
the "edit" tab, see
   
![image](https://github.com/apache/jena/assets/976029/6cb32816-d752-4ba9-a8b6-9d88d7a2cdec)
   
   You can reproduce it with
   
   ``` bash
   for i in {1..100..1}; do echo "<http://example.org/s> <http://example.org/p> 
<http://example.org/o> <http://example.org/g$i> ." >> /tmp/data.nq; done
   $JENA_HOME/bin/tdb2.tdbloader --loc /tmp/tdb2/debug /tmp/data.nq
   $FUSEKI_HOME/fuseki-server --loc /tmp/tdb2/debug --port 3333 /ds
   ```
   
   ### Relevant output and stacktrace
   
   _No response_
   
   ### Are you interested in making a pull request?
   
   No


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to