Todd Lipcon created KUDU-1776:
---------------------------------

             Summary: 'kudu remote_replica copy' ends up fetching wildcard 
address from source server
                 Key: KUDU-1776
                 URL: https://issues.apache.org/jira/browse/KUDU-1776
             Project: Kudu
          Issue Type: Improvement
          Components: ops-tooling
    Affects Versions: 1.1.0
            Reporter: Todd Lipcon
            Assignee: Dinesh Bhat


'remote_replica copy' seems to ask the source server for its bound address, but 
that address is likely to be a wildcard in a real cluster. It then sends a 
faulty request like:
{code}
tablet_id: "834e7673f32e4802bdf26f9fff9162ef"
copy_peer_uuid: "893679e1b1dd4342bf1fb8f058ec2789"
copy_peer_addr {
  host: "0.0.0.0"
  port: 7050
}
{code}
resulting in: UNKNOWN_ERROR: Invalid wildcard address to tablet copy from: 
0.0.0.0 (resolved to 0.0.0.0)



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to