Github user HyukjinKwon commented on the issue:

    https://github.com/apache/spark/pull/17869
  
    I think I ran `SortShuffleSuite` correctly.
    
    **Before**
    
    ```
    [00:16:24] [info] SortShuffleSuite:
    ...
    [00:18:53] [info] - SortShuffleManager properly cleans up files for 
shuffles that use the serialized path (297 milliseconds)
    [00:18:53] [info] - SortShuffleManager properly cleans up files for 
shuffles that use the deserialized path (94 milliseconds)
    ...
    ```
    
    **After**
    
    ```
    [00:15:49] [info] SortShuffleSuite:
    ...
    [00:18:18] [info] - SortShuffleManager properly cleans up files for 
shuffles that use the serialized path (500 milliseconds)
    [00:18:18] [info] - SortShuffleManager properly cleans up files for 
shuffles that use the deserialized path (359 milliseconds)
    ...
    ```
    
    Also, even if it fails, we should at least find the reason and fix if 
possible. Probably, there should be somewhere the resources are not being 
closed. 


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to