Linux Ping localhost Failed

在Centos上部署Kafka,启动Kafka服务的时候,经常出现如下的warnings (This problem hasn’t be solved!)

1
2
3
4
[2019-11-27 18:31:00,242] WARN [Controller id=0, targetBrokerId=0] Connection to node 0 (localhost/127.0.0.1:9092) could not be established. Broker may not be available. (org.apache.kafka.clients.NetworkClient)
[2019-11-27 18:31:01,347] WARN [Controller id=0, targetBrokerId=0] Connection to node 0 (localhost/127.0.0.1:9092) could not be established. Broker may not be available. (org.apache.kafka.clients.NetworkClient)
[2019-11-27 18:31:02,451] WARN [Controller id=0, targetBrokerId=0] Connection to node 0 (localhost/127.0.0.1:9092) could not be established. Broker may not be available. (org.apache.kafka.clients.NetworkClient)
[2019-11-27 18:31:03,555] WARN [Controller id=0, targetBrokerId=0] Connection to node 0 (localhost/127.0.0.1:9092) could not be established. Broker may not be available. (org.apache.kafka.clients.NetworkClient)

而且无法通过localshot:9092连接这个broker,那到底是什么原因导致这样的问题呢?通过google如上的问题,得到如下的解决方法:

如上提到的方法都无法解决那个warning问题。

algorithm-kmp

MySQL索引结构中的B+树

1. B树

1. B树的定义

B树也称B-树,它是一颗多路平衡查找树。我们描述一颗B树时需要指定它的阶数,阶数表示了一个结点最多有多少个孩子结点,一般用字母m表示阶数。当m取2时,就是我们常见的二叉搜索树。

netty-object-pool

akka-actor-introduction

Your browser is out-of-date!

Update your browser to view this website correctly. Update my browser now

×