correct spell for tracker
parent
f151ca8c42
commit
5eb02fd01f
2
HISTORY
2
HISTORY
|
|
@ -1,7 +1,7 @@
|
||||||
|
|
||||||
Version 6.00 2019-10-16
|
Version 6.00 2019-10-16
|
||||||
* tracker and storage server support dual IPs
|
* tracker and storage server support dual IPs
|
||||||
1. you can config dual trackr IPs in storage.conf and client.conf,
|
1. you can config dual tracker IPs in storage.conf and client.conf,
|
||||||
the configuration item name is "tracker_server"
|
the configuration item name is "tracker_server"
|
||||||
2. you can config dual storage IPs in storage_ids.conf
|
2. you can config dual storage IPs in storage_ids.conf
|
||||||
more detail please see the config files.
|
more detail please see the config files.
|
||||||
|
|
|
||||||
|
|
@ -1774,6 +1774,7 @@ static int storage_reader_sync_init_req(StorageBinLogReader *pReader)
|
||||||
}
|
}
|
||||||
do
|
do
|
||||||
{
|
{
|
||||||
|
conn = NULL;
|
||||||
while (g_continue_flag)
|
while (g_continue_flag)
|
||||||
{
|
{
|
||||||
conn = tracker_connect_server_no_pool_ex(pTServer,
|
conn = tracker_connect_server_no_pool_ex(pTServer,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue