We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
问题描述 taosd报错wal日志条目不完整,程序崩溃,无法再次启动。
操作步骤
create database if not exists realtimedata KEEP 30 vgroups 1 buffer 3 wal_level 0 create table if not exists realtimedata.yx (ts timestamp, val int) tags (device_id int, code int); create table if not exists realtimedata.yc (ts timestamp, val double) tags (device_id int, code int); create database if not exists reporthistory DURATION 2 KEEP 6 vgroups 1 buffer 3 wal_level 0 create table if not exists reporthistory.report (report_time timestamp,uuid NCHAR(100),data NCHAR(15000),addr NCHAR(100),type int,status int) tags (device_id int,report_id int);
服务器配置 OS: [Ubuntu22.04] Memory=512M, CPU=64 TDengine Version [3.3.2.0]
The text was updated successfully, but these errors were encountered:
收到我们看下,微信a15652223354,可以具体沟通下
Sorry, something went wrong.
No branches or pull requests
问题描述
taosd报错wal日志条目不完整,程序崩溃,无法再次启动。
操作步骤
服务器配置
OS: [Ubuntu22.04]
Memory=512M, CPU=64
TDengine Version [3.3.2.0]
The text was updated successfully, but these errors were encountered: