Hello
Nobody
Logout
Sign In
or
Sign Up
(
Why?
)
Home
3,640 messages
org.apache.kafka.jira [
All Lists
]
2020 June [
All Months
]
Page 108 (Messages 2676 to 2700):
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
[jira] [Assigned] (KAFKA-10077) Filter downstream of state-store results in suprious tombstones
-
Andy Coates (Jira)
[jira] [Commented] (KAFKA-9987) Improve sticky partition assignor algorithm
-
Sophie Blee-Goldman (Jira)
[jira] [Commented] (KAFKA-9800) [KIP-580] Client Exponential Backoff Implementation
-
Ismael Juma (Jira)
[jira] [Updated] (KAFKA-10084) System test failure: StreamsEosTest.test_failure_and_recovery_complex
-
John Roesler (Jira)
[jira] [Created] (KAFKA-10114) Kafka producer stuck after broker crash
-
Itamar Benjamin (Jira)
[jira] [Commented] (KAFKA-10126) Remove unused options in ConsumerPerformance
-
jiamei xie (Jira)
[jira] [Commented] (KAFKA-10126) Remove unused options in ConsumerPerformance
-
jiamei xie (Jira)
[jira] [Resolved] (KAFKA-10086) Standby state isn't always re-used when transitioning to active
-
John Roesler (Jira)
[jira] [Created] (KAFKA-10155) Flaky Test ReassignPartitionsUnitTest.testModifyBrokerThrottles
-
Sophie Blee-Goldman (Jira)
[jira] [Commented] (KAFKA-9953) support multiple consumerGroupCoordinators in TransactionManager
-
Boyang Chen (Jira)
[jira] [Commented] (KAFKA-10151) Flaky Test StoreUpgradeIntegrationTest.shouldMigratePersistentKeyValueStoreToTimestampedKeyValueStoreUsingPapi
-
Sophie Blee-Goldman (Jira)
[jira] [Commented] (KAFKA-9194) Missing documentation for replicaMaxWaitTimeMs config value
-
sats (Jira)
[jira] [Resolved] (KAFKA-10123) Regression resetting offsets in consumer when fetching from old broker
-
Jason Gustafson (Jira)
[jira] [Commented] (KAFKA-10184) Flaky HighAvailabilityTaskAssignorIntegrationTest.shouldScaleOutWithWarmupTasksAndPersistentStores
-
Sophie Blee-Goldman (Jira)
[jira] [Updated] (KAFKA-10189) Reset metric EventQueueTimeMs
-
Jeff Kim (Jira)
[jira] [Resolved] (KAFKA-9678) Introduce bounded exponential backoff in clients
-
Sanjana Kaundinya (Jira)
[jira] [Updated] (KAFKA-10135) Extract Task#executeAndMaybeSwallow to be a general utility function into TaskManager
-
Boyang Chen (Jira)
[jira] [Updated] (KAFKA-9458) Kafka crashed in windows environment
-
Randall Hauch (Jira)
[jira] [Commented] (KAFKA-5453) Controller may miss requests sent to the broker when zk session timeout happens.
-
Randall Hauch (Jira)
[jira] [Commented] (KAFKA-10068) Verify HighAvailabilityTaskAssignor performance with large clusters and topologies
-
Randall Hauch (Jira)
[GitHub] [kafka] mimaison commented on pull request #7577: KAFKA-9076: support consumer offset sync across clusters in MM 2.0
-
GitBox
[jira] [Commented] (KAFKA-10143) Can no longer change replication throttle with reassignment tool
-
Randall Hauch (Jira)
[jira] [Commented] (KAFKA-10217) Move nodeLevelSensor and storeLevelSensor methods from StreamsMetricsImpl to StreamsMetrics
-
mohamed chebbi (Jira)
[jira] [Commented] (KAFKA-10217) Move nodeLevelSensor and storeLevelSensor methods from StreamsMetricsImpl to StreamsMetrics
-
Sophie Blee-Goldman (Jira)
[GitHub] [kafka] ableegoldman opened a new pull request #8963: KAFKA-10017: fix flaky EosBetaUpgradeIntegrationTest
-
GitBox
Page 108 (Messages 2676 to 2700):
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146