Узел не может подключиться к внешнему адресу заказчика - PullRequest
0 голосов
/ 15 мая 2019

Когда я обновляю внешний адрес адреса заказчика, все работает нормально, последний блок имеет значение внешнего адреса.Хотя удаленный узел может подключиться к внешнему адресу по протоколу telnet, узел регистрации журнала узла не смог подключиться к нему.

Шаг для воспроизведения:
1. Извлечь конфигурацию канала.
2. Обновить конфигурацию самой новой конфигурацией.
3. Подписать канал заказа, организации.
4. Обновить конфигурацию канала.
5. Присоединиться к каналу и синхронизировать данные.

Журналы выглядят так:

2019-05-15 06:44:58.561 UTC [gossip/service] func1 -> INFO 0a3 Elected as a leader, starting delivery service for channel rmchannel
2019-05-15 06:45:01.562 UTC [ConnProducer] NewConnection -> ERRO 0a4 Failed connecting to internal-add:7050 , error: context deadline exceeded
2019-05-15 06:45:04.563 UTC [ConnProducer] NewConnection -> ERRO 0a5 Failed connecting to external-add:7050 , error: context deadline exceeded
2019-05-15 06:45:04.563 UTC [deliveryClient] connect -> ERRO 0a6 Failed obtaining connection: Could not connect to any of the endpoints: [internal-add:7050 external-add:7050]
2019-05-15 06:45:04.563 UTC [deliveryClient] try -> WARN 0a7 Got error: Could not connect to any of the endpoints: [internal-add:7050 external-add:7050] , at 1 attempt. Retrying in 1s
2019-05-15 06:45:08.565 UTC [ConnProducer] NewConnection -> ERRO 0a8 Failed connecting to external-add:7050 , error: context deadline exceeded
2019-05-15 06:45:11.566 UTC [ConnProducer] NewConnection -> ERRO 0a9 Failed connecting to internal-add:7050 , error: context deadline exceeded
2019-05-15 06:45:11.566 UTC [deliveryClient] connect -> ERRO 0aa Failed obtaining connection: Could not connect to any of the endpoints: [external-add:7050]
2019-05-15 06:45:11.566 UTC [deliveryClient] try -> WARN 0ab Got error: Could not connect to any of the endpoints: [external-add:7050] , at 2 attempt. Retrying in 2s

Может ли кто-нибудь иметь идеи по поводу моего дела?Большое спасибо!

...