[MCOL-5552] /usr/bin/mariadb-columnstore-start.sh Doesn't Start Columnstore Created: 2023-08-10 Updated: 2023-08-25 |
|
| Status: | Open |
| Project: | MariaDB ColumnStore |
| Component/s: | MariaDB Server |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Bug | Priority: | Major |
| Reporter: | Ricky Bobby | Assignee: | Unassigned |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Environment: |
Kubernetes Pod, docker.io/amd64/ubuntu:focal |
||
| Attachments: |
|
| Description |
|
Per the title, the start script returns an error using a Ubuntu image. I cannot use your docker image in our compliance-heavy environment. I'm following these very sparse instructions. https://mariadb.com/docs/server/deploy/topologies/single-node/community-columnstore-cs10-6/ exec {fd_lock}>/var/lib/columnstore/storagemanager/storagemanager-lockflock -n "$fd_lock" || exit 0 Error message: /usr/bin/mariadb-columnstore-start.sh: 7: exec: {fd_lock} : not found My understanding is flock takes 2 arguments? I'm not an expert though. Another bug: The systemd configs do not start a worker node in Kubernetes. Another bug: neither the rsyslog nor syslog-ng configs generate the intended log files. Another bug: the syslog-ng config that ships prevents syslog-ng from starting. Not a bug, but, using systemd seems like not the wisest choice in an industry obsessed with Kubernetes/microservices. Finally, is there a reason the components of this project are completely undocumented and without verbose options? Trying to compete with Oracle and Microsoft on secret-keeping doesn't make Mariadb the better choice between secret-keepers Microsoft and Oracle. |