Member since
11-23-2021
3
Posts
0
Kudos Received
0
Solutions
11-23-2021
04:46 PM
안녕하세요. 아래와 같이 Stream Replication Mananger에서 Error 로그를 발생하고 있습니다. max.request.size 를 어떻게 설정해야 하는지 답변 요청드립니다. ERROR WorkerSourceTask WorkerSourceTask{id=MirrorSourceConnector-3} failed to send record to m16.ftl.adapter.ic.m16.edp.edes.hub.cmndcol: org.apache.kafka.common.errors.RecordTooLargeException: The message is 1270478 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration. ERROR WorkerTask WorkerSourceTask{id=MirrorSourceConnector-3} Task threw an uncaught and unrecoverable exception org.apache.kafka.connect.errors.ConnectException: Unrecoverable exception from producer send callback at org.apache.kafka.connect.runtime.WorkerSourceTask.maybeThrowProducerSendException(WorkerSourceTask.java:263) at org.apache.kafka.connect.runtime.WorkerSourceTask.execute(WorkerSourceTask.java:232) at org.apache.kafka.connect.runtime.WorkerTask.doRun(WorkerTask.java:184) at org.apache.kafka.connect.runtime.WorkerTask.run(WorkerTask.java:234) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) Caused by: org.apache.kafka.common.errors.RecordTooLargeException: The message is 1270478 bytes when serialized which is larger than 1048576, which is the value of the max.request.size configuration.
... View more
Labels:
11-23-2021
04:38 PM
안녕하세요 Streams Replication Manager 를 통해서 아래와 같이 미러링을 하고 있습니다. - Topic 갯수 : 95 - AVG Throghput : 319B/s - AVG Replication Latency : 19.6sec - Status : WARNING 위와 같이 계속 WARNING을 표시가 되는데 원인과 조치방법을 문의 드립니다.
... View more
Labels:
- Labels:
-
Apache Kafka