polardbx-sql icon indicating copy to clipboard operation
polardbx-sql copied to clipboard

PolarDB-X is a cloud native distributed SQL Database designed for high concurrency, massive storage, complex querying scenarios.

Results 62 polardbx-sql issues
Sort by recently updated
recently updated
newest added

官方文档中,使用k8s部署的calico使用的是3.15版本,但是根据calico的文档兼容k8s,1.21版本的需要calico 3.19以上版本。 然后使用3.15版本的calico配置文件controller一直停留在下面的日志: 2023-07-31 02:28:19.977 [WARNING][1] runconfig.go 154: unable to get KubeControllersConfiguration(default) error=connection is unauthorized: kubecontrollersconfigurations.crd.projectcalico.org "default" is forbidden: User "system:serviceaccount:kube-system:calico-kube-controllers" cannot get resource "kubecontrollersconfigurations" in API group "crd.projectcalico.org" at...

os: Fedora Linux 38 (Workstation Edition) kernal: Linux fedora 6.4.10-200.fc38.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Aug 11 12:20:29 UTC 2023 x86_64 GNU/Linux pip: pip 22.3.1 from /usr/lib/python3.11/site-packages/pip (python 3.11) 升级pyyaml似乎可以解决这个问题: https://github.com/yaml/pyyaml/issues/601...

Failed to execute goal on project polardbx-executor: Could not resolve dependencies for project com.alibaba.polardbx:polardbx-executor:jar:5.4.15-SNAPSHOT: The following artifacts could not be resolved: com.alibaba.polardbx:polardbx-optimizer:jar:tests:5.4.15-SNAPSHOT (absent): Could not find artifact com.alibaba.polardbx:polardbx-optimizer:jar:tests:5.4.15-SNAPSHOT

Error reported in kubernate1.23 or 1.24 but 1.19 is normal. detailed error is : hostPath type check failed: /etc/localtime is not a file

# Problems solved in this PR fix deploy with multi-network card # Changes proposed in this PR # Tests - [ ] Unit test - [ ] DML_DDL test ##...

Deployment may fail in a multi-network card environment

this is guide I followed from github here ``` # 进入 polardbx-engine 代码路径 cd polardbx-engine # 安装boost1.70 (注:把boost放到仓库里避免下载) wget https://boostorg.jfrog.io/artifactory/main/release/1.70.0/source/boost_1_70_0.tar.gz mkdir extra/boost cp boost_1_70_0.tar.gz extra/boost/ # 编译安装 # 详细参数请参考 https://dev.mysql.com/doc/refman/8.0/en/source-configuration-options.html...

# Problems solved in this PR Issue #114 # Changes proposed in this PR Also hide metadata for dropped primary key before executing physical DDL operations. # Tests Added a...

ready for test

# Problems solved in this PR Fix the bug that failed to rename table. # Changes proposed in this PR rename table # Tests - [ ] Unit test -...

ready for test

# Problems solved in this PR issuse: https://github.com/ApsaraDB/galaxysql/issues/104 # Changes proposed in this PR # Tests - [ ] Unit test - [ ] DML_DDL test ## Release note >...