When the product is unavailable, mainly including: JVM internal crash or memory overflow leads to the product application process is not in, there is a product application process but waiting for a long time to load when accessing the home page ordashboards, automatic restart function is provided for such problems. On the one hand, it can reduce the pressure brought by the uncontrollable operation environment; on the other hand, it can also improve the user experience through the fast recovery service, especially for some customers with strict operation and maintenance management privileges. Property configuration: •The values in the following property configurations are system defaults, which can be adjusted according to the usage situation, and generally the default values can be used. •auto.reboot.enable=true , when the system is unavailable whether to enable the automatic reboot function, true means automatic reboot function is enabled, false means automatic reboot function is not enabled. •test.available.interval=300, the interval of detecting system status, in second, the default is once every 5 minutes. •test.access.tolerate.failures=10, threshold for the number of service test failures. •test.access.timeout=10, service test timeout threshold, in second. •test.execdata.enable=false, whether test data execution is required, true means test data execution, false means do not test data execution. •test.execdata.tolerate.failures=10, threshold for the number of data execution test failures. •test.execdata.timeout=15, data execution test timeout threshold, in second. •test.execdata.db=audit_hidden/testexecdata, built-in dashboard path for test data execution. •test.execdata.db.elem=Table1, name of the component in the test data execution dashboard. ➢Note: Operating systems that support the auto restart feature include Linux, Windows.
|