Rob Rudin

Results 152 comments of Rob Rudin

Just ran the test on a database with "bucket" and then changed it to "segment" - all tests passed. Note that a new database defaults to "bucket", which is the...

@ralfhergert Apologies for the delay in responding. Your diagnosis is correct, and this is the same issue as #1287 - if the call to get URIs fails for any reason,...

I don't think this was ever a bug - the thread isn't pinned to a host, and it's expected to retrieve all matching URIs, regardless of the number of threads...

Thanks @akshaysonvane , I missed the call to `setMaxBatches`. That appears to work fine when the QueryBatcher receives an Iterator of URIs, but it doesn't appear to work otherwise. The...

Not sure if this is still relevant, but from my analysis of `JobReport` and what it captures - I believe it's working as designed, and unfortunately that design only accounts...

I did a re-test of this - I created a database with the given config, an no error occurred. My guess is that the database that this was run against...

Tracking this with a PR with an ignored test - https://github.com/marklogic/java-client-api/pull/1464/files And the underlying bug is referenced in that PR. Closing this as a result. We'll un-ignore the test once...

Verified this is still an issue, will track in JIRA.