liangyepianzhou commented on a change in pull request #13828:
URL: https://github.com/apache/pulsar/pull/13828#discussion_r790747833
##########
File path:
pulsar-broker/src/test/java/org/apache/pulsar/broker/transaction/TransactionTest.java
##########
@@ -729,4 +730,38 @@ public void testNoEntryCanBeReadWhenRecovery() throws
Exception {
TopicTransactionBuffer transactionBuffer = new
TopicTransactionBuffer(persistentTopic);
Awaitility.await().untilAsserted(() ->
Assert.assertTrue(transactionBuffer.checkIfReady()));
}
+
+ @Test
+ public void testRetryExceptionOfEndTxn() throws Exception{
Review comment:
TransactionMetadataStoreStateException 和 RequestTimeoutException都包含在
isRetryableException中
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]