1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-09-01 01:22:04 +03:00

MCOL-814 - amazon chnages for failover and query testing

This commit is contained in:
david hill
2017-07-20 17:27:23 -05:00
parent 16fc1aeca9
commit 1b43cc8d4e
5 changed files with 41 additions and 22 deletions

View File

@@ -594,7 +594,7 @@ void ProcessMonitor::processMessage(messageqcpp::ByteStream msg, messageqcpp::IO
log.writeLog(__LINE__, "START: process already active " + processName);
//Inform Process Manager that Process restart
processRestarted(processName);
//processRestarted(processName);
ackMsg << (ByteStream::byte) ACK;
ackMsg << (ByteStream::byte) START;
@@ -693,7 +693,7 @@ void ProcessMonitor::processMessage(messageqcpp::ByteStream msg, messageqcpp::IO
}
//Inform Process Manager that Process restart
processRestarted(processName);
//processRestarted(processName);
ackMsg << (ByteStream::byte) ACK;
ackMsg << (ByteStream::byte) RESTART;