Skip to content
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

WIP - do not merge #3683

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

WIP - do not merge #3683

wants to merge 1 commit into from

Conversation

mchaarawi
Copy link
Contributor

aggregate sgl when user buffer is very fragmented.

Signed-off-by: Mohamad Chaarawi mohamad.chaarawi@intel.com

Copy link
Collaborator

@daosbuild1 daosbuild1 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@@ -3928,7 +3955,7 @@ dc_obj_update(tse_task_t *task, struct dtx_epoch *epoch, uint32_t map_ver,
D_DEBUG(DB_IO, "update "DF_OID" dkey_hash "DF_U64"\n",
DP_OID(obj->cob_md.omd_id), dkey_hash);

rc = obj_rw_bulk_prep(obj, args->iods, args->sgls, args->nr, true,
rc = obj_rw_bulk_prep(obj, args->iods, obj_auxi->agg_sgls, args->nr, true,
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(style) line over 80 characters

@daosbuild1
Copy link
Collaborator

@daosbuild1
Copy link
Collaborator

Test stage Functional on Leap 15 completed with status FAILURE. https://build.hpdd.intel.com//job/daos-stack/job/daos/view/change-requests/job/PR-3683/1/execution/node/866/log

aggregate sgl when user buffer is very fragmented.

Signed-off-by: Mohamad Chaarawi <mohamad.chaarawi@intel.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants