[jira] [Work logged] (HADOOP-17578) Improve UGI debug log to help troubleshooting TokenCache related issues

2021-03-22 Thread ASF GitHub Bot (Jira)


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

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

Author: ASF GitHub Bot
Created on: 23/Mar/21 00:01
Start Date: 23/Mar/21 00:01
Worklog Time Spent: 10m 
  Work Description: xiaoyuyao commented on pull request #2762:
URL: https://github.com/apache/hadoop/pull/2762#issuecomment-804480648


   https://github.com/apache/hadoop/pull/2802 is opened to fix the javadoc 
issue. 


-- 
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


Issue Time Tracking
---

Worklog Id: (was: 570152)
Time Spent: 2h  (was: 1h 50m)

> Improve UGI debug log to help troubleshooting TokenCache related issues
> ---
>
> Key: HADOOP-17578
> URL: https://issues.apache.org/jira/browse/HADOOP-17578
> Project: Hadoop Common
>  Issue Type: Bug
>Affects Versions: 3.2.0
>Reporter: Xiaoyu Yao
>Assignee: Xiaoyu Yao
>Priority: Major
>  Labels: pull-request-available
> Fix For: 3.4.0
>
>  Time Spent: 2h
>  Remaining Estimate: 0h
>
> We have seen some issues around TokenCache getDelegationToken failures even 
> though the UGI already has a valid token. The tricky part is the token map is 
> keyed by the canonical service name, which can be different from the actual 
> service field in the token, e.g. KMS token in HA case. The current UGI log 
> dumps all the tokens but not the keys of the token map. This ticket is opened 
> to include the complete token map information in the debug log.  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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



[jira] [Work logged] (HADOOP-17578) Improve UGI debug log to help troubleshooting TokenCache related issues

2021-03-22 Thread ASF GitHub Bot (Jira)


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

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

Author: ASF GitHub Bot
Created on: 22/Mar/21 23:52
Start Date: 22/Mar/21 23:52
Worklog Time Spent: 10m 
  Work Description: xiaoyuyao commented on pull request #2762:
URL: https://github.com/apache/hadoop/pull/2762#issuecomment-804474635


   Thanks @steveloughran  and @aajisaka. I will open a new ticket for the 
javadoc fix. 


-- 
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


Issue Time Tracking
---

Worklog Id: (was: 570147)
Time Spent: 1h 50m  (was: 1h 40m)

> Improve UGI debug log to help troubleshooting TokenCache related issues
> ---
>
> Key: HADOOP-17578
> URL: https://issues.apache.org/jira/browse/HADOOP-17578
> Project: Hadoop Common
>  Issue Type: Bug
>Affects Versions: 3.2.0
>Reporter: Xiaoyu Yao
>Assignee: Xiaoyu Yao
>Priority: Major
>  Labels: pull-request-available
> Fix For: 3.4.0
>
>  Time Spent: 1h 50m
>  Remaining Estimate: 0h
>
> We have seen some issues around TokenCache getDelegationToken failures even 
> though the UGI already has a valid token. The tricky part is the token map is 
> keyed by the canonical service name, which can be different from the actual 
> service field in the token, e.g. KMS token in HA case. The current UGI log 
> dumps all the tokens but not the keys of the token map. This ticket is opened 
> to include the complete token map information in the debug log.  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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



[jira] [Work logged] (HADOOP-17578) Improve UGI debug log to help troubleshooting TokenCache related issues

2021-03-22 Thread ASF GitHub Bot (Jira)


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

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

Author: ASF GitHub Bot
Created on: 22/Mar/21 21:48
Start Date: 22/Mar/21 21:48
Worklog Time Spent: 10m 
  Work Description: steveloughran commented on pull request #2762:
URL: https://github.com/apache/hadoop/pull/2762#issuecomment-804418330


   yeah, we do need a fix for this


-- 
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


Issue Time Tracking
---

Worklog Id: (was: 570073)
Time Spent: 1h 40m  (was: 1.5h)

> Improve UGI debug log to help troubleshooting TokenCache related issues
> ---
>
> Key: HADOOP-17578
> URL: https://issues.apache.org/jira/browse/HADOOP-17578
> Project: Hadoop Common
>  Issue Type: Bug
>Affects Versions: 3.2.0
>Reporter: Xiaoyu Yao
>Assignee: Xiaoyu Yao
>Priority: Major
>  Labels: pull-request-available
> Fix For: 3.4.0
>
>  Time Spent: 1h 40m
>  Remaining Estimate: 0h
>
> We have seen some issues around TokenCache getDelegationToken failures even 
> though the UGI already has a valid token. The tricky part is the token map is 
> keyed by the canonical service name, which can be different from the actual 
> service field in the token, e.g. KMS token in HA case. The current UGI log 
> dumps all the tokens but not the keys of the token map. This ticket is opened 
> to include the complete token map information in the debug log.  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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



[jira] [Work logged] (HADOOP-17578) Improve UGI debug log to help troubleshooting TokenCache related issues

2021-03-17 Thread ASF GitHub Bot (Jira)


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

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

Author: ASF GitHub Bot
Created on: 18/Mar/21 03:49
Start Date: 18/Mar/21 03:49
Worklog Time Spent: 10m 
  Work Description: aajisaka commented on pull request #2762:
URL: https://github.com/apache/hadoop/pull/2762#issuecomment-801599351


   > Java doc issue is unrelated. 
   
   ```
   [ERROR] 
/home/jenkins/jenkins-home/workspace/hadoop-multibranch_PR-2762/src/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/security/UserGroupInformation.java:1923:
 error: exception not thrown: java.io.IOException
   [ERROR]* @throws IOException
   [ERROR]  ^
   ```
   
   `throws IOException` has been removed by the patch and it is related.
   
   @xiaoyuyao @cxorm
   Would you please fix this?



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


Issue Time Tracking
---

Worklog Id: (was: 568076)
Time Spent: 1.5h  (was: 1h 20m)

> Improve UGI debug log to help troubleshooting TokenCache related issues
> ---
>
> Key: HADOOP-17578
> URL: https://issues.apache.org/jira/browse/HADOOP-17578
> Project: Hadoop Common
>  Issue Type: Bug
>Affects Versions: 3.2.0
>Reporter: Xiaoyu Yao
>Assignee: Xiaoyu Yao
>Priority: Major
>  Labels: pull-request-available
> Fix For: 3.4.0
>
>  Time Spent: 1.5h
>  Remaining Estimate: 0h
>
> We have seen some issues around TokenCache getDelegationToken failures even 
> though the UGI already has a valid token. The tricky part is the token map is 
> keyed by the canonical service name, which can be different from the actual 
> service field in the token, e.g. KMS token in HA case. The current UGI log 
> dumps all the tokens but not the keys of the token map. This ticket is opened 
> to include the complete token map information in the debug log.  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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



[jira] [Work logged] (HADOOP-17578) Improve UGI debug log to help troubleshooting TokenCache related issues

2021-03-17 Thread ASF GitHub Bot (Jira)


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

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

Author: ASF GitHub Bot
Created on: 17/Mar/21 17:57
Start Date: 17/Mar/21 17:57
Worklog Time Spent: 10m 
  Work Description: xiaoyuyao commented on pull request #2762:
URL: https://github.com/apache/hadoop/pull/2762#issuecomment-801291174


   Java doc issue is unrelated. Thanks @cxorm for the review. I'll merge the PR 
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


Issue Time Tracking
---

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

> Improve UGI debug log to help troubleshooting TokenCache related issues
> ---
>
> Key: HADOOP-17578
> URL: https://issues.apache.org/jira/browse/HADOOP-17578
> Project: Hadoop Common
>  Issue Type: Bug
>Affects Versions: 3.2.0
>Reporter: Xiaoyu Yao
>Assignee: Xiaoyu Yao
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 1h 10m
>  Remaining Estimate: 0h
>
> We have seen some issues around TokenCache getDelegationToken failures even 
> though the UGI already has a valid token. The tricky part is the token map is 
> keyed by the canonical service name, which can be different from the actual 
> service field in the token, e.g. KMS token in HA case. The current UGI log 
> dumps all the tokens but not the keys of the token map. This ticket is opened 
> to include the complete token map information in the debug log.  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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



[jira] [Work logged] (HADOOP-17578) Improve UGI debug log to help troubleshooting TokenCache related issues

2021-03-17 Thread ASF GitHub Bot (Jira)


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

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

Author: ASF GitHub Bot
Created on: 17/Mar/21 17:57
Start Date: 17/Mar/21 17:57
Worklog Time Spent: 10m 
  Work Description: xiaoyuyao merged pull request #2762:
URL: https://github.com/apache/hadoop/pull/2762


   



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


Issue Time Tracking
---

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

> Improve UGI debug log to help troubleshooting TokenCache related issues
> ---
>
> Key: HADOOP-17578
> URL: https://issues.apache.org/jira/browse/HADOOP-17578
> Project: Hadoop Common
>  Issue Type: Bug
>Affects Versions: 3.2.0
>Reporter: Xiaoyu Yao
>Assignee: Xiaoyu Yao
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 1h 20m
>  Remaining Estimate: 0h
>
> We have seen some issues around TokenCache getDelegationToken failures even 
> though the UGI already has a valid token. The tricky part is the token map is 
> keyed by the canonical service name, which can be different from the actual 
> service field in the token, e.g. KMS token in HA case. The current UGI log 
> dumps all the tokens but not the keys of the token map. This ticket is opened 
> to include the complete token map information in the debug log.  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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



[jira] [Work logged] (HADOOP-17578) Improve UGI debug log to help troubleshooting TokenCache related issues

2021-03-16 Thread ASF GitHub Bot (Jira)


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

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

Author: ASF GitHub Bot
Created on: 17/Mar/21 01:21
Start Date: 17/Mar/21 01:21
Worklog Time Spent: 10m 
  Work Description: hadoop-yetus commented on pull request #2762:
URL: https://github.com/apache/hadoop/pull/2762#issuecomment-800722095


   :broken_heart: **-1 overall**
   
   
   
   
   
   
   | Vote | Subsystem | Runtime |  Logfile | Comment |
   |::|--:|:|::|:---:|
   | +0 :ok: |  reexec  |   0m 59s |  |  Docker mode activated.  |
    _ Prechecks _ |
   | +1 :green_heart: |  dupname  |   0m  0s |  |  No case conflicting files 
found.  |
   | +0 :ok: |  codespell  |   0m  1s |  |  codespell was not available.  |
   | +1 :green_heart: |  @author  |   0m  0s |  |  The patch does not contain 
any @author tags.  |
   | -1 :x: |  test4tests  |   0m  0s |  |  The patch doesn't appear to include 
any new or modified tests. Please justify why no new tests are needed for this 
patch. Also please list what manual steps were performed to verify this patch.  
|
    _ trunk Compile Tests _ |
   | +1 :green_heart: |  mvninstall  |  35m 22s |  |  trunk passed  |
   | +1 :green_heart: |  compile  |  22m 38s |  |  trunk passed with JDK 
Ubuntu-11.0.10+9-Ubuntu-0ubuntu1.20.04  |
   | +1 :green_heart: |  compile  |  19m 12s |  |  trunk passed with JDK 
Private Build-1.8.0_282-8u282-b08-0ubuntu1~20.04-b08  |
   | +1 :green_heart: |  checkstyle  |   1m  0s |  |  trunk passed  |
   | +1 :green_heart: |  mvnsite  |   1m 31s |  |  trunk passed  |
   | +1 :green_heart: |  javadoc  |   0m 58s |  |  trunk passed with JDK 
Ubuntu-11.0.10+9-Ubuntu-0ubuntu1.20.04  |
   | +1 :green_heart: |  javadoc  |   1m 32s |  |  trunk passed with JDK 
Private Build-1.8.0_282-8u282-b08-0ubuntu1~20.04-b08  |
   | +1 :green_heart: |  spotbugs  |   2m 20s |  |  trunk passed  |
   | +1 :green_heart: |  shadedclient  |  18m  2s |  |  branch has no errors 
when building and testing our client artifacts.  |
    _ Patch Compile Tests _ |
   | +1 :green_heart: |  mvninstall  |   0m 53s |  |  the patch passed  |
   | +1 :green_heart: |  compile  |  22m  2s |  |  the patch passed with JDK 
Ubuntu-11.0.10+9-Ubuntu-0ubuntu1.20.04  |
   | +1 :green_heart: |  javac  |  22m  2s |  |  the patch passed  |
   | +1 :green_heart: |  compile  |  19m 15s |  |  the patch passed with JDK 
Private Build-1.8.0_282-8u282-b08-0ubuntu1~20.04-b08  |
   | +1 :green_heart: |  javac  |  19m 15s |  |  the patch passed  |
   | +1 :green_heart: |  blanks  |   0m  0s |  |  The patch has no blanks 
issues.  |
   | +1 :green_heart: |  checkstyle  |   1m  3s |  |  the patch passed  |
   | +1 :green_heart: |  mvnsite  |   1m 25s |  |  the patch passed  |
   | -1 :x: |  javadoc  |   0m 57s | 
[/patch-javadoc-hadoop-common-project_hadoop-common-jdkUbuntu-11.0.10+9-Ubuntu-0ubuntu1.20.04.txt](https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-2762/4/artifact/out/patch-javadoc-hadoop-common-project_hadoop-common-jdkUbuntu-11.0.10+9-Ubuntu-0ubuntu1.20.04.txt)
 |  hadoop-common in the patch failed with JDK 
Ubuntu-11.0.10+9-Ubuntu-0ubuntu1.20.04.  |
   | +1 :green_heart: |  javadoc  |   1m 32s |  |  the patch passed with JDK 
Private Build-1.8.0_282-8u282-b08-0ubuntu1~20.04-b08  |
   | +1 :green_heart: |  spotbugs  |   2m 31s |  |  the patch passed  |
   | +1 :green_heart: |  shadedclient  |  18m 15s |  |  patch has no errors 
when building and testing our client artifacts.  |
    _ Other Tests _ |
   | +1 :green_heart: |  unit  |  17m 14s |  |  hadoop-common in the patch 
passed.  |
   | +1 :green_heart: |  asflicense  |   0m 49s |  |  The patch does not 
generate ASF License warnings.  |
   |  |   | 189m  3s |  |  |
   
   
   | Subsystem | Report/Notes |
   |--:|:-|
   | Docker | ClientAPI=1.41 ServerAPI=1.41 base: 
https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-2762/4/artifact/out/Dockerfile
 |
   | GITHUB PR | https://github.com/apache/hadoop/pull/2762 |
   | Optional Tests | dupname asflicense compile javac javadoc mvninstall 
mvnsite unit shadedclient spotbugs checkstyle codespell |
   | uname | Linux 206807b5ac97 4.15.0-101-generic #102-Ubuntu SMP Mon May 11 
10:07:26 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux |
   | Build tool | maven |
   | Personality | dev-support/bin/hadoop.sh |
   | git revision | trunk / 6655d2238e5762f144e8a97db11e6318250960cb |
   | Default Java | Private Build-1.8.0_282-8u282-b08-0ubuntu1~20.04-b08 |
   | Multi-JDK versions | 
/usr/lib/jvm/java-11-openjdk-amd64:Ubuntu-11.0.10+9-Ubuntu-0ubuntu1.20.04 
/usr/lib/jvm/java-8-openjdk-amd64:Private 
Build-1.8.0_282-8u282-b08-0ubuntu1~20.04-b08 |
   |  Test Results | 
https://ci-hadoop.apache.org/job/hadoop-multibranch/job/

[jira] [Work logged] (HADOOP-17578) Improve UGI debug log to help troubleshooting TokenCache related issues

2021-03-16 Thread ASF GitHub Bot (Jira)


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

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

Author: ASF GitHub Bot
Created on: 16/Mar/21 21:44
Start Date: 16/Mar/21 21:44
Worklog Time Spent: 10m 
  Work Description: hadoop-yetus commented on pull request #2762:
URL: https://github.com/apache/hadoop/pull/2762#issuecomment-800630280


   :broken_heart: **-1 overall**
   
   
   
   
   
   
   | Vote | Subsystem | Runtime |  Logfile | Comment |
   |::|--:|:|::|:---:|
   | +0 :ok: |  reexec  |   1m 20s |  |  Docker mode activated.  |
    _ Prechecks _ |
   | +1 :green_heart: |  dupname  |   0m  0s |  |  No case conflicting files 
found.  |
   | +0 :ok: |  codespell  |   0m  1s |  |  codespell was not available.  |
   | +1 :green_heart: |  @author  |   0m  0s |  |  The patch does not contain 
any @author tags.  |
   | -1 :x: |  test4tests  |   0m  0s |  |  The patch doesn't appear to include 
any new or modified tests. Please justify why no new tests are needed for this 
patch. Also please list what manual steps were performed to verify this patch.  
|
    _ trunk Compile Tests _ |
   | +1 :green_heart: |  mvninstall  |  35m 25s |  |  trunk passed  |
   | +1 :green_heart: |  compile  |  23m 42s |  |  trunk passed with JDK 
Ubuntu-11.0.10+9-Ubuntu-0ubuntu1.20.04  |
   | +1 :green_heart: |  compile  |  19m 29s |  |  trunk passed with JDK 
Private Build-1.8.0_282-8u282-b08-0ubuntu1~20.04-b08  |
   | +1 :green_heart: |  checkstyle  |   1m  0s |  |  trunk passed  |
   | +1 :green_heart: |  mvnsite  |   1m 30s |  |  trunk passed  |
   | +1 :green_heart: |  javadoc  |   1m  0s |  |  trunk passed with JDK 
Ubuntu-11.0.10+9-Ubuntu-0ubuntu1.20.04  |
   | +1 :green_heart: |  javadoc  |   1m 32s |  |  trunk passed with JDK 
Private Build-1.8.0_282-8u282-b08-0ubuntu1~20.04-b08  |
   | +1 :green_heart: |  spotbugs  |   2m 20s |  |  trunk passed  |
   | +1 :green_heart: |  shadedclient  |  18m 13s |  |  branch has no errors 
when building and testing our client artifacts.  |
    _ Patch Compile Tests _ |
   | +1 :green_heart: |  mvninstall  |   0m 55s |  |  the patch passed  |
   | +1 :green_heart: |  compile  |  21m 51s |  |  the patch passed with JDK 
Ubuntu-11.0.10+9-Ubuntu-0ubuntu1.20.04  |
   | +1 :green_heart: |  javac  |  21m 51s |  |  the patch passed  |
   | +1 :green_heart: |  compile  |  18m 58s |  |  the patch passed with JDK 
Private Build-1.8.0_282-8u282-b08-0ubuntu1~20.04-b08  |
   | +1 :green_heart: |  javac  |  18m 58s |  |  the patch passed  |
   | +1 :green_heart: |  blanks  |   0m  0s |  |  The patch has no blanks 
issues.  |
   | -0 :warning: |  checkstyle  |   0m 57s | 
[/results-checkstyle-hadoop-common-project_hadoop-common.txt](https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-2762/3/artifact/out/results-checkstyle-hadoop-common-project_hadoop-common.txt)
 |  hadoop-common-project/hadoop-common: The patch generated 1 new + 71 
unchanged - 0 fixed = 72 total (was 71)  |
   | +1 :green_heart: |  mvnsite  |   1m 27s |  |  the patch passed  |
   | -1 :x: |  javadoc  |   1m  0s | 
[/patch-javadoc-hadoop-common-project_hadoop-common-jdkUbuntu-11.0.10+9-Ubuntu-0ubuntu1.20.04.txt](https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-2762/3/artifact/out/patch-javadoc-hadoop-common-project_hadoop-common-jdkUbuntu-11.0.10+9-Ubuntu-0ubuntu1.20.04.txt)
 |  hadoop-common in the patch failed with JDK 
Ubuntu-11.0.10+9-Ubuntu-0ubuntu1.20.04.  |
   | +1 :green_heart: |  javadoc  |   1m 33s |  |  the patch passed with JDK 
Private Build-1.8.0_282-8u282-b08-0ubuntu1~20.04-b08  |
   | +1 :green_heart: |  spotbugs  |   2m 32s |  |  the patch passed  |
   | +1 :green_heart: |  shadedclient  |  18m 30s |  |  patch has no errors 
when building and testing our client artifacts.  |
    _ Other Tests _ |
   | +1 :green_heart: |  unit  |  17m  5s |  |  hadoop-common in the patch 
passed.  |
   | +1 :green_heart: |  asflicense  |   0m 48s |  |  The patch does not 
generate ASF License warnings.  |
   |  |   | 191m  7s |  |  |
   
   
   | Subsystem | Report/Notes |
   |--:|:-|
   | Docker | ClientAPI=1.41 ServerAPI=1.41 base: 
https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-2762/3/artifact/out/Dockerfile
 |
   | GITHUB PR | https://github.com/apache/hadoop/pull/2762 |
   | Optional Tests | dupname asflicense compile javac javadoc mvninstall 
mvnsite unit shadedclient spotbugs checkstyle codespell |
   | uname | Linux 2a22a533a829 4.15.0-101-generic #102-Ubuntu SMP Mon May 11 
10:07:26 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux |
   | Build tool | maven |
   | Personality | dev-support/bin/hadoop.sh |
   | git revision | trunk / 54b0ae4acdbcd460ad7dbf7832a9d09a79a7eb98 |
   | Default Java | Private Build-1.8.0_282-8u282-b08-0

[jira] [Work logged] (HADOOP-17578) Improve UGI debug log to help troubleshooting TokenCache related issues

2021-03-15 Thread ASF GitHub Bot (Jira)


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

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

Author: ASF GitHub Bot
Created on: 15/Mar/21 23:05
Start Date: 15/Mar/21 23:05
Worklog Time Spent: 10m 
  Work Description: hadoop-yetus commented on pull request #2762:
URL: https://github.com/apache/hadoop/pull/2762#issuecomment-799813073


   :broken_heart: **-1 overall**
   
   
   
   
   
   
   | Vote | Subsystem | Runtime |  Logfile | Comment |
   |::|--:|:|::|:---:|
   | +0 :ok: |  reexec  |   0m 35s |  |  Docker mode activated.  |
    _ Prechecks _ |
   | +1 :green_heart: |  dupname  |   0m  0s |  |  No case conflicting files 
found.  |
   | +0 :ok: |  codespell  |   0m  1s |  |  codespell was not available.  |
   | +1 :green_heart: |  @author  |   0m  0s |  |  The patch does not contain 
any @author tags.  |
   | -1 :x: |  test4tests  |   0m  0s |  |  The patch doesn't appear to include 
any new or modified tests. Please justify why no new tests are needed for this 
patch. Also please list what manual steps were performed to verify this patch.  
|
    _ trunk Compile Tests _ |
   | +1 :green_heart: |  mvninstall  |  32m 33s |  |  trunk passed  |
   | +1 :green_heart: |  compile  |  20m 54s |  |  trunk passed with JDK 
Ubuntu-11.0.10+9-Ubuntu-0ubuntu1.20.04  |
   | +1 :green_heart: |  compile  |  18m  0s |  |  trunk passed with JDK 
Private Build-1.8.0_282-8u282-b08-0ubuntu1~20.04-b08  |
   | +1 :green_heart: |  checkstyle  |   1m  6s |  |  trunk passed  |
   | +1 :green_heart: |  mvnsite  |   1m 33s |  |  trunk passed  |
   | +1 :green_heart: |  javadoc  |   1m  5s |  |  trunk passed with JDK 
Ubuntu-11.0.10+9-Ubuntu-0ubuntu1.20.04  |
   | +1 :green_heart: |  javadoc  |   1m 35s |  |  trunk passed with JDK 
Private Build-1.8.0_282-8u282-b08-0ubuntu1~20.04-b08  |
   | +1 :green_heart: |  spotbugs  |   2m 22s |  |  trunk passed  |
   | +1 :green_heart: |  shadedclient  |  15m 45s |  |  branch has no errors 
when building and testing our client artifacts.  |
    _ Patch Compile Tests _ |
   | +1 :green_heart: |  mvninstall  |   0m 52s |  |  the patch passed  |
   | -1 :x: |  compile  |   8m  4s | 
[/patch-compile-root-jdkUbuntu-11.0.10+9-Ubuntu-0ubuntu1.20.04.txt](https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-2762/2/artifact/out/patch-compile-root-jdkUbuntu-11.0.10+9-Ubuntu-0ubuntu1.20.04.txt)
 |  root in the patch failed with JDK Ubuntu-11.0.10+9-Ubuntu-0ubuntu1.20.04.  |
   | -1 :x: |  javac  |   8m  4s | 
[/patch-compile-root-jdkUbuntu-11.0.10+9-Ubuntu-0ubuntu1.20.04.txt](https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-2762/2/artifact/out/patch-compile-root-jdkUbuntu-11.0.10+9-Ubuntu-0ubuntu1.20.04.txt)
 |  root in the patch failed with JDK Ubuntu-11.0.10+9-Ubuntu-0ubuntu1.20.04.  |
   | -1 :x: |  compile  |   7m 13s | 
[/patch-compile-root-jdkPrivateBuild-1.8.0_282-8u282-b08-0ubuntu1~20.04-b08.txt](https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-2762/2/artifact/out/patch-compile-root-jdkPrivateBuild-1.8.0_282-8u282-b08-0ubuntu1~20.04-b08.txt)
 |  root in the patch failed with JDK Private 
Build-1.8.0_282-8u282-b08-0ubuntu1~20.04-b08.  |
   | -1 :x: |  javac  |   7m 13s | 
[/patch-compile-root-jdkPrivateBuild-1.8.0_282-8u282-b08-0ubuntu1~20.04-b08.txt](https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-2762/2/artifact/out/patch-compile-root-jdkPrivateBuild-1.8.0_282-8u282-b08-0ubuntu1~20.04-b08.txt)
 |  root in the patch failed with JDK Private 
Build-1.8.0_282-8u282-b08-0ubuntu1~20.04-b08.  |
   | +1 :green_heart: |  blanks  |   0m  0s |  |  The patch has no blanks 
issues.  |
   | +1 :green_heart: |  checkstyle  |   0m 47s |  |  the patch passed  |
   | +1 :green_heart: |  mvnsite  |   1m 12s |  |  the patch passed  |
   | -1 :x: |  javadoc  |   0m 46s | 
[/patch-javadoc-hadoop-common-project_hadoop-common-jdkUbuntu-11.0.10+9-Ubuntu-0ubuntu1.20.04.txt](https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-2762/2/artifact/out/patch-javadoc-hadoop-common-project_hadoop-common-jdkUbuntu-11.0.10+9-Ubuntu-0ubuntu1.20.04.txt)
 |  hadoop-common in the patch failed with JDK 
Ubuntu-11.0.10+9-Ubuntu-0ubuntu1.20.04.  |
   | +1 :green_heart: |  javadoc  |   1m 20s |  |  the patch passed with JDK 
Private Build-1.8.0_282-8u282-b08-0ubuntu1~20.04-b08  |
   | +1 :green_heart: |  spotbugs  |   2m 16s |  |  the patch passed  |
   | -1 :x: |  shadedclient  |   5m 52s |  |  patch has errors when building 
and testing our client artifacts.  |
    _ Other Tests _ |
   | +1 :green_heart: |  unit  |  17m 25s |  |  hadoop-common in the patch 
passed.  |
   | +1 :green_heart: |  asflicense  |   0m 32s |  |  The patch does not 
generate ASF License warnings.  |
   |  |   | 141m  1s |  |  |
   
   
   | Subsystem | Repo

[jira] [Work logged] (HADOOP-17578) Improve UGI debug log to help troubleshooting TokenCache related issues

2021-03-12 Thread ASF GitHub Bot (Jira)


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

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

Author: ASF GitHub Bot
Created on: 12/Mar/21 19:30
Start Date: 12/Mar/21 19:30
Worklog Time Spent: 10m 
  Work Description: xiaoyuyao opened a new pull request #2762:
URL: https://github.com/apache/hadoop/pull/2762


   https://issues.apache.org/jira/browse/HADOOP-17578
   
   Additional Debug Log for troubleshooting TokenCache related issues. 



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


Issue Time Tracking
---

Worklog Id: (was: 565477)
Time Spent: 0.5h  (was: 20m)

> Improve UGI debug log to help troubleshooting TokenCache related issues
> ---
>
> Key: HADOOP-17578
> URL: https://issues.apache.org/jira/browse/HADOOP-17578
> Project: Hadoop Common
>  Issue Type: Bug
>Affects Versions: 3.2.0
>Reporter: Xiaoyu Yao
>Assignee: Xiaoyu Yao
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> We have seen some issues around TokenCache getDelegationToken failures even 
> though the UGI already has a valid token. The tricky part is the token map is 
> keyed by the canonical service name, which can be different from the actual 
> service field in the token, e.g. KMS token in HA case. The current UGI log 
> dumps all the tokens but not the keys of the token map. This ticket is opened 
> to include the complete token map information in the debug log.  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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



[jira] [Work logged] (HADOOP-17578) Improve UGI debug log to help troubleshooting TokenCache related issues

2021-03-12 Thread ASF GitHub Bot (Jira)


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

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

Author: ASF GitHub Bot
Created on: 12/Mar/21 19:30
Start Date: 12/Mar/21 19:30
Worklog Time Spent: 10m 
  Work Description: xiaoyuyao closed pull request #2762:
URL: https://github.com/apache/hadoop/pull/2762


   



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


Issue Time Tracking
---

Worklog Id: (was: 565476)
Time Spent: 20m  (was: 10m)

> Improve UGI debug log to help troubleshooting TokenCache related issues
> ---
>
> Key: HADOOP-17578
> URL: https://issues.apache.org/jira/browse/HADOOP-17578
> Project: Hadoop Common
>  Issue Type: Bug
>Affects Versions: 3.2.0
>Reporter: Xiaoyu Yao
>Assignee: Xiaoyu Yao
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> We have seen some issues around TokenCache getDelegationToken failures even 
> though the UGI already has a valid token. The tricky part is the token map is 
> keyed by the canonical service name, which can be different from the actual 
> service field in the token, e.g. KMS token in HA case. The current UGI log 
> dumps all the tokens but not the keys of the token map. This ticket is opened 
> to include the complete token map information in the debug log.  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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



[jira] [Work logged] (HADOOP-17578) Improve UGI debug log to help troubleshooting TokenCache related issues

2021-03-11 Thread ASF GitHub Bot (Jira)


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

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

Author: ASF GitHub Bot
Created on: 11/Mar/21 22:10
Start Date: 11/Mar/21 22:10
Worklog Time Spent: 10m 
  Work Description: xiaoyuyao opened a new pull request #2762:
URL: https://github.com/apache/hadoop/pull/2762


   https://issues.apache.org/jira/browse/HADOOP-17578
   
   Additional Debug Log for troubleshooting TokenCache related issues. 



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


Issue Time Tracking
---

Worklog Id: (was: 564983)
Remaining Estimate: 0h
Time Spent: 10m

> Improve UGI debug log to help troubleshooting TokenCache related issues
> ---
>
> Key: HADOOP-17578
> URL: https://issues.apache.org/jira/browse/HADOOP-17578
> Project: Hadoop Common
>  Issue Type: Bug
>Affects Versions: 3.2.0
>Reporter: Xiaoyu Yao
>Assignee: Xiaoyu Yao
>Priority: Major
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> We have seen some issues around TokenCache getDelegationToken failures even 
> though the UGI already has a valid token. The tricky part is the token map is 
> keyed by the canonical service name, which can be different from the actual 
> service field in the token, e.g. KMS token in HA case. The current UGI log 
> dumps all the tokens but not the keys of the token map. This ticket is opened 
> to include the complete token map information in the debug log.  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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