[ 
https://issues.apache.org/jira/browse/HADOOP-18122?focusedWorklogId=727876&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-727876
 ]

ASF GitHub Bot logged work on HADOOP-18122:
-------------------------------------------

                Author: ASF GitHub Bot
            Created on: 15/Feb/22 22:34
            Start Date: 15/Feb/22 22:34
    Worklog Time Spent: 10m 
      Work Description: cheyu2022 commented on a change in pull request #3987:
URL: https://github.com/apache/hadoop/pull/3987#discussion_r807374580



##########
File path: 
hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/fs/viewfs/ViewFileSystem.java
##########
@@ -1359,6 +1365,7 @@ public InternalDirOfViewFs(final 
InodeTree.INodeDir<FileSystem> dir,
       showMountLinksAsSymlinks = config
           .getBoolean(CONFIG_VIEWFS_MOUNT_LINKS_AS_SYMLINKS,
               CONFIG_VIEWFS_MOUNT_LINKS_AS_SYMLINKS_DEFAULT);
+      this.config = config;

Review comment:
       > else the ugi logic...
   
   Yeah and we can set mountLinkGroupName & mountLinkUserName for the ugi logic 
so that we can retrieve the info directly next time we call the getters.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Issue Time Tracking
-------------------

    Worklog Id:     (was: 727876)
    Time Spent: 1h 20m  (was: 1h 10m)

> ViewFileSystem fails on determining owning group when primary group doesn't 
> exist for user
> ------------------------------------------------------------------------------------------
>
>                 Key: HADOOP-18122
>                 URL: https://issues.apache.org/jira/browse/HADOOP-18122
>             Project: Hadoop Common
>          Issue Type: Bug
>            Reporter: Chentao Yu
>            Assignee: Chentao Yu
>            Priority: Major
>              Labels: pull-request-available
>          Time Spent: 1h 20m
>  Remaining Estimate: 0h
>
> ViewFileSystem should not fail on determining owning group when primary group 
> doesn't exist for user



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

---------------------------------------------------------------------
To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-issues-h...@hadoop.apache.org

Reply via email to