Conversation
I think that lowering to the indentation level for the affected `return` better shows it's eseentially "a catch all" exit. Signed-off-by: Radoslaw Zarzynski <rzarzyns@redhat.com>
|
jenkins test api |
|
@rzarzynski can you confirm whether these errors are related to your PR? I suspect a different OSD PR that was in the batch, but would be good to get your input as well. https://pulpito.ceph.com/?branch=wip-yuri11-testing-2023-02-06-1424 /a/yuriw-2023-02-13_22:35:30-rados-wip-yuri11-testing-2023-02-06-1424-distro-default-smithi/7173561 /a/yuriw-2023-02-13_22:35:30-rados-wip-yuri11-testing-2023-02-06-1424-distro-default-smithi/7173564 /a/yuriw-2023-02-13_22:35:30-rados-wip-yuri11-testing-2023-02-06-1424-distro-default-smithi/7173549 /a/yuriw-2023-02-13_22:35:30-rados-wip-yuri11-testing-2023-02-06-1424-distro-default-smithi/7173567 /a/yuriw-2023-02-13_22:35:30-rados-wip-yuri11-testing-2023-02-06-1424-distro-default-smithi/7173572 |
|
@ljflores: this one is really cosmetic: diff --git a/src/osd/PrimaryLogPG.cc b/src/osd/PrimaryLogPG.cc
index 26dbac6d526e1..29e61d8f84681 100644
--- a/src/osd/PrimaryLogPG.cc
+++ b/src/osd/PrimaryLogPG.cc
@@ -15698,9 +15698,8 @@ boost::statechart::result PrimaryLogPG::AwaitAsyncWork::react(const DoSnapWork&)
ldout(pg->cct, 10) << "waiting for it to clear"
<< dendl;
return transit< WaitRWLock >();
- } else {
- return transit< NotTrimming >();
}
+ return transit< NotTrimming >();
}
in_flight.insert(object);Rather shouldn't be the source of the problem. |
|
Thanks @rzarzynski |
|
Rados suite review: http://pulpito.front.sepia.ceph.com/?branch=wip-yuri11-testing-2023-03-08-1220 Failures, unrelated: Details: |
I think that lowering to the indentation level for the affected
returnbetter shows it's eseentially "a catch all" exit.Signed-off-by: Radoslaw Zarzynski rzarzyns@redhat.com
Contribution Guidelines
To sign and title your commits, please refer to Submitting Patches to Ceph.
If you are submitting a fix for a stable branch (e.g. "pacific"), please refer to Submitting Patches to Ceph - Backports for the proper workflow.
Checklist
Show available Jenkins commands
jenkins retest this pleasejenkins test classic perfjenkins test crimson perfjenkins test signedjenkins test make checkjenkins test make check arm64jenkins test submodulesjenkins test dashboardjenkins test dashboard cephadmjenkins test apijenkins test docsjenkins render docsjenkins test ceph-volume alljenkins test ceph-volume toxjenkins test windows