From a3f3a4d7e5d3d8bfdc7ed15253ca3bf9db97c246 Mon Sep 17 00:00:00 2001 From: Yoann La Cancellera Date: Fri, 20 Oct 2023 11:39:35 +0200 Subject: [PATCH] Add: same ip/name limitation on README.rst --- src/go/pt-galera-log-explainer/README.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/src/go/pt-galera-log-explainer/README.rst b/src/go/pt-galera-log-explainer/README.rst index db5ef388..8980a41f 100644 --- a/src/go/pt-galera-log-explainer/README.rst +++ b/src/go/pt-galera-log-explainer/README.rst @@ -231,6 +231,7 @@ Compatibility Known issues ============ +* Nodes sharing the same ip, or nodes with identical names are not supported * Sparse files identification can be missed, resulting in many columns displayed. ``--merge-by-directory`` can be used, but files need to be organized already in separate directories This is mainly when the log file does not contain enough information. * Some information will seems missed. Depending on the case, it may be simply unimplemented yet, or it was disabled later because it was found to be unreliable (node index numbers are not reliable for example)