-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use pipe command sender mechanism of ServerEngine on Windows #1171
Conversation
I'm checking this patch on Windows environment too... will paste all logs. |
I ran fluentd on cmd.exe, and Ctrl-c to stop it. (success: confirmed that both two processes exited)
|
Windows service (success: 3 ruby process executed, and stopped correctly). I registered Fluentd as a Windows service:
Then, I started & stopped "Fluentd Windows Service". Logs:
|
@unak Just one thing I want to confirm: Can we fix this behavior to see logs as soon as possible? Or not? |
I retried the configuration, and confirmed that:
Note: There are no problem to merge this change! |
I'll merge this branch besides CI red, because it is not related with this patch, and already known at #1115. |
The pipe command sender mechanism has been merged into ServerEngine (treasure-data/serverengine#50).
This pull request makes fluentd to use it on Windows, to fix #1084.