-
Notifications
You must be signed in to change notification settings - Fork 304
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
DAOS-16686 dfuse: Detect matching reads to avoid network access. #15528
base: master
Are you sure you want to change the base?
Conversation
If a read matches a current outstanding read then simply connect the two and when there's a reply from the network then respond to both requests. Skip-func-test-vm: true Test-tag: DaosBuild Skip-fault-injection-test: true Signed-off-by: Ashley Pittman <[email protected]>
Ticket title is 'Concurrent reads hit the network even when caching enabled in dfuse' |
This is a self-contained subset of #15298 and contains just the performance improvement for regular reads rather than any bug-fix to the chunk code. For now it's just running the tests which are failing in the other PR, the hope being that it passes and we can land this one as a way of moving forward whilst I debug why the others failing. |
Test stage NLT on EL 8.8 completed with status UNSTABLE. https://build.hpdd.intel.com/job/daos-stack/job/daos//view/change-requests/job/PR-15528/2/testReport/ |
Test stage Functional Hardware Medium completed with status FAILURE. https://build.hpdd.intel.com//job/daos-stack/job/daos/view/change-requests/job/PR-15528/3/execution/node/1476/log |
Features: dfuse Signed-off-by: Ashley Pittman <[email protected]>
Test stage NLT on EL 8.8 completed with status UNSTABLE. https://build.hpdd.intel.com/job/daos-stack/job/daos//view/change-requests/job/PR-15528/4/testReport/ |
Skip-func-test-vm: true Test-tag: DaosBuild Skip-fault-injection-test: true Allow-unstable-test: true Required-githooks: true
Allow-unstable-test: true Required-githooks: true
…i' into amd/dfuse-read-multi Allow-unstable-test: true Required-githooks: true
Test stage Functional Hardware Medium completed with status UNSTABLE. https://build.hpdd.intel.com/job/daos-stack/job/daos//view/change-requests/job/PR-15528/7/testReport/ |
From #15528 If a read matches a current outstanding read then simply connect the two and when there's a reply from the network then respond to both requests. Ashley Pittman <[email protected]> Required-githooks: true
From #15528 If a read matches a current outstanding read then simply connect the two and when there's a reply from the network then respond to both requests. Ashley Pittman <[email protected]> Required-githooks: true
From #15528 If a read matches a current outstanding read then simply connect the two and when there's a reply from the network then respond to both requests. Ashley Pittman <[email protected]> Required-githooks: true
If a read matches a current outstanding read then simply
connect the two and when there's a reply from the network
then respond to both requests.
Skip-func-test-vm: true
Test-tag: DaosBuild
Skip-fault-injection-test: true
Signed-off-by: Ashley Pittman [email protected]