Commit 6e8df29
authored
MINOR: Log at info level when pending member joins a group (apache#17495)
When a dynamic member joins a group, it sends two JOIN_GROUP requests.
The first request doesn't have a member id and returns
MEMBER_ID_REQUIRED with a broker-generated member id. The second request
includes the broker-generated member id and joins the group for real.
We emit a log message at info level for the first join request, but not
the second. Log the second join request at info level too.
Reviewers: David Jacot <[email protected]>1 parent 25e8e4c commit 6e8df29
File tree
2 files changed
+2
-2
lines changed- core/src/main/scala/kafka/coordinator/group
- group-coordinator/src/main/java/org/apache/kafka/coordinator/group
2 files changed
+2
-2
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
427 | 427 | | |
428 | 428 | | |
429 | 429 | | |
430 | | - | |
| 430 | + | |
431 | 431 | | |
432 | 432 | | |
433 | 433 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4321 | 4321 | | |
4322 | 4322 | | |
4323 | 4323 | | |
4324 | | - | |
| 4324 | + | |
4325 | 4325 | | |
4326 | 4326 | | |
4327 | 4327 | | |
| |||
0 commit comments