Rahul
05/31/2024, 12:08 PMkapa.ai
05/31/2024, 12:08 PMshell kubectl delete pvc <pvc-name> kubectl delete pod <minio-pod-name>
2. Helm Chart Version: - Ensure you are using a Helm chart version that has fixed known issues. For instance, some users reported that version 0.64.52
still had issues, but later versions might have resolved them. Check the latest Helm chart version and update if necessary. 3. Iceberg Destination Issues: - If you are encountering errors during the sync process with the Iceberg destination, it might be related to specific dependencies or configurations. For example, an issue was reported with the destination-iceberg
connector throwing errors related to slf4j.Log4jLoggerFactory
. - A fix was proposed in a pull request that upgraded Iceberg/Spark and other dependencies. Ensure you are using the latest version of the destination-iceberg
connector that includes these fixes. You can refer to the pull request for more details: [GitHub PR #38283](https://github.com/airbytehq/airbyte/pull/38283). 4. Configuration and Logs: - Review the relevant log outputs for both MinIO and Iceberg to identify specific errors. For example, access errors in MinIO logs might indicate permission issues that need to be addressed. - Ensure that your values.yaml
file for the Helm chart includes the correct MinIO configuration. 5. Port Forwarding: - If you need to access the MinIO UI for debugging, you can use port forwarding as a temporary solution: shell kubectl port-forward airbyte-minio-<pod-id> 9000:9000
If these steps do not resolve your issue, please provide more specific error messages or logs, and consider opening a new topic on the [Airbyte forum](https://discuss.airbyte.io/) for further assistance. For more detailed information, you can refer to the following sources: - [MinIO StatefulSet Issue](https://github.com/airbytehq/airbyte/issues/36801) - [Iceberg Destination Issue](https://github.com/airbytehq/airbyte/issues/36441) - [Starburst Galaxy Iceberg Type Mapping](https://docs.airbyte.com/integrations/destinations/starburst-galaxy#output-schema) If you need further assistance, feel free to ask!