[ https://issues.apache.org/jira/browse/BEAM-8324?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16940566#comment-16940566 ]
Valentyn Tymofieiev commented on BEAM-8324: ------------------------------------------- This may be triggered by a dill release that happened this weekend and may potentially affect Beam release. cc: [~markliu] [~altay] [~lcwik] > Pre/Postcommit Dataflow IT tests fail: _create_function() takes from 2 to 6 > positional arguments but 7 were given > ----------------------------------------------------------------------------------------------------------------- > > Key: BEAM-8324 > URL: https://issues.apache.org/jira/browse/BEAM-8324 > Project: Beam > Issue Type: Bug > Components: sdk-py-core > Reporter: Valentyn Tymofieiev > Assignee: Valentyn Tymofieiev > Priority: Major > > {noformat} > Dataflow pipeline failed. State: FAILED, Error: > Traceback (most recent call last): > File > "/usr/local/lib/python3.7/site-packages/dataflow_worker/batchworker.py", line > 773, in run > self._load_main_session(self.local_staging_directory) > File > "/usr/local/lib/python3.7/site-packages/dataflow_worker/batchworker.py", line > 489, in _load_main_session > pickler.load_session(session_file) > File > "/usr/local/lib/python3.7/site-packages/apache_beam/internal/pickler.py", > line 287, in load_session > return dill.load_session(file_path) > File "/usr/local/lib/python3.7/site-packages/dill/_dill.py", line 410, in > load_session > module = unpickler.load() > TypeError: _create_function() takes from 2 to 6 positional arguments but 7 > were given > {noformat} -- This message was sent by Atlassian Jira (v8.3.4#803005)