Hacker Afternoon Tea
Author

Hacker Afternoon Tea

You might find something interesting here ^_^

124
Articles
0
Likes
0
Views
0
Comments
Recent Articles

Latest from Hacker Afternoon Tea

100 recent articles max
Hacker Afternoon Tea
Hacker Afternoon Tea
Jan 29, 2022 · Cloud Native

Running an Undermoon Redis Cluster with Docker Compose

This guide walks through setting up an Undermoon Redis cluster using Docker Compose, covering prerequisites, building images, registering proxies, creating and scaling the cluster, and demonstrating automatic failover with concrete command‑line examples.

ClusterDockerDocker Compose
0 likes · 7 min read
Running an Undermoon Redis Cluster with Docker Compose
Hacker Afternoon Tea
Hacker Afternoon Tea
Jan 27, 2022 · Databases

Undermoon: Self‑Managing Redis Cluster Built on the Redis Cluster Protocol

Undermoon is an open‑source system that implements a self‑managing Redis cluster using the Redis Cluster protocol, offering horizontal scalability, high availability, HTTP‑API management, automatic master‑replica failover, and rapid expansion, with its architecture detailed across metadata storage, coordinator, storage cluster, and chunk components.

ChunkCoordinatorMetadata Storage
0 likes · 4 min read
Undermoon: Self‑Managing Redis Cluster Built on the Redis Cluster Protocol
Hacker Afternoon Tea
Hacker Afternoon Tea
Jan 24, 2022 · Backend Development

How to Benchmark Sentry SDK Overhead on Web Servers

This guide explains how to measure the performance impact of the Sentry SDK on web servers by using the open‑source Sentry SDK Benchmark suite, which runs baseline and instrumented versions of TechEmpower framework tests inside Docker Compose and reports latency and resource usage.

DockerGoPerformance Monitoring
0 likes · 6 min read
How to Benchmark Sentry SDK Overhead on Web Servers
Hacker Afternoon Tea
Hacker Afternoon Tea
Jan 23, 2022 · Cloud Native

How to Fix Longhorn Volume Mount Failure on CentOS 7.6 Using e2fsck

When a Longhorn volume fails to mount on a CentOS 7.6 node with the error ‘fsck found errors on device’, you can diagnose the issue via pod logs, download and install a newer e2fsck, then run fsck.ext4 with appropriate options to repair the filesystem and restore the volume.

CentOSFilesystem RepairLonghorn
0 likes · 4 min read
How to Fix Longhorn Volume Mount Failure on CentOS 7.6 Using e2fsck
Hacker Afternoon Tea
Hacker Afternoon Tea
Jan 19, 2022 · Frontend Development

How to Contribute: Browser SDK Integration Testing Guide for Sentry

This guide explains how Sentry's browser SDK integration tests are built with Playwright, covering test structure, helpers, fixtures, local execution commands, troubleshooting tips, and step‑by‑step instructions for setting up and running the tests across Chromium, Firefox, and WebKit.

Browser SDKIntegration TestingJavaScript
0 likes · 7 min read
How to Contribute: Browser SDK Integration Testing Guide for Sentry
Hacker Afternoon Tea
Hacker Afternoon Tea
Jan 18, 2022 · Backend Development

Sentry Contributor Guide: Essential Testing Techniques

This guide details Sentry's comprehensive testing strategy, covering devservices setup, Python pytest workflows, factory-based data creation, feature flag handling, SQL logging, Selenium acceptance tests, visual regression, Jest frontend tests, API fixtures, and Kafka integration within CI pipelines.

CIDevservicesJest
0 likes · 13 min read
Sentry Contributor Guide: Essential Testing Techniques