There's a fairly aggressive static cache layer sitting in front of Confluence. Any read access to pages are served by this layer without consulting Confluence.
When pages get updated, a Confluence plugin notices the update and regenerates the page. The cache is also fully rebuilt every once a day or something like that. I suspect when we update pages via Confluence SOAP API, it's not firing the event that would let the said plugin notice of changes. So that'd cause the static cache layer to keep serving a wrong version. 2014-03-12 8:43 GMT-07:00 Jan Ruzicka <[email protected]>: > Thank you, for the fix! > > How does the Wiki/Confluence do page updates? > Last night I was trying to verify the update of the wiki page [1]. > The page was still showing Jan 6 page (Mon Jan 6 04:12:52 EST 2014). > Clicking the edit brought the updated version (Wed Mar 12 00:30:30 EDT > 2014). > Canceling edit and reloading the page did not show updates. > It looked confusing. > > Thanks again > Jan > > [1] https://wiki.jenkins-ci.org/display/JENKINS/Unreleased+Plugin+Changes > > On Mar 12, 2014, at 00:16, Kohsuke Kawaguchi wrote: > > > > > Fixed. > > > > This seems to happen from time to time and I still don't know why. > > > > On 03/11/2014 08:47 AM, Jan Ruzicka wrote: > >> Hi > >> > >> Can anybody reset/enable the jenkins login on Wiki/Confluence? > >> > >> The Unreleased Plugin Changes report is getting stale. Last successful > upload was on Jan 6. > >> I'm not sure what other reports are affected. > >> > >> Thanks > >> Jan > >> > >> PS: error message: > >> Fault 0: "java.lang.Exception: > com.atlassian.confluence.rpc.AuthenticationFailedException: Attempt to log > in user 'jenkins' failed. The maximum number of failed login attempts has > been reached. Please log into the web application through the web interface > to reset the number of failed login attempts." > > -- > > Kohsuke Kawaguchi | CloudBees, Inc. | http://cloudbees.com/ > > Try Jenkins Enterprise, our professional version of Jenkins > > > > > -- > You received this message because you are subscribed to the Google Groups > "Jenkins Developers" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- Kohsuke Kawaguchi -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
