惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

月光博客
月光博客
C
Check Point Blog
J
Java Code Geeks
腾讯CDC
Apple Machine Learning Research
Apple Machine Learning Research
宝玉的分享
宝玉的分享
Microsoft Azure Blog
Microsoft Azure Blog
WordPress大学
WordPress大学
量子位
Google DeepMind News
Google DeepMind News
I
InfoQ
The GitHub Blog
The GitHub Blog
aimingoo的专栏
aimingoo的专栏
N
Netflix TechBlog - Medium
Hugging Face - Blog
Hugging Face - Blog
博客园 - Franky
V
V2EX
Blog — PlanetScale
Blog — PlanetScale
T
The Blog of Author Tim Ferriss
小众软件
小众软件
博客园_首页
人人都是产品经理
人人都是产品经理
博客园 - 聂微东
IT之家
IT之家

博客园 - Teddy's Knowledge Base

FluentDataflow - Fluent Style TPL Dataflow - Teddy's Knowledge Base CoreProfiler升级到.NetStandard 2.0 - Teddy's Knowledge Base 老司机实战Windows Server Docker:5 Windows Server Dockerfile葵花宝典 - Teddy's Knowledge Base 老司机实战Windows Server Docker:4 单节点Windows Docker服务器简单运维(下) - Teddy's Knowledge Base 老司机实战Windows Server Docker:3 单节点Windows Docker服务器简单运维(上) - Teddy's Knowledge Base 老司机实战Windows Server Docker:2 docker化现有iis应用的正确姿势 - Teddy's Knowledge Base 老司机实战Windows Server Docker:1 初体验之各种填坑 老司机学Xamarin系列总目录 - Teddy's Knowledge Base CoreProfiler/NanoProfiler性能调试监控系列总目录 - Teddy's Knowledge Base 老司机学新平台 - Xamarin开发之我的第一个MvvmCross跨平台插件:SimpleAudioPlayer - Teddy's Knowledge Base 老司机学新平台 - Xamarin Forms开发框架之MvvmCross插件精选 - Teddy's Knowledge Base 老司机学新平台 - Xamarin Forms开发框架二探 (Prism vs MvvmCross) - Teddy's Knowledge Base 老司机学新平台 - Xamarin开发环境及开发框架初探 使用CoreProfiler/NanoProfiler实现跨平台&应用的整合性能调试 - Teddy's Knowledge Base RabbitMQ Exchange & Queue Design Trade-off Understanding RabbitMQ Exchange & Queue Behind RabbitMQ Exchange Types 七步,搭建基于Windows平台完美Jekyll博客环境 - Teddy's Knowledge Base How to Change RabbitMQ Queue Parameters in Production?
Elasticsearch Mantanence Lessons Learned Today
Teddy's Knowledge Base · 2016-06-17 · via 博客园 - Teddy's Knowledge Base

Today I troubleshooted an Elasticsearch-cluster-down issue.

Several lessons were learned:

  1. When many elasticsearch cluster nodes are restarted, to avoid HEAP spike, better to temporarily stop all connection attempts;
  2. Avoid setting allow_primary=true when reroute shards via API;
  3. Don’t forget backup! It could save you some day!

View Details