Skip to content

Commit b4f5b5e

Browse files
authored
docs: remove reference to SortEexc issue that is now resolved (#2464)
1 parent 03c0626 commit b4f5b5e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

docs/source/user-guide/latest/tuning.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,6 @@ Comet uses a global tokio runtime per executor process using tokio's defaults of
2727
maximum of 512 blocking threads. These values can be overridden using the environment variables `COMET_WORKER_THREADS`
2828
and `COMET_MAX_BLOCKING_THREADS`.
2929

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-
3330
## Memory Tuning
3431

3532
It is necessary to specify how much memory Comet can use in addition to memory already allocated to Spark. In some

0 commit comments

Comments
 (0)