powerful-cat-68806
05/16/2023, 8:58 AM'/usr/local/bin/run_ingest.sh: line 40: 2722 Killed ( datahub ${debug_option} ingest run -c "${recipe_file}" '
several times. Each time, I’ve extended the memory & CPU for acryl-datahub-actions
pod which came out finally to this enormous config:
acryl-datahub-actions:
enabled: true
image:
repository: acryldata/datahub-actions
tag: "v0.0.7"
resources:
limits:
memory: 120Gi
requests:
cpu: 32Gi
memory: 100Gi
But still failing with similar error
I’m using, from the UI, the CLI version 0.10.1.2
I’ve checked also the memory usage for this pod & I don’t see any issue
Any idea?
Cc: @modern-garden-35830 @icy-controller-68116clever-magician-79463
05/16/2023, 1:47 PMgreen-honey-91903
05/16/2023, 5:40 PMelegant-nightfall-29115
05/16/2023, 10:05 PMUI_INGESTION_ENABLED
in the GMS to false
. That did not work. I am running v0.9.5. The exact declaration in the helm chart is below.
datahub-gms:
enabled: true
image:
repository: linkedin/datahub-gms
tag: "v0.9.5"
extraEnvs:
- name: UI_INGESTION_ENABLED
value: "false"
bland-gigabyte-28270
05/17/2023, 9:39 AMprehistoric-scooter-11523
05/17/2023, 10:25 AMsteep-vr-39297
05/18/2023, 7:32 AMmetrics_com_linkedin_metadata_resources_entity_EntityResource_search_Count
I think this key is the one I'm looking for, but it doesn't appear in the search.
Which key should I check?echoing-alligator-27984
05/18/2023, 8:43 AMquick-megabyte-61846
05/18/2023, 9:46 AMlimited-forest-73733
05/18/2023, 11:52 AMchilly-boots-22585
05/18/2023, 12:25 PMhelm upgrade --install datahub datahub/datahub --values values.yaml
: lookup https on 10.100.0.1053 no such host. Sleeping 1s
2023/05/18 113800 Problem with request: Get https://datahub-es:dglk4904hghghDDHzD4%21@https<//search-datahub-star-es-mfdqbow3ca.eu-west-1.es.amazonaws.com443> dial tcp: lookup https on 10.100.0.1053 no such host. Sleeping 1schilly-boots-22585
05/18/2023, 12:26 PMhelm install prerequisites datahub/datahub-prerequisites
if i am using aws managed RDS and opensearch ?chilly-boots-22585
05/18/2023, 1:06 PMhelm upgrade --install datahub datahub/datahub --values datahub-values.yaml
Error: UPGRADE FAILED: pre-upgrade hooks failed: timed out waiting for the condition
chilly-boots-22585
05/18/2023, 1:06 PMchilly-boots-22585
05/18/2023, 2:07 PMstale-traffic-76901
05/18/2023, 2:28 PMstale-traffic-76901
05/18/2023, 2:28 PMbland-gigabyte-28270
05/19/2023, 4:44 AMbland-gigabyte-28270
05/19/2023, 5:42 AMchilly-boots-22585
05/20/2023, 1:25 PMhelm upgrade --install datahub datahub/datahub --values datahub-values.yaml
Error: UPGRADE FAILED: pre-upgrade hooks failed: timed out waiting for the condition
Below error is when i run command kubectl logs -f datahub-elasticsearch-setup-job-qtthl
2_023/05/20 132357 Problem with request: Get https://datahub-es:dglk4904_4@https<//search-datahub-starburst-es-m2rihdqbow3ca.eu-west-1.es.amazonaws.com443> dial tcp: lookup https on 10.100.0.1053 no such host. Sleeping 1s_
_*2023/05/20 132358 Timeout after 2m0s waiting on dependencies to become available: [https://datahub-es:dglk490HzD_4@https//search datahub starburst es m2rih5h4w4ppba.eu west 1.es.amazonaws.com443]*_chilly-boots-22585
05/20/2023, 1:26 PMcool-kitchen-48091
05/21/2023, 7:37 AMdatahub-frontend:
enabled: true
image:
repository: linkedin/datahub-frontend-react
ingress:
enabled: true
annotations:
<http://kubernetes.io/ingress.class|kubernetes.io/ingress.class>: nginx
<http://kubernetes.io/cors-allow-origin|kubernetes.io/cors-allow-origin>: '*'
# <http://kubernetes.io/tls-acme|kubernetes.io/tls-acme>: "true"
hosts:
- host: datahub-frontend.*.com
# redirectPaths:
# - path: /*
# name: ssl-redirect
# port: use-annotation
paths:
- /
steep-vr-39297
05/22/2023, 2:23 AMmetrics_com_datahub_graphql_GraphQLController_searchAcrossEntities_Count
, the metrics will be counted when I search, is that correct?
My purpose is to find a metric key
that can check the activity indicator. I would appreciate it if you could tell me other metric keys
that I can check other than those keys.echoing-alligator-27984
05/22/2023, 3:08 AMbland-gigabyte-28270
05/22/2023, 7:32 AMchilly-boots-22585
05/22/2023, 1:44 PM2:38:24,715 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [datahub-frontend/conf/logback.xml] at [file:/datahub-frontend/conf/logback.xml]
12:38:24,810 |-INFO in ch.qos.logback.core.joran.action.TimestampAction - Using current interpretation time, i.e. now, as time reference.
12:38:24,810 |-INFO in ch.qos.logback.core.joran.action.TimestampAction - Adding property to the context with key="bySecond" and value="2023-05-22_12-38-24" to the LOCAL scope
12:38:24,810 |-INFO in ch.qos.logback.core.joran.action.TimestampAction - Using current interpretation time, i.e. now, as time reference.
12:38:24,810 |-INFO in ch.qos.logback.core.joran.action.TimestampAction - Adding property to the context with key="byDate" and value="2023-05-22" to the LOCAL scope
12:38:24,811 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
12:38:24,814 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [STDOUT]
12:38:24,844 |-WARN in ch.qos.logback.core.ConsoleAppender[STDOUT] - This appender no longer admits a layout as a sub-component, set an encoder instead.
12:38:24,844 |-WARN in ch.qos.logback.core.ConsoleAppender[STDOUT] - To ensure compatibility, wrapping your layout in LayoutWrappingEncoder.
12:38:24,844 |-WARN in ch.qos.logback.core.ConsoleAppender[STDOUT] - See also <http://logback.qos.ch/codes.html#layoutInsteadOfEncoder> for details
12:38:24,845 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
12:38:24,850 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [FILE]
12:38:24,851 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
12:38:24,858 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@3e62d773 - No compression will be used
12:38:24,861 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[FILE] - Active log file name: /tmp/datahub/logs/datahub-frontend-2023-05-22_12-38-24.log
12:38:24,861 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[FILE] - File property is set to [/tmp/datahub/logs/datahub-frontend-2023-05-22_12-38-24.log]
12:38:24,862 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to INFO
12:38:24,862 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [STDOUT] to Logger[ROOT]
12:38:24,862 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [FILE] to Logger[ROOT]
12:38:24,863 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
12:38:24,863 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@81d9a72 - Registering current configuration as safe fallback point
12:38:25 [main] INFO o.p.play.store.ShiroAesDataEncrypter - Generated key: 52a53270b47f43a0
May 22, 2023 12:38:25 PM com.google.inject.internal.MessageProcessor visit
INFO: An exception was caught and reported. Message: com.typesafe.config.ConfigException$Missing: No configuration setting found for key 'analytics.elastic.sslContext.sslProtocol'
com.typesafe.config.ConfigException$Missing: No configuration setting found for key 'analytics.elastic.sslContext.sslProtocol'
Oops, cannot start the server.
com.google.inject.CreationException: Unable to create injector, see the following errors:
1) An exception was caught and reported. Message: No configuration setting found for key 'analytics.elastic.sslContext.sslProtocol'
at com.google.inject.util.Modules$OverrideModule.configure(Modules.java:173)
2) Could not find a suitable constructor in react.analytics.AnalyticsService. Classes must have either one (and only one) constructor annotated with @Inject or a zero-argument constructor that is not private.
at react.analytics.AnalyticsService.class(AnalyticsService.java:37)
while locating react.analytics.AnalyticsService
for the 3rd parameter of react.controllers.GraphQLController.<init>(GraphQLController.java:51)
while locating react.controllers.GraphQLController
for the 11th parameter of router.Routes.<init>(Routes.scala:69)
at play.api.inject.RoutesProvider$.bindingsFromConfiguration(BuiltinModule.scala:121):
Binding(class router.Routes to self) (via modules: com.google.inject.util.Modules$OverrideModule -> play.api.inject.guice.GuiceableModuleConversions$$anon$1)
2 errors
at com.google.inject.internal.Errors.throwCreationExceptionIfErrorsExist(Errors.java:543)
at com.google.inject.internal.InternalInjectorCreator.initializeStatically(InternalInjectorCreator.java:159)
at com.google.inject.internal.InternalInjectorCreator.build(InternalInjectorCreator.java:106)
at com.google.inject.Guice.createInjector(Guice.java:87)
at com.google.inject.Guice.createInjector(Guice.java:78)
at play.api.inject.guice.GuiceBuilder.injector(GuiceInjectorBuilder.scala:185)
at play.inject.guice.GuiceBuilder.injector(GuiceBuilder.java:221)
at play.inject.guice.GuiceApplicationBuilder.build(GuiceApplicationBuilder.java:156)
at play.inject.guice.GuiceApplicationLoader.load(GuiceApplicationLoader.java:34)
at play.api.ApplicationLoader$JavaApplicationLoaderAdapter$1.load(ApplicationLoader.scala:87)
at play.core.server.ProdServerStart$.start(ProdServerStart.scala:51)
at play.core.server.ProdServerStart$.main(ProdServerStart.scala:25)
at play.core.server.ProdServerStart.main(ProdServerStart.scala)
Caused by: com.typesafe.config.ConfigException$Missing: No configuration setting found for key 'analytics.elastic.sslContext.sslProtocol'
at com.typesafe.config.impl.SimpleConfig.findKeyOrNull(SimpleConfig.java:156)
at com.typesafe.config.impl.SimpleConfig.findOrNull(SimpleConfig.java:174)
at com.typesafe.config.impl.SimpleConfig.findOrNull(SimpleConfig.java:180)
at com.typesafe.config.impl.SimpleConfig.findOrNull(SimpleConfig.java:180)
at com.typesafe.config.impl.SimpleConfig.findOrNull(SimpleConfig.java:180)
at com.typesafe.config.impl.SimpleConfig.find(SimpleConfig.java:188)
at com.typesafe.config.impl.SimpleConfig.find(SimpleConfig.java:193)
at com.typesafe.config.impl.SimpleConfig.getString(SimpleConfig.java:250)
at react.analytics.AnalyticsServiceModule.createSSLContext(AnalyticsServiceModule.java:83)
at react.analytics.AnalyticsServiceModule.configure(AnalyticsServiceModule.java:63)
at com.google.inject.AbstractModule.configure(AbstractModule.java:61)
at com.google.inject.spi.Elements$RecordingBinder.install(Elements.java:344)
at com.google.inject.spi.Elements.getElements(Elements.java:103)
at com.google.inject.util.Modules$OverrideModule.configure(Modules.java:173)
at com.google.inject.AbstractModule.configure(AbstractModule.java:61)
at com.google.inject.spi.Elements$RecordingBinder.install(Elements.java:344)
at com.google.inject.spi.Elements.getElements(Elements.java:103)
at com.google.inject.internal.InjectorShell$Builder.build(InjectorShell.java:137)
at com.google.inject.internal.InternalInjectorCreator.build(InternalInjectorCreator.java:103)
... 10 more
chilly-boots-22585
05/22/2023, 1:45 PMwonderful-book-58712
05/23/2023, 5:58 AMbland-gigabyte-28270
05/23/2023, 8:04 AMrich-policeman-92383
05/23/2023, 8:38 AM