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

Ensure all state is shared across NiFi 2 cluster members

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

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

評価

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

調査の方向性

まず NIFI-7246 とリンクされている issue 809、811 を確認し、どの NiFi state がクラスターメンバーにローカルなまま残っているかを特定します。次に、NiFi メンテナーと実現可能性について議論し、提案されている NiFi fork を調査します。blocker を文書化するか、Sticky Sessions なしでロードバランシングされたメンバーをサポートする共有 state を実現すれば完了です。

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

説明

size/L

Part of https://github.com/stackabletech/nifi-operator/issues/809.

Why?

This opens the door for fixing the Oauth2 implementation which solves problems for many (including us).

Current state

Although it is termed a NiFi cluster, cluster members are not exactly replicas, and hold local state.

One example of local state is a Site-to-Site flowfile transfer to another cluster. Currently, to get the status of a transfer, you must connect to the node that you initiated the transfer on.

This might be the reason for the following:

  • A JWT issuer per cluster memeber (tokens cannot be used on other cluster members)
  • SNI hostname checks

Future state

All cluster state should be shared to cluster members so that cluster members can actually be replicas, and therefore sit behind a load balancer without needing sticky-sessions.

Recommended approach

  • Try to find any reason why some state cannot be shared across cluster members.
  • Start a conversation with NiFi maintainers to gauge interest in accepting this fix upstream.
  • Fork NiFi and try to share the currently unshared state across cluster members.

Unknowns

  • Which other state is local only? Perhaps the answer can be found in NIFI-7246
主要言語
Rust
スター
48
フォーク
12
平均マージ
11時間 26分
マージ済み PR(30日)
10

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

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

はじめの一歩

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

stackabletech/nifi-operator のほかの issue

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

似ている issue

Rust の issue をもっと見る

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

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