由于之前安装的环境未更改默认数据路径,在断电后出现悲剧的情况,数据文件损坏。 启动报错: java.io.IOException: No snapshot found, but there are log entries. Something is broken! at org.apache.zoo…
Leave a CommentMaple's Blog Posts
zipkin 目前已经设计到2的版本。 其使用也有些变化。 当你集成到自己的服务中时,需要如下步骤(本例对 2.20.2) gradle 引用如下。 implementation ‘io.zipkin:zipkin-server:2.20.2’ //存储使用mysql compile ‘io.zip…
Leave a Comment在默认情况下启动elasticsearch 5.4.3版本的时候,报如下错误。 max virtual memory areas vm.max_map_count [65530] is too low, increase to at least [262144] 解决办法:docker情况下,在宿主…
Leave a Comment在docker-compose 关闭时,出现如下异常: docker network xx_default id xxxx has active endpoints 其原因在于docker-compose 默认会创建网络([xxx]_bridge),并将相关的容器添加到此网络中。 而在一场情况下,比…
Leave a Comment服务器在运行过程中其中一个服务报错如下: MISCONF Redis is configured to save RDB snapshots, but it is currently not able to persist on disk. Commands that may modify the …
Leave a Comment