Hacktoberfest 2026:メンテナが10月に向けて印を付けた、オープンで初心者向けの issue。 Hacktoberfest の issue を見る

The metastore offers replicas > 1 but no HA ist configured

オープン
#154 コメント 2 件 リアクション 0 件 担当者 0 名 GitHub で見る

まだ誰も着手していません。

評価

難易度
5/5
見積もり時間
1週間以上
初心者へのやさしさ
25/100
issue の種類
バグ
明瞭さ
説明が足りない
活発さ
停滞
技術スタック
kubernetes, rust

調査の方向性

まず、issue #154 に記載されている現在の Hive metastore レプリカの動作と、pull request #145 におけるサービスディスカバリのコンテキストを確認します。共有データベースと ZooKeeperTokenStore が実際の HA をサポートしているかを調査し、その後、ドキュメントを追加してレプリカを 1 つに制限するか、HA を実装するかを選択します。完了とは、選択した動作が実装され、文書化されていることを意味します。

索引モデルが issue の本文から書いたものです。

説明

type/feature-improvement

Currently, the Hive metastore can be configured with multiple replicas > 1 per role group. This results in the feeling for high availability. The service discovery to offers multiple FQDN's to different (and completely unrelated) metastores (https://github.com/stackabletech/hive-operator/pull/145).

We should consolidate the behavior and have two options:

  1. Fix replicas to 1 and offer a warning if set > 1. Add in the documentation that metastores from different rolegroups do not offer HA or interact with each other
  2. Implement HA for the metastore (e.g. using ZooKeeperTokenStore)?

TODO: They all share the same database, Metastore should still be stateless, ZK discovery does exist but not sure what uses that. This is for Jim to research

主要言語
Rust
スター
29
フォーク
2
平均マージ
1日 19時間
マージ済み PR(30日)
12

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

stackabletech/hive-operator のほかの issue

stackabletech/hive-operator の issue をすべて見る

似ている issue

Rust の issue をもっと見る

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。