jira-importer

Results 1253 comments of jira-importer

randgalt: I ran the test but I have no idea what I'm looking at. Please re-write the test as a TestNG unit test with an asserts, etc. that show the...

randgalt: Also, a Pull Request with a fix would be appreciated.

htuy: I added a test for the problem. I've done a PR of a simple fix, which mostly resolved the problem. I believe there are still potential race conditions, but...

cammckenzie: This sounds like a sensible approach, and I think it will fix a number of issues: CURATOR-448, CURATOR-467 and CURATOR-468 Would you like to submit a PR for this...

randgalt: Firstly, the call to client.getZookeeperClient().blockUntilConnectedOrTimedOut(); is unnecessary as Curator does this internally. Curator 3.0 has better connection timeout behavior than Curator 2.0. In 2.0, the connection timeout is applied...