fast-baker-76018
02/21/2024, 8:46 AMechoing-state-56889
02/21/2024, 9:18 AMagreeable-greece-66183
02/22/2024, 2:36 PM[2024-02-21 22:46:41,386] WARN [LegacyAdminClient clientId=admin-1] Bootstrap broker prerequisites-kafka:9092 (id: -1 rack: null) disconnected (org.apache.kafka.clients.NetworkClient)
Exception in thread "main" java.lang.RuntimeException: Request METADATA failed on brokers List(prerequisites-kafka:9092 (id: -1 rack: null))at kafka.admin.BrokerApiVersionsCommand$AdminClient.sendAnyNode(BrokerApiVersionsCommand.scala:156)
at kafka.admin.BrokerApiVersionsCommand$AdminClient.findAllBrokers(BrokerApiVersionsCommand.scala:179)
at kafka.admin.BrokerApiVersionsCommand$AdminClient.awaitBrokers(BrokerApiVersionsCommand.scala:171)
at kafka.admin.BrokerApiVersionsCommand$.execute(BrokerApiVersionsCommand.scala:61)
at kafka.admin.BrokerApiVersionsCommand$.main(BrokerApiVersionsCommand.scala:55)
at kafka.admin.BrokerApiVersionsCommand.main(BrokerApiVersionsCommand.scala)
creamy-machine-95935
02/22/2024, 8:08 PMcolossal-father-31148
02/23/2024, 2:04 AMmysterious-doctor-34270
02/23/2024, 3:16 AMwitty-motorcycle-52108
02/23/2024, 11:53 PMlemon-receptionist-90470
02/26/2024, 4:32 PM0.3.27
chart version and using Elasticsearch 8.5.1
chart version to be compatible with EKS 1.28.0
Datahub Setup - authentication
⢠Set up a user and password for Elasticsearch.
⢠In the datahub
values, I've configured the elasticsearch
settings to use SSL, skip SSL checks (for now), and provided the auth credentials:
global:
strict_mode: true
graph_service_impl: elasticsearch
datahub_analytics_enabled: true
datahub_standalone_consumers_enabled: false
elasticsearch:
useSSL: "true"
skipcheck: "true"
insecure: "true" # This should be false in values-production.yaml
auth:
username: "elastic"
password:
secretRef: elasticsearch-master-credentials
secretKey: password
Issue
⢠The elasticsearchSetupJob
runs as expected, but the gms
service is encountering errors during startup.
⢠The error logs indicate an issue with SSL certification path and a connection refused error:
Caused by: javax.net.ssl.SSLHandshakeException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target ā
ā See <https://opensearch.org/docs/latest/clients/java-rest-high-level/> for troubleshooting. ā
ā at org.opensearch.client.RestClient.extractAndWrapCause(RestClient.java:947) ā
ā at org.opensearch.client.RestClient.performRequest(RestClient.java:332) ā
ā at org.opensearch.client.RestClient.performRequest(RestClient.java:320) ā
ā at org.opensearch.client.RestHighLevelClient.internalPerformRequest(RestHighLevelClient.java:1918) ā
ā at org.opensearch.client.RestHighLevelClient.performRequest(RestHighLevelClient.java:1884) ā
ā at org.opensearch.client.RestHighLevelClient.performRequestAndParseEntity(RestHighLevelClient.java:1852) ā
ā at org.opensearch.client.RestHighLevelClient.search(RestHighLevelClient.java:1095) ā
ā at com.linkedin.metadata.search.elasticsearch.query.ESSearchDAO.executeAndExtract(ESSearchDAO.java:186) ā
ā ... 16 common frames omitted
Does anyone have insights on resolving this? I also checked other similar threads here, but they did not help.
Thanks!brainy-butcher-66683
02/26/2024, 4:52 PMprod
has more datasets, charts, dashboards and domains than the dev
instance however the dev
instance has more data in the metadata database ~24Gb while the prod has ~ 7GB. I believe this is due to the higher frequency of change made in the dev
instance (so the change log information is more).~
lemon-dusk-93888
02/26/2024, 6:27 PM2024-02-26 15:27:50,722 [application-akka.actor.default-dispatcher-7] ERROR controllers.SsoCallbackController - Caught exception while attempting to handle SSO callback! It's likely that SSO integration is mis-configured.
java.util.concurrent.CompletionException: org.pac4j.core.exception.TechnicalException: javax.net.ssl.SSLHandshakeException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
Do we have to provide our private CA/PKI certificates to the JVM or datahub-frontend certificate trust store?
Any advice or help is very much appreciated.rich-barista-93413
02/27/2024, 6:53 PMrapid-ocean-29344
02/28/2024, 11:58 PMdatahub-actions
for IAM Role based access?stocky-garage-83010
02/29/2024, 10:33 AMnice-piano-41179
03/03/2024, 9:02 AMagreeable-address-71270
03/04/2024, 5:31 AMproud-psychiatrist-26286
03/05/2024, 4:15 PMCrashBackOffLoop
all of a sudden on an M2 MacBook for the prerequisites-mysql
pod and image it is pulling, when running helm install prerequisites datahub/datahub-prerequisites
. After inspecting the images, it is pulling down the incorrect image architecture (amd64) for mysql, all other prerequisites are pulling the correct one (arm64). Opened a question/issue here: https://github.com/acryldata/datahub-helm/issues/435 just trying to track down why this started all of a sudden. Was having no issues deploying these helm charts up until yesterday. Any help would be greatly appreciated.astonishing-keyboard-8419
03/05/2024, 4:49 PMthankful-teacher-72271
03/05/2024, 9:36 PMbrainy-musician-50192
03/06/2024, 2:03 PMrich-pager-68736
03/06/2024, 3:31 PMcuddly-library-82577
03/07/2024, 1:44 PMgraph_service_impl
anywhere, what is being used: elasticsearch or neo4j?
Is neo4j used for anything else besides the graph service implementation?nice-magazine-21738
03/07/2024, 4:55 PMdamp-greece-27806
03/07/2024, 4:58 PMquiet-oil-71180
03/08/2024, 1:10 AM{"error":{"root_cause":[{"type":"index_not_found_exception","reason":"no such index [datahubpolicyindex_v2]","index":"datahubpolicyindex_v2","resource.id":"datahubpolicyindex_v2","resource.type":"index_or_alias","index_uuid":"_na_"}],"type":"index_not_found_exception","reason":"no such index [datahubpolicyindex_v2]","index":"datahubpolicyindex_v2","resource.id":"datahubpolicyindex_v2","resource.type":"index_or_alias","index_uuid":"_na_"},"status":404}
quiet-oil-71180
03/08/2024, 2:56 AMlimited-motherboard-51317
03/08/2024, 8:20 AMlimited-fountain-24833
03/08/2024, 10:55 AMurl
configured based on component context
type: INTERNAL
# Confluent Kafka Implementation
# type: KAFKA
# url: āhttp://prerequisites-cp-schema-registry:8081ā
# Glue Implementation - url
not applicable
# type: AWS_GLUE
# glue:
# region: us-east-1
# registry: datahubmodern-orange-37660
03/12/2024, 4:36 PM./gradlew build
is failing at :docs-website:downloadHistoricalVersions
due to SSL error. Could anyone point me to the file I can download manually if I can do so? Local docker build 0.13.0 version with M1 Mac. Log in the thread.damp-greece-27806
03/13/2024, 1:32 PMWARN [AnnotationConfigApplicationContext] Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'upgradeCli': Unsatisfied dependency expressed through field 'noCodeUpgrade': Error creating bean with name 'dataHubKafkaEventProducerFactory': Unsatisfied dependency expressed through field 'kafkaProducer': Error creating bean with name 'kafkaProducer' defined in class path resource [com/linkedin/gms/factory/kafka/DataHubKafkaProducerFactory.class]: Failed to instantiate [org.apache.kafka.clients.producer.Producer]: Factory method 'createInstance' threw exception with message: Failed to construct kafka producer
2024-03-13 13:30:24,459 [main] INFO io.ebean.datasource:755 - DataSourcePool [gmsEbeanServiceConfig] shutdown min[2] max[50] free[2] busy[0] waiting[0] highWaterMark[1] waitCount[0] hitCount[2] psc[hit:0 miss:0 put:0 rem:0]
ERROR [SpringApplication] Application run failed
org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'upgradeCli': Unsatisfied dependency expressed through field 'noCodeUpgrade': Error creating bean with name 'dataHubKafkaEventProducerFactory': Unsatisfied dependency expressed through field 'kafkaProducer': Error creating bean with name 'kafkaProducer' defined in class path resource [com/linkedin/gms/factory/kafka/DataHubKafkaProducerFactory.class]: Failed to instantiate [org.apache.kafka.clients.producer.Producer]: Factory method 'createInstance' threw exception with message: Failed to construct kafka producer
At the bottom I see this:
Caused by: java.lang.NoClassDefFoundError: software/amazon/awssdk/thirdparty/jackson/core/JsonFactory
But this feels like it would be a problem outside of configuration, any pointers?
Our details FYI:
⢠AWS MSK 3.6.0
⢠AWS_GLUE schema registry
⢠AWS OpenSearch
⢠kubernetes/helm deployment on EKSmillions-art-55322
03/13/2024, 2:28 PM