Reconsider matching Enceladus runs
- Ngôn ngữ chính
- Python
- Star
- 5
- Fork
- 0
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
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.
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Đánh giá
Issue này chưa được đánh giá.