Tagged articles
7 articles
Page 1 of 1
ITPUB
ITPUB
Jan 26, 2024 · Operations

Zookeeper 3.4.x Election Port 3888 Failure: Root Cause and Fix

A five‑node Zookeeper cluster on version 3.4.6 experienced election‑port 3888 failures after normal restarts, traced to a NegativeArraySizeException caused by malformed packets from a security scan, and the issue is resolved by upgrading to Zookeeper 3.4.7.

Cluster TroubleshootingElectionNegativeArraySizeException
0 likes · 8 min read
Zookeeper 3.4.x Election Port 3888 Failure: Root Cause and Fix
Open Source Linux
Open Source Linux
Dec 21, 2023 · Operations

Master Kubernetes Troubleshooting: 100 Essential kubectl Commands

This comprehensive guide presents 100 practical kubectl commands for diagnosing Kubernetes clusters, covering everything from cluster information and pod health checks to networking, storage, security, scaling, and advanced debugging tools, helping operators quickly identify and resolve issues.

Cluster TroubleshootingKubernetescommands
0 likes · 20 min read
Master Kubernetes Troubleshooting: 100 Essential kubectl Commands
360 Tech Engineering
360 Tech Engineering
Aug 10, 2020 · Databases

TiDB Cluster Write‑Write Conflict Investigation and Resolution

This article analyzes a TiDB cluster performance incident where QPS dropped and duration spiked due to write‑write conflicts, detailing the monitoring data, root‑cause investigation of server‑busy and scheduler latch issues, and the attempted mitigation steps such as enabling txn‑local‑latches and adjusting insert statements.

Cluster TroubleshootingDatabase operationsTiDB
0 likes · 10 min read
TiDB Cluster Write‑Write Conflict Investigation and Resolution
360 Zhihui Cloud Developer
360 Zhihui Cloud Developer
Aug 5, 2020 · Databases

How a TiDB Write Conflict Crashed a Cluster and What Fixed It

This article analyzes a TiDB production cluster outage caused by write‑write conflicts, walks through the monitoring data and log investigation, explains the underlying transaction model differences, and shares the step‑by‑step troubleshooting process that led to the final resolution.

Cluster TroubleshootingSchedulerTiDB
0 likes · 11 min read
How a TiDB Write Conflict Crashed a Cluster and What Fixed It