Skip to content
This repository was archived by the owner on Sep 28, 2022. It is now read-only.
This repository was 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

@rgaryaev

Description

@rgaryaev

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions