Note on Backup Entry Processor usage
- 主要言語
- 言語のデータがありません
- スター
- 11
- フォーク
- 112
- 平均マージ
- 20時間 29分
- マージ済み PR(30日)
- 19
説明
EntryProcessor interface returns "this" instance as the default backup entry processor.
So, all the business logic of the primary entry processor ("this") is carried to the backup and causes unnecessary execution.
We can drop a note to the documentation and tell the users that they can just carry the computed value and update the backup entry. This way, they'll avoid running unnecessary business logic to reach to the same computed value.
Another important note on Offloadable Entry Processors;
Even though Offloadable EPs run on its own executor, its backup EPs run on partition threads.
We can mention this design too, which adds to the importance of the first point.
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
調査の方向性
EntryProcessor と Offloadable Entry Processors を扱っているドキュメントのセクションを見つけてください。既存のガイダンスを読み、デフォルトのバックアッププロセッサの動作と、オフロードされたバックアッププロセッサがパーティションスレッド上で実行されることについての注記を追加してください。完了条件は、ユーザーが計算値だけを引き継ぐべきタイミングを特定でき、バックアップの実行コンテキストを理解できることです。
索引モデルが issue の本文から書いたものです。
評価
- 領域
- documentation
- issue の種類
- ドキュメント
- 難易度
- 2/5
- 見積もり時間
- 1〜3時間
- 活発さ
- 停滞
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 45/100