Skip to content

Conversation

@tammam1998
Copy link
Collaborator

Fids with no input or output nodes were reported as output fids and input fids causing some conflicts in parallel pipelines (specifically in the distributed execution mode since we replace hdfs cat input fids with an input per block).

Note: this is not a complete solution. replacing HDFSCat with per block cat could cause some conflicts to go undetected. Example: (x | x | x | hdfs dfs -put -f - /1.txt; hdfs dfs -cat) where /1.txt existed before.

@angelhof
Copy link
Member

Hmm, so the issue was there there existed fids with no input or output node in the graph, and so they were returned as input/output fids of the graph right?

I think the solution should include figuring out who leaks these None to None fids.

BTW, I am not sure I understand the missed conflicts that you are mentioning. We could discuss this out of the critical path however.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants