[GitHub] [hadoop] umamaheswararao commented on pull request #2092: HDFS-15429. mkdirs should work when parent dir is an internalDir and fallback configured.

2020-06-26 Thread GitBox


umamaheswararao commented on pull request #2092:
URL: https://github.com/apache/hadoop/pull/2092#issuecomment-650055532


   root: The patch generated 1 new + 90 unchanged - 1 fixed = 91 total (was 91)
   The above commit fixed the remaining 1. So, it should be 0 new check style. 
   
   Will push it shortly.



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.

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



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



[GitHub] [hadoop] umamaheswararao commented on pull request #2092: HDFS-15429. mkdirs should work when parent dir is an internalDir and fallback configured.

2020-06-26 Thread GitBox


umamaheswararao commented on pull request #2092:
URL: https://github.com/apache/hadoop/pull/2092#issuecomment-650020238


   ok I did not know that. Thanks for letting me know. Since I have test result 
already (link copied above), I will move ahead to commit. If no objections.



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.

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



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



[GitHub] [hadoop] umamaheswararao commented on pull request #2092: HDFS-15429. mkdirs should work when parent dir is an internalDir and fallback configured.

2020-06-26 Thread GitBox


umamaheswararao commented on pull request #2092:
URL: https://github.com/apache/hadoop/pull/2092#issuecomment-650009704


   For some reason its unable to post test results in Github.
   No related test failures: 
https://builds.apache.org/job/hadoop-multibranch/job/PR-2092/3/testReport/
   
   No check style errors:
   20:51:12  

   20:51:12  

   20:51:12   checkstyle: patch
   20:51:12  

   20:51:12  

   20:51:12  
   20:51:12  
   20:51:28  cd 
/home/jenkins/jenkins-slave/workspace/hadoop-multibranch_PR-2092/src
   20:51:28  /usr/bin/mvn --batch-mode checkstyle:checkstyle 
-Dcheckstyle.consoleOutput=true -Ptest-patch -DskipTests -Ptest-patch > 
/home/jenkins/jenkins-slave/workspace/hadoop-multibranch_PR-2092/out/buildtool-patch-checkstyle-root.txt
 2>&1
   20:54:04  
   20:54:04  root: The patch generated 2 new + 90 unchanged - 1 fixed = 92 
total (was 91)
   
   Hey @ayushtkn , do you have some idea whats going on here.
   Its actually running all tests and checks but somehow it's failing to post 
the results.
   
   Could not update commit status, please check if your scan credentials belong 
to a member of the organization or a collaborator of the repository and 
repo:status scope is selected
   
   ```
   GitHub has been notified of this commit’s build result
   
   Timeout has been exceeded
   java.lang.InterruptedException
at java.lang.Object.wait(Native Method)
at hudson.remoting.Request.call(Request.java:177)
at hudson.remoting.Channel.call(Channel.java:956)
   ```



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.

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



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



[GitHub] [hadoop] umamaheswararao commented on pull request #2092: HDFS-15429. mkdirs should work when parent dir is an internalDir and fallback configured.

2020-06-24 Thread GitBox


umamaheswararao commented on pull request #2092:
URL: https://github.com/apache/hadoop/pull/2092#issuecomment-649224805


   For some reason Yetus is failing at last and not posting results.
   Here is the link: 
https://builds.apache.org/job/hadoop-multibranch/job/PR-2092/2/console
   No test failures related to this change and no additional checkstyle issues.
   
   ```
   15:36:33  

   15:36:33  

   15:36:33   checkstyle: patch
   15:36:33  

   15:36:33  

   15:36:33  
   15:36:33  
   15:36:55  cd 
/home/jenkins/jenkins-slave/workspace/hadoop-multibranch_PR-2092/src
   15:36:55  /usr/bin/mvn --batch-mode checkstyle:checkstyle 
-Dcheckstyle.consoleOutput=true -Ptest-patch -DskipTests -Ptest-patch > 
/home/jenkins/jenkins-slave/workspace/hadoop-multibranch_PR-2092/out/buildtool-patch-checkstyle-root.txt
 2>&1
   15:39:31  
   15:39:31  root: The patch generated 0 new + 90 unchanged - 1 fixed = 90 
total (was 91)
   
   ```
   https://builds.apache.org/job/hadoop-multibranch/job/PR-2092/2/testReport/




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.

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



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



[GitHub] [hadoop] umamaheswararao commented on pull request #2092: HDFS-15429. mkdirs should work when parent dir is an internalDir and fallback configured.

2020-06-24 Thread GitBox


umamaheswararao commented on pull request #2092:
URL: https://github.com/apache/hadoop/pull/2092#issuecomment-649195125


   Thanks a lot @rakeshadr for the discussion offline. I relaxed the 
restriction on creating parent dirs in the case of fallback does not have the 
directory structure same as internal mount path. That make sense because anyway 
user can create that dir tree in fallback when the given directory has two 
levels deeper from internal mount dir.
   I updated the patch and added another test to cover it. Please take a look 
at it.



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.

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



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