码迷,mamicode.com
首页 >  
搜索关键字:cluster may be unhea    ( 8921个结果
elasticsearch
cluster.name: elasticsearch 配置es的集群名称,默认是elasticsearch,es会自动发现在同一网段下的es,如果在同一网段下有多个集群,就可以用这个属性来区分不同的集群。 node.name: "Franz Kafka" 节点名,默认随机指定一个name列表中名字 ...
分类:其他好文   时间:2020-02-20 22:13:54    阅读次数:66
kubernetes1.17.2结合ceph13.2.8部署gitlab12.1.6
[root@bs-k8s-ceph ~]# ceph -s cluster: id: 11880418-1a9a-4b55-a353-4b141e2199d8 health: HEALTH_OK services: mon: 3 daemons, quorum bs-hk-hk01,bs-hk-hk ...
分类:Web程序   时间:2020-02-20 17:26:42    阅读次数:99
LeetCode | 0392. Is Subsequence判断子序列【Python】
LeetCode 0392. Is Subsequence判断子序列【Easy】【Python】【双指针】 Problem "LeetCode" Given a string s and a string t , check if s is subsequence of t . You may as ...
分类:编程语言   时间:2020-02-20 13:43:02    阅读次数:92
安装Elasticsearch+Kibana【单节点、多ES实例】
前言 目的:在单服务器上部署多Elasticsearch实例,并可以使用Kibana。下面过程注重流程,仅给出关键过程的细节。 ElasticSearch 6.8.4 + Kibana 6.8.4,两者版本最好匹配不然会出现告警、报错之类。 下载链接:https://www.elastic.co/c ...
分类:其他好文   时间:2020-02-20 10:15:12    阅读次数:123
[LeetCode] 934. Shortest Bridge 最短的桥梁
In a given 2D binary array , there are two islands. (An island is a 4 directionally connected group of s not connected to any other 1s.) Now, we may c ...
分类:其他好文   时间:2020-02-19 23:40:26    阅读次数:85
Docker搭建redis-cluster集群三主三备
环境准备 系统:centos7.7 redis:5.0.5 master1:192.168.33.9:7071 master2:192.168.33.10:7072 master3:192.168.33.11:7073 slave1:192.168.33.9:7074 slave2:192.168. ...
分类:其他好文   时间:2020-02-19 18:43:04    阅读次数:99
modbus
mbcrc.c #include <stdio.h> /* * FreeModbus Libary: A portable Modbus implementation for Modbus ASCII/RTU. * Copyright (c) 2006 Christian Walter <wolti ...
分类:数据库   时间:2020-02-19 17:27:08    阅读次数:122
物理学与其它科学的关系
在这本书的第三章的引言里,Feynman讲的这句话很赞:如果一件事情不是科学,这并不一定不好。一件事情不是科学,也并非就一定意味着它一定有错,这只表明它就不是科学而已。这让人联想到“中医”,很多人有一个共识:中医不是科学。陪伴中华民族上千年的中医文化、中草药,对百姓疾病的诊治、对丰富中华文化都有着不 ...
分类:其他好文   时间:2020-02-19 13:15:08    阅读次数:81
Lesson 6
Memorize: 1.People are always talking about 'Problem of Youth.' 2.If there is one--which I take leave to doubt--then it is the elder peole who creat i ...
分类:其他好文   时间:2020-02-19 13:06:48    阅读次数:93
mysql-cluster-gpl-7.3.19集群安装及问题(3台机器)
主要教程参考这里:https://blog.csdn.net/chengfei112233/article/details/7703812 会根据实际操作过程中的问题进行改动 系统:Centos7mysql软件:mysql-cluster-gpl-7.3.19-linux-glibc2.12-x86 ...
分类:数据库   时间:2020-02-18 20:58:59    阅读次数:128
8921条   上一页 1 ... 63 64 65 66 67 ... 893 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!