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 GitBox <gi...@apache.org> on 2020/08/04 17:20:00 UTC

[GitHub] [hadoop] bilaharith opened a new pull request #2192: HADOOP-17183. ABFS: Enabling checkaccess on ABFS

bilaharith opened a new pull request #2192:
URL: https://github.com/apache/hadoop/pull/2192


   ABFS: Enabling checkaccess API
   
   **With checkaccess test configs
   
   SharedKey
   
   Account without HNS support**
   [INFO] Tests run: 87, Failures: 0, Errors: 0, Skipped: 0
   
   [ERROR] Errors: 
   [ERROR]   ITestAbfsInputStreamStatistics.testReadAheadCounters:346 » TestTimedOut test t...
   [INFO] 
   [ERROR] Tests run: 451, Failures: 0, Errors: 1, Skipped: 244
   
   [WARNING] Tests run: 207, Failures: 0, Errors: 0, Skipped: 16
   
   **Account with HNS support**
   [INFO] Tests run: 87, Failures: 0, Errors: 0, Skipped: 0
   
   [ERROR] Errors: 
   [ERROR]   ITestAbfsInputStreamStatistics.testReadAheadCounters:346 » TestTimedOut test t...
   [ERROR]   ITestGetNameSpaceEnabled.testFailedRequestWhenCredentialsNotCorrect:160->AbstractAbfsIntegrationTest.getFileSystem:254 » KeyProvider
   [INFO] 
   [ERROR] Tests run: 451, Failures: 0, Errors: 2, Skipped: 33
   
   [WARNING] Tests run: 207, Failures: 0, Errors: 0, Skipped: 16
   
   **OAuth**
   
   **Account without HNS support**
   [INFO] Tests run: 87, Failures: 0, Errors: 0, Skipped: 0
   
   [ERROR] Errors: 
   [ERROR]   ITestAbfsInputStreamStatistics.testReadAheadCounters:346 » TestTimedOut test t...
   [INFO] 
   [ERROR] Tests run: 451, Failures: 0, Errors: 1, Skipped: 248
   
   [WARNING] Tests run: 207, Failures: 0, Errors: 0, Skipped: 24
   
   **Account with HNS support**
   [INFO] Tests run: 87, Failures: 0, Errors: 0, Skipped: 0
   
   [ERROR] Errors: 
   [ERROR]   ITestAbfsInputStreamStatistics.testReadAheadCounters:346 » TestTimedOut test t...
   [INFO] 
   [ERROR] Tests run: 451, Failures: 0, Errors: 1, Skipped: 66
   
   [WARNING] Tests run: 207, Failures: 0, Errors: 0, Skipped: 24
   
   **Without checkaccess configs**
   
   **Sharedkey**
   
   **Account without HNS support**
   [INFO] Tests run: 87, Failures: 0, Errors: 0, Skipped: 0
   
   [ERROR] Errors: 
   [ERROR]   ITestAbfsInputStreamStatistics.testReadAheadCounters:346 » TestTimedOut test t...
   [INFO] 
   [ERROR] Tests run: 451, Failures: 0, Errors: 1, Skipped: 245
   
   [WARNING] Tests run: 207, Failures: 0, Errors: 0, Skipped: 16
   
   **Account with HNS support**
   [INFO] Tests run: 87, Failures: 0, Errors: 0, Skipped: 0
   
   [ERROR] Errors: 
   [ERROR]   ITestAbfsInputStreamStatistics.testReadAheadCounters:346 » TestTimedOut test t...
   [ERROR]   ITestGetNameSpaceEnabled.testFailedRequestWhenCredentialsNotCorrect:160->AbstractAbfsIntegrationTest.getFileSystem:254 » KeyProvider
   [INFO] 
   [ERROR] Tests run: 451, Failures: 0, Errors: 2, Skipped: 41
   
   [WARNING] Tests run: 207, Failures: 0, Errors: 0, Skipped: 16
   
   **OAuth**
   
   **Account without HNS support**
   [INFO] Tests run: 87, Failures: 0, Errors: 0, Skipped: 0
   
   [ERROR] Errors: 
   [ERROR]   ITestAbfsInputStreamStatistics.testReadAheadCounters:346 » TestTimedOut test t...
   [INFO] 
   [ERROR] Tests run: 451, Failures:0, Errors: 1, Skipped: 249
   
   [WARNING] Tests run: 207, Failures: 0, Errors: 0, Skipped: 24
   
   **Account with HNS support**
   [INFO] Tests run: 87, Failures: 0, Errors: 0, Skipped: 0
   [ERROR] Errors: 
   [ERROR]   ITestAbfsInputStreamStatistics.testReadAheadCounters:346 » TestTimedOut test t...
   [INFO] 
   [ERROR] Tests run: 451, Failures: 0, Errors: 1, Skipped: 74
   
   [WARNING] Tests run: 207, Failures: 0, Errors: 0, Skipped: 24
   


----------------------------------------------------------------
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:
users@infra.apache.org



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


[GitHub] [hadoop] mehakmeet commented on pull request #2192: HADOOP-17183. ABFS: Enabling checkaccess on ABFS

Posted by GitBox <gi...@apache.org>.
mehakmeet commented on pull request #2192:
URL: https://github.com/apache/hadoop/pull/2192#issuecomment-671861754


   Tests are failing after the patch.
   https://issues.apache.org/jira/browse/HADOOP-17203


----------------------------------------------------------------
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:
users@infra.apache.org



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


[GitHub] [hadoop] DadanielZ merged pull request #2192: HADOOP-17183. ABFS: Enabling checkaccess on ABFS

Posted by GitBox <gi...@apache.org>.
DadanielZ merged pull request #2192:
URL: https://github.com/apache/hadoop/pull/2192


   


----------------------------------------------------------------
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:
users@infra.apache.org



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


[GitHub] [hadoop] bilaharith commented on pull request #2192: HADOOP-17183. ABFS: Enabling checkaccess on ABFS

Posted by GitBox <gi...@apache.org>.
bilaharith commented on pull request #2192:
URL: https://github.com/apache/hadoop/pull/2192#issuecomment-669276590


   > given a new config option is going in..
   > 
   > * what does it do?
   > * is there any reason _not_ to document it?
   
   This was related to the JIRA https://issues.apache.org/jira/browse/HADOOP-16455
   The checkaccess config is documented in that commit.
   Now we are making the default value for the config to be true.


----------------------------------------------------------------
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:
users@infra.apache.org



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


[GitHub] [hadoop] hadoop-yetus commented on pull request #2192: HADOOP-17183. ABFS: Enabling checkaccess on ABFS

Posted by GitBox <gi...@apache.org>.
hadoop-yetus commented on pull request #2192:
URL: https://github.com/apache/hadoop/pull/2192#issuecomment-668764029


   :confetti_ball: **+1 overall**
   
   
   
   
   
   
   | Vote | Subsystem | Runtime | Comment |
   |:----:|----------:|--------:|:--------|
   | +0 :ok: |  reexec  |   1m 22s |  Docker mode activated.  |
   ||| _ Prechecks _ |
   | +1 :green_heart: |  dupname  |   0m  0s |  No case conflicting files found.  |
   | +1 :green_heart: |  @author  |   0m  0s |  The patch does not contain any @author tags.  |
   | +1 :green_heart: |  test4tests  |   0m  0s |  The patch appears to include 1 new or modified test files.  |
   ||| _ trunk Compile Tests _ |
   | +1 :green_heart: |  mvninstall  |  20m 17s |  trunk passed  |
   | +1 :green_heart: |  compile  |   0m 34s |  trunk passed with JDK Ubuntu-11.0.8+10-post-Ubuntu-0ubuntu118.04.1  |
   | +1 :green_heart: |  compile  |   0m 33s |  trunk passed with JDK Private Build-1.8.0_252-8u252-b09-1~18.04-b09  |
   | +1 :green_heart: |  checkstyle  |   0m 21s |  trunk passed  |
   | +1 :green_heart: |  mvnsite  |   0m 33s |  trunk passed  |
   | +1 :green_heart: |  shadedclient  |  14m 56s |  branch has no errors when building and testing our client artifacts.  |
   | +1 :green_heart: |  javadoc  |   0m 28s |  trunk passed with JDK Ubuntu-11.0.8+10-post-Ubuntu-0ubuntu118.04.1  |
   | +1 :green_heart: |  javadoc  |   0m 25s |  trunk passed with JDK Private Build-1.8.0_252-8u252-b09-1~18.04-b09  |
   | +0 :ok: |  spotbugs  |   1m  3s |  Used deprecated FindBugs config; considering switching to SpotBugs.  |
   | +1 :green_heart: |  findbugs  |   0m 59s |  trunk passed  |
   ||| _ Patch Compile Tests _ |
   | +1 :green_heart: |  mvninstall  |   0m 30s |  the patch passed  |
   | +1 :green_heart: |  compile  |   0m 29s |  the patch passed with JDK Ubuntu-11.0.8+10-post-Ubuntu-0ubuntu118.04.1  |
   | +1 :green_heart: |  javac  |   0m 29s |  the patch passed  |
   | +1 :green_heart: |  compile  |   0m 25s |  the patch passed with JDK Private Build-1.8.0_252-8u252-b09-1~18.04-b09  |
   | +1 :green_heart: |  javac  |   0m 25s |  the patch passed  |
   | +1 :green_heart: |  checkstyle  |   0m 17s |  the patch passed  |
   | +1 :green_heart: |  mvnsite  |   0m 28s |  the patch passed  |
   | +1 :green_heart: |  whitespace  |   0m  0s |  The patch has no whitespace issues.  |
   | +1 :green_heart: |  shadedclient  |  14m 28s |  patch has no errors when building and testing our client artifacts.  |
   | +1 :green_heart: |  javadoc  |   0m 24s |  the patch passed with JDK Ubuntu-11.0.8+10-post-Ubuntu-0ubuntu118.04.1  |
   | +1 :green_heart: |  javadoc  |   0m 22s |  the patch passed with JDK Private Build-1.8.0_252-8u252-b09-1~18.04-b09  |
   | +1 :green_heart: |  findbugs  |   1m  3s |  the patch passed  |
   ||| _ Other Tests _ |
   | +1 :green_heart: |  unit  |   1m 27s |  hadoop-azure in the patch passed.  |
   | +1 :green_heart: |  asflicense  |   0m 30s |  The patch does not generate ASF License warnings.  |
   |  |   |  63m 12s |   |
   
   
   | Subsystem | Report/Notes |
   |----------:|:-------------|
   | Docker | ClientAPI=1.40 ServerAPI=1.40 base: https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-2192/1/artifact/out/Dockerfile |
   | GITHUB PR | https://github.com/apache/hadoop/pull/2192 |
   | Optional Tests | dupname asflicense compile javac javadoc mvninstall mvnsite unit shadedclient findbugs checkstyle |
   | uname | Linux 6bc3cb54d74f 4.15.0-65-generic #74-Ubuntu SMP Tue Sep 17 17:06:04 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux |
   | Build tool | maven |
   | Personality | personality/hadoop.sh |
   | git revision | trunk / 0277856738a |
   | Default Java | Private Build-1.8.0_252-8u252-b09-1~18.04-b09 |
   | Multi-JDK versions | /usr/lib/jvm/java-11-openjdk-amd64:Ubuntu-11.0.8+10-post-Ubuntu-0ubuntu118.04.1 /usr/lib/jvm/java-8-openjdk-amd64:Private Build-1.8.0_252-8u252-b09-1~18.04-b09 |
   |  Test Results | https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-2192/1/testReport/ |
   | Max. process+thread count | 413 (vs. ulimit of 5500) |
   | modules | C: hadoop-tools/hadoop-azure U: hadoop-tools/hadoop-azure |
   | Console output | https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-2192/1/console |
   | versions | git=2.17.1 maven=3.6.0 findbugs=4.0.6 |
   | Powered by | Apache Yetus 0.13.0-SNAPSHOT https://yetus.apache.org |
   
   
   This message was automatically generated.
   
   


----------------------------------------------------------------
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:
users@infra.apache.org



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


[GitHub] [hadoop] steveloughran commented on pull request #2192: HADOOP-17183. ABFS: Enabling checkaccess on ABFS

Posted by GitBox <gi...@apache.org>.
steveloughran commented on pull request #2192:
URL: https://github.com/apache/hadoop/pull/2192#issuecomment-669227108


   given a new config option is going in..
   * what does it do?
   * is there any reason _not_ to document 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:
users@infra.apache.org



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


[GitHub] [hadoop] bilaharith commented on pull request #2192: HADOOP-17183. ABFS: Enabling checkaccess on ABFS

Posted by GitBox <gi...@apache.org>.
bilaharith commented on pull request #2192:
URL: https://github.com/apache/hadoop/pull/2192#issuecomment-668987452


   The errors are already reported. PFB the JIRA's for the same.
   https://issues.apache.org/jira/browse/HADOOP-17160
   https://issues.apache.org/jira/browse/HADOOP-17149


----------------------------------------------------------------
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:
users@infra.apache.org



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