当前位置:网站首页>[in depth understanding of tcapulusdb technology] introduction tcapulusdb problem summary
[in depth understanding of tcapulusdb technology] introduction tcapulusdb problem summary
2022-06-22 20:02:00 【InfoQ】
【 In depth understanding of TcaplusDB technology 】 introduction TcaplusDB Problem summary
Docker Summary of environmental issues
Docker Container start up tcapsvr Process Auto exit problem
Problem description
[20201103 21:33:11.239125][139625375184704][1.2.2.1][(tcaplus/src/common/monitor_process_util.cpp:360) (GetTlogPathImpl)][tcapsvr][ERROR ] popen grep -A 10000000 -e '<Type>.*FILE.*</Type>' '/data/tcaplus/tcaplus_service/cfg/storage_1_2_2_1/tcapsvr_log.xml' | grep 'Pattern' | awk -F '<Pattern>' '{print $2}'| awk -F '</Pattern>' '{print $1}' | head -n1 failed, error_msg: Cannot allocate memory.
[20201103 21:33:11.239150][139625375184704][1.2.2.1][(tcaplus/src/srv/tcapsvr_main_thread.cpp:841) (MainThreadInit)][tcapsvr][ERROR ] GetTlogPath failed, iRet: -281, Can Not Get Tcapsvr Tlog Path.
Question why
Question why
# Modify machine system parameters , Indicates that the kernel is allowed to allocate all physical memory , Regardless of the current memory state
echo 1 > /proc/sys/vm/overcommit_memory
# Restart container
docker stop [ Containers id]
docker start [ Containers id]
Cross machine access docker Container timeout
tcapluscli Tool execution , Report system library error
Problem description
/lib/ld-linux.so.2: bad ELF interpreter: No such file or directory
Question why
#centos7
yum install glibc.i686
#debian
apt-get install ia32-libs
C++ TDR SDK Problem summary
tcapluscli The tool creates a table group to prompt white list questions
Problem description
./tcapluscli tablegroup create -u http://localhost:5678 -g 4 -n zone_4
CreateTableGroup FAIL [LOCAL] :
{"app_id":["ip(172.18.0.1) not in whitelist to batch add zone(cmd:10006) of app_id:2"]}
Question why
./tcapluscli privilege -u http://localhost:5678 --allow-all-ip

边栏推荐
- Storage structure of graph (adjacency matrix)
- MySQL数据库基本操作
- [deeply understand tcapulusdb technology] tcapulusdb transaction management - error troubleshooting
- [deeply understand tcapulusdb technology] cluster management operation
- Latest download address of libcef - compiled as MD dynamic link under vs2015
- 【深入理解TcaplusDB技术】TcaplusDB机器如何初始化和上架
- Comparison of NAND flash particles SLC, MLC, TLC and QLC
- Yarn notes
- [petty bourgeoisie database] break down the concept: data, database, database system, database management system, database technology
- 【深入理解TcaplusDB技术】入门MySQL Driver
猜你喜欢
随机推荐
Mysql database knowledge points (III)
Install some office tools
【深入理解TcaplusDB技术】TcaplusDB 表管理——新建表
生产系统SQL执行计划突然变差怎么办?
MySQL数据库DML操作练习
【深入理解TcaplusDB技术】TcaplusDB常规单据
堆排序(原理加代码)
Interpolation lookup and half (bisection) lookup
【深入理解TcaplusDB技术】入门Tcaplus SQL Driver
一文带你读懂内存泄露
华为云招募工业智能领域合作伙伴,强力扶持+商业变现
[compréhension approfondie de la technologie tcaplusdb] exploitation et entretien de tcaplusdb - inspection quotidienne des patrouilles
请你描述下从浏览器上输入一个url到呈现出页面的整个过程。
【深入理解TcaplusDB技术】TcaplusDB机型
【深入理解TcaplusDB技术】TcaplusDB 新增业务集群cluster
c# winform 嵌入flash
修改隐含参数造成SQL性能下降案例之二
Nlp-d57-nlp competition D26 & skimming questions D13 & reading papers & finding bugs for more than an hour
[deeply understand tcapulusdb technology] tcapulusdb operation and maintenance - daily inspection
漫话Redis源码之一百二十一








