提交 c7fcf8a6 编写于 作者: R Rajan Dhabalia 提交者: xiaolong.ran

[pulsar-client] print unknown exception stacktrace (#5444)


(cherry picked from commit 0c7319fc)
上级 5716cce6
......@@ -1306,7 +1306,7 @@ public class ProducerImpl<T> extends ProducerBase<T> implements TimerTask, Conne
semaphore.release(batchMessageContainer.getNumMessagesInBatch());
} catch (Throwable t) {
semaphore.release(batchMessageContainer.getNumMessagesInBatch());
log.warn("[{}] [{}] error while create opSendMsg by batch message container -- {}", topic, producerName, t);
log.warn("[{}] [{}] error while create opSendMsg by batch message container", topic, producerName, t);
}
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册