madelson
madelson
@MajeQafouri I do see a disconnect/session expired log in the zookeeper log, though. Could that be related?
@devlnull are you seeing "connection reset by peer"/"connection expired" in the zookeeper logs like @MajeQafouri is?
@devlnull @MajeQafouri I thought it might make sense for me to add some additional verbose logging to the underlying ZooKeeper .NET package; then you could test your apps with the...
Ideally it would just work, meaning that either we always set should prepare to false for Postgres (how important is it with the current driver?) or we default it based...
When you say the using never exits, do you mean that DisposeAsync() is being called but it never returns? Is this something you can reproduce reliably? What is the full...
@wnbittle based on your findings do you have a theory of why the library is hanging? Are we making some assumption that’s invalid u see certain configuration scenarios?
@algreat2 interesting. What I don’t understand is why it hangs without releasing the lock. The code you’re showing looks like an Acquire failure.
@rLindorfer thanks for your interest in the library. A few thoughts/questions: > time stamp when lock got acquired Note that we actually do attach a timestamp as blob metadata if...
@rLindorfer any thoughts on the above?
Thanks @rLindorfer . > As you already mentioned, it's the creation time and not the lock time. If the blob is reused, the creation time and the lock time will...