-
Notifications
You must be signed in to change notification settings - Fork 7
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
Pending Export not detected on Autosync Startup #116
Comments
Unable to reproduce this issue.. |
Actually I saw this again in our production environment today with LDS and FIMService having pending exports.. Trace was not running and running the older version v1.0.6487 Doing the trace and repoened the GUI and then it did the EALL of LDS and FIMService |
Can i get a trace from the latest build, with the issue occuring after stopping the controller, then restarting it? |
Attached.. So I enabled trace and had to restart service.. thus the first few runs will detect EALL ACMA.. But then I stopped controllers and did a DIDS on FIMService.. Started contollers and I expected a EALL ACMA but just did a DS FIMService and did nothing.. then did a DI on other MA's as expected.. |
Is this still an issue in latest builds? |
Exact steps in #116 (comment) are reproducible in v1.1.6582.2440 |
Notes for myself. The root cause of this issue is that the routine to detect unmanaged changes has the following check in it
On a fresh boot, the run variable is null, so the function continues. However, when stopping and starting the controller, it looks only at the last run number it saw on the MA. this will be correct that the controller has not seen any runs while it was stopped. However, in the example of staged exports, they were caused by a sync run on a different MA. This condition is not taken into account by the check above. |
@khandelwalpiyush here is a build to test |
Fixed in v1.1.6597.29054 |
Installed latest v1.1.6500
Before starting that I can see pending exports in an ECMA CS (ACMA)
Expected autosync to kick of exports but didn't happen
Autosync Log since startup
autosync.log
The text was updated successfully, but these errors were encountered: