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

storage: Remove ReadOnlyLogTX interface #2549

Merged
merged 9 commits into from
Jun 18, 2021

Conversation

pav-kv
Copy link
Contributor

@pav-kv pav-kv commented Jun 18, 2021

The only used method of ReadOnlyLogTX was GetActiveLogIDs. This change moves this
method directly to the LogStorage interface without affecting transaction semantics.

Checklist

@google-cla google-cla bot added the cla: yes label Jun 18, 2021
@pav-kv pav-kv force-pushed the remove_read_only_log_tx branch from 2a7670c to 2a5a98b Compare June 18, 2021 14:04
log/operation_manager.go Outdated Show resolved Hide resolved
@pav-kv pav-kv force-pushed the remove_read_only_log_tx branch 2 times, most recently from 99a7d04 to ab287d2 Compare June 18, 2021 15:46
@pav-kv pav-kv force-pushed the remove_read_only_log_tx branch from ab287d2 to 91c737e Compare June 18, 2021 15:48
@pav-kv pav-kv requested a review from AlCutter June 18, 2021 15:48
@pav-kv pav-kv marked this pull request as ready for review June 18, 2021 15:48
@pav-kv pav-kv requested a review from a team as a code owner June 18, 2021 15:48
storage/log_storage.go Show resolved Hide resolved
@pav-kv pav-kv merged commit 4d79307 into google:master Jun 18, 2021
@pav-kv pav-kv deleted the remove_read_only_log_tx branch June 18, 2021 16:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants