Skip to content
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

HOTFIX: correct sourceNodes for kstream.through() #374

Closed
wants to merge 1 commit into from

Conversation

ymatsuda
Copy link
Contributor

@guozhangwang
Copy link
Contributor

LGTM, thanks.

@asfgit asfgit closed this in 13c3e04 Oct 27, 2015
@ymatsuda ymatsuda deleted the fix_through_operator branch November 3, 2015 19:44
wyuka pushed a commit to wyuka/kafka that referenced this pull request Aug 29, 2022
…pache#374)

TICKET =
LI_DESCRIPTION =
The request time metrics, such as LocalTime and TotalTime, are marked at the socket channel level upon request completion.
When we introduce `LiCombinedControlRequest`, because now brokers don't receive those request individually
(except for on IBP=2.4 or when a new Broker joins it expect a native full update),
the processing time metrics of the composed control requests (`LeaderAndIsr`, `StopReplica`, `UpdateMetadata`) are effectively gone,
and we only see the combined process time from `LiCombinedControlRequest`.

This patch marks LocalTime and TotalTime for each decomposed sub-control requests when they're completed.
The other time related metrics (e.g. ThrottleTime) are yet to be determined how to define,
as in the context of "decompose", they doesn't seem valid.

EXIT_CRITERIA = When LiCombinedControlRequest feature is ejected or replaced by upstream implementation
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants