You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by mattyb149 <gi...@git.apache.org> on 2018/05/03 13:11:43 UTC

[GitHub] nifi issue #2667: NIFI-5134 Explicitly requesting UGI to relogin before atte...

Github user mattyb149 commented on the issue:

    https://github.com/apache/nifi/pull/2667
  
    +1 LGTM, looks like it will work like a barrier sync, the first one in will relogin if necessary, the rest will no-op, which means there won't be a race condition / threading issue when some of the threads call doAs. Thanks for the improvement! Merging to master


---