marcin-krystianc / KafkaPlayground

Apache License 2.0
0 stars 0 forks source link

DeliveryReport.Error, Code = Local_UnknownPartition when creating topics and immediatelly publishing to it #2

Open marcin-krystianc opened 2 weeks ago

marcin-krystianc commented 2 weeks ago

When creating new topics and immediately publishing into them, then most likely; the publisher will fail with:

Error: DeliveryReport.Error, Code = Local_UnknownPartition, Reason = Local: Unknown partition, IsFatal = False, IsError = True, IsLocalError = True, IsBrokerError = False, topic = topic246, partition = 0, partitionsCount = 0
marcin-krystianc commented 2 weeks ago
Producer log ``` dotnet run --project "D:\workspace\KafkaPlayground\dotnet\KafkaTool.csproj" producer --ini-file="D:\workspace\KafkaPlayground\dotnet\kafka.ini" --topics=300 --partitions=10 --replication-factor=2 --producers=100 --messages-per-second=1000 %4|1718695345.035|CONFWARN|rdkafka#producer-1| [thrd:app]: Configuration property allow.auto.create.topics is a consumer property and will be ignored by this producer instance 09:22:25 info: Producer[0] Creating topic: topic0 09:22:25 info: Producer[0] Creating topic: topic1 09:22:25 info: Producer[0] Creating topic: topic2 09:22:25 info: Producer[0] Creating topic: topic3 09:22:25 info: Producer[0] Creating topic: topic4 09:22:26 info: Producer[0] Creating topic: topic5 09:22:26 info: Producer[0] Creating topic: topic6 09:22:26 info: Producer[0] Creating topic: topic7 09:22:26 info: Producer[0] Creating topic: topic8 09:22:26 info: Producer[0] Creating topic: topic9 09:22:26 info: Producer[0] Creating topic: topic10 09:22:26 info: Producer[0] Creating topic: topic11 09:22:26 info: Producer[0] Creating topic: topic12 09:22:26 info: Producer[0] Creating topic: topic13 09:22:26 info: Producer[0] Creating topic: topic14 09:22:26 info: Producer[0] Creating topic: topic15 09:22:26 info: Producer[0] Creating topic: topic16 09:22:26 info: Producer[0] Creating topic: topic17 09:22:26 info: Producer[0] Creating topic: topic18 09:22:26 info: Producer[0] Creating topic: topic19 09:22:27 info: Producer[0] Creating topic: topic20 09:22:27 info: Producer[0] Creating topic: topic21 09:22:27 info: Producer[0] Creating topic: topic22 09:22:27 info: Producer[0] Creating topic: topic23 09:22:27 info: Producer[0] Creating topic: topic24 09:22:27 info: Producer[0] Creating topic: topic25 09:22:27 info: Producer[0] Creating topic: topic26 09:22:27 info: Producer[0] Creating topic: topic27 09:22:27 info: Producer[0] Creating topic: topic28 09:22:27 info: Producer[0] Creating topic: topic29 09:22:27 info: Producer[0] Creating topic: topic30 09:22:27 info: Producer[0] Creating topic: topic31 09:22:27 info: Producer[0] Creating topic: topic32 09:22:27 info: Producer[0] Creating topic: topic33 09:22:27 info: Producer[0] Creating topic: topic34 09:22:27 info: Producer[0] Creating topic: topic35 09:22:28 info: Producer[0] Creating topic: topic36 09:22:28 info: Producer[0] Creating topic: topic37 09:22:28 info: Producer[0] Creating topic: topic38 09:22:28 info: Producer[0] Creating topic: topic39 09:22:28 info: Producer[0] Creating topic: topic40 09:22:28 info: Producer[0] Creating topic: topic41 09:22:28 info: Producer[0] Creating topic: topic42 09:22:28 info: Producer[0] Creating topic: topic43 09:22:28 info: Producer[0] Creating topic: topic44 09:22:28 info: Producer[0] Creating topic: topic45 09:22:28 info: Producer[0] Creating topic: topic46 09:22:28 info: Producer[0] Creating topic: topic47 09:22:28 info: Producer[0] Creating topic: topic48 09:22:28 info: Producer[0] Creating topic: topic49 09:22:29 info: Producer[0] Creating topic: topic50 09:22:29 info: Producer[0] Creating topic: topic51 09:22:29 info: Producer[0] Creating topic: topic52 09:22:29 info: Producer[0] Creating topic: topic53 09:22:29 info: Producer[0] Creating topic: topic54 09:22:29 info: Producer[0] Creating topic: topic55 09:22:29 info: Producer[0] Creating topic: topic56 09:22:29 info: Producer[0] Creating topic: topic57 09:22:29 info: Producer[0] Creating topic: topic58 09:22:29 info: Producer[0] Creating topic: topic59 09:22:29 info: Producer[0] Creating topic: topic60 09:22:29 info: Producer[0] Creating topic: topic61 09:22:29 info: Producer[0] Creating topic: topic62 09:22:29 info: Producer[0] Creating topic: topic63 09:22:29 info: Producer[0] Creating topic: topic64 09:22:30 info: Producer[0] Creating topic: topic65 09:22:30 info: Producer[0] Creating topic: topic66 09:22:30 info: Producer[0] Creating topic: topic67 09:22:30 info: Producer[0] Creating topic: topic68 09:22:30 info: Producer[0] Creating topic: topic69 09:22:30 info: Producer[0] Creating topic: topic70 09:22:30 info: Producer[0] Creating topic: topic71 09:22:30 info: Producer[0] Creating topic: topic72 09:22:30 info: Producer[0] Creating topic: topic73 09:22:30 info: Producer[0] Creating topic: topic74 09:22:30 info: Producer[0] Creating topic: topic75 09:22:30 info: Producer[0] Creating topic: topic76 09:22:30 info: Producer[0] Creating topic: topic77 09:22:31 info: Producer[0] Creating topic: topic78 09:22:31 info: Producer[0] Creating topic: topic79 09:22:31 info: Producer[0] Creating topic: topic80 09:22:31 info: Producer[0] Creating topic: topic81 09:22:31 info: Producer[0] Creating topic: topic82 09:22:31 info: Producer[0] Creating topic: topic83 09:22:31 info: Producer[0] Creating topic: topic84 09:22:31 info: Producer[0] Creating topic: topic85 09:22:31 info: Producer[0] Creating topic: topic86 09:22:31 info: Producer[0] Creating topic: topic87 09:22:31 info: Producer[0] Creating topic: topic88 09:22:31 info: Producer[0] Creating topic: topic89 09:22:31 info: Producer[0] Creating topic: topic90 09:22:31 info: Producer[0] Creating topic: topic91 09:22:31 info: Producer[0] Creating topic: topic92 09:22:32 info: Producer[0] Creating topic: topic93 09:22:32 info: Producer[0] Creating topic: topic94 09:22:32 info: Producer[0] Creating topic: topic95 09:22:32 info: Producer[0] Creating topic: topic96 09:22:32 info: Producer[0] Creating topic: topic97 09:22:32 info: Producer[0] Creating topic: topic98 09:22:32 info: Producer[0] Creating topic: topic99 09:22:32 info: Producer[0] Creating topic: topic100 09:22:32 info: Producer[0] Creating topic: topic101 09:22:32 info: Producer[0] Creating topic: topic102 09:22:32 info: Producer[0] Creating topic: topic103 09:22:32 info: Producer[0] Creating topic: topic104 09:22:32 info: Producer[0] Creating topic: topic105 09:22:33 info: Producer[0] Creating topic: topic106 09:22:33 info: Producer[0] Creating topic: topic107 09:22:33 info: Producer[0] Creating topic: topic108 09:22:33 info: Producer[0] Creating topic: topic109 09:22:33 info: Producer[0] Creating topic: topic110 09:22:33 info: Producer[0] Creating topic: topic111 09:22:33 info: Producer[0] Creating topic: topic112 09:22:33 info: Producer[0] Creating topic: topic113 09:22:33 info: Producer[0] Creating topic: topic114 09:22:33 info: Producer[0] Creating topic: topic115 09:22:33 info: Producer[0] Creating topic: topic116 09:22:33 info: Producer[0] Creating topic: topic117 09:22:33 info: Producer[0] Creating topic: topic118 09:22:33 info: Producer[0] Creating topic: topic119 09:22:33 info: Producer[0] Creating topic: topic120 09:22:34 info: Producer[0] Creating topic: topic121 09:22:34 info: Producer[0] Creating topic: topic122 09:22:34 info: Producer[0] Creating topic: topic123 09:22:34 info: Producer[0] Creating topic: topic124 09:22:34 info: Producer[0] Creating topic: topic125 09:22:34 info: Producer[0] Creating topic: topic126 09:22:34 info: Producer[0] Creating topic: topic127 09:22:34 info: Producer[0] Creating topic: topic128 09:22:34 info: Producer[0] Creating topic: topic129 09:22:34 info: Producer[0] Creating topic: topic130 09:22:34 info: Producer[0] Creating topic: topic131 09:22:34 info: Producer[0] Creating topic: topic132 09:22:34 info: Producer[0] Creating topic: topic133 09:22:34 info: Producer[0] Creating topic: topic134 09:22:34 info: Producer[0] Creating topic: topic135 09:22:35 info: Producer[0] Creating topic: topic136 09:22:35 info: Producer[0] Creating topic: topic137 09:22:35 info: Producer[0] Creating topic: topic138 09:22:35 info: Producer[0] Creating topic: topic139 09:22:35 info: Producer[0] Creating topic: topic140 09:22:35 info: Producer[0] Creating topic: topic141 09:22:35 info: Producer[0] Creating topic: topic142 09:22:35 info: Producer[0] Creating topic: topic143 09:22:35 info: Producer[0] Creating topic: topic144 09:22:35 info: Producer[0] Creating topic: topic145 09:22:35 info: Producer[0] Creating topic: topic146 09:22:35 info: Producer[0] Creating topic: topic147 09:22:35 info: Producer[0] Creating topic: topic148 09:22:35 info: Producer[0] Creating topic: topic149 09:22:36 info: Producer[0] Creating topic: topic150 09:22:36 info: Producer[0] Creating topic: topic151 09:22:36 info: Producer[0] Creating topic: topic152 09:22:36 info: Producer[0] Creating topic: topic153 09:22:36 info: Producer[0] Creating topic: topic154 09:22:36 info: Producer[0] Creating topic: topic155 09:22:36 info: Producer[0] Creating topic: topic156 09:22:36 info: Producer[0] Creating topic: topic157 09:22:36 info: Producer[0] Creating topic: topic158 09:22:36 info: Producer[0] Creating topic: topic159 09:22:36 info: Producer[0] Creating topic: topic160 09:22:36 info: Producer[0] Creating topic: topic161 09:22:36 info: Producer[0] Creating topic: topic162 09:22:36 info: Producer[0] Creating topic: topic163 09:22:36 info: Producer[0] Creating topic: topic164 09:22:36 info: Producer[0] Creating topic: topic165 09:22:36 info: Producer[0] Creating topic: topic166 09:22:36 info: Producer[0] Creating topic: topic167 09:22:37 info: Producer[0] Creating topic: topic168 09:22:37 info: Producer[0] Creating topic: topic169 09:22:37 info: Producer[0] Creating topic: topic170 09:22:37 info: Producer[0] Creating topic: topic171 09:22:37 info: Producer[0] Creating topic: topic172 09:22:37 info: Producer[0] Creating topic: topic173 09:22:37 info: Producer[0] Creating topic: topic174 09:22:37 info: Producer[0] Creating topic: topic175 09:22:37 info: Producer[0] Creating topic: topic176 09:22:37 info: Producer[0] Creating topic: topic177 09:22:37 info: Producer[0] Creating topic: topic178 09:22:37 info: Producer[0] Creating topic: topic179 09:22:37 info: Producer[0] Creating topic: topic180 09:22:37 info: Producer[0] Creating topic: topic181 09:22:37 info: Producer[0] Creating topic: topic182 09:22:38 info: Producer[0] Creating topic: topic183 09:22:38 info: Producer[0] Creating topic: topic184 09:22:38 info: Producer[0] Creating topic: topic185 09:22:38 info: Producer[0] Creating topic: topic186 09:22:38 info: Producer[0] Creating topic: topic187 09:22:38 info: Producer[0] Creating topic: topic188 09:22:38 info: Producer[0] Creating topic: topic189 09:22:38 info: Producer[0] Creating topic: topic190 09:22:38 info: Producer[0] Creating topic: topic191 09:22:38 info: Producer[0] Creating topic: topic192 09:22:38 info: Producer[0] Creating topic: topic193 09:22:38 info: Producer[0] Creating topic: topic194 09:22:38 info: Producer[0] Creating topic: topic195 09:22:38 info: Producer[0] Creating topic: topic196 09:22:38 info: Producer[0] Creating topic: topic197 09:22:38 info: Producer[0] Creating topic: topic198 09:22:39 info: Producer[0] Creating topic: topic199 09:22:39 info: Producer[0] Creating topic: topic200 09:22:39 info: Producer[0] Creating topic: topic201 09:22:39 info: Producer[0] Creating topic: topic202 09:22:39 info: Producer[0] Creating topic: topic203 09:22:39 info: Producer[0] Creating topic: topic204 09:22:39 info: Producer[0] Creating topic: topic205 09:22:39 info: Producer[0] Creating topic: topic206 09:22:39 info: Producer[0] Creating topic: topic207 09:22:39 info: Producer[0] Creating topic: topic208 09:22:39 info: Producer[0] Creating topic: topic209 09:22:39 info: Producer[0] Creating topic: topic210 09:22:39 info: Producer[0] Creating topic: topic211 09:22:39 info: Producer[0] Creating topic: topic212 09:22:39 info: Producer[0] Creating topic: topic213 09:22:39 info: Producer[0] Creating topic: topic214 09:22:39 info: Producer[0] Creating topic: topic215 09:22:39 info: Producer[0] Creating topic: topic216 09:22:40 info: Producer[0] Creating topic: topic217 09:22:40 info: Producer[0] Creating topic: topic218 09:22:40 info: Producer[0] Creating topic: topic219 09:22:40 info: Producer[0] Creating topic: topic220 09:22:40 info: Producer[0] Creating topic: topic221 09:22:40 info: Producer[0] Creating topic: topic222 09:22:40 info: Producer[0] Creating topic: topic223 09:22:40 info: Producer[0] Creating topic: topic224 09:22:40 info: Producer[0] Creating topic: topic225 09:22:40 info: Producer[0] Creating topic: topic226 09:22:40 info: Producer[0] Creating topic: topic227 09:22:40 info: Producer[0] Creating topic: topic228 09:22:40 info: Producer[0] Creating topic: topic229 09:22:40 info: Producer[0] Creating topic: topic230 09:22:40 info: Producer[0] Creating topic: topic231 09:22:40 info: Producer[0] Creating topic: topic232 09:22:41 info: Producer[0] Creating topic: topic233 09:22:41 info: Producer[0] Creating topic: topic234 09:22:41 info: Producer[0] Creating topic: topic235 09:22:41 info: Producer[0] Creating topic: topic236 09:22:41 info: Producer[0] Creating topic: topic237 09:22:41 info: Producer[0] Creating topic: topic238 09:22:41 info: Producer[0] Creating topic: topic239 09:22:41 info: Producer[0] Creating topic: topic240 09:22:41 info: Producer[0] Creating topic: topic241 09:22:41 info: Producer[0] Creating topic: topic242 09:22:41 info: Producer[0] Creating topic: topic243 09:22:42 info: Producer[0] Creating topic: topic244 09:22:42 info: Producer[0] Creating topic: topic245 09:22:42 info: Producer[0] Creating topic: topic246 09:22:42 info: Producer[0] Creating topic: topic247 09:22:42 info: Producer[0] Creating topic: topic248 09:22:42 info: Producer[0] Creating topic: topic249 09:22:42 info: Producer[0] Creating topic: topic250 09:22:42 info: Producer[0] Creating topic: topic251 09:22:42 info: Producer[0] Creating topic: topic252 09:22:42 info: Producer[0] Creating topic: topic253 09:22:42 info: Producer[0] Creating topic: topic254 09:22:42 info: Producer[0] Creating topic: topic255 09:22:42 info: Producer[0] Creating topic: topic256 09:22:42 info: Producer[0] Creating topic: topic257 09:22:43 info: Producer[0] Creating topic: topic258 09:22:43 info: Producer[0] Creating topic: topic259 09:22:43 info: Producer[0] Creating topic: topic260 09:22:43 info: Producer[0] Creating topic: topic261 09:22:43 info: Producer[0] Creating topic: topic262 09:22:43 info: Producer[0] Creating topic: topic263 09:22:43 info: Producer[0] Creating topic: topic264 09:22:43 info: Producer[0] Creating topic: topic265 09:22:43 info: Producer[0] Creating topic: topic266 09:22:43 info: Producer[0] Creating topic: topic267 09:22:43 info: Producer[0] Creating topic: topic268 09:22:43 info: Producer[0] Creating topic: topic269 09:22:43 info: Producer[0] Creating topic: topic270 09:22:44 info: Producer[0] Creating topic: topic271 09:22:44 info: Producer[0] Creating topic: topic272 09:22:44 info: Producer[0] Creating topic: topic273 09:22:44 info: Producer[0] Creating topic: topic274 09:22:44 info: Producer[0] Creating topic: topic275 09:22:44 info: Producer[0] Creating topic: topic276 09:22:44 info: Producer[0] Creating topic: topic277 09:22:44 info: Producer[0] Creating topic: topic278 09:22:44 info: Producer[0] Creating topic: topic279 09:22:44 info: Producer[0] Creating topic: topic280 09:22:44 info: Producer[0] Creating topic: topic281 09:22:44 info: Producer[0] Creating topic: topic282 09:22:45 info: Producer[0] Creating topic: topic283 09:22:45 info: Producer[0] Creating topic: topic284 09:22:45 info: Producer[0] Creating topic: topic285 09:22:45 info: Producer[0] Creating topic: topic286 09:22:45 info: Producer[0] Creating topic: topic287 09:22:45 info: Producer[0] Creating topic: topic288 09:22:45 info: Producer[0] Creating topic: topic289 09:22:45 info: Producer[0] Creating topic: topic290 09:22:45 info: Producer[0] Creating topic: topic291 09:22:45 info: Producer[0] Creating topic: topic292 09:22:45 info: Producer[0] Creating topic: topic293 09:22:45 info: Producer[0] Creating topic: topic294 09:22:45 info: Producer[0] Creating topic: topic295 09:22:46 info: Producer[0] Creating topic: topic296 09:22:46 info: Producer[0] Creating topic: topic297 09:22:46 info: Producer[0] Creating topic: topic298 09:22:46 info: Producer[0] Creating topic: topic299 09:22:46 info: Producer15[0] Starting producer task: 15 09:22:46 info: Producer10[0] Starting producer task: 10 09:22:46 info: Producer8[0] Starting producer task: 8 09:22:46 info: Producer4[0] Starting producer task: 4 09:22:46 info: Producer11[0] Starting producer task: 11 09:22:46 info: Producer0[0] Starting producer task: 0 09:22:46 info: Producer13[0] Starting producer task: 13 09:22:46 info: Producer14[0] Starting producer task: 14 09:22:46 info: Producer9[0] Starting producer task: 9 09:22:46 info: Producer13[0] kafka-log Facility:CONFWARN, Message[thrd:app]: Configuration property allow.auto.create.topics is a consumer property and will be ignored by this producer instance 09:22:46 info: Producer15[0] kafka-log Facility:CONFWARN, Message[thrd:app]: Configuration property allow.auto.create.topics is a consumer property and will be ignored by this producer instance 09:22:46 info: Producer4[0] kafka-log Facility:CONFWARN, Message[thrd:app]: Configuration property allow.auto.create.topics is a consumer property and will be ignored by this producer instance 09:22:46 info: Producer9[0] kafka-log Facility:CONFWARN, Message[thrd:app]: Configuration property allow.auto.create.topics is a consumer property and will be ignored by this producer instance 09:22:46 info: Producer14[0] kafka-log Facility:CONFWARN, Message[thrd:app]: Configuration property allow.auto.create.topics is a consumer property and will be ignored by this producer instance 09:22:46 info: Producer10[0] kafka-log Facility:CONFWARN, Message[thrd:app]: Configuration property allow.auto.create.topics is a consumer property and will be ignored by this producer instance 09:22:46 info: Producer0[0] kafka-log Facility:CONFWARN, Message[thrd:app]: Configuration property allow.auto.create.topics is a consumer property and will be ignored by this producer instance 09:22:46 info: Producer20[0] Starting producer task: 20 09:22:46 info: Producer19[0] Starting producer task: 19 09:22:46 info: Producer25[0] Starting producer task: 25 09:22:46 info: Producer20[0] kafka-log Facility:CONFWARN, Message[thrd:app]: Configuration property allow.auto.create.topics is a consumer property and will be ignored by this producer instance 09:22:46 info: Producer21[0] Starting producer task: 21 09:22:46 info: Producer24[0] Starting producer task: 24 09:22:46 info: Producer19[0] kafka-log Facility:CONFWARN, Message[thrd:app]: Configuration property allow.auto.create.topics is a consumer property and will be ignored by this producer instance 09:22:46 info: Producer18[0] Starting producer task: 18 09:22:46 info: Producer34[0] Starting producer task: 34 09:22:46 info: Producer29[0] Starting producer task: 29 09:22:46 info: Producer11[0] kafka-log Facility:CONFWARN, Message[thrd:app]: Configuration property allow.auto.create.topics is a consumer property and will be ignored by this producer instance 09:22:46 info: Producer22[0] Starting producer task: 22 09:22:46 info: Producer22[0] kafka-log Facility:CONFWARN, Message[thrd:app]: Configuration property allow.auto.create.topics is a consumer property and will be ignored by this producer instance 09:22:46 info: Producer28[0] Starting producer task: 28 09:22:46 info: Producer28[0] kafka-log Facility:CONFWARN, Message[thrd:app]: Configuration property allow.auto.create.topics is a consumer property and will be ignored by this producer instance 09:22:46 info: Producer6[0] Starting producer task: 6 09:22:46 info: Producer6[0] kafka-log Facility:CONFWARN, Message[thrd:app]: Configuration property allow.auto.create.topics is a consumer property and will be ignored by this producer instance 09:22:46 info: Producer8[0] kafka-log Facility:CONFWARN, Message[thrd:app]: Configuration property allow.auto.create.topics is a consumer property and will be ignored by this producer instance 09:22:46 info: Producer7[0] Starting producer task: 7 09:22:46 info: Producer7[0] kafka-log Facility:CONFWARN, Message[thrd:app]: Configuration property allow.auto.create.topics is a consumer property and will be ignored by this producer instance 09:22:46 info: Producer1[0] Starting producer task: 1 09:22:46 info: Producer1[0] kafka-log Facility:CONFWARN, Message[thrd:app]: Configuration property allow.auto.create.topics is a consumer property and will be ignored by this producer instance 09:22:46 info: Producer17[0] Starting producer task: 17 09:22:46 info: Producer17[0] kafka-log Facility:CONFWARN, Message[thrd:app]: Configuration property allow.auto.create.topics is a consumer property and will be ignored by this producer instance 09:22:46 info: Producer3[0] Starting producer task: 3 09:22:46 info: Producer3[0] kafka-log Facility:CONFWARN, Message[thrd:app]: Configuration property allow.auto.create.topics is a consumer property and will be ignored by this producer instance 09:22:46 info: Producer24[0] kafka-log Facility:CONFWARN, Message[thrd:app]: Configuration property allow.auto.create.topics is a consumer property and will be ignored by this producer instance 09:22:46 info: Producer21[0] kafka-log Facility:CONFWARN, Message[thrd:app]: Configuration property allow.auto.create.topics is a consumer property and will be ignored by this producer instance 09:22:46 info: Producer26[0] Starting producer task: 26 09:22:46 info: Producer26[0] kafka-log Facility:CONFWARN, Message[thrd:app]: Configuration property allow.auto.create.topics is a consumer property and will be ignored by this producer instance 09:22:46 info: Producer99[0] Starting producer task: 99 09:22:46 info: Producer99[0] kafka-log Facility:CONFWARN, Message[thrd:app]: Configuration property allow.auto.create.topics is a consumer property and will be ignored by this producer instance 09:22:46 info: Producer5[0] Starting producer task: 5 09:22:46 info: Producer5[0] kafka-log Facility:CONFWARN, Message[thrd:app]: Configuration property allow.auto.create.topics is a consumer property and will be ignored by this producer instance 09:22:46 info: Producer2[0] Starting producer task: 2 09:22:46 info: Producer2[0] kafka-log Facility:CONFWARN, Message[thrd:app]: Configuration property allow.auto.create.topics is a consumer property and will be ignored by this producer instance 09:22:46 info: Producer27[0] Starting producer task: 27 09:22:46 info: Producer98[0] Starting producer task: 98 09:22:46 info: Producer23[0] Starting producer task: 23 09:22:46 info: Producer25[0] kafka-log Facility:CONFWARN, Message[thrd:app]: Configuration property allow.auto.create.topics is a consumer property and will be ignored by this producer instance 09:22:46 info: Producer16[0] Starting producer task: 16 09:22:46 info: Producer16[0] kafka-log Facility:CONFWARN, Message[thrd:app]: Configuration property allow.auto.create.topics is a consumer property and will be ignored by this producer instance 09:22:46 info: Producer31[0] Starting producer task: 31 09:22:46 info: Producer12[0] Starting producer task: 12 09:22:46 info: Producer36[0] Starting producer task: 36 09:22:46 info: Producer32[0] Starting producer task: 32 09:22:46 info: Producer12[0] kafka-log Facility:CONFWARN, Message[thrd:app]: Configuration property allow.auto.create.topics is a consumer property and will be ignored by this producer instance 09:22:46 info: Producer29[0] kafka-log Facility:CONFWARN, Message[thrd:app]: Configuration property allow.auto.create.topics is a consumer property and will be ignored by this producer instance 09:22:46 info: Producer35[0] Starting producer task: 35 09:22:46 info: Producer33[0] Starting producer task: 33 09:22:46 info: Producer37[0] Starting producer task: 37 09:22:46 info: Producer18[0] kafka-log Facility:CONFWARN, Message[thrd:app]: Configuration property allow.auto.create.topics is a consumer property and will be ignored by this producer instance 09:22:46 info: Producer23[0] kafka-log Facility:CONFWARN, Message[thrd:app]: Configuration property allow.auto.create.topics is a consumer property and will be ignored by this producer instance 09:22:46 info: Producer34[0] kafka-log Facility:CONFWARN, Message[thrd:app]: Configuration property allow.auto.create.topics is a consumer property and will be ignored by this producer instance 09:22:46 info: Producer31[0] kafka-log Facility:CONFWARN, Message[thrd:app]: Configuration property allow.auto.create.topics is a consumer property and will be ignored by this producer instance 09:22:46 info: Producer36[0] kafka-log Facility:CONFWARN, Message[thrd:app]: Configuration property allow.auto.create.topics is a consumer property and will be ignored by this producer instance 09:22:46 info: Producer98[0] kafka-log Facility:CONFWARN, Message[thrd:app]: Configuration property allow.auto.create.topics is a consumer property and will be ignored by this producer instance 09:22:46 info: Producer27[0] kafka-log Facility:CONFWARN, Message[thrd:app]: Configuration property allow.auto.create.topics is a consumer property and will be ignored by this producer instance 09:22:46 info: Producer32[0] kafka-log Facility:CONFWARN, Message[thrd:app]: Configuration property allow.auto.create.topics is a consumer property and will be ignored by this producer instance 09:22:46 info: Producer35[0] kafka-log Facility:CONFWARN, Message[thrd:app]: Configuration property allow.auto.create.topics is a consumer property and will be ignored by this producer instance 09:22:46 info: Producer37[0] kafka-log Facility:CONFWARN, Message[thrd:app]: Configuration property allow.auto.create.topics is a consumer property and will be ignored by this producer instance 09:22:46 info: Producer97[0] Starting producer task: 97 09:22:46 info: Producer33[0] kafka-log Facility:CONFWARN, Message[thrd:app]: Configuration property allow.auto.create.topics is a consumer property and will be ignored by this producer instance 09:22:46 info: Producer30[0] Starting producer task: 30 09:22:46 info: Producer97[0] kafka-log Facility:CONFWARN, Message[thrd:app]: Configuration property allow.auto.create.topics is a consumer property and will be ignored by this producer instance 09:22:46 info: Producer30[0] kafka-log Facility:CONFWARN, Message[thrd:app]: Configuration property allow.auto.create.topics is a consumer property and will be ignored by this producer instance 09:22:46 info: Producer44[0] Starting producer task: 44 09:22:46 info: Producer49[0] Starting producer task: 49 09:22:46 info: Producer50[0] Starting producer task: 50 09:22:46 info: Producer38[0] Starting producer task: 38 09:22:46 info: Producer41[0] Starting producer task: 41 09:22:46 info: Producer42[0] Starting producer task: 42 09:22:46 info: Producer48[0] Starting producer task: 48 09:22:46 info: Producer53[0] Starting producer task: 53 09:22:46 info: Producer43[0] Starting producer task: 43 09:22:46 info: Producer51[0] Starting producer task: 51 09:22:46 info: Producer45[0] Starting producer task: 45 09:22:46 info: Producer54[0] Starting producer task: 54 09:22:46 info: Producer44[0] kafka-log Facility:CONFWARN, Message[thrd:app]: Configuration property allow.auto.create.topics is a consumer property and will be ignored by this producer instance 09:22:46 info: Producer49[0] kafka-log Facility:CONFWARN, Message[thrd:app]: Configuration property allow.auto.create.topics is a consumer property and will be ignored by this producer instance 09:22:46 info: Producer50[0] kafka-log Facility:CONFWARN, Message[thrd:app]: Configuration property allow.auto.create.topics is a consumer property and will be ignored by this producer instance 09:22:46 info: Producer96[0] Starting producer task: 96 09:22:46 info: Producer47[0] Starting producer task: 47 09:22:46 info: Producer56[0] Starting producer task: 56 09:22:46 info: Producer46[0] Starting producer task: 46 09:22:46 info: Producer40[0] Starting producer task: 40 09:22:46 info: Producer55[0] Starting producer task: 55 09:22:46 info: Producer42[0] kafka-log Facility:CONFWARN, Message[thrd:app]: Configuration property allow.auto.create.topics is a consumer property and will be ignored by this producer instance 09:22:46 info: Producer43[0] kafka-log Facility:CONFWARN, Message[thrd:app]: Configuration property allow.auto.create.topics is a consumer property and will be ignored by this producer instance 09:22:46 info: Producer54[0] kafka-log Facility:CONFWARN, Message[thrd:app]: Configuration property allow.auto.create.topics is a consumer property and will be ignored by this producer instance 09:22:46 info: Producer53[0] kafka-log Facility:CONFWARN, Message[thrd:app]: Configuration property allow.auto.create.topics is a consumer property and will be ignored by this producer instance 09:22:46 info: Producer41[0] kafka-log Facility:CONFWARN, Message[thrd:app]: Configuration property allow.auto.create.topics is a consumer property and will be ignored by this producer instance 09:22:46 info: Producer51[0] kafka-log Facility:CONFWARN, Message[thrd:app]: Configuration property allow.auto.create.topics is a consumer property and will be ignored by this producer instance 09:22:46 info: Producer45[0] kafka-log Facility:CONFWARN, Message[thrd:app]: Configuration property allow.auto.create.topics is a consumer property and will be ignored by this producer instance 09:22:46 info: Producer47[0] kafka-log Facility:CONFWARN, Message[thrd:app]: Configuration property allow.auto.create.topics is a consumer property and will be ignored by this producer instance 09:22:46 info: Producer38[0] kafka-log Facility:CONFWARN, Message[thrd:app]: Configuration property allow.auto.create.topics is a consumer property and will be ignored by this producer instance 09:22:46 info: Producer48[0] kafka-log Facility:CONFWARN, Message[thrd:app]: Configuration property allow.auto.create.topics is a consumer property and will be ignored by this producer instance 09:22:46 info: Producer59[0] Starting producer task: 59 09:22:46 info: Producer57[0] Starting producer task: 57 09:22:46 info: Producer55[0] kafka-log Facility:CONFWARN, Message[thrd:app]: Configuration property allow.auto.create.topics is a consumer property and will be ignored by this producer instance 09:22:46 info: Producer40[0] kafka-log Facility:CONFWARN, Message[thrd:app]: Configuration property allow.auto.create.topics is a consumer property and will be ignored by this producer instance 09:22:46 info: Producer46[0] kafka-log Facility:CONFWARN, Message[thrd:app]: Configuration property allow.auto.create.topics is a consumer property and will be ignored by this producer instance 09:22:46 info: Producer58[0] Starting producer task: 58 09:22:46 info: Producer52[0] Starting producer task: 52 09:22:46 info: Producer56[0] kafka-log Facility:CONFWARN, Message[thrd:app]: Configuration property allow.auto.create.topics is a consumer property and will be ignored by this producer instance 09:22:46 info: Producer39[0] Starting producer task: 39 09:22:46 info: Producer96[0] kafka-log Facility:CONFWARN, Message[thrd:app]: Configuration property allow.auto.create.topics is a consumer property and will be ignored by this producer instance 09:22:46 info: Producer67[0] Starting producer task: 67 09:22:46 info: Producer61[0] Starting producer task: 61 09:22:46 info: Producer59[0] kafka-log Facility:CONFWARN, Message[thrd:app]: Configuration property allow.auto.create.topics is a consumer property and will be ignored by this producer instance 09:22:46 info: Producer60[0] Starting producer task: 60 09:22:46 info: Producer57[0] kafka-log Facility:CONFWARN, Message[thrd:app]: Configuration property allow.auto.create.topics is a consumer property and will be ignored by this producer instance 09:22:46 info: Producer52[0] kafka-log Facility:CONFWARN, Message[thrd:app]: Configuration property allow.auto.create.topics is a consumer property and will be ignored by this producer instance 09:22:46 info: Producer58[0] kafka-log Facility:CONFWARN, Message[thrd:app]: Configuration property allow.auto.create.topics is a consumer property and will be ignored by this producer instance 09:22:46 info: Producer62[0] Starting producer task: 62 09:22:46 info: Producer39[0] kafka-log Facility:CONFWARN, Message[thrd:app]: Configuration property allow.auto.create.topics is a consumer property and will be ignored by this producer instance 09:22:46 info: Producer73[0] Starting producer task: 73 09:22:46 info: Producer65[0] Starting producer task: 65 09:22:46 info: Producer63[0] Starting producer task: 63 09:22:46 info: Producer67[0] kafka-log Facility:CONFWARN, Message[thrd:app]: Configuration property allow.auto.create.topics is a consumer property and will be ignored by this producer instance 09:22:46 info: Producer66[0] Starting producer task: 66 09:22:46 info: Producer61[0] kafka-log Facility:CONFWARN, Message[thrd:app]: Configuration property allow.auto.create.topics is a consumer property and will be ignored by this producer instance 09:22:46 info: Producer65[0] kafka-log Facility:CONFWARN, Message[thrd:app]: Configuration property allow.auto.create.topics is a consumer property and will be ignored by this producer instance 09:22:46 info: Producer73[0] kafka-log Facility:CONFWARN, Message[thrd:app]: Configuration property allow.auto.create.topics is a consumer property and will be ignored by this producer instance 09:22:46 info: Producer63[0] kafka-log Facility:CONFWARN, Message[thrd:app]: Configuration property allow.auto.create.topics is a consumer property and will be ignored by this producer instance 09:22:46 info: Producer60[0] kafka-log Facility:CONFWARN, Message[thrd:app]: Configuration property allow.auto.create.topics is a consumer property and will be ignored by this producer instance 09:22:46 info: Producer62[0] kafka-log Facility:CONFWARN, Message[thrd:app]: Configuration property allow.auto.create.topics is a consumer property and will be ignored by this producer instance 09:22:46 info: Producer69[0] Starting producer task: 69 09:22:46 info: Producer71[0] Starting producer task: 71 09:22:46 info: Producer68[0] Starting producer task: 68 09:22:46 info: Producer95[0] Starting producer task: 95 09:22:46 info: Producer74[0] Starting producer task: 74 09:22:46 info: Producer64[0] Starting producer task: 64 09:22:46 info: Producer70[0] Starting producer task: 70 09:22:46 info: Producer72[0] Starting producer task: 72 09:22:46 info: Producer66[0] kafka-log Facility:CONFWARN, Message[thrd:app]: Configuration property allow.auto.create.topics is a consumer property and will be ignored by this producer instance 09:22:46 info: Producer75[0] Starting producer task: 75 09:22:46 info: Producer76[0] Starting producer task: 76 09:22:46 info: Producer79[0] Starting producer task: 79 09:22:46 info: Producer74[0] kafka-log Facility:CONFWARN, Message[thrd:app]: Configuration property allow.auto.create.topics is a consumer property and will be ignored by this producer instance 09:22:46 info: Producer95[0] kafka-log Facility:CONFWARN, Message[thrd:app]: Configuration property allow.auto.create.topics is a consumer property and will be ignored by this producer instance 09:22:46 info: Producer78[0] Starting producer task: 78 09:22:46 info: Producer64[0] kafka-log Facility:CONFWARN, Message[thrd:app]: Configuration property allow.auto.create.topics is a consumer property and will be ignored by this producer instance 09:22:46 info: Producer68[0] kafka-log Facility:CONFWARN, Message[thrd:app]: Configuration property allow.auto.create.topics is a consumer property and will be ignored by this producer instance 09:22:46 info: Producer77[0] Starting producer task: 77 09:22:46 info: Producer70[0] kafka-log Facility:CONFWARN, Message[thrd:app]: Configuration property allow.auto.create.topics is a consumer property and will be ignored by this producer instance 09:22:46 info: Producer83[0] Starting producer task: 83 09:22:46 info: Producer69[0] kafka-log Facility:CONFWARN, Message[thrd:app]: Configuration property allow.auto.create.topics is a consumer property and will be ignored by this producer instance 09:22:46 info: Producer71[0] kafka-log Facility:CONFWARN, Message[thrd:app]: Configuration property allow.auto.create.topics is a consumer property and will be ignored by this producer instance 09:22:46 info: Producer76[0] kafka-log Facility:CONFWARN, Message[thrd:app]: Configuration property allow.auto.create.topics is a consumer property and will be ignored by this producer instance 09:22:46 info: Producer75[0] kafka-log Facility:CONFWARN, Message[thrd:app]: Configuration property allow.auto.create.topics is a consumer property and will be ignored by this producer instance 09:22:46 info: Producer79[0] kafka-log Facility:CONFWARN, Message[thrd:app]: Configuration property allow.auto.create.topics is a consumer property and will be ignored by this producer instance 09:22:46 info: Producer80[0] Starting producer task: 80 09:22:46 info: Producer84[0] Starting producer task: 84 09:22:46 info: Producer82[0] Starting producer task: 82 09:22:46 info: Producer86[0] Starting producer task: 86 09:22:46 info: Producer85[0] Starting producer task: 85 09:22:46 info: Producer77[0] kafka-log Facility:CONFWARN, Message[thrd:app]: Configuration property allow.auto.create.topics is a consumer property and will be ignored by this producer instance 09:22:46 info: Producer72[0] kafka-log Facility:CONFWARN, Message[thrd:app]: Configuration property allow.auto.create.topics is a consumer property and will be ignored by this producer instance 09:22:46 info: Producer78[0] kafka-log Facility:CONFWARN, Message[thrd:app]: Configuration property allow.auto.create.topics is a consumer property and will be ignored by this producer instance 09:22:46 info: Producer83[0] kafka-log Facility:CONFWARN, Message[thrd:app]: Configuration property allow.auto.create.topics is a consumer property and will be ignored by this producer instance 09:22:46 info: Producer81[0] Starting producer task: 81 09:22:46 info: Producer91[0] Starting producer task: 91 09:22:46 info: Producer90[0] Starting producer task: 90 09:22:46 info: Producer80[0] kafka-log Facility:CONFWARN, Message[thrd:app]: Configuration property allow.auto.create.topics is a consumer property and will be ignored by this producer instance 09:22:46 info: Producer87[0] Starting producer task: 87 09:22:46 info: Producer84[0] kafka-log Facility:CONFWARN, Message[thrd:app]: Configuration property allow.auto.create.topics is a consumer property and will be ignored by this producer instance 09:22:46 info: Producer82[0] kafka-log Facility:CONFWARN, Message[thrd:app]: Configuration property allow.auto.create.topics is a consumer property and will be ignored by this producer instance 09:22:46 info: Producer86[0] kafka-log Facility:CONFWARN, Message[thrd:app]: Configuration property allow.auto.create.topics is a consumer property and will be ignored by this producer instance 09:22:46 info: Producer88[0] Starting producer task: 88 09:22:46 info: Producer94[0] Starting producer task: 94 09:22:46 info: Producer89[0] Starting producer task: 89 09:22:46 info: Producer81[0] kafka-log Facility:CONFWARN, Message[thrd:app]: Configuration property allow.auto.create.topics is a consumer property and will be ignored by this producer instance 09:22:46 info: Producer91[0] kafka-log Facility:CONFWARN, Message[thrd:app]: Configuration property allow.auto.create.topics is a consumer property and will be ignored by this producer instance 09:22:46 info: Producer90[0] kafka-log Facility:CONFWARN, Message[thrd:app]: Configuration property allow.auto.create.topics is a consumer property and will be ignored by this producer instance 09:22:46 info: Producer85[0] kafka-log Facility:CONFWARN, Message[thrd:app]: Configuration property allow.auto.create.topics is a consumer property and will be ignored by this producer instance 09:22:46 info: Producer92[0] Starting producer task: 92 09:22:46 info: Producer93[0] Starting producer task: 93 09:22:46 info: Producer94[0] kafka-log Facility:CONFWARN, Message[thrd:app]: Configuration property allow.auto.create.topics is a consumer property and will be ignored by this producer instance 09:22:46 info: Producer87[0] kafka-log Facility:CONFWARN, Message[thrd:app]: Configuration property allow.auto.create.topics is a consumer property and will be ignored by this producer instance 09:22:46 info: Producer89[0] kafka-log Facility:CONFWARN, Message[thrd:app]: Configuration property allow.auto.create.topics is a consumer property and will be ignored by this producer instance 09:22:46 info: Producer88[0] kafka-log Facility:CONFWARN, Message[thrd:app]: Configuration property allow.auto.create.topics is a consumer property and will be ignored by this producer instance 09:22:46 info: Producer92[0] kafka-log Facility:CONFWARN, Message[thrd:app]: Configuration property allow.auto.create.topics is a consumer property and will be ignored by this producer instance 09:22:46 info: Producer93[0] kafka-log Facility:CONFWARN, Message[thrd:app]: Configuration property allow.auto.create.topics is a consumer property and will be ignored by this producer instance 09:22:51 info: Producer13[0] kafka-log Facility:PARTCNT, Message[thrd:main]: Topic topic246 partition count changed from 10 to 0 09:22:51 info: Producer13[0] kafka-log Facility:CONFWARN, Message[thrd:app]: Configuration property allow.auto.create.topics is a consumer property and will be ignored by this producer instance 09:22:51 info: Producer13[0] Exception: DeliveryReport.Error, Code = Local_UnknownPartition, Reason = Local: Unknown partition, IsFatal = False, IsError = True, IsLocalError = True, IsBrokerError = False, topic = topic246, partition = 0, partitionsCount = 0 Error: DeliveryReport.Error, Code = Local_UnknownPartition, Reason = Local: Unknown partition, IsFatal = False, IsError = True, IsLocalError = True, IsBrokerError = False, topic = topic246, partition = 0, partitionsCount = 0 ```
marcin-krystianc commented 2 weeks ago

cluster log: cluster-log-unknwon_partition.zip