1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-11-25 20:23:16 +03:00

MCOL-3842: Fix logging and retry count for MessageThread startup waiting.

This commit is contained in:
benthompson15
2020-04-06 15:25:02 -05:00
parent 78117414de
commit 8458ed0a66
2 changed files with 4 additions and 3 deletions

View File

@@ -414,7 +414,8 @@ int main(int argc, char** argv)
}
// This will never work.....
// TODO: This is called before MessageThread is created.
// Doesn't break anything but can be removed as it's done after MessageThread creation.
try
{
oam.distributeConfigFile();