[ https://forge.continuent.org/jira/browse/SEQUOIA-593?page=all ] Olivier Fambon closed SEQUOIA-593: ----------------------------------
Closing: current implementation seems to be good-enough. > transactionId, requestId and connectionId counters are not initialized > properly > ------------------------------------------------------------------------------- > > Key: SEQUOIA-593 > URL: https://forge.continuent.org/jira/browse/SEQUOIA-593 > Project: Sequoia > Type: Bug > Components: Core > Versions: Sequoia 2.8.2 > Reporter: Mathieu Peltier > Assignee: Olivier Fambon > Fix For: Sequoia 2.9 > > > Global counters transactionId, requestId and connectionId are not initialized > properly > on vdb startup, e.g. after clean shutdown and reload of a vdb, or after > recovery. > - there is code in dvdb.joinGroup() (called at vdb load time) to initialize > the first two counters > transactionId and requestId based on getting initial values from the > recovery log, > but the init is performed *before* the recovery log is resynced/updated > - there is no code to update the counters after a manual resync of the log > - connectionId, which is used for persistent connections, is never > initialized from the log -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: https://forge.continuent.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira _______________________________________________ Sequoia mailing list [email protected] https://forge.continuent.org/mailman/listinfo/sequoia
