You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bug Description
When you subscribe to a super table and hit data, there will be a buffer overflow during consumer polling.
To Reproduce
Steps to reproduce the behavior:
1.create super table and child table
2.create topic like that: create topic if not exists canal4wr61rj2jdq_increment_us_power_sall_types as STABLE us_power.sall_types where tbname in ('s2') and location in ('California.SanJose');
Screenshots
Environment (please complete the following information):
TDengine Version 3.3.4.3
taos-jdbcdriver version 3.5.2
Additional Context
The problem arises in com.taosdata.jdbc.ws.tmq.entity.FetchRawBlockResp#skipSchema(),when I forcibly change withTableName to false, there won't be any problems. I did not encounter this issue when subscribing to sub tables and regular tables, as the value is false in this case
The text was updated successfully, but these errors were encountered:
Bug Description
When you subscribe to a super table and hit data, there will be a buffer overflow during consumer polling.
To Reproduce
Steps to reproduce the behavior:
1.create super table and child table
2.create topic like that: create topic if not exists canal4wr61rj2jdq_increment_us_power_sall_types as STABLE us_power.sall_types where tbname in ('s2') and location in ('California.SanJose');
Screenshots
Environment (please complete the following information):
Additional Context
The problem arises in com.taosdata.jdbc.ws.tmq.entity.FetchRawBlockResp#skipSchema(),when I forcibly change withTableName to false, there won't be any problems. I did not encounter this issue when subscribing to sub tables and regular tables, as the value is false in this case
The text was updated successfully, but these errors were encountered: