microsoft / microsoft/durabletask-java
Orchestrator function code failures don't contain any information
未关闭
还没有人认领这个 Issue。
P1
- 主要语言
- Java
- 星标
- 29
- 派生
- 18
- 平均合并
- 1 天 10 小时
- 30 天内合并 PR
- 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 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
首先跟踪 Java SDK 如何处理由 orchestrator 函数直接抛出的异常,以及“Unexpected failure in the task execution”消息记录在何处。确定现有的日志记录相关测试(如果有),并使用它们验证问题修复后异常详细信息会出现在 Functions host log 中。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- java
- 领域
- backend, observability
- Issue 类型
- 缺陷
- 难度
- 3/5
- 预计耗时
- 1-2 天
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 45/100