-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Make engine lighter #2667
Make engine lighter #2667
Conversation
instead of worker0 Signed-off-by: Yuta Iwama <[email protected]>
Signed-off-by: Yuta Iwama <[email protected]>
Signed-off-by: Yuta Iwama <[email protected]>
Signed-off-by: Yuta Iwama <[email protected]>
Signed-off-by: Yuta Iwama <[email protected]>
9a5e96e
to
30701c6
Compare
matches isn't needed since fluent@6b37daa#diff-a3660169e91ca999d07caabc1aac67c3 Signed-off-by: Yuta Iwama <[email protected]>
fluent@19f5b3e#diff-a3660169e91ca999d07caabc1aac67c3 Signed-off-by: Yuta Iwama <[email protected]>
Signed-off-by: Yuta Iwama <[email protected]>
Signed-off-by: Yuta Iwama <[email protected]>
Signed-off-by: Yuta Iwama <[email protected]>
30701c6
to
46937aa
Compare
Signed-off-by: Yuta Iwama <[email protected]>
|
||
def graceful_stop; end | ||
|
||
def emit_event; end |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No argument. is it intended?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good catch! I missed adding an argument.
137f6b4
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should add test for NullFluentLogEventRouter
methods?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I added 65b7429
Signed-off-by: Yuta Iwama <[email protected]>
Signed-off-by: Yuta Iwama <[email protected]>
Which issue(s) this PR fixes:
Ref #2624
What this PR does / why we need it:
Make engine lighter for safe reloading.
Docs Changes:
no need
Release Note:
no need