Biao Geng
Biao Geng
pytest parallel run with Python 3.7.3 causes "Fatal Python error: Aborted" on MacOS Catalina 10.15.6
This should be caused as your code try to call requests api in a forked process. Pay attention to `should_bypass_proxies` function in your log. It is a known [issue](https://bugs.python.org/issue30385) in...
Hi Ilia, I just want to share my thoughts: I believe they are in different level: 1. checkpointing + HA(for standalone cluster) is managed by Flink itself. 2. restartPolicy is...
+1 for the restructure and retire GraphChi. If we want to take a further step after removing GraphChi, it is worthwhile to consider retiring Scala2.11 as well. The underlying engines...
hi folks, Just some information after debugging this issue, I see that the reproduce command sets PYTHONHOME via `-Dcontainerized.taskmanager.env.PYTHONHOME`, this is not recommended as pyflink would try to use the...