Github user AlexanderYastrebov commented on the pull request:
https://github.com/apache/gora/pull/27#issuecomment-122774999
Hello @drazzib
My point is following:
1. If you have mean page parse time (in nutch) greater than 6 seconds, you
will end up with closed cursor and failed parse run (because of default 100
batchSize and 10 min cursor timeout).
2. There is no evidence at all (neither in API, not in docs) for lib user
that cursor may be closed unexpectedly while reading result.
3. (MongoDB)Result has close() method and with proper use there will leak
no cursors.
4. One more option to configure is worse than no option at all.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---