Implementation of Curator Distributed Lock

Before learning about the implementation of Curator distributed locks, it is recommended that steps be taken: Implementation of Distributed Lock Based on ZooKeeper To understand the implementation principle of ZooKeeper API distributed lock. Based on ZooKeeper distributed lock implementation, there ...

Posted by nikbone on Wed, 31 Jul 2019 09:28:58 +0200

Hadoop-HA Cluster Building-rehl7.4

Hadoop-HA Cluster Building-rehl7.4 hadoop There is no indication that other machine operations need to be logged in. They are all commands executed on cluster HD-2-101. All installation package addresses: Baidu Disk Extraction code: 24oy   1. Basic Environment Configuration 1.1 Cloning Virtual Machine 1.2 Modify static IP ...

Posted by root on Sat, 27 Jul 2019 07:40:49 +0200

broker expansion of kafka operation and maintenance

Background: Recently, the company's three-node kafka cluster found that there are two nodes in the cutter box switch failure risk, will randomly appear port up/down situation. Therefore, it is necessary to temporarily migrate these two broker s, and then migrate back after the switch is repaired. Here is the whole process of the simulation (e ...

Posted by nmreddy on Fri, 26 Jul 2019 15:28:49 +0200

Installation of Registry Zookeeper in Linux

Zookeeper and can be redis Common commands java -version Query jdk for installation amel@Camel ~]$ java -version openjdk version "1.8.0_181" OpenJDK Runtime Environment (build 1.8.0_181-b13) OpenJDK 64-Bit Server VM (build 25.181-b13, mixed mode) [camel@Camel ~]$ Decompress tar zxvf zookeeper-3.4.6.tar.gz z: Specifies the compres ...

Posted by jakeklem on Fri, 19 Jul 2019 08:21:51 +0200

How do I implement distributed ID s using MongoDB+Springboot?

How do I implement distributed ID s in SpringCloud distributed systems using MongoDB? 1. Background How to implement distributed IDS and search for relevant data will generally give you these solutions: Use database self-incrementing Id Use reids incr command Use UUID snowflake algorithm for Twitter Generating unique ID s using zookeeper Objec ...

Posted by pdmiller on Wed, 10 Jul 2019 19:17:39 +0200

RocketMQ Source Parsing: High Availability

> Original address: RocketMQ Source Parsing: High Availability > RocketMQ with annotated address: YunaiV/incubator-rocketmq > (vii) This series is updated every 1-2 weeks. You are welcome to subscribe, follow and collect GitHub. 1. Overview 2. Namesrv High Availability 2.1 Broker registered with Namesrv 2.2 Producer, Consumer Visit ...

Posted by dvonj on Mon, 01 Jul 2019 01:19:50 +0200

ActiveMQ Tutorial (2) - Cluster

order Infrastructure zookeeper Program Coordination Service Framework for automatic scheduling of multiple activemqs. After an activemq service goes down, zookeeper automatically schedules one of the normal activemq services in the cluster to become the master host to continue serving. activemq Message queuing framework, we will deploy ...

Posted by Accurax on Sun, 30 Jun 2019 21:27:32 +0200

Mac Installs zookeeper Pseudo Cluster

Original address: http://blog.csdn.net/u013673245/article/details/49331607 Catalogue I. Configuration 2. Start all servers of zookeeper pseudocluster 3. Access Client IV. Writing startup scripts I. Configuration zookeeper Download Address: http://mirrors.cnnic.cn/apache/zookeeper/zookeeper-3.4.6/  Deploy three servers on a m ...

Posted by wcl99 on Mon, 24 Jun 2019 01:15:20 +0200

zookeeper cluster configuration

Download and install from Official website Download the latest version of zookeeper Relevant address: http://mirror.bit.edu.cn/apache/zookeeper/current/ # wget --quiet http://mirror.bit.edu.cn/apache/zookeeper/current/zookeeper-3.4.10.tar.gz # tar -xf zookeeper-3.4.10.tar.gz # cd zookeeper-3.4.10 Enter the conf directory, change ...

Posted by Brad7928 on Thu, 20 Jun 2019 03:43:25 +0200

dubbo Simple Implementation Using Custom Registration Center

2017-06-25 The project GitHub address https://github.com/jiangcaijun/point2Point_dubbo 1. dubbo's Design Idea > dubbo is a distributed service framework dedicated to providing high-performance and transparent RPC remote service invocation solutions, registering on dubbo in the form of service providers and consumers 2. Custom Implementation ...

Posted by twick100 on Tue, 18 Jun 2019 20:29:45 +0200