Skip to content
New issue

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

wal日志条目不完整,程序崩溃,无法再次启动 #28621

Open
weifufa opened this issue Nov 2, 2024 · 1 comment
Open

wal日志条目不完整,程序崩溃,无法再次启动 #28621

weifufa opened this issue Nov 2, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@weifufa
Copy link

weifufa commented Nov 2, 2024

问题描述
taosd报错wal日志条目不完整,程序崩溃,无法再次启动。

操作步骤

  1. 库表结构
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);
  1. realtimedata 库大约1500个测点1秒写入频率
  2. 运行一段时间后(不到一小时),td程序崩溃,无法再次启动,报错日志如下
    1

服务器配置
OS: [Ubuntu22.04]
Memory=512M, CPU=64
TDengine Version [3.3.2.0]

@weifufa weifufa added the bug Something isn't working label Nov 2, 2024
@yu285
Copy link
Contributor

yu285 commented Nov 10, 2024

收到我们看下,微信a15652223354,可以具体沟通下

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants