[LU-10793] replay-dual test_14b FAIL: after 221244 > before 216124 Created: 09/Mar/18 Updated: 10/Apr/18 |
|
| Status: | Open |
| Project: | Lustre |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Bug | Priority: | Minor |
| Reporter: | Hongchao Zhang | Assignee: | Hongchao Zhang |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | always_except | ||
| Issue Links: |
|
||||||||||||
| Severity: | 3 | ||||||||||||
| Rank (Obsolete): | 9223372036854775807 | ||||||||||||
| Description |
|
replay-dual test_14b: @@@@@@ FAIL: after 221244 > before 216124 the test is removed from "ALWAYS_EXCEPT" in https://review.whamcloud.com/#/c/30916/ static int osp_create(const struct lu_env *env, struct dt_object *dt,
struct lu_attr *attr, struct dt_allocation_hint *hint,
struct dt_object_format *dof, struct thandle *th)
{
...
/* we might have lost precreated objects */
if (unlikely(d->opd_gap_count) > 0) {
LASSERT(d->opd_pre != NULL);
spin_lock(&d->opd_pre_lock);
if (d->opd_gap_count > 0) {
int count = d->opd_gap_count;
rc = ostid_set_id(&osi->osi_oi,
fid_oid(&d->opd_gap_start_fid));
if (rc) {
spin_unlock(&d->opd_pre_lock);
RETURN(rc);
}
d->opd_gap_count = 0;
spin_unlock(&d->opd_pre_lock);
CDEBUG(D_HA, "Writing gap "DFID"+%d in llog\n",
PFID(&d->opd_gap_start_fid), count);
/* real gap handling is disabled intil ORI-692 will be. <----- here
* fixed, now we only report gaps */
} else {
spin_unlock(&d->opd_pre_lock);
}
}
...
}
|
| Comments |
| Comment by Gerrit Updater [ 09/Mar/18 ] |
|
Hongchao Zhang (hongchao.zhang@intel.com) uploaded a new patch: https://review.whamcloud.com/31605 |
| Comment by Gerrit Updater [ 15/Mar/18 ] |
|
Oleg Drokin (oleg.drokin@intel.com) merged in patch https://review.whamcloud.com/31605/ |
| Comment by Gerrit Updater [ 15/Mar/18 ] |
|
Minh Diep (minh.diep@intel.com) uploaded a new patch: https://review.whamcloud.com/31668 |
| Comment by Gerrit Updater [ 19/Mar/18 ] |
|
John L. Hammond (john.hammond@intel.com) merged in patch https://review.whamcloud.com/31668/ |