Tag

traffic isolation

0 views collected around this technical thread.

Baidu Tech Salon
Baidu Tech Salon
Feb 20, 2025 · Backend Development

Avalanche Prevention Architecture in Baidu Netdisk: Practices and Solutions

Baidu Netdisk engineers protect its billion‑user service from cascading failures by deploying dynamic circuit‑breaker overload control, priority‑based traffic isolation, request‑validity filtering, socket‑level disconnect detection, and unified timestamp handling, a combination that dramatically reduces avalanche incidents and boosts overall availability.

avalanche preventionbackend architecturecircuit breaker
0 likes · 17 min read
Avalanche Prevention Architecture in Baidu Netdisk: Practices and Solutions
Top Architect
Top Architect
Dec 13, 2024 · Backend Development

High‑Availability Architecture and Optimization Strategies for a Large‑Scale Membership System

This article details the design, high‑availability mechanisms, traffic isolation, performance optimizations, caching, database migration, and refined flow‑control and degradation strategies employed to keep a billion‑user membership system reliable and performant under extreme load.

ElasticsearchHigh AvailabilityMySQL
0 likes · 21 min read
High‑Availability Architecture and Optimization Strategies for a Large‑Scale Membership System
Architect
Architect
Nov 7, 2024 · Operations

Full-Link Multi-Version Deployment: Architecture, Techniques, and Future Outlook

This article explains the concept of full-link multi-version deployment in microservice architectures, describes the challenges of traditional test environments, and details the technical solutions—including traffic coloring, isolation, label propagation, environment management, and monitoring—implemented through a flexible CI/CD pipeline.

CI/CDMicroservicesMulti-Version Deployment
0 likes · 16 min read
Full-Link Multi-Version Deployment: Architecture, Techniques, and Future Outlook
vivo Internet Technology
vivo Internet Technology
Sep 18, 2024 · Cloud Native

Full-Link Multi-Version Deployment in Testing Environments: Architecture and Practices

Vivo’s full‑link multi‑version deployment framework lets a complete microservice system be launched once while concurrently running multiple service versions in isolated baseline and on‑demand feature environments, using custom traffic‑coloring headers, tag propagation across HTTP/Dubbo/MQ, dynamic routing, and distributed tracing to reduce resource waste, accelerate hot‑fix testing, and pave the way for future data‑level isolation and production‑grade A/B experiments.

CI/CDCloud NativeDevOps
0 likes · 15 min read
Full-Link Multi-Version Deployment in Testing Environments: Architecture and Practices
Top Architect
Top Architect
Jun 17, 2024 · Backend Development

High‑Availability Architecture and Performance Optimization for a Large‑Scale Membership System

This article describes how a unified membership system serving billions of users across multiple platforms achieves high performance and high availability through dual‑center Elasticsearch clusters, traffic isolation, deep ES optimizations, Redis caching, dual‑center MySQL partitioning, seamless migration, and fine‑grained flow‑control and degradation strategies.

ElasticsearchHigh AvailabilityMySQL
0 likes · 22 min read
High‑Availability Architecture and Performance Optimization for a Large‑Scale Membership System
Didi Tech
Didi Tech
Aug 29, 2023 · Operations

Offline Simulation (OSim): Building Unlimited Test Environments for Large‑Scale Services

OSim (Offline Simulation) creates unlimited, production‑like test environments for large‑scale services by using a shared benchmark and branch‑specific instances, routing traffic via colored trace IDs through a sidecar gateway and proxying Redis and MQ data, thus overcoming All‑in‑One bottlenecks and improving stability, automation, and developer productivity.

DevOpsMicroservicesoffline environment
0 likes · 26 min read
Offline Simulation (OSim): Building Unlimited Test Environments for Large‑Scale Services
Architecture Digest
Architecture Digest
Feb 27, 2023 · Backend Development

High‑Availability Architecture for a Billion‑User Membership System: ES Dual‑Center Cluster, Traffic Isolation, Redis Caching, and MySQL Migration

This article details how a large‑scale membership system achieves high performance and fault tolerance through a dual‑center Elasticsearch cluster, traffic‑isolated three‑cluster design, deep ES optimizations, Redis caching with distributed locks, dual‑center MySQL partitioning, and seamless migration from SQL Server, while also outlining future fine‑grained flow‑control and degradation strategies.

ElasticsearchHigh AvailabilityMySQL
0 likes · 20 min read
High‑Availability Architecture for a Billion‑User Membership System: ES Dual‑Center Cluster, Traffic Isolation, Redis Caching, and MySQL Migration
Laravel Tech Community
Laravel Tech Community
Feb 22, 2023 · Operations

High‑Availability Architecture for a Billion‑Scale Membership System

This article details how a large‑scale membership platform achieves high performance and fault tolerance through dual‑center Elasticsearch clusters, traffic‑isolated architectures, Redis caching with distributed locks, sharded MySQL migration, and fine‑grained flow‑control and degradation strategies.

ElasticsearchHigh AvailabilityMySQL
0 likes · 20 min read
High‑Availability Architecture for a Billion‑Scale Membership System
Top Architect
Top Architect
Feb 22, 2023 · Backend Development

High‑Availability Architecture for a Billion‑User Membership System: ES Dual‑Center Clusters, Traffic Isolation, Redis Caching, and MySQL Migration

The article describes how a large‑scale membership system serving over a billion users achieves high performance and availability through dual‑center Elasticsearch clusters, traffic‑isolated three‑cluster designs, Redis caching with distributed locks, and a seamless migration from SQL Server to sharded MySQL, while also detailing operational safeguards and fine‑grained flow‑control strategies.

ElasticsearchHigh AvailabilityMySQL
0 likes · 20 min read
High‑Availability Architecture for a Billion‑User Membership System: ES Dual‑Center Clusters, Traffic Isolation, Redis Caching, and MySQL Migration
DeWu Technology
DeWu Technology
Dec 14, 2022 · Cloud Native

Implementing a Coloring Environment for Test Environment Stability

DeWu solved chronic test‑environment instability by evolving from isolated ECS machines to container clusters and finally to a traffic‑tagging “coloring” environment, where an x‑infr‑flowtype header routes requests to dedicated coloring nodes, achieving over 95% demand coverage, reduced conflict, lower costs, and a roadmap toward production gray‑release.

ContainerDevOpsMicroservices
0 likes · 11 min read
Implementing a Coloring Environment for Test Environment Stability
Bilibili Tech
Bilibili Tech
Jul 26, 2022 · Operations

Full-Link Pressure Testing Automation Practice for Bilibili's Live Streaming Gifting Business

Bilibili automated full‑link pressure testing for its high‑traffic live‑stream gifting service by adopting traffic co‑location with storage isolation, creating shadow tables, keys and topics, and building a three‑phase, three‑layer framework that analyses links, confirms configurations, and verifies end‑to‑end behavior across all services.

BilibiliPerformance TestingSystem Stability
0 likes · 14 min read
Full-Link Pressure Testing Automation Practice for Bilibili's Live Streaming Gifting Business
vivo Internet Technology
vivo Internet Technology
Jan 26, 2022 · Backend Development

Vivo Comment Middleware: Traffic and Data Isolation Using Dubbo, Sentinel, and MongoDB

The Vivo comment middleware achieves high‑availability, cross‑service comment publishing by using Dubbo tag‑routing for traffic isolation, Sentinel hotspot‑parameter flow control with dynamic per‑tenant limits, and both physical and logical MongoDB isolation via a multi‑factory selector and runtime collection naming, preventing data leakage across business lines.

Data IsolationDubboMicroservices
0 likes · 14 min read
Vivo Comment Middleware: Traffic and Data Isolation Using Dubbo, Sentinel, and MongoDB
Tongcheng Travel Technology Center
Tongcheng Travel Technology Center
Sep 30, 2021 · Operations

High‑Availability Architecture Design for the Integrated Membership System of Tongcheng and eLong

This article details the design and implementation of a high‑performance, highly available membership system for the merged Tongcheng‑eLong platform, covering Elasticsearch dual‑center clusters, traffic‑isolated three‑cluster architecture, deep ES optimizations, Redis caching and dual‑center clusters, MySQL dual‑center partitioning, migration strategies, and future fine‑grained flow‑control and degradation measures.

ElasticsearchHigh AvailabilityMySQL
0 likes · 21 min read
High‑Availability Architecture Design for the Integrated Membership System of Tongcheng and eLong
High Availability Architecture
High Availability Architecture
Jun 2, 2021 · Operations

Design and Implementation of Full‑Link Load Testing at Dada Group

This article describes Dada Group’s evolution from a simple 1:1 test environment to a sophisticated machine‑labeling load‑testing solution, detailing core design, isolation techniques, custom testing platform, model construction, pre‑heat strategies, and post‑test analysis that ensure system stability during high‑traffic events.

Microservicesdistributed systemsload testing
0 likes · 16 min read
Design and Implementation of Full‑Link Load Testing at Dada Group