You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2022/01/07 02:58:00 UTC

[jira] [Updated] (FLINK-24880) Error messages "OverflowError: timeout value is too large" shown when executing PyFlink jobs

     [ https://issues.apache.org/jira/browse/FLINK-24880?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

ASF GitHub Bot updated FLINK-24880:
-----------------------------------
    Labels: pull-request-available  (was: )

> Error messages "OverflowError: timeout value is too large" shown when executing PyFlink jobs
> --------------------------------------------------------------------------------------------
>
>                 Key: FLINK-24880
>                 URL: https://issues.apache.org/jira/browse/FLINK-24880
>             Project: Flink
>          Issue Type: Improvement
>          Components: API / Python
>    Affects Versions: 1.14.0
>         Environment: Python 3.6.8 (tags/v3.6.8:3c6b436a57, Dec 24 2018, 00:16:47) [MSC v.1916 64 bit (AMD64)] on win32
> {{python3 -m pip install apache-flink==1.14.0}}
> pycharm
>            Reporter: wangdonglin
>            Priority: Major
>              Labels: pull-request-available
>         Attachments: demo999.log, demo999.py
>
>
> The following exception shown when executing PyFlink jobs according to the demo show in [https://nightlies.apache.org/flink/flink-docs-release-1.14/docs/dev/python/datastream/intro_to_datastream_api/]     
> h2. Common Structure of Python DataStream API Programs 
>  
> Exception in thread Thread-15:
> Traceback (most recent call last):
>   File "D:\soft\py\lib\threading.py", line 932, in _bootstrap_inner
>     self.run()
>   File "C:\Users\wangdonglin\AppData\Roaming\Python\Python38\site-packages\apache_beam\runners\worker\data_plane.py", line 218, in run
>     while not self._finished.wait(next_call - time.time()):
>   File "D:\soft\py\lib\threading.py", line 558, in wait
>     signaled = self._cond.wait(timeout)
>   File "D:\soft\py\lib\threading.py", line 306, in wait
>     gotit = waiter.acquire(True, timeout)
> OverflowError: timeout value is too large



--
This message was sent by Atlassian Jira
(v8.20.1#820001)