MINOR: flush record collector after local state flush#304
Closed
ymatsuda wants to merge 1 commit into
Closed
Conversation
Contributor
|
LGTM. |
efeg
pushed a commit
to efeg/kafka
that referenced
this pull request
Jan 29, 2020
…nt. (apache#304) * Support a user-task based management to replace session based management. CruiseContorl used sessions to manage async operations from users and limited it by the number of active sessions. This commit introduces the concept of UserTaskManager (replaces SessionManager). It is responsible for managing active tasks using User-Task-ID defined in the HTTP request/response header. HttpSessions can still be used to fetch the status of an async operation but it can be overridden by adding User-Task-Id header in the request header. Every async request will return the User-Task-Id in the response headers. A new Http request is added to report the status active tasks that are in progress.
abbccdda
pushed a commit
to abbccdda/kafka
that referenced
this pull request
May 5, 2020
Adds the leader change control message schema and the logic to append it to the log after becoming leader.
hachikuji
pushed a commit
to hachikuji/kafka
that referenced
this pull request
May 6, 2020
Adds the leader change control message schema and the logic to append it to the log after becoming leader.
abbccdda
pushed a commit
to abbccdda/kafka
that referenced
this pull request
May 31, 2020
Adds the leader change control message schema and the logic to append it to the log after becoming leader.
hachikuji
pushed a commit
to hachikuji/kafka
that referenced
this pull request
Aug 5, 2020
Adds the leader change control message schema and the logic to append it to the log after becoming leader.
hachikuji
pushed a commit
to hachikuji/kafka
that referenced
this pull request
Aug 13, 2020
Adds the leader change control message schema and the logic to append it to the log after becoming leader.
wyuka
pushed a commit
to wyuka/kafka
that referenced
this pull request
Mar 16, 2022
…ache#304) This is a squash of 2 commits - 8c282a2 Server-Side Logging for Unofficial Client Connections (apache#198) - 6ffa66e adding unofficial client logging configs to KafkaConfigTest.scala (apache#201) EXIT_CRITERIA=MANUAL Co-authored-by: Rafia Khatri <rafia@qasmi.net>
wyuka
pushed a commit
to wyuka/kafka
that referenced
this pull request
Mar 28, 2022
…ache#304) This is a squash of 2 commits - 8c282a2 Server-Side Logging for Unofficial Client Connections (apache#198) - 6ffa66e adding unofficial client logging configs to KafkaConfigTest.scala (apache#201) EXIT_CRITERIA=MANUAL Co-authored-by: Rafia Khatri <rafia@qasmi.net>
wyuka
pushed a commit
to wyuka/kafka
that referenced
this pull request
Jun 16, 2022
…ache#304) This is a squash of 2 commits - 8c282a2 Server-Side Logging for Unofficial Client Connections (apache#198) - 6ffa66e adding unofficial client logging configs to KafkaConfigTest.scala (apache#201) EXIT_CRITERIA=MANUAL Co-authored-by: Rafia Khatri <rafia@qasmi.net>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
@guozhangwang
Fix the order of flushing. Undoing the change I did sometime ago.