Skip to content

orderly cm/cds/rds initialization#482

Merged
mattklein123 merged 1 commit intomasterfrom
server_init
Feb 15, 2017
Merged

orderly cm/cds/rds initialization#482
mattklein123 merged 1 commit intomasterfrom
server_init

Conversation

@mattklein123
Copy link
Copy Markdown
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
Copy Markdown
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 <me@michaelrebello.com>
Signed-off-by: JP Simard <jp@jpsim.com>
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 <me@michaelrebello.com>
Signed-off-by: JP Simard <jp@jpsim.com>
mathetake added a commit that referenced this pull request Mar 3, 2026
**Commit Message**

This makes changes to Main function of the extproc so that it will
accept context as well as args, etc to allow the callsite to fine tune
the behavior of extproc.

**Related Issues/PRs (if applicable)**

Extracted from #458

Signed-off-by: Takeshi Yoneda <t.y.mathetake@gmail.com>
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