From 18591a54ba890db3ede107d33f8aa60e4c7b6ec8 Mon Sep 17 00:00:00 2001 From: Plamen Dimov Doychev Date: Sat, 9 Mar 2024 10:21:16 +0200 Subject: [PATCH] Add klapkov as ARP Reviewer [DIEGO-RELEASE] Add locket client keepalive time and timeout to jobs: https://github.com/cloudfoundry/diego-release/pull/722 [DIEGO-RELEASE] Make max_containers prop configurable: https://github.com/cloudfoundry/diego-release/pull/876 [BBS] Add request metrics for BBS - still open: https://github.com/cloudfoundry/bbs/pull/80 [BBS] Use scheduling info instead of the whole desiredLRP: https://github.com/cloudfoundry/bbs/pull/79 [BBS] Add routing info endpoint: https://github.com/cloudfoundry/bbs/pull/66 [BBS] Remove cpu_weight limit: https://github.com/cloudfoundry/bbs/pull/81 [EXECUTOR] Improve error handling on process start - still open: https://github.com/cloudfoundry/executor/pull/91 [LOCKET] Add a keepalive timeout on the locket client: https://github.com/cloudfoundry/locket/pull/12 [GROOTFS] UsedVolumesSize and UsedStoreInBytes metrics: https://github.com/cloudfoundry/grootfs/pull/155 [ROUTE-EMITTER] Use routing info bbs endpoint when syncing: https://github.com/cloudfoundry/route-emitter/pull/23 [ROUTE-EMITTER] Use routing_info for desired_lrp's when there are missing actual_lrp's: https://github.com/cloudfoundry/route-emitter/pull/26 [SILK-RELEASE] Deduplicate Iptables Rules with Dynamic ASG's: https://github.com/cloudfoundry/silk-release/pull/101 [SILK-RELEASE] Make container_metadata_file_check_timeout on silk-shutdown configurable: https://github.com/cloudfoundry/silk-release/pull/111 wip --- toc/working-groups/app-runtime-platform.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/toc/working-groups/app-runtime-platform.md b/toc/working-groups/app-runtime-platform.md index e0ef2413..fa43b220 100644 --- a/toc/working-groups/app-runtime-platform.md +++ b/toc/working-groups/app-runtime-platform.md @@ -87,6 +87,9 @@ areas: github: vlast3k - name: Plamen Doychev github: PlamenDoychev + reviewers: + - name: Konstantin Lapkov + github: klapkov repositories: - cloudfoundry/archiver - cloudfoundry/auction @@ -353,6 +356,9 @@ areas: github: peanball - name: Plamen Doychev github: PlamenDoychev + reviewers: + - name: Konstantin Lapkov + github: klapkov repositories: - cloudfoundry/cf-networking-helpers - cloudfoundry/cf-networking-onboarding