Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LTXでStorageを作成した場合のWP登録処理 #23

Open
kuron99 opened this issue Oct 18, 2022 · 0 comments
Open

LTXでStorageを作成した場合のWP登録処理 #23

kuron99 opened this issue Oct 18, 2022 · 0 comments

Comments

@kuron99
Copy link
Contributor

kuron99 commented Oct 18, 2022

sharksfin::storage_createはTransactionHandleを受け取るようにしようとしているが、単にTransactionHandleを追加しただけではLTXでstorage作成する場合に次のような問題がある。LTXはtransaction_begin時にWPを渡す必要があるが、LTX内でstorageを作成する場合はtransaction_beginの時点ではそのstorageは存在していないので指定することができない。
そのため、LTX内でstorageを作成した場合はそれをLTXのWPに自動的に追加するような仕組みが必要。

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

No branches or pull requests

1 participant