sfwang218 opened a new pull request, #357:
URL: https://github.com/apache/incubator-uniffle/pull/357
<!--
Thanks for sending a pull request! Here are some tips for you:
1. If this is your first time, please read our contributor guidelines:
https://github.com/apache/incubator-uniffle/blob/master/CONTRIBUTING.md
2. Ensure you have added or run the appropriate tests for your PR
3. If the PR is unfinished, add '[WIP]' in your PR title, e.g., '[WIP]XXXX
Your PR title ...'.
4. Be sure to keep the PR description updated to reflect all changes.
5. Please write your PR title to summarize what this PR proposes.
6. If possible, provide a concise example to reproduce the issue for a
faster review.
-->
### What changes were proposed in this pull request?
Add a period local storage cleaner thread to check the leak shuffle data on
disks
### Why are the changes needed?
Because we don't use strict lock strategy, we will delete some shuffle data
normally. If we use strict lock strategy, the performance will be bad. So we
want to add a period local storage cleaner thread. The thread examine which
application is in the disk and judge whether the app exists the memory data
structure ShuffleTaskManager#shuffleTaskInfos. If memory data structure don't
exist, we will delete the data in the disk.
### Does this PR introduce _any_ user-facing change?
No
### How was this patch tested?
tests were added
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]