码迷,mamicode.com
首页 >  
搜索关键字:ha cluster    ( 6032个结果
执行kubelet卡、解决
现象: 执行kubectl get po -o wide 非常卡、慢 原因: 修改node名称造成的, 解决: https://my.oschina.net/u/3390908/blog/1649764 1、查看原来node [root@lab2 ~]# kubectl get no NAME ST... ...
分类:其他好文   时间:2019-02-09 14:35:34    阅读次数:560
SpringBoot整合SpringDataElasticSearch操作ES
(1)、添加starter依赖 (2)、配置相关属性 *cluster-name可以在ip:9200里面查看 *SpringDataElasticSearch与ES版本之间有相应的适配关系,低版本的SpringDataElasticSearch不兼容高版本的ES。 解决方案: 1.升级SpringB ...
分类:编程语言   时间:2019-02-08 21:27:09    阅读次数:3141
这几道Java集合框架面试题几乎必问
<! MarkdownTOC "Arraylist 与 LinkedList 异同" "补充:数据结构基础之双向链表" "ArrayList 与 Vector 区别" "HashMap的底层实现" "JDK1.8之前" "JDK1.8之后" "HashMap 和 Hashtable 的区别" "Ha ...
分类:编程语言   时间:2019-02-07 22:04:48    阅读次数:299
CMPT 459.1-19. Programming Assignment
title: "CMPT 459.1-19. Programming Assignment 1"subtitle: "FIFA 19Players"author: "Name - Student ID"output: html_notebook ### IntroductionThe data ha ...
分类:其他好文   时间:2019-02-06 19:57:47    阅读次数:108
[TypeScript] Type Definitions and Modules
For example you are building your own module, the same as Lodash: my-lodash.d.ts Normally you can install @types for popluar 3rd-party libs, if you ha ...
分类:其他好文   时间:2019-02-06 09:35:41    阅读次数:193
Geometric Applications of BSTs
几何搜索 平衡搜索树在几何方面的应用,处理的键变成几何对象,像点,矩形,甚至更高维的东西。 1d range search 先来看一维的情况,一维区间的搜索是后面的基础,处理的对象是在一条线上的点。这是符号表的一个小拓展,多了区间查找(range search) 和区间计数(range count) ...
分类:移动开发   时间:2019-02-05 23:43:21    阅读次数:299
第二章 2.群中的等价关系 -- 陪集,共轭,正规子群与商群
群作为代数结构首先是一个集合,那么元素间可能有各种等价关系,这些等价关系给出了群的划分,也使群自身结构的特异性突出。 一、 陪集 定义 设$H$是$G$的一个子群,$a\in G$,作集合$aH=\{ax|x\in H\}$,称$aH$是关于子群$H$的一个左陪集。类似地,可定义右陪集$Ha=\{x ...
分类:其他好文   时间:2019-02-02 10:46:03    阅读次数:208
【Dubbo 源码解析】06_Dubbo 服务调用
Dubbo 服务调用 根据上图,可以看出,服务调用过程为: Consumer 端的 Proxy 调用 Cluster 层选择集群中的某一个 Invoker(负载均衡) Invoker 最终会调用 Protocol 层进行 RPC 通讯(netty,tcp 长连接),将服务调用信息和配置信息进行传递 ...
分类:其他好文   时间:2019-02-01 18:59:30    阅读次数:187
【Dubbo 源码解析】07_Dubbo 重试机制
Dubbo 重试机制 通过前面 Dubbo 服务发现&引用 的分析,我们知道,Dubbo 的重试机制是通过 com.alibaba.dubbo.rpc.cluster.support.FailoverClusterInvoker 来实现的: 查看源码我们可以发现,dubbo 默认的重试次数是 2 次 ...
分类:其他好文   时间:2019-02-01 18:57:56    阅读次数:239
Redis集群
Redis cluster tutorial Redis集群提供一种方式自动将数据分布在多个Redis节点上。 Redis Cluster provides a way to run a Redis installation where data is automatically sharded a ...
分类:其他好文   时间:2019-02-01 11:21:44    阅读次数:186
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!