Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions server/multitenancy/tenant_index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ export async function migrateTenantIndices(
}

// follows the same approach in opensearch_dashboards_migrator.ts to initiate DocumentMigrator here
// see: https://tiny.amazon.com/foi0x1wt/githelaskibablobe4c1srccore
const documentMigrator = new DocumentMigrator({
opensearchDashboardsVersion,
typeRegistry,
Expand All @@ -103,7 +102,6 @@ export async function migrateTenantIndices(
});

// follows the same aporach in opensearch_dashboards_mirator.ts to construct IndexMigrator
// see: https://tiny.amazon.com/9cdcchz5/githelaskibablobe4c1srccore
//
// FIXME: hard code batchSize, pollInterval, and scrollDuration for now
// they are used to fetched from `migration.xxx` config, which is not accessible from new playform
Expand Down