[jira] [Created] (MAPREDUCE-5949) Tasktracker's java threads hunging

2014-06-28 Thread Dmitry Sivachenko (JIRA)
Dmitry Sivachenko created MAPREDUCE-5949:


 Summary: Tasktracker's java threads hunging
 Key: MAPREDUCE-5949
 URL: https://issues.apache.org/jira/browse/MAPREDUCE-5949
 Project: Hadoop Map/Reduce
  Issue Type: Bug
Affects Versions: 1.2.1
 Environment: FreeBSD-10/stable
openjdk version 1.7.0_60
OpenJDK Runtime Environment (build 1.7.0_60-b19)
OpenJDK 64-Bit Server VM (build 24.60-b09, mixed mode)
Reporter: Dmitry Sivachenko


I set up hadoop-1.2.1 (from ports) on FreeBSD-10/stable with openjdk version 
1.7.0_60.

On the first glance it is doing well except one annoying thing:  after 
executing some tasks, tasktracker process starts to eat CPU when idle.
Sometimes it is 10-20% (numbers from top(1) output), sometimes it is 100-150%.

In tasktrackers's log I see numerious records like this:

2014-06-09 13:08:29,858 INFO org.mortbay.log: 
org.mortbay.io.nio.SelectorManager$SelectSet@abdcc1c JVM BUG(s) - injecting 
delay59 times
2014-06-09 13:08:29,859 INFO org.mortbay.log: 
org.mortbay.io.nio.SelectorManager$SelectSet@abdcc1c JVM BUG(s) - recreating 
selector 59 times, canceled keys 944 times
2014-06-09 13:09:29,862 INFO org.mortbay.log: 
org.mortbay.io.nio.SelectorManager$SelectSet@abdcc1c JVM BUG(s) - injecting 
delay58 times
2014-06-09 13:09:29,862 INFO org.mortbay.log: 
org.mortbay.io.nio.SelectorManager$SelectSet@abdcc1c JVM BUG(s) - recreating 
selector 58 times, canceled keys 928 times
2014-06-09 13:10:29,901 INFO org.mortbay.log: 
org.mortbay.io.nio.SelectorManager$SelectSet@abdcc1c JVM BUG(s) - injecting 
delay58 times
2014-06-09 13:10:29,901 INFO org.mortbay.log: 
org.mortbay.io.nio.SelectorManager$SelectSet@abdcc1c JVM BUG(s) - recreating 
selector 58 times, canceled keys 928 times
...


The more jobs I run, more java threads start to consume CPU after all tasks 
finished.  After several job execution, top(1) output looks like this (splitted 
by thread, the same PID):

PID USERNAME PRI NICE   SIZERES STATE   C   TIMEWCPU COMMAND
79045 hadoop470  1948M   867M uwait   2  20:49  37.50% java{java}
79045 hadoop310  1948M   867M uwait  31   1:45  19.29% java{java}
79045 hadoop330  1948M   867M uwait  21   2:51  19.19% java{java}
79045 hadoop300  1948M   867M uwait  17   2:51  18.65% java{java}
79045 hadoop300  1948M   867M uwait  11   1:52  18.36% java{java}
79045 hadoop300  1948M   867M uwait  22   1:45  18.36% java{java}
79045 hadoop310  1948M   867M uwait  29   2:50  18.26% java{java}
79045 hadoop310  1948M   867M uwait   6   1:57  18.16% java{java}
79045 hadoop310  1948M   867M uwait  13   4:55  17.97% java{java}
79045 hadoop310  1948M   867M uwait  26   3:39  17.77% java{java}
79045 hadoop330  1948M   867M uwait   8   1:21  17.48% java{java}
79045 hadoop300  1948M   867M uwait   1   3:32  16.70% java{java}
79045 hadoop320  1948M   867M uwait  24   3:12  16.70% java{java}
79045 hadoop260  1948M   867M uwait   4   1:27  10.35% java{java}
72417 root  200 19828K  3252K CPU21  21   0:00   0.29% top
836 root  200 36104K  1952K select 14   6:51   0.00% snmpd
79045 hadoop200  1948M   867M uwait  20   6:51   0.00% java{java}
79045 hadoop200  1948M   867M uwait  27   3:45   0.00% java{java}
79045 hadoop200  1948M   867M uwait  30   2:37   0.00% java{java}
79045 hadoop200  1948M   867M uwait  15   0:54   0.00% java{java}
79045 hadoop200  1948M   867M uwait   2   0:48   0.00% java{java}
79045 hadoop200  1948M   867M uwait  14   0:48   0.00% java{java}
79045 hadoop200  1948M   867M uwait   2   0:48   0.00% java{java}


This is on absolutely idle cluster, no single task is running.
I am attaching truss(1) output for that java process:





--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Updated] (MAPREDUCE-5949) Tasktracker's java threads hunging

2014-06-28 Thread Dmitry Sivachenko (JIRA)

 [ 
https://issues.apache.org/jira/browse/MAPREDUCE-5949?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Dmitry Sivachenko updated MAPREDUCE-5949:
-

Attachment: task1.txt

 Tasktracker's java threads hunging
 --

 Key: MAPREDUCE-5949
 URL: https://issues.apache.org/jira/browse/MAPREDUCE-5949
 Project: Hadoop Map/Reduce
  Issue Type: Bug
Affects Versions: 1.2.1
 Environment: FreeBSD-10/stable
 openjdk version 1.7.0_60
 OpenJDK Runtime Environment (build 1.7.0_60-b19)
 OpenJDK 64-Bit Server VM (build 24.60-b09, mixed mode)
Reporter: Dmitry Sivachenko
 Attachments: task1.txt


 I set up hadoop-1.2.1 (from ports) on FreeBSD-10/stable with openjdk version 
 1.7.0_60.
 On the first glance it is doing well except one annoying thing:  after 
 executing some tasks, tasktracker process starts to eat CPU when idle.
 Sometimes it is 10-20% (numbers from top(1) output), sometimes it is 100-150%.
 In tasktrackers's log I see numerious records like this:
 2014-06-09 13:08:29,858 INFO org.mortbay.log: 
 org.mortbay.io.nio.SelectorManager$SelectSet@abdcc1c JVM BUG(s) - injecting 
 delay59 times
 2014-06-09 13:08:29,859 INFO org.mortbay.log: 
 org.mortbay.io.nio.SelectorManager$SelectSet@abdcc1c JVM BUG(s) - recreating 
 selector 59 times, canceled keys 944 times
 2014-06-09 13:09:29,862 INFO org.mortbay.log: 
 org.mortbay.io.nio.SelectorManager$SelectSet@abdcc1c JVM BUG(s) - injecting 
 delay58 times
 2014-06-09 13:09:29,862 INFO org.mortbay.log: 
 org.mortbay.io.nio.SelectorManager$SelectSet@abdcc1c JVM BUG(s) - recreating 
 selector 58 times, canceled keys 928 times
 2014-06-09 13:10:29,901 INFO org.mortbay.log: 
 org.mortbay.io.nio.SelectorManager$SelectSet@abdcc1c JVM BUG(s) - injecting 
 delay58 times
 2014-06-09 13:10:29,901 INFO org.mortbay.log: 
 org.mortbay.io.nio.SelectorManager$SelectSet@abdcc1c JVM BUG(s) - recreating 
 selector 58 times, canceled keys 928 times
 ...
 The more jobs I run, more java threads start to consume CPU after all tasks 
 finished.  After several job execution, top(1) output looks like this 
 (splitted by thread, the same PID):
 PID USERNAME PRI NICE   SIZERES STATE   C   TIMEWCPU COMMAND
 79045 hadoop470  1948M   867M uwait   2  20:49  37.50% java{java}
 79045 hadoop310  1948M   867M uwait  31   1:45  19.29% java{java}
 79045 hadoop330  1948M   867M uwait  21   2:51  19.19% java{java}
 79045 hadoop300  1948M   867M uwait  17   2:51  18.65% java{java}
 79045 hadoop300  1948M   867M uwait  11   1:52  18.36% java{java}
 79045 hadoop300  1948M   867M uwait  22   1:45  18.36% java{java}
 79045 hadoop310  1948M   867M uwait  29   2:50  18.26% java{java}
 79045 hadoop310  1948M   867M uwait   6   1:57  18.16% java{java}
 79045 hadoop310  1948M   867M uwait  13   4:55  17.97% java{java}
 79045 hadoop310  1948M   867M uwait  26   3:39  17.77% java{java}
 79045 hadoop330  1948M   867M uwait   8   1:21  17.48% java{java}
 79045 hadoop300  1948M   867M uwait   1   3:32  16.70% java{java}
 79045 hadoop320  1948M   867M uwait  24   3:12  16.70% java{java}
 79045 hadoop260  1948M   867M uwait   4   1:27  10.35% java{java}
 72417 root  200 19828K  3252K CPU21  21   0:00   0.29% top
 836 root  200 36104K  1952K select 14   6:51   0.00% snmpd
 79045 hadoop200  1948M   867M uwait  20   6:51   0.00% java{java}
 79045 hadoop200  1948M   867M uwait  27   3:45   0.00% java{java}
 79045 hadoop200  1948M   867M uwait  30   2:37   0.00% java{java}
 79045 hadoop200  1948M   867M uwait  15   0:54   0.00% java{java}
 79045 hadoop200  1948M   867M uwait   2   0:48   0.00% java{java}
 79045 hadoop200  1948M   867M uwait  14   0:48   0.00% java{java}
 79045 hadoop200  1948M   867M uwait   2   0:48   0.00% java{java}
 
 This is on absolutely idle cluster, no single task is running.
 I am attaching truss(1) output for that java process:



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (MAPREDUCE-5890) Support for encrypting Intermediate data and spills in local filesystem

2014-06-28 Thread Alejandro Abdelnur (JIRA)

[ 
https://issues.apache.org/jira/browse/MAPREDUCE-5890?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14046863#comment-14046863
 ] 

Alejandro Abdelnur commented on MAPREDUCE-5890:
---

LGTM. 

One minor nit (i can take care of it when committing), in 
{{JObSubmitter.java#copyAndConfigureFiles()}} javadoc, line 295 no needed 
change.

[~chris.douglas], I believe all our suggestions/concerns have been addressed. 
Do you want to do a new pass on the patch?

I'll wait a few days to commit.

 Support for encrypting Intermediate data and spills in local filesystem
 ---

 Key: MAPREDUCE-5890
 URL: https://issues.apache.org/jira/browse/MAPREDUCE-5890
 Project: Hadoop Map/Reduce
  Issue Type: New Feature
  Components: security
Affects Versions: 2.4.0
Reporter: Alejandro Abdelnur
Assignee: Arun Suresh
  Labels: encryption
 Attachments: MAPREDUCE-5890.10.patch, MAPREDUCE-5890.11.patch, 
 MAPREDUCE-5890.12.patch, MAPREDUCE-5890.3.patch, MAPREDUCE-5890.4.patch, 
 MAPREDUCE-5890.5.patch, MAPREDUCE-5890.6.patch, MAPREDUCE-5890.7.patch, 
 MAPREDUCE-5890.8.patch, MAPREDUCE-5890.9.patch, 
 org.apache.hadoop.mapred.TestMRIntermediateDataEncryption-output.txt, 
 syslog.tar.gz


 For some sensitive data, encryption while in flight (network) is not 
 sufficient, it is required that while at rest it should be encrypted. 
 HADOOP-10150  HDFS-6134 bring encryption at rest for data in filesystem 
 using Hadoop FileSystem API. MapReduce intermediate data and spills should 
 also be encrypted while at rest.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (MAPREDUCE-5949) Tasktracker's java threads hunging

2014-06-28 Thread Steve Loughran (JIRA)

[ 
https://issues.apache.org/jira/browse/MAPREDUCE-5949?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14046885#comment-14046885
 ] 

Steve Loughran commented on MAPREDUCE-5949:
---

This is clearly the regular Jetty issue from MAPREDUCE-2386; still lurking.

Dmitry: the fix for this in Hadoop 2 was to take Jetty out of the process, 
otherwise it's going to happen. Some work went into trying to detect the 
problem in Hadoop 1.x -try running Hadoop 1.3 to see if that helps. Otherwise, 
there's nothing anyone can do except say upgrade to Hadoop 2. Sorry

 Tasktracker's java threads hunging
 --

 Key: MAPREDUCE-5949
 URL: https://issues.apache.org/jira/browse/MAPREDUCE-5949
 Project: Hadoop Map/Reduce
  Issue Type: Bug
Affects Versions: 1.2.1
 Environment: FreeBSD-10/stable
 openjdk version 1.7.0_60
 OpenJDK Runtime Environment (build 1.7.0_60-b19)
 OpenJDK 64-Bit Server VM (build 24.60-b09, mixed mode)
Reporter: Dmitry Sivachenko
 Attachments: task1.txt


 I set up hadoop-1.2.1 (from ports) on FreeBSD-10/stable with openjdk version 
 1.7.0_60.
 On the first glance it is doing well except one annoying thing:  after 
 executing some tasks, tasktracker process starts to eat CPU when idle.
 Sometimes it is 10-20% (numbers from top(1) output), sometimes it is 100-150%.
 In tasktrackers's log I see numerious records like this:
 2014-06-09 13:08:29,858 INFO org.mortbay.log: 
 org.mortbay.io.nio.SelectorManager$SelectSet@abdcc1c JVM BUG(s) - injecting 
 delay59 times
 2014-06-09 13:08:29,859 INFO org.mortbay.log: 
 org.mortbay.io.nio.SelectorManager$SelectSet@abdcc1c JVM BUG(s) - recreating 
 selector 59 times, canceled keys 944 times
 2014-06-09 13:09:29,862 INFO org.mortbay.log: 
 org.mortbay.io.nio.SelectorManager$SelectSet@abdcc1c JVM BUG(s) - injecting 
 delay58 times
 2014-06-09 13:09:29,862 INFO org.mortbay.log: 
 org.mortbay.io.nio.SelectorManager$SelectSet@abdcc1c JVM BUG(s) - recreating 
 selector 58 times, canceled keys 928 times
 2014-06-09 13:10:29,901 INFO org.mortbay.log: 
 org.mortbay.io.nio.SelectorManager$SelectSet@abdcc1c JVM BUG(s) - injecting 
 delay58 times
 2014-06-09 13:10:29,901 INFO org.mortbay.log: 
 org.mortbay.io.nio.SelectorManager$SelectSet@abdcc1c JVM BUG(s) - recreating 
 selector 58 times, canceled keys 928 times
 ...
 The more jobs I run, more java threads start to consume CPU after all tasks 
 finished.  After several job execution, top(1) output looks like this 
 (splitted by thread, the same PID):
 PID USERNAME PRI NICE   SIZERES STATE   C   TIMEWCPU COMMAND
 79045 hadoop470  1948M   867M uwait   2  20:49  37.50% java{java}
 79045 hadoop310  1948M   867M uwait  31   1:45  19.29% java{java}
 79045 hadoop330  1948M   867M uwait  21   2:51  19.19% java{java}
 79045 hadoop300  1948M   867M uwait  17   2:51  18.65% java{java}
 79045 hadoop300  1948M   867M uwait  11   1:52  18.36% java{java}
 79045 hadoop300  1948M   867M uwait  22   1:45  18.36% java{java}
 79045 hadoop310  1948M   867M uwait  29   2:50  18.26% java{java}
 79045 hadoop310  1948M   867M uwait   6   1:57  18.16% java{java}
 79045 hadoop310  1948M   867M uwait  13   4:55  17.97% java{java}
 79045 hadoop310  1948M   867M uwait  26   3:39  17.77% java{java}
 79045 hadoop330  1948M   867M uwait   8   1:21  17.48% java{java}
 79045 hadoop300  1948M   867M uwait   1   3:32  16.70% java{java}
 79045 hadoop320  1948M   867M uwait  24   3:12  16.70% java{java}
 79045 hadoop260  1948M   867M uwait   4   1:27  10.35% java{java}
 72417 root  200 19828K  3252K CPU21  21   0:00   0.29% top
 836 root  200 36104K  1952K select 14   6:51   0.00% snmpd
 79045 hadoop200  1948M   867M uwait  20   6:51   0.00% java{java}
 79045 hadoop200  1948M   867M uwait  27   3:45   0.00% java{java}
 79045 hadoop200  1948M   867M uwait  30   2:37   0.00% java{java}
 79045 hadoop200  1948M   867M uwait  15   0:54   0.00% java{java}
 79045 hadoop200  1948M   867M uwait   2   0:48   0.00% java{java}
 79045 hadoop200  1948M   867M uwait  14   0:48   0.00% java{java}
 79045 hadoop200  1948M   867M uwait   2   0:48   0.00% java{java}
 
 This is on absolutely idle cluster, no single task is running.
 I am attaching truss(1) output for that java process:



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Resolved] (MAPREDUCE-5949) Tasktracker's java threads hunging

2014-06-28 Thread Steve Loughran (JIRA)

 [ 
https://issues.apache.org/jira/browse/MAPREDUCE-5949?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Steve Loughran resolved MAPREDUCE-5949.
---

Resolution: Duplicate

 Tasktracker's java threads hunging
 --

 Key: MAPREDUCE-5949
 URL: https://issues.apache.org/jira/browse/MAPREDUCE-5949
 Project: Hadoop Map/Reduce
  Issue Type: Bug
Affects Versions: 1.2.1
 Environment: FreeBSD-10/stable
 openjdk version 1.7.0_60
 OpenJDK Runtime Environment (build 1.7.0_60-b19)
 OpenJDK 64-Bit Server VM (build 24.60-b09, mixed mode)
Reporter: Dmitry Sivachenko
 Attachments: task1.txt


 I set up hadoop-1.2.1 (from ports) on FreeBSD-10/stable with openjdk version 
 1.7.0_60.
 On the first glance it is doing well except one annoying thing:  after 
 executing some tasks, tasktracker process starts to eat CPU when idle.
 Sometimes it is 10-20% (numbers from top(1) output), sometimes it is 100-150%.
 In tasktrackers's log I see numerious records like this:
 2014-06-09 13:08:29,858 INFO org.mortbay.log: 
 org.mortbay.io.nio.SelectorManager$SelectSet@abdcc1c JVM BUG(s) - injecting 
 delay59 times
 2014-06-09 13:08:29,859 INFO org.mortbay.log: 
 org.mortbay.io.nio.SelectorManager$SelectSet@abdcc1c JVM BUG(s) - recreating 
 selector 59 times, canceled keys 944 times
 2014-06-09 13:09:29,862 INFO org.mortbay.log: 
 org.mortbay.io.nio.SelectorManager$SelectSet@abdcc1c JVM BUG(s) - injecting 
 delay58 times
 2014-06-09 13:09:29,862 INFO org.mortbay.log: 
 org.mortbay.io.nio.SelectorManager$SelectSet@abdcc1c JVM BUG(s) - recreating 
 selector 58 times, canceled keys 928 times
 2014-06-09 13:10:29,901 INFO org.mortbay.log: 
 org.mortbay.io.nio.SelectorManager$SelectSet@abdcc1c JVM BUG(s) - injecting 
 delay58 times
 2014-06-09 13:10:29,901 INFO org.mortbay.log: 
 org.mortbay.io.nio.SelectorManager$SelectSet@abdcc1c JVM BUG(s) - recreating 
 selector 58 times, canceled keys 928 times
 ...
 The more jobs I run, more java threads start to consume CPU after all tasks 
 finished.  After several job execution, top(1) output looks like this 
 (splitted by thread, the same PID):
 PID USERNAME PRI NICE   SIZERES STATE   C   TIMEWCPU COMMAND
 79045 hadoop470  1948M   867M uwait   2  20:49  37.50% java{java}
 79045 hadoop310  1948M   867M uwait  31   1:45  19.29% java{java}
 79045 hadoop330  1948M   867M uwait  21   2:51  19.19% java{java}
 79045 hadoop300  1948M   867M uwait  17   2:51  18.65% java{java}
 79045 hadoop300  1948M   867M uwait  11   1:52  18.36% java{java}
 79045 hadoop300  1948M   867M uwait  22   1:45  18.36% java{java}
 79045 hadoop310  1948M   867M uwait  29   2:50  18.26% java{java}
 79045 hadoop310  1948M   867M uwait   6   1:57  18.16% java{java}
 79045 hadoop310  1948M   867M uwait  13   4:55  17.97% java{java}
 79045 hadoop310  1948M   867M uwait  26   3:39  17.77% java{java}
 79045 hadoop330  1948M   867M uwait   8   1:21  17.48% java{java}
 79045 hadoop300  1948M   867M uwait   1   3:32  16.70% java{java}
 79045 hadoop320  1948M   867M uwait  24   3:12  16.70% java{java}
 79045 hadoop260  1948M   867M uwait   4   1:27  10.35% java{java}
 72417 root  200 19828K  3252K CPU21  21   0:00   0.29% top
 836 root  200 36104K  1952K select 14   6:51   0.00% snmpd
 79045 hadoop200  1948M   867M uwait  20   6:51   0.00% java{java}
 79045 hadoop200  1948M   867M uwait  27   3:45   0.00% java{java}
 79045 hadoop200  1948M   867M uwait  30   2:37   0.00% java{java}
 79045 hadoop200  1948M   867M uwait  15   0:54   0.00% java{java}
 79045 hadoop200  1948M   867M uwait   2   0:48   0.00% java{java}
 79045 hadoop200  1948M   867M uwait  14   0:48   0.00% java{java}
 79045 hadoop200  1948M   867M uwait   2   0:48   0.00% java{java}
 
 This is on absolutely idle cluster, no single task is running.
 I am attaching truss(1) output for that java process:



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (MAPREDUCE-5949) Tasktracker's java threads hunging

2014-06-28 Thread Dmitry Sivachenko (JIRA)

[ 
https://issues.apache.org/jira/browse/MAPREDUCE-5949?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14046942#comment-14046942
 ] 

Dmitry Sivachenko commented on MAPREDUCE-5949:
--

I see hadoop-2.2.0 also ships with jetty-6.1.26.jar?


 Tasktracker's java threads hunging
 --

 Key: MAPREDUCE-5949
 URL: https://issues.apache.org/jira/browse/MAPREDUCE-5949
 Project: Hadoop Map/Reduce
  Issue Type: Bug
Affects Versions: 1.2.1
 Environment: FreeBSD-10/stable
 openjdk version 1.7.0_60
 OpenJDK Runtime Environment (build 1.7.0_60-b19)
 OpenJDK 64-Bit Server VM (build 24.60-b09, mixed mode)
Reporter: Dmitry Sivachenko
 Attachments: task1.txt


 I set up hadoop-1.2.1 (from ports) on FreeBSD-10/stable with openjdk version 
 1.7.0_60.
 On the first glance it is doing well except one annoying thing:  after 
 executing some tasks, tasktracker process starts to eat CPU when idle.
 Sometimes it is 10-20% (numbers from top(1) output), sometimes it is 100-150%.
 In tasktrackers's log I see numerious records like this:
 2014-06-09 13:08:29,858 INFO org.mortbay.log: 
 org.mortbay.io.nio.SelectorManager$SelectSet@abdcc1c JVM BUG(s) - injecting 
 delay59 times
 2014-06-09 13:08:29,859 INFO org.mortbay.log: 
 org.mortbay.io.nio.SelectorManager$SelectSet@abdcc1c JVM BUG(s) - recreating 
 selector 59 times, canceled keys 944 times
 2014-06-09 13:09:29,862 INFO org.mortbay.log: 
 org.mortbay.io.nio.SelectorManager$SelectSet@abdcc1c JVM BUG(s) - injecting 
 delay58 times
 2014-06-09 13:09:29,862 INFO org.mortbay.log: 
 org.mortbay.io.nio.SelectorManager$SelectSet@abdcc1c JVM BUG(s) - recreating 
 selector 58 times, canceled keys 928 times
 2014-06-09 13:10:29,901 INFO org.mortbay.log: 
 org.mortbay.io.nio.SelectorManager$SelectSet@abdcc1c JVM BUG(s) - injecting 
 delay58 times
 2014-06-09 13:10:29,901 INFO org.mortbay.log: 
 org.mortbay.io.nio.SelectorManager$SelectSet@abdcc1c JVM BUG(s) - recreating 
 selector 58 times, canceled keys 928 times
 ...
 The more jobs I run, more java threads start to consume CPU after all tasks 
 finished.  After several job execution, top(1) output looks like this 
 (splitted by thread, the same PID):
 PID USERNAME PRI NICE   SIZERES STATE   C   TIMEWCPU COMMAND
 79045 hadoop470  1948M   867M uwait   2  20:49  37.50% java{java}
 79045 hadoop310  1948M   867M uwait  31   1:45  19.29% java{java}
 79045 hadoop330  1948M   867M uwait  21   2:51  19.19% java{java}
 79045 hadoop300  1948M   867M uwait  17   2:51  18.65% java{java}
 79045 hadoop300  1948M   867M uwait  11   1:52  18.36% java{java}
 79045 hadoop300  1948M   867M uwait  22   1:45  18.36% java{java}
 79045 hadoop310  1948M   867M uwait  29   2:50  18.26% java{java}
 79045 hadoop310  1948M   867M uwait   6   1:57  18.16% java{java}
 79045 hadoop310  1948M   867M uwait  13   4:55  17.97% java{java}
 79045 hadoop310  1948M   867M uwait  26   3:39  17.77% java{java}
 79045 hadoop330  1948M   867M uwait   8   1:21  17.48% java{java}
 79045 hadoop300  1948M   867M uwait   1   3:32  16.70% java{java}
 79045 hadoop320  1948M   867M uwait  24   3:12  16.70% java{java}
 79045 hadoop260  1948M   867M uwait   4   1:27  10.35% java{java}
 72417 root  200 19828K  3252K CPU21  21   0:00   0.29% top
 836 root  200 36104K  1952K select 14   6:51   0.00% snmpd
 79045 hadoop200  1948M   867M uwait  20   6:51   0.00% java{java}
 79045 hadoop200  1948M   867M uwait  27   3:45   0.00% java{java}
 79045 hadoop200  1948M   867M uwait  30   2:37   0.00% java{java}
 79045 hadoop200  1948M   867M uwait  15   0:54   0.00% java{java}
 79045 hadoop200  1948M   867M uwait   2   0:48   0.00% java{java}
 79045 hadoop200  1948M   867M uwait  14   0:48   0.00% java{java}
 79045 hadoop200  1948M   867M uwait   2   0:48   0.00% java{java}
 
 This is on absolutely idle cluster, no single task is running.
 I am attaching truss(1) output for that java process:



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Comment Edited] (MAPREDUCE-5890) Support for encrypting Intermediate data and spills in local filesystem

2014-06-28 Thread Alejandro Abdelnur (JIRA)

[ 
https://issues.apache.org/jira/browse/MAPREDUCE-5890?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14046863#comment-14046863
 ] 

Alejandro Abdelnur edited comment on MAPREDUCE-5890 at 6/29/14 2:13 AM:


LGTM. 

One minor nit (i can take care of it when committing), in 
{{JObSubmitter.java#copyAndConfigureFiles()}} javadoc, line 295 no needed 
change.

[~chris.douglas], I believe all your suggestions/concerns have been addressed. 
Do you want to do a new pass on the patch?

I'll wait a few days to commit.


was (Author: tucu00):
LGTM. 

One minor nit (i can take care of it when committing), in 
{{JObSubmitter.java#copyAndConfigureFiles()}} javadoc, line 295 no needed 
change.

[~chris.douglas], I believe all our suggestions/concerns have been addressed. 
Do you want to do a new pass on the patch?

I'll wait a few days to commit.

 Support for encrypting Intermediate data and spills in local filesystem
 ---

 Key: MAPREDUCE-5890
 URL: https://issues.apache.org/jira/browse/MAPREDUCE-5890
 Project: Hadoop Map/Reduce
  Issue Type: New Feature
  Components: security
Affects Versions: 2.4.0
Reporter: Alejandro Abdelnur
Assignee: Arun Suresh
  Labels: encryption
 Attachments: MAPREDUCE-5890.10.patch, MAPREDUCE-5890.11.patch, 
 MAPREDUCE-5890.12.patch, MAPREDUCE-5890.3.patch, MAPREDUCE-5890.4.patch, 
 MAPREDUCE-5890.5.patch, MAPREDUCE-5890.6.patch, MAPREDUCE-5890.7.patch, 
 MAPREDUCE-5890.8.patch, MAPREDUCE-5890.9.patch, 
 org.apache.hadoop.mapred.TestMRIntermediateDataEncryption-output.txt, 
 syslog.tar.gz


 For some sensitive data, encryption while in flight (network) is not 
 sufficient, it is required that while at rest it should be encrypted. 
 HADOOP-10150  HDFS-6134 bring encryption at rest for data in filesystem 
 using Hadoop FileSystem API. MapReduce intermediate data and spills should 
 also be encrypted while at rest.



--
This message was sent by Atlassian JIRA
(v6.2#6252)