Mike Drob
Mike Drob
I think this looks fine to me, but I'm thinking about whether it makes more sense to return a useful error message in this case rather than silently defaulting to...
https://github.com/apache/zookeeper/pull/1868 May be relevant
@bonifaido - This looks like a good catch! Can you create a JIRA issue for this at https://issues.apache.org/jira/browse/CURATOR and then reference that from here? That improves our ability to trace...
Looks like it's been accepted - can one of the committers add a commit with "closes #87" to close the loop on this?
Looks like I neglected to respond to this for a while. Here is why I think the logic is faulty. T2: `processResult()` method entry T2: `synchronized (backgroundTaskMonitor)` acquire lock T2:...
I don't think it matters whether or not they actually use the ZK Connection at that point. The important part is that `getState() == State.CLOSED` (as set by T1) and...
In the JIRA issue, the example trace came from `GetChildrenBuilderImpl` line 166.
Ok, I think I got myself confused between the two close operations. Can you add a test (probably with an artificial delay to ensure ordering) that would fail before your...
The linked PR was closed as stale - has there been any other solution to this?
This issue has been around for a while, I'm currently upgrading my application from org.codehaus.jackson v1 to com.fasterxml.jackson v2 and hitting this as a regression. Does anybody have a workaround...