You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 13, 2022. It is now read-only.
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 ?
The text was updated successfully, but these errors were encountered:
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 freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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 ?
The text was updated successfully, but these errors were encountered: