Tendis icon indicating copy to clipboard operation
Tendis copied to clipboard

Tendis is a high-performance distributed storage system fully compatible with the Redis protocol.

Results 191 Tendis issues
Sort by recently updated
recently updated
newest added

## 背景描述 使用10个线程,50个并发压测的时候,通过监控发现cpu的sys值很高,导致qps上不去。 ## 监控结果 top命令结果 ``` top - 21:08:25 up 7 days, 4:28, 1 user, load average: 23.72, 20.95, 17.89 Tasks: 319 total, 1 running, 318 sleeping, 0 stopped,...

在一台机械硬盘的机器上部署的tendisplus-2.4.2,单实例部署,进行压测测试。配置了内存上限, 但是内存没有被限制住,一路涨到了1.7G,而且长时间没有释放 应用场景,是因为redis 数据做实时落地不方便,想要用tendis替换redis,对延迟要求不是特别高,但是想限制内存使用。现在是在内网测试,线上会部署到云上,硬盘会使用高性能云盘。压力测试期间 只有一个client连接。 所以想请问一下 怎样限制内存使用,或者如何释放内存 配置文件 ``` bind 0.0.0.0 port 22182 daemon on cluster-enabled false loglevel notice logdir ./home/log dumpdir ./home/dump dir ./home/db pidfile ./home/tendisplus.pid slowlog ./home/log/slowlog #线程...

bug

## 实验环境 操作系统版本:CentOS Linux release 7.5.1804 (Core) 内核版本:3.10.0-862.el7.x86_64 ## 编译报错 ``` -Werror=unused-result \ -Werror=unused-value \ -Werror=unused-variable \ -Werror=write-strings syntax error, unexpected cal_SYMBOL, expecting $end (17) -- Configuring incomplete, errors occurred!...

## Description Jepsen.io is the leading industry authority on testing distributed systems/databases. ## Expected Behavior A note in the readme about its current Jepsen test status. ## Current Behavior No...

enhancement

详细日志如下: > 9744:C 28 Dec 15:24:19.179 * create worker to send revision to tendis > 9744:C 28 Dec 15:24:19.180 * Sync Conn(127.0.0.1:51002_0) connect to tendis(127.0.0.1:51002) success. > 9744:C 28 Dec...

enhancement

## Description coredump ## Context ``` E0708 16:09:52.739351 13285 main.cpp:121] Failure:*** Aborted at 1657267792 (unix time) try "date -d @1657267792" if you are using GNU date *** E0708 16:09:52.838970 13285...

bug
question

## 鲲鹏ARM下编译错误 代码是最新的dev-2.2分支代码, gcc版本为7.3.0 ![$MVYH83DOJ6X98ZS NK3 90](https://user-images.githubusercontent.com/35965787/109609985-1808a600-7b67-11eb-9c8f-30f5c0864c33.png) ![XU4EK$VQPGD%YCECW$JX(A1](https://user-images.githubusercontent.com/35965787/109609991-1a6b0000-7b67-11eb-94d9-0c1d1f66406b.png)

compile

如题x86_64环境,centos7系统,cmake和java版本如下图 ![image](https://user-images.githubusercontent.com/80300917/110731690-c4304800-825d-11eb-8076-0429b5171df3.png) 在使用cmake编译是提示报错-- JNI library is disabled,如下图 ![image](https://user-images.githubusercontent.com/80300917/110731758-ee820580-825d-11eb-85a7-0ec00812758d.png) 查看CMakeError.log中提示报错/usr/bin/ld: cannot find -lpthreads,如下图 ![image](https://user-images.githubusercontent.com/80300917/110731863-0ce80100-825e-11eb-92bb-061f1d82372e.png) 请问应该如何排查

duplicate
fixed
to-be-closed

## Your Environment * Operating System and version: centos 8.4 64位 * Machine Specifications: Intel(R) Xeon(R) CPU E5-2680 v4 @ 2.40GHz 56核, 160GB每台 nvme ssd 2TB 每台, 3台 3主3从 *...