-
elasticsearch在有节点脱离集群时删除索引
如果节点A先脱离集群了, 这时候删除了某个索引. 然后节点A又再次加入集群, 会导致一个现象: 这个索引回来了, 但是无法分配到任何节点上.
-
/proc/meminfo
从https://www.centos.org/docs/5/html/5.1/Deployment_Guide/s2-proc-meminfo.html全文复制 This is one of the more commonly used files in the /proc/ directory, as it reports a large amount of valuable information about the systems RAM usage. The following...
-
elasticsearch对可能破坏性的操作限制通配符
PUT _cluster/settings?master_timeout=5m { "transient": { "action.destructive_requires_name": true } }
-
数据类型对es bulk的影响
共14912997 数据,就一个字段, 平均31bytes, 里面有平均7个token 把字符串按mapping转成integer ; 1 shard merge后291.4m es cpu time 12m hangout user time 8m search 98ms string ; 1 shars merge后325.2m es cpu time 13m10s hangout user...
-
elasticsearch中限制搜索超时时间
PUT _cluster/settings { "transient": {"search.default_search_timeout":"250s"} }
-
vim下调整splited窗口大小
设置高度 :resize 60 设置宽度 :vertical resize 1000 调整高度 :resize +10 :resize -10 快捷调整 Ctrl-w + 和 Ctrl-w - 可以快速调整窗口高度. Ctrl-w > 和 Ctrl-w < 可以快速调整窗口宽度. 10 Ctrl-w + 可以一次增加10行的高度. Ctrl-w...
-
今日单词
mandatory /ˈmændətərɪ; US -tɔːrɪ; `mændəˌtɔrɪ/ adj required by law; compulsory; 依法的;法定的;强制性的 a mandatory payment Attendance is mandatory at all meetings.
-
今日单词
incarnation /ˌɪnkɑːˈneɪʃn; ˌɪnkɑr`neʃən/ n [C] person that prominently displays a particular quality (突出表现某种品质的)典型人物,化身 She is the very incarnation of goodness. n [C,U] (instance of) being alive in human form 化身...
-
Makefile 中四种变量赋值的不同
http://stackoverflow.com/questions/448910/makefile-variable-assignment Lazy Set VARIABLE = value 当变量被用到的时候, 会递归的展开 Imeediate Set VARIABLE := value 变量在申明的时候马上执行 Set If Absent VARIABLE ?= value 变量不存在的时候才赋值(也是lazy set) Append VARIABLE += value 把value添加到已存在的变量后(如果变量不存在, 把value赋值给这个变量)
-
今日单词
obscurity This is an obscurity that catches the unwary. /əbˈskjʊərətɪ; əb`skjᴜrətɪ/ n U state of being obscure 不明;费解;隐晦;无闻 content to live in obscurity n C thing that is obscure or...