Skip to content
  • Sofia Papagiannaki's avatar
    pithos: Fix deadlock caused by erroneous check · 6b3f6cae
    Sofia Papagiannaki authored
    To achieve atomicity we lock the container path.
    However, the write operations update the statistics for the ancestor
    nodes (container/account).
    Therefore, the backend restricts the recursion up to the container
    level.
    
    However, the specific condition check would be evaluated to False
    if ``recursion_depth`` was 0.
    6b3f6cae