docs(issue): mark solution as TODO and link related issue
https://github.com/emqx/emqx/issues/6094
This commit is contained in:
parent
f8fc67b313
commit
030e4857ec
|
@ -9,7 +9,8 @@ set +e
|
||||||
EMQX_TEST_DB_BACKEND=$1
|
EMQX_TEST_DB_BACKEND=$1
|
||||||
if [ "$EMQX_TEST_DB_BACKEND" = "rlog" ]
|
if [ "$EMQX_TEST_DB_BACKEND" = "rlog" ]
|
||||||
then
|
then
|
||||||
# target only replica to avoid replication races
|
# TODO: target only replica to avoid replication races
|
||||||
|
# see: https://github.com/emqx/emqx/issues/6094
|
||||||
TARGET_HOST="node2.emqx.io"
|
TARGET_HOST="node2.emqx.io"
|
||||||
else
|
else
|
||||||
# use loadbalancer
|
# use loadbalancer
|
||||||
|
|
Loading…
Reference in New Issue