Hi! I am experiencing the following problem with D...
# troubleshoot
s
Hi! I am experiencing the following problem with DataHub cleanup job(logs in 🧵) which is deployed in k8s through Helm charts on version 0.10.3
✅ 1
Copy code
2023-06-04 04:59:02,515 [main] INFO  c.l.d.u.impl.DefaultUpgradeReport:16 - Completed Step 1/4: UpgradeQualificationStep successfully.
2023-06-04 04:59:02,515 [main] INFO  c.l.d.u.impl.DefaultUpgradeReport:16 - Executing Step 2/4: DeleteLegacyAspectRowsStep...
2023-06-04 04:59:02,705 [main] INFO  c.l.d.u.impl.DefaultUpgradeReport:16 - Completed Step 2/4: DeleteLegacyAspectRowsStep successfully.
2023-06-04 04:59:02,706 [main] INFO  c.l.d.u.impl.DefaultUpgradeReport:16 - Executing Step 3/4: DeleteLegacyGraphRelationshipStep...
2023-06-04 04:59:02,708 [main] INFO  c.l.d.u.impl.DefaultUpgradeReport:16 - Failed to delete legacy data from graph: java.lang.ClassCastException: class com.linkedin.metadata.graph.elastic.ElasticSearchGraphService cannot be cast to class com.linkedin.metadata.graph.neo4j.Neo4jGraphService (com.linkedin.metadata.graph.elastic.ElasticSearchGraphService and com.linkedin.metadata.graph.neo4j.Neo4jGraphService are in unnamed module of loader org.springframework.boot.loader.LaunchedURLClassLoader @61a485d2)
2023-06-04 04:59:02,708 [main] INFO  c.l.d.u.impl.DefaultUpgradeReport:16 - Failed to delete legacy data from graph: java.lang.ClassCastException: class com.linkedin.metadata.graph.elastic.ElasticSearchGraphService cannot be cast to class com.linkedin.metadata.graph.neo4j.Neo4jGraphService (com.linkedin.metadata.graph.elastic.ElasticSearchGraphService and com.linkedin.metadata.graph.neo4j.Neo4jGraphService are in unnamed module of loader org.springframework.boot.loader.LaunchedURLClassLoader @61a485d2)
2023-06-04 04:59:02,709 [main] INFO  c.l.d.u.impl.DefaultUpgradeReport:16 - Failed Step 3/4: DeleteLegacyGraphRelationshipStep. Failed after 1 retries.
2023-06-04 04:59:02,709 [main] INFO  c.l.d.u.impl.DefaultUpgradeReport:16 - Exiting upgrade NoCodeDataMigrationCleanup with failure.
2023-06-04 04:59:02,710 [main] INFO  c.l.d.u.impl.DefaultUpgradeReport:16 - Upgrade NoCodeDataMigrationCleanup completed with result FAILED. Exiting...
Can someone help me on how to resolve this issue?
g
@shy-dog-84302 Please post this to #all-things-deployment