We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03c0626 commit b4f5b5eCopy full SHA for b4f5b5e
docs/source/user-guide/latest/tuning.md
@@ -27,9 +27,6 @@ Comet uses a global tokio runtime per executor process using tokio's defaults of
27
maximum of 512 blocking threads. These values can be overridden using the environment variables `COMET_WORKER_THREADS`
28
and `COMET_MAX_BLOCKING_THREADS`.
29
30
-DataFusion currently has a known issue when merging spill files in sort operators where the process can deadlock if
31
-there are more spill files than `COMET_MAX_BLOCKING_THREADS` ([tracking issue](https://github.com/apache/datafusion/issues/15323)).
32
-
33
## Memory Tuning
34
35
It is necessary to specify how much memory Comet can use in addition to memory already allocated to Spark. In some
0 commit comments