bitter-lizard-32293
07/21/2022, 1:44 PMIngestPoliciesStep
. I think it seems to be related to @early-lamp-41924’s PR - https://github.com/datahub-project/datahub/pull/4733 but for some reason we're still seeing the bootstrap fail (from what I understand that should allow us to be able to bootstrap). Some details in: 🧵bitter-lizard-32293
07/21/2022, 1:44 PM10:55:13 [main] INFO c.l.metadata.boot.BootstrapManager - Executing bootstrap step 2/8 with name IngestPoliciesStep...
10:55:13 [main] INFO c.l.m.boot.steps.IngestPoliciesStep - Ingesting default access policies...
10:55:13 [main] INFO c.l.m.boot.steps.IngestPoliciesStep - Ingesting default policy with urn urn:li:dataHubPolicy:0
10:55:13 [pool-11-thread-1] ERROR c.l.d.g.a.service.AnalyticsService - Search query failed: Elasticsearch exception [type=index_not_found_exception, reason=no such index [datahub_usage_event]]
10:55:13 [pool-11-thread-1] ERROR o.s.s.s.TaskUtils$LoggingErrorHandler - Unexpected error occurred in scheduled task
java.lang.RuntimeException: Search query failed:
at com.linkedin.datahub.graphql.analytics.service.AnalyticsService.executeAndExtract(AnalyticsService.java:265)
at com.linkedin.datahub.graphql.analytics.service.AnalyticsService.getHighlights(AnalyticsService.java:236)
at com.linkedin.gms.factory.telemetry.DailyReport.dailyReport(DailyReport.java:76)
...
bitter-lizard-32293
07/21/2022, 1:45 PM10:55:13 [main] INFO c.l.m.boot.steps.IngestPoliciesStep - Ingesting default policy with urn urn:li:dataHubPolicy:1
10:55:13 [main] INFO c.l.m.boot.steps.IngestPoliciesStep - Skipping ingestion of editable policy with urn urn:li:dataHubPolicy:7
10:55:13 [main] INFO c.l.m.boot.steps.IngestPoliciesStep - Skipping ingestion of editable policy with urn urn:li:dataHubPolicy:view-entity-page-all
10:55:13 [main] INFO c.l.m.boot.steps.IngestPoliciesStep - Skipping ingestion of editable policy with urn urn:li:dataHubPolicy:view-dataset-sensitive
10:55:14 [main] INFO c.l.m.boot.steps.IngestPoliciesStep - Pushing documents to the policy index
bitter-lizard-32293
07/21/2022, 1:47 PMbitter-lizard-32293
07/21/2022, 1:48 PMbitter-lizard-32293
07/21/2022, 1:48 PMbig-carpet-38439
07/25/2022, 10:39 PM