)]}'
{"docker/mariadb/healthcheck_mariadb":[{"author":{"_account_id":30491,"name":"Radosław Piliszek","display_name":"Radek","email":"radek@piliszek.it","username":"yoctozepto","status":"self-employed techologist, collaborating mostly with 7bulls.com"},"change_message_id":"73c7fe1e60a4c79328249b6edc7031c403a4be9e","unresolved":false,"context_lines":[{"line_number":7,"context_line":""},{"line_number":8,"context_line":"WSREP_STATUS\u003d$($MYSQL_CMDLINE -e \"SHOW STATUS LIKE \u0027wsrep_local_state_comment\u0027;\")"},{"line_number":9,"context_line":""},{"line_number":10,"context_line":"if [[ \"${WSREP_STATUS}\" \u003d\u003d \"Synced\" ]]"},{"line_number":11,"context_line":"then"},{"line_number":12,"context_line":"    echo \"MariaDB Galera Cluster Node is synced.\""},{"line_number":13,"context_line":"    exit 0"}],"source_content_type":"application/x-shellscript","patch_set":19,"id":"3fa7e38b_c1b9da15","line":10,"updated":"2019-12-13 09:04:24.000000000","message":"hmm, I feel like we should be checking the same in kolla-ansible when we wait for mariadb to be fully ready.\n\nInstead we check wsrep_evs_state for OPERATIONAL. I wonder if they are interchangeable or not. \u003c- If they are not, then it might explain why we are having WSREP issues up to this point.","commit_id":"79851d7929027050d0d1e76aaa28e83c141dcc55"},{"author":{"_account_id":22629,"name":"Michal Nasiadka","email":"mnasiadka@gmail.com","username":"mnasiadka"},"change_message_id":"93fe1e3108be56bd225411a47aecabb185d7b653","unresolved":false,"context_lines":[{"line_number":7,"context_line":""},{"line_number":8,"context_line":"WSREP_STATUS\u003d$($MYSQL_CMDLINE -e \"SHOW STATUS LIKE \u0027wsrep_local_state_comment\u0027;\")"},{"line_number":9,"context_line":""},{"line_number":10,"context_line":"if [[ \"${WSREP_STATUS}\" \u003d\u003d \"Synced\" ]]"},{"line_number":11,"context_line":"then"},{"line_number":12,"context_line":"    echo \"MariaDB Galera Cluster Node is synced.\""},{"line_number":13,"context_line":"    exit 0"}],"source_content_type":"application/x-shellscript","patch_set":19,"id":"3fa7e38b_9c256b19","line":10,"in_reply_to":"3fa7e38b_99b81d79","updated":"2019-12-16 13:16:19.000000000","message":"We will not kill anything, as wrote in previous comment - Docker Engine does not kill anything based on Healthcheck status ;-) But if we feel it\u0027s wrong - we can change the command quite easily.","commit_id":"79851d7929027050d0d1e76aaa28e83c141dcc55"},{"author":{"_account_id":14826,"name":"Mark Goddard","email":"markgoddard86@gmail.com","username":"mgoddard"},"change_message_id":"3721a4df35716b416183851178987b13544df796","unresolved":false,"context_lines":[{"line_number":7,"context_line":""},{"line_number":8,"context_line":"WSREP_STATUS\u003d$($MYSQL_CMDLINE -e \"SHOW STATUS LIKE \u0027wsrep_local_state_comment\u0027;\")"},{"line_number":9,"context_line":""},{"line_number":10,"context_line":"if [[ \"${WSREP_STATUS}\" \u003d\u003d \"Synced\" ]]"},{"line_number":11,"context_line":"then"},{"line_number":12,"context_line":"    echo \"MariaDB Galera Cluster Node is synced.\""},{"line_number":13,"context_line":"    exit 0"}],"source_content_type":"application/x-shellscript","patch_set":19,"id":"3fa7e38b_99b81d79","line":10,"in_reply_to":"3fa7e38b_c1b9da15","updated":"2019-12-16 12:22:06.000000000","message":"Do we run the risk that we never allow a node to become synced by killing it while it is syncing?","commit_id":"79851d7929027050d0d1e76aaa28e83c141dcc55"}]}
