[ 
https://issues.apache.org/jira/browse/FLINK-7140?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16092676#comment-16092676
 ] 

ASF GitHub Bot commented on FLINK-7140:
---------------------------------------

Github user NicoK commented on a diff in the pull request:

    https://github.com/apache/flink/pull/4359#discussion_r128165494
  
    --- Diff: flink-core/src/main/java/org/apache/flink/util/AbstractID.java ---
    @@ -46,7 +46,7 @@
        /** The lower part of the actual ID */
        protected final long lowerPart;
     
    -   /** The memoized value returned by toString() */
    +   /** The memorized value returned by toString() */
    --- End diff --
    
    you're right...learned something today :)


> include a UUID/random name into the BlobKey
> -------------------------------------------
>
>                 Key: FLINK-7140
>                 URL: https://issues.apache.org/jira/browse/FLINK-7140
>             Project: Flink
>          Issue Type: Sub-task
>          Components: Distributed Coordination, Network
>    Affects Versions: 1.4.0
>            Reporter: Nico Kruber
>            Assignee: Nico Kruber
>
> Currently, at the {{BlobServer}}, the id of a BLOB is only based on its 
> contents. This may cause issues during cleanup of transient BLOBs with the 
> same content (we don't do ref-counting on a per-blob basis anymore) or at the 
> rare occasion of a hash collision.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to