sanliang125

Results 2 issues of sanliang125

**Bug Description** 在集群环境下,我对tdengine进行查询操作,内存占用持续增加。 使用的sql语句如下: `select * from meters where groupid = 1000 limit 1000` **Expected Behavior** 我在数据库中插入了2亿条数据后,使用jmeter测试工具模拟用户调用JAVA api接口对数据进行查询,并发数为8,每秒进行一次select查询。 开始查询任务后,发现集群中的一个节点内存持续升高,每秒升高0.2%左右,并且无下降趋势。 **Screenshots** ![image](https://user-images.githubusercontent.com/29949952/189250773-840bffb6-7e65-409d-9e30-79ec6f32e11c.png) ![image](https://user-images.githubusercontent.com/29949952/189250788-a58598d9-667a-419a-a5ac-19dc059d63bd.png) **Environment ** - CentOS 7.0 - 4H8G,50G ssd...

bug

**Bug Description** 使用taosBenchMark进行大数据量查询测试时失败,导致服务器不可访问,并且后续服务器的内存居高不下。 **To Reproduce** 1. 使用 `taosBenchmark -y -x` 命令进行查询效率检查。 2. 命令执行了数据插入操作后,执行了部分数据查询,然后我的服务器就卡住不可用了。 3. 一段时间后,我再次登陆上了服务器,发现内存居高不下。 **Expected Behavior** 我原本是想按照taosBenchmark来进行插入、查询的性能测试。其他功能基本上都测试过了,但是到了这个查询性能测试功能出现了异常情况。 **Screenshots** 服务器内存居高不下 ![image](https://user-images.githubusercontent.com/29949952/186848466-3793b926-c49d-477e-9e7d-5146767d94a1.png) **Environment :** - OS: [ CentOS 7.6] - 4C8G...

bug