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

mds: avoid spurious sleeps #38773

Merged
merged 1 commit into from Jan 8, 2021
Merged

mds: avoid spurious sleeps #38773

merged 1 commit into from Jan 8, 2021

Commits on Jan 6, 2021

  1. mds: avoid spurious sleeps

    Like trim_interval, don't sleep for small amounts of time. This avoids
    spurious sleeps like:
    
        2020-12-25T00:14:22.242+0000 7f6a95884700 20 mds.0.cache upkeep thread waiting interval 0.000000108s
        2020-12-25T00:14:22.242+0000 7f6a95884700 20 mds.0.cache upkeep thread waiting interval 0.000000108s
        2020-12-25T00:14:22.242+0000 7f6a95884700 20 mds.0.cache upkeep thread waiting interval 0.000000108s
        2020-12-25T00:14:22.242+0000 7f6a95884700 20 mds.0.cache upkeep thread waiting interval 0.000000108s
        2020-12-25T00:14:22.242+0000 7f6a95884700 20 mds.0.cache upkeep thread waiting interval 0.000000108s
        2020-12-25T00:14:22.242+0000 7f6a95884700 20 mds.0.cache upkeep thread waiting interval 0.000000108s
        2020-12-25T00:14:22.242+0000 7f6a95884700 20 mds.0.cache upkeep thread waiting interval 0.000000108s
    
    Also, fix the same issue in the Client.
    
    Fixes: https://tracker.ceph.com/issues/48753
    Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
    batrick committed Jan 6, 2021
    Configuration menu
    Copy the full SHA
    eb47e99 View commit details
    Browse the repository at this point in the history