Gao Jian

Results 7 comments of Gao Jian

The reason for this bug is that the MongoDB collector starts a [multi-document transaction](https://www.mongodb.com/docs/manual/core/transactions/#std-label-transactions) through a [session](https://www.mongodb.com/docs/manual/reference/method/Session.startTransaction/) to read the MongoDB status. According to the [official MongoDB documentation](https://www.mongodb.com/docs/manual/core/read-isolation-consistency-recency/#mongodb-drivers), the MongoDB...

Hi, I am very interested in this project. I have sent a design proposal to your email. Looking forward to your guidance.

Hi, Can you provide detail content of `./conf/application.yml`. I tried to reproduce the bug in your steps, but failed to reproduce. I guess your `application.yml` miss the `flyway` configuration. So...

Yes, I find this problem in v1.6.0. The configuration file for starting heartzbeat via docker compose has problems. This problem has been fixed in the current master branch. You can...

Hi, I'd like to try it. Could you please assign this to me? Thanks! @wangsimo0

I have located the problem now. When there is a problem with the communication network between the collector and the machine, the datagramChannel.receive() of nio used in the collector will...

So this is a bug, I am still designing how to solve it, if you have good suggestions please share with me.