Ewout Prangsma

Results 44 comments of Ewout Prangsma

Which (type of) server are these logs from?

Having a close makes a lot of sense. Why do you make a new connection? You can also re-use the existing connection over and over again.

This looks like a port conflict in docker. Is there anything else running that claims port 8529?

I've seen it before (on Mac) that docker's userproxy hold a port while no container was actually using it. Try to restart docker and see if it makes a difference.

Please run this to see if this is a general docker problem. `docker run -it -d -e ARANGO_NO_AUTH=1 -p 8529:8529 arangodb/arangodb`

Let me see if I understand you correctly. You want an additional tag that overwrites the `json` tag when both exist. Right? I assume the semantics of that tag should...

There are a few API calls which have to be made to the same server. These are mostly cursor related. However that does not explain all. We have "load-balancing" behavior...

@virmundi Thanks for the find. Changing this will break the existing API, but only in a small way. We'll see what we can do about it.