Skip to content
This repository has been archived by the owner on Sep 28, 2022. It is now read-only.

ImportField doesn't work. Time out in case of Pilosa in Linux container on Docker Desktop for Windows #265

Open
rgaryaev opened this issue Mar 3, 2021 · 0 comments

Comments

@rgaryaev
Copy link

rgaryaev commented Mar 3, 2021

Hello!
Linux container and Windows host have different ip addresses. And, unfortunately, Docker Desktop for Windows can’t route traffic to Linux containers. (see https://docs.docker.com/docker-for-windows/networking/)

In the same time, we have "(c *Client) fetchFragmentNodes(indexName string, shard uint64) ([]fragmentNode, error)"
with http request to "/internal/fragment/nodes?shard=%d&index=%s " and as result "fragmentNodeURIs.Host" contains ip address of the lunix container and during the import this address is unreachable from windows host where a pilosa's client is trying to make import.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant