Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve auditor detecting speed #2088

Merged
merged 2 commits into from
Sep 11, 2024

Conversation

maqi
Copy link
Member

@maqi maqi commented Sep 4, 2024

Description

This PR contains two main work to improve auditor detecting speed (2-4 times quicker, and no longer stall on detecting new uploader wallets)

  • Avoid re-attempt already fetched spends
  • Using DashMap and streamer for better multiple threads pooling

Type of Change

Please mark the types of changes made in this pull request.

  • Bug fix (non-breaking change which fixes an issue)

@maqi maqi changed the title fix(auditor): not to re-attempt fetched spend Improve auditor detecting speed Sep 10, 2024
@maqi maqi force-pushed the auditor_not_reattempt_fetched_spends branch from b86638f to 8299973 Compare September 10, 2024 09:18
@joshuef joshuef added this pull request to the merge queue Sep 11, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Sep 11, 2024
@joshuef joshuef added this pull request to the merge queue Sep 11, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Sep 11, 2024
@maqi maqi added this pull request to the merge queue Sep 11, 2024
Merged via the queue into maidsafe:main with commit d6b55bc Sep 11, 2024
40 checks passed
@maqi maqi deleted the auditor_not_reattempt_fetched_spends branch September 11, 2024 08:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants