[jira] [Work logged] (HDFS-15707) NNTop counts don't add up as expected

2020-12-07 Thread ASF GitHub Bot (Jira)


 [ 
https://issues.apache.org/jira/browse/HDFS-15707?focusedWorklogId=521361=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-521361
 ]

ASF GitHub Bot logged work on HDFS-15707:
-

Author: ASF GitHub Bot
Created on: 07/Dec/20 20:22
Start Date: 07/Dec/20 20:22
Worklog Time Spent: 10m 
  Work Description: jbrennan333 merged pull request #2516:
URL: https://github.com/apache/hadoop/pull/2516


   



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: 521361)
Time Spent: 50m  (was: 40m)

> NNTop counts don't add up as expected
> -
>
> Key: HDFS-15707
> URL: https://issues.apache.org/jira/browse/HDFS-15707
> Project: Hadoop HDFS
>  Issue Type: Bug
>  Components: hdfs, metrics, namenode
>Reporter: Ahmed Hussein
>Assignee: Ahmed Hussein
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 50m
>  Remaining Estimate: 0h
>
> When we queried 
> https://host-name:port/jmx?qry=Hadoop:service=NameNode,name=FSNamesystemState 
> earlier today, we received surprising results. Below is a subset of the data. 
> The notable thing here is that the count for {{opType='\*'}} from user 
> {{user1}} is {{66652}}, but the sum of counts for other {{optype}} values by 
> {{user1}} is actually larger: {{77253}}. I'd expect that {{opType='\*'}} to 
> always be greater than or equal to the sum for individual operation types.
> {code}
> {
>   "windows": [
> {
>   "windowLenMs": 30,
>   "ops": [
> {
>   "totalCount": 24158,
>   "opType": "rpc.complete",
>   "topUsers": [{ "count": 2944, "user": "user1" }]
> },
> {
>   "totalCount": 15921,
>   "opType": "rpc.rename",
>   "topUsers": [{ "count": 2891, "user": "user1" }]
> },
> {
>   "totalCount": 3015834,
>   "opType": "*",
>   "topUsers": [{ "count": 66652, "user": "user1" }]
> },
> {
>   "totalCount": 2086,
>   "opType": "rpc.abandonBlock",
>   "topUsers": [{ "count": 603, "user": "user1" }]
> },
> {
>   "totalCount": 30258,
>   "opType": "rpc.addBlock",
>   "topUsers": [{ "count": 3182, "user": "user1" }]
> },
> {
>   "totalCount": 101440,
>   "opType": "rpc.getServerDefaults",
>   "topUsers": [{ "count": 3521, "user": "user1" }]
> },
> {
>   "totalCount": 25258,
>   "opType": "rpc.create",
>   "topUsers": [{ "count": 1864, "user": "user1" }]
> },
> {
>   "totalCount": 1377563,
>   "opType": "rpc.getFileInfo",
>   "topUsers": [{ "count": 56541, "user": "user1" }]
> },
> {
>   "totalCount": 60836,
>   "opType": "rpc.renewLease",
>   "topUsers": [{ "count": 3783, "user": "user1" }]
> },
> {
>   "totalCount": 182212,
>   "opType": "rpc.getListing",
>   "topUsers": [{ "count": 1848, "user": "user1" }]
> },
> {
>   "totalCount": 380,
>   "opType": "rpc.updateBlockForPipeline",
>   "topUsers": [{ "count": 58, "user": "user1" }]
> },
> {
>   "totalCount": 215,
>   "opType": "rpc.updatePipeline",
>   "topUsers": [{ "count": 18, "user": "user1" }]
> }
>   ]
> }
>   ],
>   "timestamp": "2017-07-11T17:20:03+"
> }
> {code}
> The full {{TopUserOpCounts}} results from the NNTop endpoint results are 
> attached to this JIRA as {{nntop.json}}. The full endpoint output is attached 
> as {{endpoint.json}}.



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

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



[jira] [Work logged] (HDFS-15707) NNTop counts don't add up as expected

2020-12-04 Thread ASF GitHub Bot (Jira)


 [ 
https://issues.apache.org/jira/browse/HDFS-15707?focusedWorklogId=520283=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-520283
 ]

ASF GitHub Bot logged work on HDFS-15707:
-

Author: ASF GitHub Bot
Created on: 04/Dec/20 17:59
Start Date: 04/Dec/20 17:59
Worklog Time Spent: 10m 
  Work Description: hadoop-yetus commented on pull request #2516:
URL: https://github.com/apache/hadoop/pull/2516#issuecomment-738929524


   :broken_heart: **-1 overall**
   
   
   
   
   
   
   | Vote | Subsystem | Runtime |  Logfile | Comment |
   |::|--:|:|::|:---:|
   | +0 :ok: |  reexec  |   1m 11s |  |  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: |   |   0m  0s | [test4tests](test4tests) |  The patch 
appears to include 1 new or modified test files.  |
    _ trunk Compile Tests _ |
   | +1 :green_heart: |  mvninstall  |  35m 22s |  |  trunk passed  |
   | +1 :green_heart: |  compile  |   1m 20s |  |  trunk passed with JDK 
Ubuntu-11.0.9.1+1-Ubuntu-0ubuntu1.18.04  |
   | +1 :green_heart: |  compile  |   1m 15s |  |  trunk passed with JDK 
Private Build-1.8.0_275-8u275-b01-0ubuntu1~18.04-b01  |
   | +1 :green_heart: |  checkstyle  |   0m 48s |  |  trunk passed  |
   | +1 :green_heart: |  mvnsite  |   1m 24s |  |  trunk passed  |
   | +1 :green_heart: |  shadedclient  |  19m 48s |  |  branch has no errors 
when building and testing our client artifacts.  |
   | +1 :green_heart: |  javadoc  |   0m 58s |  |  trunk passed with JDK 
Ubuntu-11.0.9.1+1-Ubuntu-0ubuntu1.18.04  |
   | +1 :green_heart: |  javadoc  |   1m 22s |  |  trunk passed with JDK 
Private Build-1.8.0_275-8u275-b01-0ubuntu1~18.04-b01  |
   | +0 :ok: |  spotbugs  |   3m 49s |  |  Used deprecated FindBugs config; 
considering switching to SpotBugs.  |
   | +1 :green_heart: |  findbugs  |   3m 46s |  |  trunk passed  |
    _ Patch Compile Tests _ |
   | +1 :green_heart: |  mvninstall  |   1m 22s |  |  the patch passed  |
   | +1 :green_heart: |  compile  |   1m 27s |  |  the patch passed with JDK 
Ubuntu-11.0.9.1+1-Ubuntu-0ubuntu1.18.04  |
   | +1 :green_heart: |  javac  |   1m 27s |  |  the patch passed  |
   | +1 :green_heart: |  compile  |   1m 14s |  |  the patch passed with JDK 
Private Build-1.8.0_275-8u275-b01-0ubuntu1~18.04-b01  |
   | +1 :green_heart: |  javac  |   1m 14s |  |  the patch passed  |
   | +1 :green_heart: |  checkstyle  |   0m 56s |  |  
hadoop-hdfs-project/hadoop-hdfs: The patch generated 0 new + 25 unchanged - 4 
fixed = 25 total (was 29)  |
   | +1 :green_heart: |  mvnsite  |   1m 50s |  |  the patch passed  |
   | +1 :green_heart: |  whitespace  |   0m  0s |  |  The patch has no 
whitespace issues.  |
   | +1 :green_heart: |  shadedclient  |  22m  4s |  |  patch has no errors 
when building and testing our client artifacts.  |
   | +1 :green_heart: |  javadoc  |   0m 48s |  |  the patch passed with JDK 
Ubuntu-11.0.9.1+1-Ubuntu-0ubuntu1.18.04  |
   | +1 :green_heart: |  javadoc  |   1m 19s |  |  the patch passed with JDK 
Private Build-1.8.0_275-8u275-b01-0ubuntu1~18.04-b01  |
   | +1 :green_heart: |  findbugs  |   3m 20s |  |  the patch passed  |
    _ Other Tests _ |
   | -1 :x: |  unit  | 124m 57s | 
[/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt](https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-2516/2/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt)
 |  hadoop-hdfs in the patch passed.  |
   | +1 :green_heart: |  asflicense  |   0m 36s |  |  The patch does not 
generate ASF License warnings.  |
   |  |   | 228m 44s |  |  |
   
   
   | Reason | Tests |
   |---:|:--|
   | Failed junit tests | 
hadoop.hdfs.server.datanode.TestNNHandlesBlockReportPerStorage |
   |   | hadoop.hdfs.server.blockmanagement.TestUnderReplicatedBlocks |
   
   
   | Subsystem | Report/Notes |
   |--:|:-|
   | Docker | ClientAPI=1.40 ServerAPI=1.40 base: 
https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-2516/2/artifact/out/Dockerfile
 |
   | GITHUB PR | https://github.com/apache/hadoop/pull/2516 |
   | Optional Tests | dupname asflicense compile javac javadoc mvninstall 
mvnsite unit shadedclient findbugs checkstyle |
   | uname | Linux 84ab6657c249 4.15.0-112-generic #113-Ubuntu SMP Thu Jul 9 
23:41:39 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux |
   | Build tool | maven |
   | Personality | dev-support/bin/hadoop.sh |
   | git revision | trunk / e2c1268ebd5 |
   | Default Java | Private Build-1.8.0_275-8u275-b01-0ubuntu1~18.04-b01 |
   | Multi-JDK versions | 
/usr/lib/jvm/java-11-openjdk-amd64:Ubuntu-11.0.9.1+1-Ubuntu-0ubuntu1.18.04 
/usr/lib/jvm/java-8-openjdk-amd64:Private 
Build-1.8.0_275-8u275-b01-0ubuntu1~18.04-b01 |
   | 

[jira] [Work logged] (HDFS-15707) NNTop counts don't add up as expected

2020-12-04 Thread ASF GitHub Bot (Jira)


 [ 
https://issues.apache.org/jira/browse/HDFS-15707?focusedWorklogId=520205=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-520205
 ]

ASF GitHub Bot logged work on HDFS-15707:
-

Author: ASF GitHub Bot
Created on: 04/Dec/20 14:22
Start Date: 04/Dec/20 14:22
Worklog Time Spent: 10m 
  Work Description: amahussein commented on pull request #2516:
URL: https://github.com/apache/hadoop/pull/2516#issuecomment-738810243


   - I created a new [HDFS-15710]( 
https://issues.apache.org/jira/browse/HDFS-15710) for 
`TestBlockTokenWithDFSStriped` failure.
   - There is an existing jira for `TestUnderReplicatedBlocks` 
[HDFS-9243](https://issues.apache.org/jira/browse/HDFS-9243)



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: 520205)
Time Spent: 0.5h  (was: 20m)

> NNTop counts don't add up as expected
> -
>
> Key: HDFS-15707
> URL: https://issues.apache.org/jira/browse/HDFS-15707
> Project: Hadoop HDFS
>  Issue Type: Bug
>  Components: hdfs, metrics, namenode
>Reporter: Ahmed Hussein
>Assignee: Ahmed Hussein
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> When we queried 
> https://host-name:port/jmx?qry=Hadoop:service=NameNode,name=FSNamesystemState 
> earlier today, we received surprising results. Below is a subset of the data. 
> The notable thing here is that the count for {{opType='\*'}} from user 
> {{user1}} is {{66652}}, but the sum of counts for other {{optype}} values by 
> {{user1}} is actually larger: {{77253}}. I'd expect that {{opType='\*'}} to 
> always be greater than or equal to the sum for individual operation types.
> {code}
> {
>   "windows": [
> {
>   "windowLenMs": 30,
>   "ops": [
> {
>   "totalCount": 24158,
>   "opType": "rpc.complete",
>   "topUsers": [{ "count": 2944, "user": "user1" }]
> },
> {
>   "totalCount": 15921,
>   "opType": "rpc.rename",
>   "topUsers": [{ "count": 2891, "user": "user1" }]
> },
> {
>   "totalCount": 3015834,
>   "opType": "*",
>   "topUsers": [{ "count": 66652, "user": "user1" }]
> },
> {
>   "totalCount": 2086,
>   "opType": "rpc.abandonBlock",
>   "topUsers": [{ "count": 603, "user": "user1" }]
> },
> {
>   "totalCount": 30258,
>   "opType": "rpc.addBlock",
>   "topUsers": [{ "count": 3182, "user": "user1" }]
> },
> {
>   "totalCount": 101440,
>   "opType": "rpc.getServerDefaults",
>   "topUsers": [{ "count": 3521, "user": "user1" }]
> },
> {
>   "totalCount": 25258,
>   "opType": "rpc.create",
>   "topUsers": [{ "count": 1864, "user": "user1" }]
> },
> {
>   "totalCount": 1377563,
>   "opType": "rpc.getFileInfo",
>   "topUsers": [{ "count": 56541, "user": "user1" }]
> },
> {
>   "totalCount": 60836,
>   "opType": "rpc.renewLease",
>   "topUsers": [{ "count": 3783, "user": "user1" }]
> },
> {
>   "totalCount": 182212,
>   "opType": "rpc.getListing",
>   "topUsers": [{ "count": 1848, "user": "user1" }]
> },
> {
>   "totalCount": 380,
>   "opType": "rpc.updateBlockForPipeline",
>   "topUsers": [{ "count": 58, "user": "user1" }]
> },
> {
>   "totalCount": 215,
>   "opType": "rpc.updatePipeline",
>   "topUsers": [{ "count": 18, "user": "user1" }]
> }
>   ]
> }
>   ],
>   "timestamp": "2017-07-11T17:20:03+"
> }
> {code}
> The full {{TopUserOpCounts}} results from the NNTop endpoint results are 
> attached to this JIRA as {{nntop.json}}. The full endpoint output is attached 
> as {{endpoint.json}}.



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

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



[jira] [Work logged] (HDFS-15707) NNTop counts don't add up as expected

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


 [ 
https://issues.apache.org/jira/browse/HDFS-15707?focusedWorklogId=519994=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-519994
 ]

ASF GitHub Bot logged work on HDFS-15707:
-

Author: ASF GitHub Bot
Created on: 04/Dec/20 04:16
Start Date: 04/Dec/20 04:16
Worklog Time Spent: 10m 
  Work Description: hadoop-yetus commented on pull request #2516:
URL: https://github.com/apache/hadoop/pull/2516#issuecomment-738554332


   :broken_heart: **-1 overall**
   
   
   
   
   
   
   | Vote | Subsystem | Runtime |  Logfile | Comment |
   |::|--:|:|::|:---:|
   | +0 :ok: |  reexec  |  30m 59s |  |  Docker mode activated.  |
    _ Prechecks _ |
   | +1 :green_heart: |  dupname  |   0m  1s |  |  No case conflicting files 
found.  |
   | +1 :green_heart: |  @author  |   0m  0s |  |  The patch does not contain 
any @author tags.  |
   | +1 :green_heart: |   |   0m  0s | [test4tests](test4tests) |  The patch 
appears to include 1 new or modified test files.  |
    _ trunk Compile Tests _ |
   | +1 :green_heart: |  mvninstall  |  35m 23s |  |  trunk passed  |
   | +1 :green_heart: |  compile  |   1m 20s |  |  trunk passed with JDK 
Ubuntu-11.0.9.1+1-Ubuntu-0ubuntu1.18.04  |
   | +1 :green_heart: |  compile  |   1m 12s |  |  trunk passed with JDK 
Private Build-1.8.0_275-8u275-b01-0ubuntu1~18.04-b01  |
   | +1 :green_heart: |  checkstyle  |   0m 47s |  |  trunk passed  |
   | +1 :green_heart: |  mvnsite  |   1m 20s |  |  trunk passed  |
   | +1 :green_heart: |  shadedclient  |  19m 23s |  |  branch has no errors 
when building and testing our client artifacts.  |
   | +1 :green_heart: |  javadoc  |   0m 56s |  |  trunk passed with JDK 
Ubuntu-11.0.9.1+1-Ubuntu-0ubuntu1.18.04  |
   | +1 :green_heart: |  javadoc  |   1m 26s |  |  trunk passed with JDK 
Private Build-1.8.0_275-8u275-b01-0ubuntu1~18.04-b01  |
   | +0 :ok: |  spotbugs  |   3m 17s |  |  Used deprecated FindBugs config; 
considering switching to SpotBugs.  |
   | +1 :green_heart: |  findbugs  |   3m 14s |  |  trunk passed  |
    _ Patch Compile Tests _ |
   | +1 :green_heart: |  mvninstall  |   1m 14s |  |  the patch passed  |
   | +1 :green_heart: |  compile  |   1m 14s |  |  the patch passed with JDK 
Ubuntu-11.0.9.1+1-Ubuntu-0ubuntu1.18.04  |
   | +1 :green_heart: |  javac  |   1m 14s |  |  the patch passed  |
   | +1 :green_heart: |  compile  |   1m  7s |  |  the patch passed with JDK 
Private Build-1.8.0_275-8u275-b01-0ubuntu1~18.04-b01  |
   | +1 :green_heart: |  javac  |   1m  7s |  |  the patch passed  |
   | -0 :warning: |  checkstyle  |   0m 41s | 
[/diff-checkstyle-hadoop-hdfs-project_hadoop-hdfs.txt](https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-2516/1/artifact/out/diff-checkstyle-hadoop-hdfs-project_hadoop-hdfs.txt)
 |  hadoop-hdfs-project/hadoop-hdfs: The patch generated 1 new + 25 unchanged - 
4 fixed = 26 total (was 29)  |
   | +1 :green_heart: |  mvnsite  |   1m 14s |  |  the patch passed  |
   | +1 :green_heart: |  whitespace  |   0m  0s |  |  The patch has no 
whitespace issues.  |
   | +1 :green_heart: |  shadedclient  |  16m 38s |  |  patch has no errors 
when building and testing our client artifacts.  |
   | +1 :green_heart: |  javadoc  |   0m 49s |  |  the patch passed with JDK 
Ubuntu-11.0.9.1+1-Ubuntu-0ubuntu1.18.04  |
   | +1 :green_heart: |  javadoc  |   1m 24s |  |  the patch passed with JDK 
Private Build-1.8.0_275-8u275-b01-0ubuntu1~18.04-b01  |
   | +1 :green_heart: |  findbugs  |   3m 18s |  |  the patch passed  |
    _ Other Tests _ |
   | -1 :x: |  unit  | 123m 33s | 
[/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt](https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-2516/1/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt)
 |  hadoop-hdfs in the patch passed.  |
   | +1 :green_heart: |  asflicense  |   0m 38s |  |  The patch does not 
generate ASF License warnings.  |
   |  |   | 249m 39s |  |  |
   
   
   | Reason | Tests |
   |---:|:--|
   | Failed junit tests | 
hadoop.hdfs.server.blockmanagement.TestBlockTokenWithDFSStriped |
   |   | hadoop.hdfs.server.blockmanagement.TestUnderReplicatedBlocks |
   
   
   | Subsystem | Report/Notes |
   |--:|:-|
   | Docker | ClientAPI=1.40 ServerAPI=1.40 base: 
https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-2516/1/artifact/out/Dockerfile
 |
   | GITHUB PR | https://github.com/apache/hadoop/pull/2516 |
   | Optional Tests | dupname asflicense compile javac javadoc mvninstall 
mvnsite unit shadedclient findbugs checkstyle |
   | uname | Linux e5d9e3359d0c 4.15.0-112-generic #113-Ubuntu SMP Thu Jul 9 
23:41:39 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux |
   | Build tool | maven |
   | Personality | dev-support/bin/hadoop.sh |
   | git revision | trunk / 8c234fc0d44 |
   | Default Java | Private Build-1.8.0_275-8u275-b01-0ubuntu1~18.04-b01 |
   | 

[jira] [Work logged] (HDFS-15707) NNTop counts don't add up as expected

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


 [ 
https://issues.apache.org/jira/browse/HDFS-15707?focusedWorklogId=519927=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-519927
 ]

ASF GitHub Bot logged work on HDFS-15707:
-

Author: ASF GitHub Bot
Created on: 04/Dec/20 00:06
Start Date: 04/Dec/20 00:06
Worklog Time Spent: 10m 
  Work Description: amahussein opened a new pull request #2516:
URL: https://github.com/apache/hadoop/pull/2516


   ## NOTICE
   
   Please create an issue in ASF JIRA before opening a pull request,
   and you need to set the title of the pull request which starts with
   the corresponding JIRA issue number. (e.g. HADOOP-X. Fix a typo in YYY.)
   For more details, please see 
https://cwiki.apache.org/confluence/display/HADOOP/How+To+Contribute
   



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: 519927)
Remaining Estimate: 0h
Time Spent: 10m

> NNTop counts don't add up as expected
> -
>
> Key: HDFS-15707
> URL: https://issues.apache.org/jira/browse/HDFS-15707
> Project: Hadoop HDFS
>  Issue Type: Bug
>  Components: hdfs, metrics, namenode
>Reporter: Ahmed Hussein
>Assignee: Ahmed Hussein
>Priority: Major
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> When we queried 
> https://host-name:port/jmx?qry=Hadoop:service=NameNode,name=FSNamesystemState 
> earlier today, we received surprising results. Below is a subset of the data. 
> The notable thing here is that the count for {{opType='\*'}} from user 
> {{user1}} is {{66652}}, but the sum of counts for other {{optype}} values by 
> {{user1}} is actually larger: {{77253}}. I'd expect that {{opType='\*'}} to 
> always be greater than or equal to the sum for individual operation types.
> {code}
> {
>   "windows": [
> {
>   "windowLenMs": 30,
>   "ops": [
> {
>   "totalCount": 24158,
>   "opType": "rpc.complete",
>   "topUsers": [{ "count": 2944, "user": "user1" }]
> },
> {
>   "totalCount": 15921,
>   "opType": "rpc.rename",
>   "topUsers": [{ "count": 2891, "user": "user1" }]
> },
> {
>   "totalCount": 3015834,
>   "opType": "*",
>   "topUsers": [{ "count": 66652, "user": "user1" }]
> },
> {
>   "totalCount": 2086,
>   "opType": "rpc.abandonBlock",
>   "topUsers": [{ "count": 603, "user": "user1" }]
> },
> {
>   "totalCount": 30258,
>   "opType": "rpc.addBlock",
>   "topUsers": [{ "count": 3182, "user": "user1" }]
> },
> {
>   "totalCount": 101440,
>   "opType": "rpc.getServerDefaults",
>   "topUsers": [{ "count": 3521, "user": "user1" }]
> },
> {
>   "totalCount": 25258,
>   "opType": "rpc.create",
>   "topUsers": [{ "count": 1864, "user": "user1" }]
> },
> {
>   "totalCount": 1377563,
>   "opType": "rpc.getFileInfo",
>   "topUsers": [{ "count": 56541, "user": "user1" }]
> },
> {
>   "totalCount": 60836,
>   "opType": "rpc.renewLease",
>   "topUsers": [{ "count": 3783, "user": "user1" }]
> },
> {
>   "totalCount": 182212,
>   "opType": "rpc.getListing",
>   "topUsers": [{ "count": 1848, "user": "user1" }]
> },
> {
>   "totalCount": 380,
>   "opType": "rpc.updateBlockForPipeline",
>   "topUsers": [{ "count": 58, "user": "user1" }]
> },
> {
>   "totalCount": 215,
>   "opType": "rpc.updatePipeline",
>   "topUsers": [{ "count": 18, "user": "user1" }]
> }
>   ]
> }
>   ],
>   "timestamp": "2017-07-11T17:20:03+"
> }
> {code}
> The full {{TopUserOpCounts}} results from the NNTop endpoint results are 
> attached to this JIRA as {{nntop.json}}. The full endpoint output is attached 
> as {{endpoint.json}}.



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

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