[DBaaS] Can't load imdb dataset to pxc cluster running under dbaas on EKS
Description
Attachments
is blocked by
relates to
Smart Checklist
Activity

Yusaf Awan February 28, 2023 at 2:30 PM
as discussed, putting it back in progress.

Andrei Minkin December 7, 2022 at 12:06 PM
It works right now. I added configuration options that were suggested by Kamil in . I'll apply additional settings once there will be available for HAproxy.

Kai Wagner December 6, 2022 at 9:26 AM

Denys Kondratenko November 22, 2022 at 8:43 AM
blocked by PXC

Andrei Minkin September 27, 2022 at 1:34 PM
I reproduced this issue.
STR
Spin-up EKS cluster with 3 nodes of m4.xlarge type (you can use easyk8s script for that)
Register it k8s cluster to the pmm/dbaas
Spin-up a pxc database cluster with the following resources
3 nodes
1 vCPU
8GB of RAM
25Gb of storage
Enable external access
Download imdb.tar.gz (ask Steve Hoffman for the access) and extract the contents
Edit file paths in imdb-load-data.sql file
Connect to the pxc cluster and run the following commands
SET GLOBAL pxc_strict_mode = ‘PERMISSIVE’;
SOURCE ./imdb-create-tables.sql
SOURCE ./imdb-load-data.sql
Details
Assignee
UnassignedUnassignedReporter
Andrei MinkinAndrei Minkin(Deactivated)Priority
High
Details
Details
Assignee
Reporter

Priority
Smart Checklist
Open Smart Checklist
Smart Checklist
Open Smart Checklist
Smart Checklist

Steps to reproduce
Spin-up k8s cluster on EKS using https://github.com/shoffman-percona/easyK8s
Create Small pxc cluster
https://www.imdb.com/interfaces/ and here are the steps I used to turn it into load files (this is 1 of 3)
It's impossible to load the dataset and there's no any useful information in the dashboards