mirror of
https://github.com/RD17/ambar.git
synced 2026-04-25 15:35:49 +03:00
[GH-ISSUE #182] Timeout issues #178
Labels
No labels
$$ Paid Support
bug
bug
enhancement
help wanted
invalid
pull-request
question
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ambar#178
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @TomKirby on GitHub (Aug 15, 2018).
Original GitHub issue: https://github.com/RD17/ambar/issues/182
Hi,
I am seeing a lot of timeout issues in the logs, which seems to be delaying the pipeline by 30 seconds each time preventing it from reducing my queue by a considerable amount.
Any feedback on what might be causing this?
@sochix commented on GitHub (Aug 15, 2018):
On what hardware running your Ambar instance?
@TomKirby commented on GitHub (Aug 16, 2018):
virtual machine, 2 cores, 6GB of ram.... I have requested out Operations team to increase to 18GB to see if that will resolve the issue.
@sochix commented on GitHub (Aug 16, 2018):
Play with size of ES heap, it should help
@steve-boyle commented on GitHub (Aug 25, 2018):
I'm running Ambar in a VM with 4 cores and 32GB of ram. I was also seeing timeouts like this, I found that I was seeing various types of out of memory (OOM) conditions, in the applications and in the operating system. I had played with the heap size, that helped but did not eliminate the problem and after a few hours of runtime I would start to see long GCs. I lowered the maxFileSize on my crawlers to 100mb. It seems that the default of 300mb was too much for my system. At a 100mb maxFileSize the system is running smoothly without any crashes.
@stale[bot] commented on GitHub (Sep 10, 2018):
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.