Lucas
Lucas
https://github.com/PlatformLab/NanoLog Nanolog is an extremely performant nanosecond scale logging system for C++ that exposes a simple printf-like API and achieves over 80 million logs/second at a median latency of just...
```c++ // class CatAccountService member: // consumer queue moodycamel::BlockingConcurrentQueue account_queue_con_task; // producer queue,will init with fixed numbers of elements:128 moodycamel::ConcurrentQueue account_queue_pro_task; ``` when in producer thread: 1: get element from...
**Bug Description** 按照官网文档中心里的教程进行TDengine初次体验,上来就踩坑了,实在不知道什么原因了 **To Reproduce** Steps to reproduce the behavior: 1. 关防火墙 2. 测试外网连通性 3. nc提前测好6030端口连通性ok 4. rpm -ivh TDengine-server-3.3.6.6-Linux-x64.rpm 5. sudo start-all.sh 6. taos 报错: [root@localhost ~]# [root@localhost ~]#...