mirror of
https://github.com/NarrativeScience-old/log.io.git
synced 2026-04-26 01:25:55 +03:00
[GH-ISSUE #244] Huge delay in sending new file content from harvester to server #197
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/log.io-NarrativeScience-old#197
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 @MichalBiel on GitHub (Jul 3, 2020).
Original GitHub issue: https://github.com/NarrativeScience-old/log.io/issues/244
I have an issue that make log.io unusable. After fresh reboot of server and haresters everything seems ok, but after about an hour, there is a 30 min delay in delivering messages ie. logs created at 12:30 are delivered to the server at 13:00. I have 4 harvesters watching application logs producing about 500-1000 lines per file per minute. All application servers and log.io server are located on the same host (different VM's) so network bandwith is not a problem here. In my opinion it's harvester side issue, after restarting harvester it works fine for couple of minutes and then the delay grows and grows. Could you please tell me how to find the bottleneck ?
My server is installed on CentOS, harvesters are working on Windows Server 2012. Harvester config file :
{
"messageServer": {
"host": "xx.xx.xx",
"port": 6689
},
"inputs": [
{
"source": "XXX",
"stream": "XXXX",
"config": {
"path": "D:\xxx\xxx\logs\SystemOut.log"
}
}
]
}