Github user 1m2c3t4 commented on a diff in the pull request:
https://github.com/apache/flink/pull/4784#discussion_r143418963
--- Diff:
flink-runtime/src/main/java/org/apache/flink/runtime/webmonitor/history/ArchivedJson.java
---
@@ -55,6 +57,13 @@ public boolean equals(Object obj) {
}
}
+ public int hashCode() {
--- End diff --
ok. I'll change this and push another commit. Thanks for the review @haohui---
