Re: [PR] [MINOR] Renaming the `Abortable_Transaction` error to `Transaction_Abortable` [kafka]

2024-03-27 Thread via GitHub


sjhajharia commented on PR #15609:
URL: https://github.com/apache/kafka/pull/15609#issuecomment-2024377686

   Thank you @chia7712 @jolshan @soarez for the review and merge.


-- 
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: jira-unsubscr...@kafka.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] [MINOR] Renaming the `Abortable_Transaction` error to `Transaction_Abortable` [kafka]

2024-03-27 Thread via GitHub


chia7712 merged PR #15609:
URL: https://github.com/apache/kafka/pull/15609


-- 
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: jira-unsubscr...@kafka.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] [MINOR] Renaming the `Abortable_Transaction` error to `Transaction_Abortable` [kafka]

2024-03-27 Thread via GitHub


chia7712 commented on PR #15609:
URL: https://github.com/apache/kafka/pull/15609#issuecomment-2023772318

   the failed tests pass on my machine, so I'm going to merge it.
   ```sh
   ./gradlew cleanTest :streams:test --tests 
EOSUncleanShutdownIntegrationTest.shouldWorkWithUncleanShutdownWipeOutStateStore
 :tools:test --tests 
MetadataQuorumCommandTest.testDescribeQuorumReplicationSuccessful --tests 
MetadataQuorumCommandTest.testDescribeQuorumStatusSuccessful :storage:test 
--tests TransactionsWithTieredStoreTest.testBumpTransactionalEpoch --tests 
TransactionsWithTieredStoreTest.testAbortTransactionTimeout :metadata:test 
--tests QuorumControllerTest.testFenceMultipleBrokers --tests 
QuorumControllerTest.testBalancePartitionLeaders :trogdor:test --tests 
CoordinatorTest.testTaskRequestWithOldStartMsGetsUpdated :connect:mirror:test 
--tests MirrorConnectorsIntegrationSSLTest.testReplicateSourceDefault --tests 
MirrorConnectorsWithCustomForwardingAdminIntegrationTest.testSyncTopicConfigs 
--tests MirrorConnectorsIntegrationTransactionsTest.testSyncTopicConfigs 
:core:test --tests 
DelegationTokenEndToEndAuthorizationWithOwnerTest.testNoConsumeWithDescribeAclViaSubscribe
 --t
 ests PlaintextAdminIntegrationTest.testAlterReplicaLogDirs --tests 
DelegationTokenEndToEndAuthorizationWithOwnerTest.testCreateTokenForOtherUserFails
 --tests ConsumerBounceTest.testConsumptionWithBrokerFailures --tests 
ReplicaManagerTest.testRemoteFetchExpiresPerSecMetric --tests 
LogDirFailureTest.testIOExceptionDuringLogRoll --tests 
LogDirFailureTest.testIOExceptionDuringCheckpoint --tests 
DynamicBrokerReconfigurationTest.testTrustStoreAlter :clients:test --tests 
KafkaConsumerTest.testWakeupWithFetchDataAvailable
   ```


-- 
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: jira-unsubscr...@kafka.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] [MINOR] Renaming the `Abortable_Transaction` error to `Transaction_Abortable` [kafka]

2024-03-27 Thread via GitHub


sjhajharia commented on PR #15609:
URL: https://github.com/apache/kafka/pull/15609#issuecomment-2022517844

   Thanks for the review @soarez 
   I have updated the variable names in the test.


-- 
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: jira-unsubscr...@kafka.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] [MINOR] Renaming the `Abortable_Transaction` error to `Transaction_Abortable` [kafka]

2024-03-27 Thread via GitHub


sjhajharia commented on PR #15609:
URL: https://github.com/apache/kafka/pull/15609#issuecomment-2022175562

   Requesting review from @jolshan (reviewer of the parent PR)


-- 
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: jira-unsubscr...@kafka.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[PR] [MINOR] Renaming the `Abortable_Transaction` error to `Transaction_Abortable` [kafka]

2024-03-27 Thread via GitHub


sjhajharia opened a new pull request, #15609:
URL: https://github.com/apache/kafka/pull/15609

   This is a follow-up to [this](https://github.com/apache/kafka/pull/15486) PR 
which introduced the new `ABORTABLE_TRANSACTION` error as a part of KIP-890 
efforts. However on further discussion, we seem to gain consensus that the 
error should be rather named as `TRANSACTION_ABORTABLE`. 
   This PR aims to address the same. There are no changes in the code apart 
from that.
   
   ### References
   JIRA: https://issues.apache.org/jira/browse/KAFKA-16314
   Original PR: https://github.com/apache/kafka/pull/15486
   
   ### Committer Checklist (excluded from commit message)
   - [ ] Verify design and implementation 
   - [ ] Verify test coverage and CI build status
   - [ ] Verify documentation (including upgrade notes)
   


-- 
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: jira-unsubscr...@kafka.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org