Git Product home page Git Product logo

Comments (12)

dannycjones avatar dannycjones commented on July 22, 2024

Hey @nguyenminhdungpg. Mountpoint will indeed cache the non-existence of a file. We've sometimes described this as 'negative caching'. This behavior was introduced in Mountpoint v1.5.0.

It sounds like you would prefer that Mountpoint would not cache these entries, and instead go to S3 each time if it has not seen that the file exists. Can you tell us a bit more about your use case? What problems does caching the negative entries introduce for you?

from mountpoint-s3.

nguyenminhdungpg avatar nguyenminhdungpg commented on July 22, 2024

Hi @dannycjones thank you for your information.

My usecase for using disable_noobj_cache option of s3fs at this time is very weird and it is not good.

There are 2 services run in parallel and there is a chance that one requests file in s3fs mounted folder before the other finished adding the file to S3 using AWS SDK for S3.
If I don't use disable_noobj_cache, then the non-existences of the file and maybe its parent folders are cached, requests to the file with high frequency can make it (and its parent folders) seem to be not-existed forever. This also breaks a logic in my service that copies files from or create new files in the seem-to-be-not-existed-forever folders in s3fs mounted folder.

On another hand, I am wondering without 'negative caching', can an attacker brute-force requests to non-existing files and increase my S3 cost?

from mountpoint-s3.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.