Skip to content
This repository has been archived by the owner on Jan 13, 2022. It is now read-only.

Cache hit IO will be uncached IO when as pending job ? #226

Open
jack-changtao opened this issue Sep 28, 2017 · 0 comments
Open

Cache hit IO will be uncached IO when as pending job ? #226

jack-changtao opened this issue Sep 28, 2017 · 0 comments

Comments

@jack-changtao
Copy link

when write hit ,if the cache state is not in BLOCK_IO_INPROG or cacheblk->nr_queued is not zero,
the write request will be added on pending_job_hashbuckets as an pending job .

The pending job will be processed by work_queue thread in flashcache_do_pending_noerror function,
later, the pending job may be processed an uncached IO?

I am not sure why it will be processed as uncached IO , which may be write hit IO ?

@jack-changtao jack-changtao changed the title too many uncached IO? Cache hit IO will be uncached IO when as pending job ? Sep 28, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant