Skip to content

KAFKA-14472: Move TransactionIndex and related to storage module#12996

Merged
ijuma merged 1 commit intoapache:trunkfrom
ijuma:kafka-14470-transaction-index-storage
Dec 19, 2022
Merged

KAFKA-14472: Move TransactionIndex and related to storage module#12996
ijuma merged 1 commit intoapache:trunkfrom
ijuma:kafka-14470-transaction-index-storage

Conversation

@ijuma
Copy link
Member

@ijuma ijuma commented Dec 15, 2022

For broader context on this change, please check:

Committer Checklist (excluded from commit message)

  • Verify design and implementation
  • Verify test coverage and CI build status
  • Verify documentation (including upgrade notes)

@ijuma ijuma force-pushed the kafka-14470-transaction-index-storage branch 3 times, most recently from 7dbb556 to f265b48 Compare December 17, 2022 08:00
@ijuma ijuma force-pushed the kafka-14470-transaction-index-storage branch from f265b48 to b8fa3c0 Compare December 17, 2022 18:35
@ijuma ijuma marked this pull request as ready for review December 17, 2022 18:36
@ijuma ijuma requested a review from junrao December 17, 2022 18:36
@ijuma
Copy link
Member Author

ijuma commented Dec 17, 2022

@junrao Would you be able to review this PR?

@ijuma ijuma force-pushed the kafka-14470-transaction-index-storage branch 2 times, most recently from d1fde75 to 372e4e4 Compare December 18, 2022 01:15
@ijuma ijuma force-pushed the kafka-14470-transaction-index-storage branch from 372e4e4 to 1603df5 Compare December 19, 2022 14:42
Copy link
Member

@satishd satishd left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @ijuma for the PR. LGTM.

Copy link
Contributor

@junrao junrao left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ijuma : Thanks for the PR and initiating the work to moduelize the storage component. LGTM

@ijuma
Copy link
Member Author

ijuma commented Dec 19, 2022

Failures are unrelated.

@ijuma ijuma merged commit e2678d5 into apache:trunk Dec 19, 2022
@ijuma ijuma deleted the kafka-14470-transaction-index-storage branch December 19, 2022 19:31
guozhangwang pushed a commit to guozhangwang/kafka that referenced this pull request Jan 25, 2023
…che#12996)

For broader context on this change, please check:

* KAFKA-14470: Move log layer to storage module

Reviewers: Jun Rao <junrao@gmail.com>, Satish Duggana <satishd@apache.org>
if (channel == null)
return Collections.emptyList();

PrimitiveRef.IntRef position = PrimitiveRef.ofInt(0);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This will be an issue if we create multiple Iterator instances, since they share the same position object

we will fix it in #21577 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants