Skip to content

MINOR: flush record collector after local state flush#304

Closed
ymatsuda wants to merge 1 commit into
apache:trunkfrom
ymatsuda:flush_order
Closed

MINOR: flush record collector after local state flush#304
ymatsuda wants to merge 1 commit into
apache:trunkfrom
ymatsuda:flush_order

Conversation

@ymatsuda

Copy link
Copy Markdown
Contributor

@guozhangwang
Fix the order of flushing. Undoing the change I did sometime ago.

@guozhangwang

Copy link
Copy Markdown
Contributor

LGTM.

@asfgit asfgit closed this in b1ce949 Oct 13, 2015
@ymatsuda
ymatsuda deleted the flush_order branch October 26, 2015 21:16
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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants