https://bz.apache.org/bugzilla/show_bug.cgi?id=58024
--- Comment #18 from Yann Ylavic <[email protected]> --- A new fix was committed on trunk in r1702450 (applies to 2.4.x too). On Windows, it uses a different file name for each SHM created on restart, since the old file may still be in use by the old children (gracefully) shutting down, which prevents their removal. This version allows to work with a clear SHM on restart (fitting the new configuration, should any balancer/member be added), and hence avoids the use of the balancer's growth parameter for configuration changes (these are meant for dynamic changes via the balancer manager only). Could you test this new fix (the other patches proposed so far are not needed)? It would be particularly interesting to look at the the SHM files (created in the [ServerRoot]/logs directory by default) to see if they are cleanly removed on restart, i.e. as soon as the old children stop (a generation number is used in the file names, and there shouldn't be any SHM file from the previous generation once the corresponding children have stopped). Thanks. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
