简介
该用户还未填写简介
擅长的技术栈
可提供的服务
暂无可提供的服务
环境 (ubuntu)redis sentinel的链接url为sentinel://redis:26379,redis:26380?masterNames=mymaster&poolSize=100&poolName=xxx/etc/resolv.conf的内容如下:nameserver 127.0.0.1search aaa.bbb ostech
1. ELF2. Section Header3. Section4. hexdump5. objdump
1. redisson lock挂死2. redisson 分布式锁问题3. wait/await 不退出
Partition:Topic的分区Partition状态机Replica:存放Partition复制品的broker(kafka server实例)Replica状态机为partition选举新leader的4种选择器ControlledShutdownLeaderSelectorOfflinePartitionLeaderSelector...
这里写自定义目录标题欢迎使用Markdown编辑器新的改变功能快捷键合理的创建标题,有助于目录的生成如何改变文本的样式插入链接与图片如何插入一段漂亮的代码片生成一个适合你的列表创建一个表格设定内容居中、居左、居右SmartyPants创建一个自定义列表如何创建一个注脚注释也是必不可少的KaTeX数学公式新的甘特图功能,丰富你的文章UML 图表FLowchart流程图导出与导入导出导入欢迎使用Ma.
Kafka处理leaderAndIsr请求中提到follower会不停地从leader那里复制数据,这次介绍的是如何复制。follower会根据自身拥有多少个需要同步的topicPartition来创建相对应的partitionFetchState,这个东西记录了从leader的哪个offset开始获取数据follower会根据leader的brokerId和topicPartition经...
恢复删除Topic的过程
3中索引文件:1. OffsetIndex2. TimeIndex3. TransactionIndex其中OffsetIndex和TimeIndex都使用了MappedByteBuffer来做读写映射。OffsetIndex:存储的是(逻辑位移,物理位置)的key-value list。逻辑位移就是message在TopicPartition上的offset,物理位置就是实际...
1. Redisson Sentinel 详解2. is not active 问题分析与解决
1. org.redisson.client.RedisConnectionException: At least two sentinels should be defined in Redis configuration! SENTINEL SENTINELS command returns empty result!2. Redisson 查找 sentinel 失败3. Netty 查找