Andy Seaborne

Results 454 comments of Andy Seaborne

I hope you have at least 3! You do have a SPOF at the single patch log server. As these are locally stateless, you won't loose data but can have...

So far: Some sort of of pause when the ZK server changes is to be expected. The pause seems to be of a length determined by the Curator setup. When...

Hi @oliverbrandt -- thank you very much for the information; it helps to have another environment reporting. In what environment are you running? Is it a cloud platform?

May be relevant: Apache Curator 5.4.0 has just been released. It includes an upgrade of the ZooKeeper dependency from 3.6.3 (As in RDF Delta 1.1.2) to 3.7.1.

@bsara @oliverbrandt -- In #154, the use of load balancer confused ZooKeeper. Do either of you use load balancers in front of the ZooKeeper servers? Azure question: What is being...

This is at startup? This is how it currently works: As well as the sync that happens when a request comes in (the normal case for an active system), there...

> GitHub Actions Go for it. We have some actions (e.g. mac testing). The thing to watch is that all clones of the repo also get the actions. Jena's current...

I pulled the PR branch - the head commit is 81a8b446f4. Are you going to squash the WIP commits before merge? ---- I get some test failures, building from the...

Some news: I've managed to get a successful run of the PR. I had to ensure HOST is unset or set to localhost. (there might be an issue with cypress...

Looks good! Only found a couple of small things: 1: `.nyc_output/out.json` gets created. `.nyc_output/**` needs to go in the .gitignore in jena-fuseki-ui 2: The logo has disappeared: Old: ![Screenshot from...