white-guitar-82227
03/22/2023, 12:46 PMbrash-caravan-14114
03/22/2023, 2:37 PMagreeable-park-13466
03/23/2023, 11:45 AM./gradlew :datahub-frontend:dist -x yarnTest -x yarnLint --debug
Error:
Process 'command 'yarn'' finished with non-zero exit value 137
Below are the version for java , nodejs and yarn
[root@ip-10-224-*-* ec2-user]# java --version
openjdk 11.0.18 2023-01-17 LTS
OpenJDK Runtime Environment (Red_Hat-11.0.18.0.10-1.amzn2.0.1) (build 11.0.18+10-LTS)
OpenJDK 64-Bit Server VM (Red_Hat-11.0.18.0.10-1.amzn2.0.1) (build 11.0.18+10-LTS, mixed mode, sharing)
[root@ip-10-224-*-* ec2-user]# node -v
v16.19.1
[root@ip-10-224-*-* ec2-user]# npm -v
8.19.3
[root@ip-10-224-*-* ec2-user]# yarn -v
3.5.0
Can anyone help on this?
Please find the log in attachment.delightful-elephant-63380
03/23/2023, 6:06 PMbland-orange-13353
03/23/2023, 6:50 PMcuddly-arm-8412
03/24/2023, 2:58 AMbillowy-pilot-93812
03/28/2023, 8:46 AMbland-orange-13353
03/28/2023, 2:11 PMdamp-lighter-99739
03/29/2023, 9:09 AMlimited-forest-73733
03/29/2023, 12:55 PMagreeable-belgium-70840
03/30/2023, 9:28 AM2023-03-30 09:06:02,014 [main] INFO c.d.event.PlatformEventProcessor:37 - Creating Platform Event Processor
2023-03-30 09:06:02,023 [main] INFO c.l.g.f.k.s.AwsGlueSchemaRegistryFactory:40 - Creating AWS Glue registry
2023-03-30 09:06:03,147 [main] WARN c.l.metadata.entity.EntityService:807 - Unable to produce legacy MAE, entity may not have legacy Snapshot schema.
java.lang.UnsupportedOperationException: Failed to find Typeref schema associated with Config-based Entity
at com.linkedin.metadata.models.ConfigEntitySpec.getAspectTyperefSchema(ConfigEntitySpec.java:80)
at com.linkedin.metadata.entity.EntityService.toAspectUnion(EntityService.java:1510)
at com.linkedin.metadata.entity.EntityService.buildSnapshot(EntityService.java:1459)
at com.linkedin.metadata.entity.EntityService.produceMetadataAuditEvent(EntityService.java:1269)
at com.linkedin.metadata.entity.EntityService.sendEventForUpdateAspectResult(EntityService.java:803)
at com.linkedin.metadata.entity.EntityService.ingestAspectIfNotPresent(EntityService.java:767)
at com.linkedin.gms.factory.telemetry.TelemetryUtils.createClientIdIfNotPresent(TelemetryUtils.java:39)
at com.linkedin.gms.factory.telemetry.TelemetryUtils.getClientId(TelemetryUtils.java:25)
at com.linkedin.gms.factory.telemetry.DailyReport.<init>(DailyReport.java:40)
at com.linkedin.gms.factory.telemetry.ScheduledAnalyticsFactory.dailyReport(ScheduledAnalyticsFactory.java:26)
at com.linkedin.gms.factory.telemetry.ScheduledAnalyticsFactory$$EnhancerBySpringCGLIB$$9b09a49a.CGLIB$dailyReport$0(<generated>)
at com.linkedin.gms.factory.telemetry.ScheduledAnalyticsFactory$$EnhancerBySpringCGLIB$$9b09a49a$$FastClassBySpringCGLIB$$55e22012.invoke(<generated>)
at org.springframework.cglib.proxy.MethodProxy.invokeSuper(MethodProxy.java:244)
at org.springframework.context.annotation.ConfigurationClassEnhancer$BeanMethodInterceptor.intercept(ConfigurationClassEnhancer.java:331)
at com.linkedin.gms.factory.telemetry.ScheduledAnalyticsFactory$$EnhancerBySpringCGLIB$$9b09a49a.dailyReport(<generated>)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:566)
at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:154)
at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:653)
at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:638)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1352)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1195)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:582)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:542)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:335)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:333)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:953)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:918)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:583)
at org.springframework.web.context.ContextLoader.configureAndRefreshWebApplicationContext(ContextLoader.java:401)
at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:292)
at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:103)
at org.eclipse.jetty.server.handler.ContextHandler.callContextInitialized(ContextHandler.java:1073)
at org.eclipse.jetty.servlet.ServletContextHandler.callContextInitialized(ServletContextHandler.java:572)
at org.eclipse.jetty.server.handler.ContextHandler.contextInitialized(ContextHandler.java:1002)
at org.eclipse.jetty.servlet.ServletHandler.initialize(ServletHandler.java:746)
at org.eclipse.jetty.servlet.ServletContextHandler.startContext(ServletContextHandler.java:379)
at org.eclipse.jetty.webapp.WebAppContext.startWebapp(WebAppContext.java:1449)
at org.eclipse.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1414)
at org.eclipse.jetty.server.handler.ContextHandler.doStart(ContextHandler.java:916)
at org.eclipse.jetty.servlet.ServletContextHandler.doStart(ServletContextHandler.java:288)
at org.eclipse.jetty.webapp.WebAppContext.doStart(WebAppContext.java:524)
at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:73)
at org.eclipse.jetty.util.component.ContainerLifeCycle.start(ContainerLifeCycle.java:169)
at org.eclipse.jetty.util.component.ContainerLifeCycle.doStart(ContainerLifeCycle.java:117)
at org.eclipse.jetty.server.handler.AbstractHandler.doStart(AbstractHandler.java:97)
at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:73)
at org.eclipse.jetty.util.component.ContainerLifeCycle.start(ContainerLifeCycle.java:169)
at org.eclipse.jetty.util.component.ContainerLifeCycle.doStart(ContainerLifeCycle.java:117)
at org.eclipse.jetty.server.handler.AbstractHandler.doStart(AbstractHandler.java:97)
at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:73)
at org.eclipse.jetty.util.component.ContainerLifeCycle.start(ContainerLifeCycle.java:169)
at org.eclipse.jetty.server.Server.start(Server.java:423)
at org.eclipse.jetty.util.component.ContainerLifeCycle.doStart(ContainerLifeCycle.java:110)
at org.eclipse.jetty.server.handler.AbstractHandler.doStart(AbstractHandler.java:97)
at org.eclipse.jetty.server.Server.doStart(Server.java:387)
at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:73)
at org.eclipse.jetty.runner.Runner.run(Runner.java:519)
at org.eclipse.jetty.runner.Runner.main(Runner.java:564)
Then, datahub-gms refuses to connect to itself. What is this error? Could it be that this is causing the issue? Any ideas? Thanksflat-painter-78331
03/30/2023, 9:37 AMsalmon-angle-92685
03/30/2023, 12:41 PMcool-tiger-42613
03/30/2023, 1:28 PMminiature-winter-31055
03/30/2023, 2:02 PMloud-hospital-37195
03/30/2023, 2:38 PMquick-megabyte-61846
04/02/2023, 10:29 AMCaused by: com.linkedin.r2.RetriableRequestException: io.netty.channel.AbstractChannel$AnnotatedConnectException: Connection refused: localhost/127.0.0.1:8080
β 2023-04-02 10:21:19,146 [pool-14-thread-1] ERROR c.d.m.ingestion.IngestionScheduler:244 - Failed to retrieve ingestion sources! Skipping updating schedule cache until next refresh. start: 0, count: 30 ββ com.linkedin.r2.RemoteInvocationException: com.linkedin.r2.RemoteInvocationException: Failed to get response from server for URI <http://localhost:8080/entities>
2023-04-02 10:21:19,143 [R2 Nio Event Loop-1-1] WARN c.l.r.t.h.c.c.ChannelPoolLifecycle:139 - Failed to create channel, remote=localhost/127.0.0.1:8080
My upgrade job [1]
(deployed with helm chart actual version is 0.2.160 / 10.0.0 (app version)
My first thought was to upgrade the helm version to 0.2.161 but does anyone know the problemβs source?
On the instance, there were several ingestions nothing big and I was playing with graphql api + custom python script for groups and policies
I found similar cases:
<https://datahubspace.slack.com/archives/C029A3M079U/p1678354501041149>
<https://datahubspace.slack.com/archives/CV2UVAPPG/p1678293436288999>
bland-orange-13353
04/02/2023, 6:43 PMrhythmic-afternoon-96603
04/02/2023, 9:05 PMwonderful-book-58712
04/03/2023, 6:27 AMcuddly-arm-8412
04/03/2023, 9:33 AMhigh-hospital-85984
04/03/2023, 1:32 PM2023-04-03 13:21:27,918 [R2 Nio Event Loop-1-1] WARN c.l.r.t.h.c.c.ChannelPoolLifecycle - Failed to create channel, remote=localhost/127.0.0.1:8080
io.netty.channel.AbstractChannel$AnnotatedConnectException: Connection refused: localhost/127.0.0.1:8080
Caused by: java.net.ConnectException: Connection refused
at java.base/sun.nio.ch.SocketChannelImpl.checkConnect(Native Method)
at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:777)
at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337)
at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334)
at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776)
at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724)
at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650)
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562)
at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997)
at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
at java.base/java.lang.Thread.run(Thread.java:829)
2023-04-03 13:21:27,919 [ThreadPoolTaskExecutor-1] ERROR c.l.m.k.MetadataChangeEventsProcessor - MCE Processor Error
com.linkedin.r2.RemoteInvocationException: com.linkedin.r2.RemoteInvocationException: Failed to get response from server for URI <http://localhost:8080/entities>
----
2023-04-03 13:21:27,919 [ThreadPoolTaskExecutor-1] INFO c.l.m.k.MetadataChangeEventsProcessor - Error while processing MCE: FailedMetadataChangeEvent - {error=com.linkedin.r2.RemoteInvocationException: com.linkedin.r2.RemoteInvocationException: Failed to get response from server for URI <http://localhost:8080/entities>
Why would the MCE trying to call <http://localhost:8080/entities>
? I checked, and GMS_HOST is correct.agreeable-park-13466
04/03/2023, 5:18 PM./gradlew :datahub-frontend:docker
Image creation got stuck at datahub-frontend:cleanLocalDockerImages from last 4 hour.
Could you please help on this.numerous-byte-87938
04/03/2023, 8:21 PMelegant-salesmen-99143
04/04/2023, 9:33 AMcreamy-van-28626
04/04/2023, 2:21 PMastonishing-kite-41577
04/04/2023, 4:24 PMcuddly-arm-8412
04/06/2023, 1:07 AMbumpy-musician-39948
04/06/2023, 2:33 AMbumpy-eye-36525
04/06/2023, 3:42 AMgroup.id
= generic-platform-event-job-client in GMS? i use helm, datahub v10.0
I tried config, but it doesn't work
extraEnvs:
- name: KAFKA_CONSUMER_GROUP_ID
value: "my-apps-mae-consumer"
Thank you for attention