Skip to content

Commit aaf6377

Browse files
authored
[CDRO-7495] Add content to update ES to OS timeout values (#93)
1 parent bd6dd8c commit aaf6377

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

cloudbees-cd/es-to-os-migration/README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,14 @@ CloudBees has provided the [reporting-data-reindex.pl](reporting-data-reindex.pl
99

1010
> [!IMPORTANT]
1111
> As described in the [known issues of the data migration](https://docs.cloudbees.com/docs/cloudbees-cd/latest/troubleshooting/data-migration-es-to-os#data-migration-known-issues), the migration options provided by CloudBees have a timeout of `180 minutes` per index to avoid unexpected hangs.
12-
> In cases where an index contains a considerably large amount of data, and its migration does not complete within the timeout duration, the migration process fails.
12+
> In cases where an index contains a considerably large amount of data, and its migration does not complete within the timeout duration, the migration process fails with a `500 read timeout` error.
1313
>
14-
> This may result in having to split such indexes into multiple smaller indexes. If you encounter multiple timeout issues, contact CloudBees support.
14+
> The timeout duration can be increased by updating the following lines in the [reporting-data-reindex.pl](reporting-data-reindex.pl):
15+
> * [L#376](https://github.com/cloudbees/cloudbees-examples/blob/master/cloudbees-cd/es-to-os-migration/reporting-data-reindex.pl#L376)
16+
> * [L#423](https://github.com/cloudbees/cloudbees-examples/blob/master/cloudbees-cd/es-to-os-migration/reporting-data-reindex.pl#L423)
17+
> * [L#472](https://github.com/cloudbees/cloudbees-examples/blob/master/cloudbees-cd/es-to-os-migration/reporting-data-reindex.pl#L472)
18+
>
19+
> If this does not fix the issue, you may need to split indexes into multiple smaller indexes. If you encounter multiple timeout issues, contact CloudBees support.
1520
1621
## Dependencies
1722
This utility requires `cb-perl` to run, and is executable in any environment with a CloudBees CD/RO server or agent installation.

0 commit comments

Comments
 (0)