Tencent / Tendis

Tendis is a high-performance distributed storage system fully compatible with the Redis protocol.
http://tendis.cn
Other
2.87k stars 317 forks source link

Binlog size growing #182

Closed jayant-asians-cloud closed 2 years ago

jayant-asians-cloud commented 2 years ago

Binglog keeps growing and truncate binlogs are not working as expected. Any solution to rotate the binlogs?

root@server:/home/cache/tendis/dump# du -sch *
3.7G    0
3.5G    1
3.2G    2
3.2G    3
3.6G    4
3.1G    5
3.9G    6
3.2G    7
3.7G    8
2.9G    9
34G     total
root@server:/home/cache/tendis# du -sch *
1.7G    db
34G     dump
736K    log
36G     total
jayant-asians-cloud commented 2 years ago

.