-
-
Notifications
You must be signed in to change notification settings - Fork 405
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
When replicating data during installation/upgrade, system may appear to hang #3816
Comments
I would agree, though I didn't really touch the remote update stuff. Do you know what is actually occurring ? If it is the normal DB upgrade stuff, there should still be feedback going on |
I think it's doing a full sync. We should consider this. |
Yeah that’s what it looked like to me from the logs. A lot of the “due to no rows found” type messages as I recall. I could scan back in the log and give you all the exact messages, if that’s helpful.
Eric.
… On Sep 24, 2020, at 12:38 PM, TheWitness ***@***.***> wrote:
I think it's doing a full sync. We should consider this.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
here's the relevant log entries:
Then finally:
So, yeah, it was a full sync. |
@netniV, do you have any time to work on this one? |
This will need some additional parameters to log with installer in mind not just standard poller sync. Grabbing remote log info may be harder. But we could always post back via the remote agent to indicate various statuses. Some more discussion should take place on this before we start implementing any changes and given the nature of the changes, I will probably prefer to get them in develop so we can properly test things out. We can then consider back porting if the final solution isn't that troublesome. |
That makes sense. I'll take it off the 1.2.16 list then. |
Added enhancement tag so that the stalebot does not mess with it. |
There are two things we are missing from the progress indicator:
We should add that to the step percentage calculation. Additionally, we should have a bias based upon:
My $0.02 on this topic. |
There may be need for a sub-status... to display secondary percentages. That way, they can be calculated independently of the overall steps. |
@netniV there are two of these now... |
I have 5 distributed pollers. At the 77% mark in the install process it starts updating rows on the remote databases. The installer GUI makes no mention of this, even though the cacti.log is still churning out information, and an strace of the background installer process is going nuts. It might be a good idea to add a bit more feedback to the user via the web GUI at this point in the installer, so we don't think it's totally hung.
The text was updated successfully, but these errors were encountered: