jira-importer

Results 1253 comments of jira-importer

randgalt: P.S. We have Tech Notes too where things can be clarified: https://cwiki.apache.org/confluence/display/CURATOR/Tech+Notes

kenco: Brilliant. I'll set aside some time and try get some of those updates in 

kenco: Jordan Zimmerman - final question - is there an easy way to check Curator's ConnectionState? There doesn't look to be a way to retrieve this from the CuratorFramework -...

randgalt: is there an easy way to check Curator's ConnectionState? Not currently.  are we guaranteed that this is always called in order Yes - there's a single thread that handles...

kenco: That's perfect then - I was reasonably sure, but just wanted to double check.

randgalt: You need to know what instances have changed? The ServiceCacheListener interface would need to change or we'd have to add a new type of listener for that. Please provide...

githubbot: GitHub user JerryChin opened a pull request: https://github.com/apache/curator/pull/265 Add new service cache listener to let users know what instances have … This PR is for issue CURATOR-470(https://issues.apache.org/jira/projects/CURATOR/issues/CURATOR-470). A new...

githubbot: GitHub user Randgalt opened a pull request: https://github.com/apache/curator/pull/268 CURATOR-470 Add new service cache listener to let users know what instances have changed Built off of #265 > A new...

githubbot: Github user asfgit closed the pull request at: https://github.com/apache/curator/pull/265

kturner: The error message instance must be started before calling this method in the exception above is misleading. It implies that the instance was not yet started, however it was...