[jira] [Created] (FLINK-9393) LocatableInputSplit#hashCode should take hostnames into account

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Created] (FLINK-9393) LocatableInputSplit#hashCode should take hostnames into account

Shang Yuanchun (Jira)
Ted Yu created FLINK-9393:
-----------------------------

             Summary: LocatableInputSplit#hashCode should take hostnames into account
                 Key: FLINK-9393
                 URL: https://issues.apache.org/jira/browse/FLINK-9393
             Project: Flink
          Issue Type: Bug
            Reporter: Ted Yu


Currently:
{code}
  public int hashCode() {
    return this.splitNumber;
{code}
This is not symmetrical with {{equals}} method where hostnames are compared.

LocatableInputSplit#hashCode should take hostnames into account.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)