apache / apache/iotdb

Current system mode is read-only

Đang mở
#2,607 1 bình luận 1 reaction 0 người được giao Xem trên GitHub
Ngôn ngữ chính
Java
Star
6.4k
Fork
1.2k
Merge trung bình
1 ngày 23 giờ
Pull request đã merge (30 ngày)
115

Mô tả

This means meeting error when flushing data to disk.

You could search "change system mode to read-only" in the error log to see what happened.

Some common reasons:

- Disk space is full
- Too many open files
- OOM

If OOM, two ways:
(1) config manually if you use 0.10 or earlier version:

conf/iotdb-engine.properties:
enable_parameter_adapter=false
tsfile_size_threshold=100000000
memtable_size_threshold=JVM memory/2/storage group number/4

(2) upgrade to version 0.11.2 or a later version
Generally, in 0.11 version, you do not need to config manually. If still OOM, you could still try to config

conf/iotdb-engine.properties:
enable_mem_control=false
tsfile_size_threshold=100000000
memtable_size_threshold=JVM memory/2/storage group number/4

If still OOM, lower the memtable_size_threshold!

If still, contact us... Wechat:tietouqiao

Hướng dẫn đóng góp

Mở hướng dẫn đóng góp

Hướng nghiên cứu

Bắt đầu với mục nhật ký lỗi chứa "change system mode to read-only" và kiểm tra conf/iotdb-engine.properties để tìm các thiết lập bộ nhớ và flush được liệt kê. So sánh các phiên bản IoTDB được tham chiếu và xác minh một cách giải quyết có thể tái hiện cho chế độ chỉ đọc; issue không nêu tệp nguồn hay bài kiểm thử nào.

Do mô hình lập chỉ mục viết ra từ nội dung của issue.

Đánh giá

Công nghệ
java
Lĩnh vực
database
Loại issue
Lỗi
Độ khó
4/5
Thời gian dự kiến
3-5 ngày
Mức độ hoạt động
Đình trệ
Độ rõ ràng
Cần làm rõ
Mức phù hợp với người mới
25/100

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.