1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-08-07 03:22:57 +03:00
Commit Graph

637 Commits

Author SHA1 Message Date
Roman Nozdrin
2915f83a46 MCOL-3914 Replaced umbrella systemd service with a shell that starts/stops separate
MCS systemd units.

Add stop for StorageManager systemd unit.
2020-06-04 17:16:55 +00:00
Roman Nozdrin
ccdfe98409 Removed the last call of postConfigure(RIP). Changed dangerous default setting see MDEV-22197. 2020-06-03 16:31:56 +00:00
Roman Nozdrin
5b857db7e8 Systemd doesn't complain about relative path anymore. 2020-05-31 18:41:53 +03:00
Jose Rojas
9dc34b6d72 Merge branch 'develop' into MCOL-4011 2020-05-29 14:53:16 -05:00
Jose
4c48976923 MCOL-4011 SM Support Update 2020-05-29 17:30:52 +00:00
Jose
6675b8ae96 MCOL-4011 Add support for SM into systemd units. 2020-05-29 04:22:33 +00:00
Jose
d056090d23 MCOL-4025 libjemalloc preloading update 2020-05-28 23:10:21 +00:00
Jose
9280b7ece1 MCOL-4025 systemd units now preload libjemalloc 2020-05-28 20:53:56 +00:00
Jose
9ad1041df9 MCOL-3915 Related. Fix to install_mcs_mysql.sh.in 2020-05-26 19:28:11 +00:00
Jose
90a167178a MCOL-3915 Update columnstore install and uninstall procedure 2020-05-22 23:13:09 +00:00
Jose
77edd3f3bd MCOL-3914 Change controllernode shutdown script 2020-05-22 12:45:55 +00:00
Jose
2f4c729c1b MCOL-3914 System updates 2020-05-22 04:12:56 +00:00
Jose
182e876aec MCOL-3914 Add proper termination of systemd units. 2020-05-21 21:51:40 +00:00
Jose
b512600cfc MCOL-3914 Adjust ordering of service startup to prevent primproc/exemgr connection slow down 2020-05-21 15:07:24 +00:00
Jose
a79761cc5f MCOL-3914 Get around systemd services failing due to kill signal on no process 2020-05-15 22:06:32 +00:00
Jose
37cb358683 MCOL-3914 Updates to kill signals 2020-05-15 21:38:46 +00:00
Jose
0e0a497d75 Restart of mariadb needed for engine to be loaded into mariadb 2020-05-14 19:16:57 +00:00
Jose
7de6d89538 MCOL-3915 Remove shutdown of mysqld in post-mysql-install 2020-05-14 14:42:53 +00:00
Roman Nozdrin
32d3e3f6a3 MCOL-3991 MCS doesn't build mcsAdmin anymore.
Removed MDB network port check from postConfigure.
2020-05-14 14:07:13 +00:00
Roman Nozdrin
df70cf7131 MCOL-3991 Removed mcsadmin calls and cleaned up post-install/pre-uninstall scripts. 2020-05-13 13:16:53 +00:00
Jose
1eef764c01 MCOL-3991 Merge packages into one. Cleanup dependencies and remove mcsadmin from uninstall 2020-05-12 21:36:15 +00:00
Jose
98abf95eae MCOL-3991 MCS is now single package and properly uninstalls 2020-05-12 13:36:24 +00:00
Jose
8e9f4c2719 MCOL-3915 Modify systemd units to work on debian-based systems 2020-05-12 13:35:26 +00:00
Jose
a0c414db10 MCOL-3915 Fix error message dbbuilder throws while waiting for columnstore 2020-05-12 13:35:25 +00:00
Jose
2084405a3e MCOL-3914 Workernode and Controller node systemd restart now working 2020-05-12 13:35:25 +00:00
Jose
684cddd3bc MCOL-3914 Systemd units. Fix controllernode/workernode restart. 2020-05-12 13:35:25 +00:00
Jose
a815462b7b MCOL-3917 DDLProc/DMLProc must survive WriteEngine restarts 2020-05-12 13:35:25 +00:00
Jose Rojas
08f28494ba MCOL-3914 Related. Fix Internal Error: EDB-2006: *table* does not exist in Columnstore 2020-05-12 13:35:25 +00:00
Jose Rojas
d684cce3c1 MCOL-3915, MCOL-3915 Fix dbrm read only. Fix systemd unit startup order 2020-05-12 13:35:25 +00:00
Jose Rojas
b1c9ccf7fa MCOL-3914 Rename systemd columnstore services 2020-05-12 13:35:25 +00:00
Jose Rojas
7368463f7f MCOL-3836 Only call loadbrm when BRM_saves_current exists 2020-05-12 13:35:25 +00:00
Jose
cd0c802013 MCOL-3914 Updates to systemd units 2020-05-12 13:35:25 +00:00
Jose
97b8e41ce3 MCOL-3915 Remove some configuration from postConfigure. Default Columnstore.xml to a standard single server config. 2020-05-12 13:33:37 +00:00
Jose
3b5da5ba00 MCOL-3914 Remove redirection to logs, keep systemd units logging to journalctl 2020-05-12 13:33:37 +00:00
Jose
c60ec09fea MCOL-3915 Columnstore-post-install/postConfigure processed and columnstore started during installation 2020-05-12 13:33:37 +00:00
Jose
7b66bc7ead MCOL-3915 Run post-install, postConfigure, and start systemd units during package installation 2020-05-12 13:32:46 +00:00
Jose
24b43568a1 MCOL-3915 Move columnstore-post-install to systemd unit 2020-05-12 13:29:53 +00:00
Jose
d8c23e98bf MCOL-3914 Create systemd unit files for ColumnSotre service 2020-05-12 13:29:53 +00:00
Patrick LeBlanc
cb4228d982 Merge branch 'columnstore-1.4.3' into merge-hotfix-patches-1.5
Conflicts:
	VERSION
	dbcon/mysql/ha_mcs.cpp
	dbcon/mysql/ha_mcs_execplan.cpp
	dbcon/mysql/ha_mcs_impl.cpp
	dbcon/mysql/ha_mcs_pushdown.cpp
	oam/install_scripts/columnstore-post-install.in
	oam/install_scripts/columnstore-pre-uninstall.in
	oam/install_scripts/columnstore.in
	oam/install_scripts/post-mysql-install
2020-04-27 17:17:55 -04:00
Patrick LeBlanc
00828bf2df Merge branch 'develop' into mcol-3743 2020-04-13 12:49:28 -05:00
Patrick LeBlanc
3a5574d71f Fixed a couple more instances of a typo. 2020-04-07 16:23:13 -04:00
Patrick LeBlanc
a1b8df55e4 Fixed a typo in post-mysql-install re systemd detection. 2020-04-07 16:01:55 -04:00
Patrick LeBlanc
90d4b03fdb MCOL-3743: cmdline params to postConfig to configure SM
Made some changes.  It's working the way it should.
2020-03-17 13:55:08 -04:00
jmrojas2332
0b885c3830 MCOL-3830 post-mysql-install fix on systems not running systemd 2020-03-10 21:12:23 +00:00
Patrick LeBlanc
01240cc9e0 Merge pull request #1071 from mariadb-corporation/fix-upgrade
Fix Upgrade
2020-03-02 10:21:23 -05:00
benthompson15
da32afc0b2 Merge pull request #1023 from LinuxJedi/mariadb-systemctl
MCOL-3718 Use systemd instead of mysql-Columnstore
2020-02-28 16:19:58 -05:00
benthompson15
8861605164 add storagemanager to save files. 2020-02-26 18:37:35 -06:00
benthompson15
25084d0020 Merge pull request #1023 from LinuxJedi/mariadb-systemctl
MCOL-3718 Use systemd instead of mysql-Columnstore
2020-02-12 10:01:26 -06:00
Gagan Goel
9b01b0ac61 MCOL-2101 Set up proper permissions for /tmp/columnstore_tmp_files to
allow non-root users to write to it.
2020-02-10 22:39:21 +00:00
Gagan Goel
7656a1ead3 MCOL-2101 Set up proper permissions for /tmp/columnstore_tmp_files to
allow non-root users to write to it.
2020-02-10 22:16:03 +00:00