Tag

log-replay

0 views collected around this technical thread.

FunTester
FunTester
Dec 30, 2021 · Backend Development

Java Log Replay System Using Disruptor for High‑Performance Load Testing

This article details a Java‑based log replay solution that re‑implements Goreplay functionality using Disruptor, covering design concepts, log extraction, implementation steps, performance metrics, identified risks, and provides full source code examples for a scalable load‑testing engine.

DisruptorJavabackend
0 likes · 11 min read
Java Log Replay System Using Disruptor for High‑Performance Load Testing
Youzan Coder
Youzan Coder
Sep 11, 2020 · Backend Development

Log-Based Replay and Comparison System for Gateway Migration Verification

The team built a log‑based replay framework that pulls and cleans old gateway logs, samples requests, concurrently replays them against both old and new gateways, automatically compares JSON responses with configurable ignore rules, retries failures, and uses matching response distributions to safely verify and migrate thousands of APIs.

Performance OptimizationPythonautomated testing
0 likes · 13 min read
Log-Based Replay and Comparison System for Gateway Migration Verification
Ctrip Technology
Ctrip Technology
Aug 7, 2019 · Big Data

Improving Log Replay Efficiency with Flink and Elasticsearch at Ctrip Ticket Frontend

The article describes how Ctrip's ticket front‑end team replaced a slow, manual log‑pulling process with a Flink‑based real‑time pipeline that streams Kafka data, indexes it in Elasticsearch, and enables second‑level log retrieval for automated scenario replay, dramatically reducing CI cycle time.

Automation TestingFlinkStreaming
0 likes · 7 min read
Improving Log Replay Efficiency with Flink and Elasticsearch at Ctrip Ticket Frontend
Tencent Cloud Developer
Tencent Cloud Developer
Apr 4, 2019 · Cloud Native

Design and Optimization of CynosDB for PostgreSQL: One‑Primary Multi‑Read Architecture

The article details CynosDB’s cloud‑native PostgreSQL design—using compute‑storage separation, log sinking with asynchronous replay, and multi‑version reads—to enable a one‑primary multi‑read architecture that delivers elastic scaling, reduced I/O, stateless instances, and rapid failover and efficient resource utilization through parallel log‑based recovery.

Cloud NativeCynosDBDatabase Architecture
0 likes · 15 min read
Design and Optimization of CynosDB for PostgreSQL: One‑Primary Multi‑Read Architecture