Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

orderly cm/cds/rds initialization #482

Merged
merged 1 commit into from
Feb 15, 2017
Merged

orderly cm/cds/rds initialization #482

merged 1 commit into from
Feb 15, 2017

Conversation

mattklein123
Copy link
Member

We have a fairly complicated init situation at this point in which we need to
do the following:

  1. Initialize static cm clusters
  2. Initialize cds cm clusters
  3. Initialize rds
  4. Start listening

This change sets up a generic init manager framework that allows extensions to
initialize after cm init but before we start listening.

This commit also adds "integration tests" for CDS/RDS in that we specify them
in one of the integration test configs. Nothing is currently implemented but it
at least checks that the server initialized correctly.

fixes #465

We have a fairly complicated init situation at this point in which we need to
do the following:
1) Initialize static cm clusters
2) Initialize cds cm clusters
3) Initialize rds
4) Start listening

This change sets up a generic init manager framework that allows extensions to
initialize after cm init but before we start listening.

This commit also adds "integration tests" for CDS/RDS in that we specify them
in one of the integration test configs. Nothing is currently implemented but it
at least checks that the server initialized correctly.

fixes #465
@mattklein123
Copy link
Member Author

@lyft/network-team @rshriram @GregHanson

@mattklein123 mattklein123 merged commit bb9a045 into master Feb 15, 2017
@mattklein123 mattklein123 deleted the server_init branch February 15, 2017 22:04
lizan pushed a commit to lizan/envoy that referenced this pull request Apr 24, 2020
wolfguoliang pushed a commit to wolfguoliang/envoy that referenced this pull request Jan 23, 2021
…envoyproxy#482)

* zh-translation:  docs/root/configuration/listeners/network_filters/mysql_proxy_filter.rst

* fix translate
jpsim pushed a commit that referenced this pull request Nov 28, 2022
This reverts commit 4647e878fa945dcf3a3a38f7159b58f5cd890662. We noticed when building with these new release options that builds fail with the following errors:

```
Uncompressed input jar has size 18446744072925756006, which exceeds the maximum supported output size 4294967295.
Assuming that ijar will be smaller and hoping for the best.
Target //:ios_dist failed to build
```

Signed-off-by: Michael Rebello <[email protected]>
Signed-off-by: JP Simard <[email protected]>
jpsim pushed a commit that referenced this pull request Nov 29, 2022
This reverts commit 4647e878fa945dcf3a3a38f7159b58f5cd890662. We noticed when building with these new release options that builds fail with the following errors:

```
Uncompressed input jar has size 18446744072925756006, which exceeds the maximum supported output size 4294967295.
Assuming that ijar will be smaller and hoping for the best.
Target //:ios_dist failed to build
```

Signed-off-by: Michael Rebello <[email protected]>
Signed-off-by: JP Simard <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

RDS/CDS/SDS/HC server init
2 participants