1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2026-01-06 08:21:10 +03:00

increase procup timeout from 6 to 12, neede for amazon

This commit is contained in:
david hill
2017-11-14 11:21:50 -06:00
parent 2c36e4ce05
commit f5a2306bb2
3 changed files with 4 additions and 4 deletions

View File

@@ -9180,7 +9180,7 @@ int ProcessManager::OAMParentModuleChange()
if (amazon && AmazonPMFailover == "n")
{
log.writeLog(__LINE__, " ", LOG_TYPE_DEBUG);
log.writeLog(__LINE__, "*** OAMParentModule outage, AmazonPMFailover not set, wating for instance to restart ***", LOG_TYPE_DEBUG);
log.writeLog(__LINE__, "*** OAMParentModule outage, AmazonPMFailover not set, waiting for instance to restart ***", LOG_TYPE_DEBUG);
string currentIPAddr = oam.getEC2InstanceIpAddress(downOAMParentHostname);
if (currentIPAddr == "stopped")