[Fix]: fix TAG type mismatch by introducing schema version for TDengine#3963
Conversation
Duansg
left a comment
There was a problem hiding this comment.
Doesn't Prometheus's task need to be handled?
|
Hi @Duansg , |
That's correct, this is a historical issue, not caused by the instance reconstruction. I've reviewed the relevant logic and found it's not straightforward. Even a simple modification to ensure compatibility would require extensive regression testing on other dependent features. To ensure the issue remains traceable, I'll create a new PR to address this later. |
OK,thanks |
👍🏿 ok, i suggest you reproduce the issue and file a ticket so we can track it :) |

What's changed?
Please refer to #3961
This PR resolves the issue where the monitor TAG was incorrectly defined as BIGINT in v1.8.0, causing insertion failures for string-based instance
Checklist
Add or update API