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

23 Commits

Author SHA1 Message Date
Leonid Fedorov
2e1394149b MCOL-5464: Fixes of bugs from ASAN warnings, part one (#2792)
* Fixes of bugs from ASAN warnings, part one

* MQC as static library, with nifty counter for global map and mutex

* Switch clang to 16

* link messageqcpp to execplan
2023-04-04 02:33:23 +03:00
Andrey Piskunov
96c40d5081 Add core dumps and stack trace (#2604)
* Add core dumps and stack trace
2022-11-22 03:29:34 +03:00
Roman Nozdrin
965ca1ca26 MCOL-5105 DMLProc startup/shutdown timeouts affect rollback and graceful shutdown cases, workernode shutdown timeout affects save_brm (#2391) 2022-05-27 13:35:56 -05:00
Alexander Barkov
ab44ef6ddb MCOL-4170 Refactor services/systemd units to finish their bootstrap ... 2020-11-09 12:01:16 +04:00
Roman Nozdrin
cf8b8fa786 Merge pull request #1543 from jmrojas2332/develop
Columnstore syslog file creation should be with mysql as owner
2020-10-27 18:23:55 +03:00
Jose Rojas
d61dc06c3c Make CMake variables for default user/group for maintainability 2020-10-23 21:57:35 +00:00
mariadb-RomanNavrotskiy
afbf358fcd pythonpath env for systemd brm units 2020-10-12 17:04:59 +02:00
Jose Rojas
2a6dd64e5f MCOL-4314 Related. Make mcs-workernode a template service to avoid SM contention 2020-10-07 00:12:15 -05:00
Jose Rojas
19a303f44e MCOL-4012 Add back mcs-loadbrm.py.in and mcs-loadbrm.service 2020-09-01 20:53:55 +00:00
Jose Rojas
ce64ad7bac MCOL-4012 Update 2020-09-01 20:53:35 +00:00
Jose Rojas
3221cee128 MCOL-4012 Enable columnstore run as non root. Default to mysql 2020-08-26 15:14:49 +00:00
Roman Nozdrin
4b0e8900d4 Introduced an artificial delay b/w SM and controllernode to allow SM to start
Introduced mcs-savebrm.py to avoid saving BRM on non-primary nodes
in multi-node S3 clusters

Refactored mcs-loadbrm.py to download BRM files from the primary in
in multi-node S3 clusters
2020-08-03 16:00:00 +00:00
Roman Nozdrin
5abb335595 Raised StopTimeout for mcs-workernode to allow SM to converge w/o timeout 2020-07-27 13:09:46 +00:00
Roman Nozdrin
1c463fa329 MCOL-4019 This patch avoids fork() in wokernode/controllernode that hangs in ThreadPool::~
waiting infinitely for fPruneThread->join() to return.
2020-06-09 15:47:17 +00:00
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
Jose
9280b7ece1 MCOL-4025 systemd units now preload libjemalloc 2020-05-28 20:53:56 +00:00
Jose
182e876aec MCOL-3914 Add proper termination of systemd units. 2020-05-21 21:51:40 +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
8e9f4c2719 MCOL-3915 Modify systemd units to work on debian-based systems 2020-05-12 13:35:26 +00:00
Jose
684cddd3bc MCOL-3914 Systemd units. Fix controllernode/workernode restart. 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
b1c9ccf7fa MCOL-3914 Rename systemd columnstore services 2020-05-12 13:35:25 +00:00