Closed TARS-Question closed 4 years ago
There should still be problems with the service itself. For example, there are some thread safety problems in it. If the number of calls is small, it is generally difficult to trigger. If the concurrency is large, it is easy to trigger.
应该还是服务本身有问题,比如里面有些线程安全的问题,调用量小一般难触发,并发量大一些,就容易触发。
The application has not found any problems for the time being.
应用程序暂时没有发现有什么问题。
The application has not found any problems for the time being.
也没core?没道理突然退出,看看是否开启了core。
How to set the core switch?
怎么设置core开关?
Ulimit-c unlimited, first look at ulimit to see if the core is not allowed.
ulimit-c unlimited,先看下ulimit,看是不是不让core
Ulimit - C is 0. Do I need to restart tars after opening it?
ulimit -c是0,打开后要重启Tars吗?
Restart tarsnode, and then restart the service.
重启tarsnode,然后重启服务。
The core file is still not found.
还是没有发现core文件。
Did you exit from your program?
自己程序里exit了吗?
No exit, but a panic.
没有exit,但有Panic。
Panic will quit.
panic就会退出。
If the A service calls the B service interface too fast, the B service will restart, and there will be no problem calling at a very slow frequency.