HappenLee commented on code in PR #27662: URL: https://github.com/apache/doris/pull/27662#discussion_r1407018141
########## docs/en/docs/faq/data-faq.md: ########## @@ -169,9 +169,14 @@ FROM kafka "property.group.id" = "xxx" ); ``` + ### Q12. ERROR 1105 (HY000): errCode = 2, detailMessage = (192.168.90.91)[CANCELLED][INTERNAL_ERROR]error setting certificate verify locations: CAfile: /etc/ssl/certs/ca-certificates.crt CApath: none ``` yum install -y ca-certificates ln -s /etc/pki/ca-trust/extracted/openssl/ca-bundle.trust.crt /etc/ssl/certs/ca-certificates.crt ``` + +### Q13. create partition failed. partition numbers will exceed limit variable max_auto_partition_num + +To prevent accidental creation of too many partitions when importing data for auto-partitioned tables, we use the FE configuration item `max_auto_partition_num` to control the maximum number of partitions to be created automatically for such tables. If you really need to create more partitions, please modify the FE master node config file to increase the value and restart the node. Review Comment: ready need restart ? ########## docs/en/docs/faq/data-faq.md: ########## @@ -169,9 +169,14 @@ FROM kafka "property.group.id" = "xxx" ); ``` + ### Q12. ERROR 1105 (HY000): errCode = 2, detailMessage = (192.168.90.91)[CANCELLED][INTERNAL_ERROR]error setting certificate verify locations: CAfile: /etc/ssl/certs/ca-certificates.crt CApath: none ``` yum install -y ca-certificates ln -s /etc/pki/ca-trust/extracted/openssl/ca-bundle.trust.crt /etc/ssl/certs/ca-certificates.crt ``` + +### Q13. create partition failed. partition numbers will exceed limit variable max_auto_partition_num + +To prevent accidental creation of too many partitions when importing data for auto-partitioned tables, we use the FE configuration item `max_auto_partition_num` to control the maximum number of partitions to be created automatically for such tables. If you really need to create more partitions, please modify the FE master node config file to increase the value and restart the node. Review Comment: ready need restart ? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
