You've already forked mariadb-columnstore-engine
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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user