wait_event_namesの18対応が抜けていました#3664
Merged
Merged
Conversation
KenichiroTanaka
requested changes
May 7, 2026
Contributor
KenichiroTanaka
left a comment
There was a problem hiding this comment.
すみません、お待たせしました。
対応ありがとうございます。
1点気づいたところがあるので見ていただけないでしょうか。
| HASH_GROW_BATCHES_REALLOCATE "選ばれたパラレルハッシュ参加者が追加バッチを割り当てるのを待機しています。" | ||
| HASH_GROW_BATCHES_REPARTITION "他のパラレルハッシュ参加者がリパーティショニングを完了させるのを待機しています。" | ||
| HASH_GROW_BUCKETS_ELECT "追加バケットを獲得するパラレルハッシュ参加者を選ぶのを待機しています。" | ||
| HASH_GROW_BUCKETS_REALLOCATE "選ばれたパラレルハッシュ参加者が追加バケット獲得を完了するのを待機しています。" |
Contributor
There was a problem hiding this comment.
他はALLOCATEを「獲得」ではなく、「割り当てる」に修正いただきましたが、以下は獲得のままでした。こちらも併せて修正いただいてもいいでしょうか(バケットなので獲得、とされていますでしょうか)。
HASH_GROW_BUCKETS_REALLOCATE "選ばれたパラレルハッシュ参加者が追加バケット獲得を完了するのを待機しています。"
また、その場合、一行上のHASH_GROW_BUCKETS_ELECTも同様に「割り当てる」と統一いただくのはどうでしょうか。
- allocate,allocationを「割り当て」に修正 - allocatorは「アロケータ」のまま - statsは「統計情報」に修正 - extensionはextendと区別するため「拡張機能」に修正 - 「Waiting to manage」を「管理するために待機しています」に修正
Member
Author
|
ありがとうございます。抜けていたので、さらに見直して修正しました。 |
KenichiroTanaka
approved these changes
May 8, 2026
Contributor
KenichiroTanaka
left a comment
There was a problem hiding this comment.
早速の対応ありがとうございました。
一通り確認しましたが追加いただいた分も含めて特に気づくところはありませんでした。
マージします。
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
見直し修正もしました