Details
-
Bug
-
Resolution: Fixed
-
Minor
-
None
-
None
-
3
-
9223372036854775807
Description
When the coordinator wakes up, it checks that something worth its attention has happened, otherwise it simply goes back to sleep.
It is possible for the coordinator to have several waiting requests in its llog but no copytool to process them. In this situation, when a copytool registers to the coordinator, the coordinator should wake up and try to schedule requests.
The fix is pretty simple, we should call mdt_hsm_cdt_event() from mdt_hsm_agent_register().
Attachments
Issue Links
- is related to
-
LU-11709 sanity-hsm test 260c fails with 'request on 0x2000013a0:0x2ba:0x0 is not SUCCEED on mds1'
- Resolved