Paul Dittamo

Results 21 issues of Paul Dittamo

## Tracking issue _https://github.com/flyteorg/flyte/issues/2867_ ## Why are the changes needed? Flyte doesn't support the deletion of cached task executions. Adding cache eviction/cleanup gives Flyte users more control over their data...

enhancement
size:XXL

… ## Tracking issue _https://github.com/flyteorg/flyte/issues/_ ## Why are the changes needed? ## What changes were proposed in this pull request? ## How was this patch tested? ### Setup process ###...

## Tracking issue _https://github.com/flyteorg/flyte/issues/3924_ ## Why are the changes needed? Want to add support for array node map tasks to utilize threads under the parent workflow's set parallelism. Decrease confusion...

### Describe the bug ArrayNode currently reports events identically to maptask plugin where we encapsulate subNode executions within the ExternalResourceInfo field in TaskExecutionEvent proto message. The ExternalResourceInfo proto message has...

bug
exo

### Describe the bug Map task succeeds with respect to min_success_ratio but the last running tasks fail. The last running tasks should get set to phase failed but are stuck...

bug
exo

# TL;DR Add cache evict status ## Type - [ ] Bug Fix - [x] Feature - [ ] Plugin ## Are all requirements met? - [x] Code completed -...

## Tracking issue Potentially closes: #5335 ## Why are the changes needed? Propeller v1.12.0 introduced a bug in which child/external workflow status was not propagated back up to the parent...

## Why are the changes needed? Support toggling between subnode store and retain backwards compatibility. ## What changes were proposed in this pull request? Add execution_version to ArrayNode proto ##...

## Tracking issue ## Why are the changes needed? Array node increments workflow parallelism from the parent node. Right now, the same control flow that tracks parallelism for the workflow...

## Tracking issue ## Why are the changes needed? When a NodePhase change is detected, the current implementation resets the TaskPhaseVersion to 0 prior to emitting the event. This would...