You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by "VINAYAKUMAR B (Created) (JIRA)" <ji...@apache.org> on 2012/03/11 06:45:15 UTC

[jira] [Created] (HADOOP-8160) HardLink.getLinkCount() is getting stuck in eclipse ( Cygwin) for long file names, due to MS-Dos style Path.

HardLink.getLinkCount() is getting stuck in eclipse ( Cygwin) for long file names, due to MS-Dos style Path.
------------------------------------------------------------------------------------------------------------

                 Key: HADOOP-8160
                 URL: https://issues.apache.org/jira/browse/HADOOP-8160
             Project: Hadoop Common
          Issue Type: Bug
          Components: util
    Affects Versions: 0.23.1, 0.24.0
         Environment: Cygwin
            Reporter: VINAYAKUMAR B
            Priority: Minor
             Fix For: 0.24.0


HardLink.getLinkCount() is getting stuck in cygwin for long file names, due to MS-DOS style path.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (HADOOP-8160) HardLink.getLinkCount() is getting stuck in eclipse ( Cygwin) for long file names, due to MS-Dos style Path.

Posted by "VINAYAKUMAR B (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-8160?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

VINAYAKUMAR B updated HADOOP-8160:
----------------------------------

    Attachment: HADOOP-8160.patch

Attaching the Patch. Tested this patch in Linux and Windows (Cygwin).
                
> HardLink.getLinkCount() is getting stuck in eclipse ( Cygwin) for long file names, due to MS-Dos style Path.
> ------------------------------------------------------------------------------------------------------------
>
>                 Key: HADOOP-8160
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8160
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: util
>    Affects Versions: 0.24.0, 0.23.1
>         Environment: Cygwin
>            Reporter: VINAYAKUMAR B
>            Priority: Minor
>             Fix For: 0.24.0
>
>         Attachments: HADOOP-8160.patch
>
>   Original Estimate: 2m
>  Remaining Estimate: 2m
>
> HardLink.getLinkCount() is getting stuck in cygwin for long file names, due to MS-DOS style path.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (HADOOP-8160) HardLink.getLinkCount() is getting stuck in eclipse ( Cygwin) for long file names, due to MS-Dos style Path.

Posted by "Vinay (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-8160?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Vinay updated HADOOP-8160:
--------------------------

    Fix Version/s:     (was: 0.24.0)
                   3.0.0
                   2.0.1
    
> HardLink.getLinkCount() is getting stuck in eclipse ( Cygwin) for long file names, due to MS-Dos style Path.
> ------------------------------------------------------------------------------------------------------------
>
>                 Key: HADOOP-8160
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8160
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: util
>    Affects Versions: 0.23.1, 0.24.0
>         Environment: Cygwin
>            Reporter: Vinay
>            Assignee: Vinay
>            Priority: Minor
>             Fix For: 2.0.1, 3.0.0
>
>         Attachments: HADOOP-8160.patch
>
>   Original Estimate: 2m
>  Remaining Estimate: 2m
>
> HardLink.getLinkCount() is getting stuck in cygwin for long file names, due to MS-DOS style path.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HADOOP-8160) HardLink.getLinkCount() is getting stuck in eclipse ( Cygwin) for long file names, due to MS-Dos style Path.

Posted by "Brandon Li (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-8160?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13443595#comment-13443595 ] 

Brandon Li commented on HADOOP-8160:
------------------------------------

I am so sorry that, after double checking the patch, I got a couple more comments.
1. it would be nice to have a method to convert DOS path to CygWin path, and have a unit test to just test the conversion.
2. can you document in the code why using another thread to getLinkCount? 
                
> HardLink.getLinkCount() is getting stuck in eclipse ( Cygwin) for long file names, due to MS-Dos style Path.
> ------------------------------------------------------------------------------------------------------------
>
>                 Key: HADOOP-8160
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8160
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: util
>    Affects Versions: 0.23.1, 0.24.0
>         Environment: Cygwin
>            Reporter: Vinay
>            Assignee: Vinay
>            Priority: Minor
>             Fix For: 2.1.0-alpha, 3.0.0
>
>         Attachments: HADOOP-8160.patch
>
>   Original Estimate: 2m
>  Remaining Estimate: 2m
>
> HardLink.getLinkCount() is getting stuck in cygwin for long file names, due to MS-DOS style path.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (HADOOP-8160) HardLink.getLinkCount() is getting stuck in eclipse ( Cygwin) for long file names, due to MS-Dos style Path.

Posted by "Hadoop QA (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-8160?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13227000#comment-13227000 ] 

Hadoop QA commented on HADOOP-8160:
-----------------------------------

-1 overall.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12517880/HADOOP-8160.patch
  against trunk revision .

    +1 @author.  The patch does not contain any @author tags.

    +1 tests included.  The patch appears to include 3 new or modified tests.

    +1 javadoc.  The javadoc tool did not generate any warning messages.

    +1 javac.  The applied patch does not increase the total number of javac compiler warnings.

    +1 eclipse:eclipse.  The patch built with eclipse:eclipse.

    +1 findbugs.  The patch does not introduce any new Findbugs (version 1.3.9) warnings.

    +1 release audit.  The applied patch does not increase the total number of release audit warnings.

    -1 core tests.  The patch failed these unit tests:
                  org.apache.hadoop.fs.viewfs.TestViewFsTrash
                  org.apache.hadoop.fs.TestHardLink

    +1 contrib tests.  The patch passed contrib unit tests.

Test results: https://builds.apache.org/job/PreCommit-HADOOP-Build/699//testReport/
Console output: https://builds.apache.org/job/PreCommit-HADOOP-Build/699//console

This message is automatically generated.
                
> HardLink.getLinkCount() is getting stuck in eclipse ( Cygwin) for long file names, due to MS-Dos style Path.
> ------------------------------------------------------------------------------------------------------------
>
>                 Key: HADOOP-8160
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8160
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: util
>    Affects Versions: 0.24.0, 0.23.1
>         Environment: Cygwin
>            Reporter: VINAYAKUMAR B
>            Priority: Minor
>             Fix For: 0.24.0
>
>         Attachments: HADOOP-8160.patch
>
>   Original Estimate: 2m
>  Remaining Estimate: 2m
>
> HardLink.getLinkCount() is getting stuck in cygwin for long file names, due to MS-DOS style path.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (HADOOP-8160) HardLink.getLinkCount() is getting stuck in eclipse ( Cygwin) for long file names, due to MS-Dos style Path.

Posted by "VINAYAKUMAR B (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-8160?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

VINAYAKUMAR B updated HADOOP-8160:
----------------------------------

    Target Version/s: 0.23.1, 0.24.0  (was: 0.24.0, 0.23.1)
              Status: Open  (was: Patch Available)
    
> HardLink.getLinkCount() is getting stuck in eclipse ( Cygwin) for long file names, due to MS-Dos style Path.
> ------------------------------------------------------------------------------------------------------------
>
>                 Key: HADOOP-8160
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8160
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: util
>    Affects Versions: 0.23.1, 0.24.0
>         Environment: Cygwin
>            Reporter: VINAYAKUMAR B
>            Priority: Minor
>             Fix For: 0.24.0
>
>         Attachments: HADOOP-8160.patch
>
>   Original Estimate: 2m
>  Remaining Estimate: 2m
>
> HardLink.getLinkCount() is getting stuck in cygwin for long file names, due to MS-DOS style path.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (HADOOP-8160) HardLink.getLinkCount() is getting stuck in eclipse ( Cygwin) for long file names, due to MS-Dos style Path.

Posted by "VINAYAKUMAR B (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-8160?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

VINAYAKUMAR B updated HADOOP-8160:
----------------------------------

    Target Version/s: 0.23.1, 0.24.0  (was: 0.24.0, 0.23.1)
              Status: Patch Available  (was: Open)
    
> HardLink.getLinkCount() is getting stuck in eclipse ( Cygwin) for long file names, due to MS-Dos style Path.
> ------------------------------------------------------------------------------------------------------------
>
>                 Key: HADOOP-8160
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8160
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: util
>    Affects Versions: 0.23.1, 0.24.0
>         Environment: Cygwin
>            Reporter: VINAYAKUMAR B
>            Priority: Minor
>             Fix For: 0.24.0
>
>         Attachments: HADOOP-8160.patch
>
>   Original Estimate: 2m
>  Remaining Estimate: 2m
>
> HardLink.getLinkCount() is getting stuck in cygwin for long file names, due to MS-DOS style path.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (HADOOP-8160) HardLink.getLinkCount() is getting stuck in eclipse ( Cygwin) for long file names, due to MS-Dos style Path.

Posted by "Robert Joseph Evans (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-8160?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Robert Joseph Evans updated HADOOP-8160:
----------------------------------------

    Target Version/s: 2.0.0, 3.0.0  (was: 0.24.0, 0.23.1)
    
> HardLink.getLinkCount() is getting stuck in eclipse ( Cygwin) for long file names, due to MS-Dos style Path.
> ------------------------------------------------------------------------------------------------------------
>
>                 Key: HADOOP-8160
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8160
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: util
>    Affects Versions: 0.23.1, 0.24.0
>         Environment: Cygwin
>            Reporter: Vinay
>            Priority: Minor
>             Fix For: 0.24.0
>
>         Attachments: HADOOP-8160.patch
>
>   Original Estimate: 2m
>  Remaining Estimate: 2m
>
> HardLink.getLinkCount() is getting stuck in cygwin for long file names, due to MS-DOS style path.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HADOOP-8160) HardLink.getLinkCount() is getting stuck in eclipse ( Cygwin) for long file names, due to MS-Dos style Path.

Posted by "Hadoop QA (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-8160?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13226996#comment-13226996 ] 

Hadoop QA commented on HADOOP-8160:
-----------------------------------

-1 overall.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12517879/HADOOP-8160.patch
  against trunk revision .

    +1 @author.  The patch does not contain any @author tags.

    +1 tests included.  The patch appears to include 3 new or modified tests.

    +1 javadoc.  The javadoc tool did not generate any warning messages.

    +1 javac.  The applied patch does not increase the total number of javac compiler warnings.

    +1 eclipse:eclipse.  The patch built with eclipse:eclipse.

    +1 findbugs.  The patch does not introduce any new Findbugs (version 1.3.9) warnings.

    +1 release audit.  The applied patch does not increase the total number of release audit warnings.

    -1 core tests.  The patch failed these unit tests:
                  org.apache.hadoop.fs.TestHardLink

    +1 contrib tests.  The patch passed contrib unit tests.

Test results: https://builds.apache.org/job/PreCommit-HADOOP-Build/698//testReport/
Console output: https://builds.apache.org/job/PreCommit-HADOOP-Build/698//console

This message is automatically generated.
                
> HardLink.getLinkCount() is getting stuck in eclipse ( Cygwin) for long file names, due to MS-Dos style Path.
> ------------------------------------------------------------------------------------------------------------
>
>                 Key: HADOOP-8160
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8160
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: util
>    Affects Versions: 0.24.0, 0.23.1
>         Environment: Cygwin
>            Reporter: VINAYAKUMAR B
>            Priority: Minor
>             Fix For: 0.24.0
>
>         Attachments: HADOOP-8160.patch
>
>   Original Estimate: 2m
>  Remaining Estimate: 2m
>
> HardLink.getLinkCount() is getting stuck in cygwin for long file names, due to MS-DOS style path.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (HADOOP-8160) HardLink.getLinkCount() is getting stuck in eclipse ( Cygwin) for long file names, due to MS-Dos style Path.

Posted by "VINAYAKUMAR B (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-8160?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

VINAYAKUMAR B updated HADOOP-8160:
----------------------------------

    Attachment: HADOOP-8160.patch

Attached the Patch for the same.
                
> HardLink.getLinkCount() is getting stuck in eclipse ( Cygwin) for long file names, due to MS-Dos style Path.
> ------------------------------------------------------------------------------------------------------------
>
>                 Key: HADOOP-8160
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8160
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: util
>    Affects Versions: 0.24.0, 0.23.1
>         Environment: Cygwin
>            Reporter: VINAYAKUMAR B
>            Priority: Minor
>             Fix For: 0.24.0
>
>         Attachments: HADOOP-8160.patch
>
>   Original Estimate: 2m
>  Remaining Estimate: 2m
>
> HardLink.getLinkCount() is getting stuck in cygwin for long file names, due to MS-DOS style path.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Assigned] (HADOOP-8160) HardLink.getLinkCount() is getting stuck in eclipse ( Cygwin) for long file names, due to MS-Dos style Path.

Posted by "Vinay (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-8160?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Vinay reassigned HADOOP-8160:
-----------------------------

    Assignee: Vinay
    
> HardLink.getLinkCount() is getting stuck in eclipse ( Cygwin) for long file names, due to MS-Dos style Path.
> ------------------------------------------------------------------------------------------------------------
>
>                 Key: HADOOP-8160
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8160
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: util
>    Affects Versions: 0.23.1, 0.24.0
>         Environment: Cygwin
>            Reporter: Vinay
>            Assignee: Vinay
>            Priority: Minor
>             Fix For: 0.24.0
>
>         Attachments: HADOOP-8160.patch
>
>   Original Estimate: 2m
>  Remaining Estimate: 2m
>
> HardLink.getLinkCount() is getting stuck in cygwin for long file names, due to MS-DOS style path.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (HADOOP-8160) HardLink.getLinkCount() is getting stuck in eclipse ( Cygwin) for long file names, due to MS-Dos style Path.

Posted by "VINAYAKUMAR B (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-8160?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

VINAYAKUMAR B updated HADOOP-8160:
----------------------------------

    Attachment: HADOOP-8160.patch
    
> HardLink.getLinkCount() is getting stuck in eclipse ( Cygwin) for long file names, due to MS-Dos style Path.
> ------------------------------------------------------------------------------------------------------------
>
>                 Key: HADOOP-8160
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8160
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: util
>    Affects Versions: 0.24.0, 0.23.1
>         Environment: Cygwin
>            Reporter: VINAYAKUMAR B
>            Priority: Minor
>             Fix For: 0.24.0
>
>         Attachments: HADOOP-8160.patch
>
>   Original Estimate: 2m
>  Remaining Estimate: 2m
>
> HardLink.getLinkCount() is getting stuck in cygwin for long file names, due to MS-DOS style path.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (HADOOP-8160) HardLink.getLinkCount() is getting stuck in eclipse ( Cygwin) for long file names, due to MS-Dos style Path.

Posted by "VINAYAKUMAR B (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-8160?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

VINAYAKUMAR B updated HADOOP-8160:
----------------------------------

    Attachment:     (was: HADOOP-8160.patch)
    
> HardLink.getLinkCount() is getting stuck in eclipse ( Cygwin) for long file names, due to MS-Dos style Path.
> ------------------------------------------------------------------------------------------------------------
>
>                 Key: HADOOP-8160
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8160
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: util
>    Affects Versions: 0.24.0, 0.23.1
>         Environment: Cygwin
>            Reporter: VINAYAKUMAR B
>            Priority: Minor
>             Fix For: 0.24.0
>
>   Original Estimate: 2m
>  Remaining Estimate: 2m
>
> HardLink.getLinkCount() is getting stuck in cygwin for long file names, due to MS-DOS style path.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HADOOP-8160) HardLink.getLinkCount() is getting stuck in eclipse ( Cygwin) for long file names, due to MS-Dos style Path.

Posted by "Brandon Li (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-8160?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13443312#comment-13443312 ] 

Brandon Li commented on HADOOP-8160:
------------------------------------

+1, the patch looks good to me.

FYI, a significant effort has been done in branch-1-win to support HADOOP on Windows platform (without cygwin). You can check it out if you are interested.
                
> HardLink.getLinkCount() is getting stuck in eclipse ( Cygwin) for long file names, due to MS-Dos style Path.
> ------------------------------------------------------------------------------------------------------------
>
>                 Key: HADOOP-8160
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8160
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: util
>    Affects Versions: 0.23.1, 0.24.0
>         Environment: Cygwin
>            Reporter: Vinay
>            Assignee: Vinay
>            Priority: Minor
>             Fix For: 2.1.0-alpha, 3.0.0
>
>         Attachments: HADOOP-8160.patch
>
>   Original Estimate: 2m
>  Remaining Estimate: 2m
>
> HardLink.getLinkCount() is getting stuck in cygwin for long file names, due to MS-DOS style path.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (HADOOP-8160) HardLink.getLinkCount() is getting stuck in eclipse ( Cygwin) for long file names, due to MS-Dos style Path.

Posted by "Arun C Murthy (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-8160?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Arun C Murthy updated HADOOP-8160:
----------------------------------

    Fix Version/s:     (was: 2.0.2-alpha)
                   2.0.3-alpha
    
> HardLink.getLinkCount() is getting stuck in eclipse ( Cygwin) for long file names, due to MS-Dos style Path.
> ------------------------------------------------------------------------------------------------------------
>
>                 Key: HADOOP-8160
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8160
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: util
>    Affects Versions: 0.23.1, 0.24.0
>         Environment: Cygwin
>            Reporter: Vinay
>            Assignee: Vinay
>            Priority: Minor
>             Fix For: 3.0.0, 2.0.3-alpha
>
>         Attachments: HADOOP-8160.patch
>
>   Original Estimate: 2m
>  Remaining Estimate: 2m
>
> HardLink.getLinkCount() is getting stuck in cygwin for long file names, due to MS-DOS style path.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (HADOOP-8160) HardLink.getLinkCount() is getting stuck in eclipse ( Cygwin) for long file names, due to MS-Dos style Path.

Posted by "VINAYAKUMAR B (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-8160?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

VINAYAKUMAR B updated HADOOP-8160:
----------------------------------

    Target Version/s: 0.23.1, 0.24.0  (was: 0.24.0, 0.23.1)
              Status: Patch Available  (was: Open)
    
> HardLink.getLinkCount() is getting stuck in eclipse ( Cygwin) for long file names, due to MS-Dos style Path.
> ------------------------------------------------------------------------------------------------------------
>
>                 Key: HADOOP-8160
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8160
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: util
>    Affects Versions: 0.23.1, 0.24.0
>         Environment: Cygwin
>            Reporter: VINAYAKUMAR B
>            Priority: Minor
>             Fix For: 0.24.0
>
>         Attachments: HADOOP-8160.patch
>
>   Original Estimate: 2m
>  Remaining Estimate: 2m
>
> HardLink.getLinkCount() is getting stuck in cygwin for long file names, due to MS-DOS style path.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HADOOP-8160) HardLink.getLinkCount() is getting stuck in eclipse ( Cygwin) for long file names, due to MS-Dos style Path.

Posted by "Hadoop QA (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-8160?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13227053#comment-13227053 ] 

Hadoop QA commented on HADOOP-8160:
-----------------------------------

+1 overall.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12517888/HADOOP-8160.patch
  against trunk revision .

    +1 @author.  The patch does not contain any @author tags.

    +1 tests included.  The patch appears to include 3 new or modified tests.

    +1 javadoc.  The javadoc tool did not generate any warning messages.

    +1 javac.  The applied patch does not increase the total number of javac compiler warnings.

    +1 eclipse:eclipse.  The patch built with eclipse:eclipse.

    +1 findbugs.  The patch does not introduce any new Findbugs (version 1.3.9) warnings.

    +1 release audit.  The applied patch does not increase the total number of release audit warnings.

    +1 core tests.  The patch passed unit tests in .

    +1 contrib tests.  The patch passed contrib unit tests.

Test results: https://builds.apache.org/job/PreCommit-HADOOP-Build/700//testReport/
Console output: https://builds.apache.org/job/PreCommit-HADOOP-Build/700//console

This message is automatically generated.
                
> HardLink.getLinkCount() is getting stuck in eclipse ( Cygwin) for long file names, due to MS-Dos style Path.
> ------------------------------------------------------------------------------------------------------------
>
>                 Key: HADOOP-8160
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8160
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: util
>    Affects Versions: 0.24.0, 0.23.1
>         Environment: Cygwin
>            Reporter: VINAYAKUMAR B
>            Priority: Minor
>             Fix For: 0.24.0
>
>         Attachments: HADOOP-8160.patch
>
>   Original Estimate: 2m
>  Remaining Estimate: 2m
>
> HardLink.getLinkCount() is getting stuck in cygwin for long file names, due to MS-DOS style path.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (HADOOP-8160) HardLink.getLinkCount() is getting stuck in eclipse ( Cygwin) for long file names, due to MS-Dos style Path.

Posted by "VINAYAKUMAR B (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-8160?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

VINAYAKUMAR B updated HADOOP-8160:
----------------------------------

    Attachment:     (was: HADOOP-8160.patch)
    
> HardLink.getLinkCount() is getting stuck in eclipse ( Cygwin) for long file names, due to MS-Dos style Path.
> ------------------------------------------------------------------------------------------------------------
>
>                 Key: HADOOP-8160
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8160
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: util
>    Affects Versions: 0.24.0, 0.23.1
>         Environment: Cygwin
>            Reporter: VINAYAKUMAR B
>            Priority: Minor
>             Fix For: 0.24.0
>
>         Attachments: HADOOP-8160.patch
>
>   Original Estimate: 2m
>  Remaining Estimate: 2m
>
> HardLink.getLinkCount() is getting stuck in cygwin for long file names, due to MS-DOS style path.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira