microsoft / microsoft/durabletask-java
Orchestrator function code failures don't contain any information
オープン
まだ誰も着手していません。
P1
- 主要言語
- Java
- スター
- 29
- フォーク
- 18
- 平均マージ
- 1日 10時間
- マージ済み PR(30日)
- 2
説明
When orchestrator function code directly throws an exception, the details of the exception are not logged. Instead, only the following is visible:
Unexpected failure in the task execution
This makes it very difficult to determine the actual cause of the failure.
Expected
Details of the exception should be included in the log message that gets logged by the Functions host.
コントリビューションガイド
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
調査の方向性
まず、Java SDK がオーケストレーター関数から直接スローされた例外をどのように処理しているか、また「Unexpected failure in the task execution」メッセージがどこでログに記録されるかを追跡します。既存のロギング関連のテストがあれば特定し、それらを使って、問題を修正した際に例外の詳細が Functions host log に表示されることを確認します。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- java
- 領域
- backend, observability
- issue の種類
- バグ
- 難易度
- 3/5
- 見積もり時間
- 1〜2日
- 活発さ
- 停滞
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 45/100