一直是阵雨🌦️
目前该博客不再更新,最新内容已请在新博客 zhengyua.cn/new_blog 中查看,暂不考虑迁移兼容
ElasticSearch 简介 开源分布式搜索分析引擎 近实时(Near Real Time) 分布式存储/搜索/分析引擎 Elastic Search 起源是基于 Lucene 。Lucene 是基于 Java 开发的搜索引擎类库,
第一章 搜索引擎及其技术架构 搜索引擎为何重要 搜索是目前解决信息过载的相对有效方式,在没有更有效的替代解决方式出来之前,搜索引擎作为互联网网站和
概述 通过读取大量的数据、学习数据的特征并从中找出数据的模式。 这样的任务也被称为机器学习或者模式识别。 机器学习中比较擅长的任务: 回归(regr
APM组件选型 探针的性能 重点在agent对服务的吞吐量、CPU和内存的影响。 微服务的规模和动态性使数据收集的成本提高。 collector的可
Git中的工作流 中心式协同工作流 一般过程如下: 从服务器上git pull origin master同步代码; 修改完后git commit到本地仓库中; 然后git push
MIT6824LEC1笔记:Map Reduce 课程地址 代码实现repo地址 即课程Lab1。
GFS 课程地址 Before gfs why is distributed storage hard High performance -> shard data over many servers Many servers -> constant faults Fault tolerance -> replication replication -> potential inconsistencies Better consistency -> low performance it can sum up the all thinking points like: performance fault tolerance replication consistency these points have connection and influence each other. what would we like for consistency? There are two conditions
Primary/Backup Replication 课程地址 the note from the lecture Primary/Backup Replication for Fault Tolerance Case study of VMware FT, an extreme version of the idea fault tolerance to provide availability despite server and network failures using replication What kinds of failures can replication deal with? “fail-stop” failure of a single replica fan stops working, CPU overheats and shuts itself down someone trips over replica’s power cord or network
程序中的错误处理note 错误返回和异常捕捉 错误可以分为三个大类: 资源的错误。当我们的代码去请求一些资源时导致的错误,比如打开一个没有权限的文
弹力设计note 以下为左耳听风 记录的笔记。 认识故障和弹力设计 系统可用性测量 分布式系统的容错设计,在英文中又叫Resiliency(弹力),即