提交 0c7319fc 编写于 作者: R Rajan Dhabalia 提交者: Matteo Merli

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

上级 b61b3258
......@@ -1380,7 +1380,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.
先完成此消息的编辑!
想要评论请 注册