An error occurred fetching the project authors.
- 24 Oct, 2006 1 commit
-
-
anozdrin/alik@alik. authored
The problem was that IM stoped guarded instances on shutdown, but didn't wait for them to stop. The fix is to wait for guarded instances to stop before exitting from the main thread. The idea is that Instance-monitoring thread should add itself to Thread_registry so that it will be taken into account on shutdown. However, Thread_registry should not signal it on shutdown in order to not interrupt wait()/waitpid().
-
- 20 Oct, 2006 1 commit
-
-
anozdrin/alik@alik. authored
-
- 05 Oct, 2006 1 commit
-
-
petr/cps@mysql.com/owlet.local authored
Stop guardian and all the rest of threads before shutdown in case of an error
-
- 19 Jun, 2006 1 commit
-
-
anozdrin@mysql.com authored
-
- 29 May, 2006 1 commit
-
-
anozdrin@mysql.com authored
-
- 18 May, 2006 2 commits
-
-
anozdrin@mysql.com authored
-
anozdrin@mysql.com authored
- WL#3158: IM: Instance configuration extensions; - WL#3159: IM: --bootstrap and --start-default-instance modes The following new statements have been added: - CREATE INSTANCE; - DROP INSTANCE; The behaviour of the following statements have been changed: - SET; - UNSET; - FLUSH INSTANCES; - SHOW INSTANCES; - SHOW INSTANCE OPTIONS;
-
- 06 May, 2006 1 commit
-
-
anozdrin@mysql.com authored
tests fail on FreeBSD. The patch contains of the following: - make Instance Manager, running in the daemon mode, dump the pid of angel-process in the special file; - default value of angel-pid-file-name is 'mysqlmanager.angel.pid'; - if ordinary (IM) pid-file-name is specified in the configuration, angel-pid-file-name is updated according to the following rule: extension of the basename of pid-file-name is replaced by '.angel.pid. For example: - pid-file-name: /tmp/im.pid => angel-pid-file-name: /tmp/im.angel.pid - pid-file-name: /tmp/im.txt => angel-pid-file-name: /tmp/im.angel.pid - pid-file-name: /tmp/5.0/im => angel-pid-file-name: /tmp/5.0/im.angel.pid - add support for configuration option to customize angel pid file name; - fix test suite to use angel pid to kill Instance Manager by all means if something went wrong. Background ---------- The problem is that on some OSes (FreeBSD for one) Instance Manager does not get SIGTERM, so can not shutdown gracefully. Test suite wasn't able to cope with it, so this leads to the mess in test results. The problem should be split into two: - fix signal handling; - fix test suite. This patch fixes test suite so that it will be able to kill uncooperative Instance Manager. In order to achieve this, test suite needs to know PID of IM Angel process.
-
- 21 Feb, 2006 1 commit
-
-
petr@mysql.com authored
duration of the whole 'flush instances'. As a consequence, it was possible to query instance map, while it is in the inconsistent state. The patch was reworked after review.
-
- 28 Oct, 2005 1 commit
-
-
petr@mysql.com authored
-
- 27 Oct, 2005 1 commit
-
-
petr@mysql.com authored
-
- 17 Oct, 2005 1 commit
-
-
petr@mysql.com authored
bug 2030. Will push a proper fix later
-
- 29 Aug, 2005 1 commit
-
-
konstantin@mysql.com authored
-
- 05 Aug, 2005 2 commits
-
-
petr@mysql.com authored
-
petr@mysql.com authored
-
- 03 Aug, 2005 1 commit
-
-
reggie@fedora.(none) authored
-
- 21 Jul, 2005 2 commits
-
-
petr@mysql.com authored
Post-review fixes for WL#2713 "Change IM behaviour so, that it only reads and alters one config file only."
-
petr@mysql.com authored
Implemented on brian's request.
-
- 20 Jul, 2005 1 commit
-
-
reggie@fedora.(none) authored
-
- 15 May, 2005 1 commit
-
-
petr@mysql.com authored
-
- 21 Mar, 2005 1 commit
-
-
petr@mysql.com authored
included before any other include) was hidden from me.
-
- 27 Feb, 2005 1 commit
-
-
petr@mysql.com authored
-
- 18 Feb, 2005 1 commit
-
-
petr@mysql.com authored
-
- 15 Feb, 2005 1 commit
-
-
petr@mysql.com authored
-
- 13 Feb, 2005 1 commit
-
-
petr@mysql.com authored
-
- 11 Feb, 2005 1 commit
-
-
petr@mysql.com authored
-
- 03 Feb, 2005 1 commit
-
-
petr@mysql.com authored
-
- 31 Jan, 2005 1 commit
-
-
petr@mysql.com authored
-
- 25 Jan, 2005 1 commit
-
-
petr@mysql.com authored
IM mostly fixed according to Brian's directions. Will need to do some additional option handling and cleanups
-
- 25 Nov, 2004 1 commit
-
-
petr@mysql.com authored
-
- 15 Nov, 2004 1 commit
-
-
petr@mysql.com authored
-
- 02 Nov, 2004 1 commit
-
-
petr@mysql.com authored
-
- 26 Oct, 2004 1 commit
-
-
petr@mysql.com authored
-
- 25 Oct, 2004 1 commit
-
-
petr@mysql.com authored
-
- 23 Oct, 2004 1 commit
-
-
petr@mysql.com authored
tree
-
- 12 Oct, 2004 2 commits
-
-
petr@mysql.com authored
-
petr@mysql.com authored
-
- 19 Aug, 2003 2 commits
-
-
kostja@oak.local authored
-
kostja@oak.local authored
safe shutdown and signal deliverence to all threads in the manager process
-
- 16 Aug, 2003 1 commit
-
-
kostja@oak.local authored
logging, options, angel process.
-