Reconsider matching Enceladus runs
未關閉
bug
enhancement
- 主要語言
- Python
- 星號
- 5
- 分支
- 0
- PR 合併指標
- 30 天內沒有已合併 PR
描述
Enceladus runs may change state when multiple attempts are made. The failed attemts may or may not result in state changes. This complicates matching individual spark attempts to appropriate runs.
The current way relies on order of attempts and runs, which is not sufficient. (e.g. sometimes, when two attempts fail, the first attempt manages to update run doc while the second does not.)
For a quick solution one may compare the run's startDateTime (for Std) and start of Conformance checkpoint (for Conform) to be within the attempt duration.
In a long term, the Enceladus api and metadata should be extended to include attempt id.
貢獻指南
這個儲存庫沒有索引到貢獻指南
評估
這個 Issue 還沒有評估資料。