Category: High Performance

Cache (16)
Container (6)
Files (31)
Cluster (70)
Testing (5)

JMeter Stress Testing Guide

1. Environment Official website: https://jmeter.apache.org/ Download and extract: http://mirror.bit.edu.cn/apache//jmeter/binaries/apache-jmeter-5.2.1.zip

JDK environment: http://mirror.cnop.net/jdk/windows/jdk-8u144-windows-x64.exe …

Marathon Mesos FAQ

Issue 1. Inconsistent Mesos Leader Election 鈥?Use the following command to check the logs inside the mesos-master container and see which server it identifies as the Mesos leader.
Different servers may elect different leaders!!
The root cause of this issue is currently unknown; it is suspected that time discrepancies between different machines might be …

Zookeeper Installation Guide for CentOS

1. Download the latest installation package:
cd /home
wget http://mirror.cnop.net/apache/zookeeper/zookeeper-3.4.10.tar.gz
tar zxvf zookeeper-3.4.10.tar.gz && mv zookeeper-3.4.10 zookeeper && cd zookeeper/conf && cp zoo …

How Much Do You Know About Mesos?

Many people have discussed Mesos, but I never fully understood what problems it actually solves or what its use cases are. Zhou Weitao (one of the early adopters of Docker, Mesos, and related technologies in China) describes it in one sentence: Mesos can manage CPU, memory, and other resources on each machine, allowing you to…

DataX Error: ERROR StdoutPluginCollector — Dirty Data Fix

Recently while testing datax to sync MySQL, an error occurred on the second execution. The error message is as follows:

The reason is: "writeMode": "update" , by default if not specified it won’t insert, so running it again will cause an error.

After modification, it looks like this: