[jira] [Updated] (HDFS-6059) TestBlockReaderLocal fails if native library is not available

2014-03-06 Thread Akira AJISAKA (JIRA)

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

Akira AJISAKA updated HDFS-6059:


Attachment: HDFS-6059.2.patch

Thanks for the review, [~cmccabe].
Attaching a patch that reflects your comment.

 TestBlockReaderLocal fails if native library is not available
 -

 Key: HDFS-6059
 URL: https://issues.apache.org/jira/browse/HDFS-6059
 Project: Hadoop HDFS
  Issue Type: Bug
Affects Versions: 3.0.0
Reporter: Akira AJISAKA
Assignee: Akira AJISAKA
  Labels: newbie
 Attachments: HDFS-6059.2.patch, HDFS-6059.patch


 I ran TestBlockReaderLocal locally and it failed.
 {code}
 ---
  T E S T S
 ---
 Running org.apache.hadoop.hdfs.TestBlockReaderLocal
 Tests run: 37, Failures: 0, Errors: 35, Skipped: 2, Time elapsed: 77.261 sec 
  FAILURE! - in org.apache.hadoop.hdfs.TestBlockReaderLocal
 testBlockReaderLocalImmediateClose(org.apache.hadoop.hdfs.TestBlockReaderLocal)
   Time elapsed: 51.562 sec   ERROR!
 java.lang.UnsupportedOperationException: NativeIO is not available.
 at 
 org.apache.hadoop.hdfs.ShortCircuitShm.init(ShortCircuitShm.java:461)
 at 
 org.apache.hadoop.hdfs.TestBlockReaderLocal.runBlockReaderLocalTest(TestBlockReaderLocal.java:181)
 at 
 org.apache.hadoop.hdfs.TestBlockReaderLocal.testBlockReaderLocalImmediateClose(TestBlockReaderLocal.java:218)
 {code}



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


[jira] [Updated] (HDFS-6059) TestBlockReaderLocal fails if native library is not available

2014-03-06 Thread Colin Patrick McCabe (JIRA)

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

Colin Patrick McCabe updated HDFS-6059:
---

   Resolution: Fixed
Fix Version/s: 2.4.0
   Status: Resolved  (was: Patch Available)

committed

 TestBlockReaderLocal fails if native library is not available
 -

 Key: HDFS-6059
 URL: https://issues.apache.org/jira/browse/HDFS-6059
 Project: Hadoop HDFS
  Issue Type: Bug
Affects Versions: 3.0.0
Reporter: Akira AJISAKA
Assignee: Akira AJISAKA
  Labels: newbie
 Fix For: 2.4.0

 Attachments: HDFS-6059.2.patch, HDFS-6059.patch


 I ran TestBlockReaderLocal locally and it failed.
 {code}
 ---
  T E S T S
 ---
 Running org.apache.hadoop.hdfs.TestBlockReaderLocal
 Tests run: 37, Failures: 0, Errors: 35, Skipped: 2, Time elapsed: 77.261 sec 
  FAILURE! - in org.apache.hadoop.hdfs.TestBlockReaderLocal
 testBlockReaderLocalImmediateClose(org.apache.hadoop.hdfs.TestBlockReaderLocal)
   Time elapsed: 51.562 sec   ERROR!
 java.lang.UnsupportedOperationException: NativeIO is not available.
 at 
 org.apache.hadoop.hdfs.ShortCircuitShm.init(ShortCircuitShm.java:461)
 at 
 org.apache.hadoop.hdfs.TestBlockReaderLocal.runBlockReaderLocalTest(TestBlockReaderLocal.java:181)
 at 
 org.apache.hadoop.hdfs.TestBlockReaderLocal.testBlockReaderLocalImmediateClose(TestBlockReaderLocal.java:218)
 {code}



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


[jira] [Updated] (HDFS-6059) TestBlockReaderLocal fails if native library is not available

2014-03-05 Thread Akira AJISAKA (JIRA)

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

Akira AJISAKA updated HDFS-6059:


Attachment: HDFS-6059.patch

Attaching a patch.

 TestBlockReaderLocal fails if native library is not available
 -

 Key: HDFS-6059
 URL: https://issues.apache.org/jira/browse/HDFS-6059
 Project: Hadoop HDFS
  Issue Type: Bug
Affects Versions: 3.0.0
Reporter: Akira AJISAKA
Assignee: Akira AJISAKA
  Labels: newbie
 Attachments: HDFS-6059.patch


 I ran TestBlockReaderLocal locally and it failed.
 {code}
 ---
  T E S T S
 ---
 Running org.apache.hadoop.hdfs.TestBlockReaderLocal
 Tests run: 37, Failures: 0, Errors: 35, Skipped: 2, Time elapsed: 77.261 sec 
  FAILURE! - in org.apache.hadoop.hdfs.TestBlockReaderLocal
 testBlockReaderLocalImmediateClose(org.apache.hadoop.hdfs.TestBlockReaderLocal)
   Time elapsed: 51.562 sec   ERROR!
 java.lang.UnsupportedOperationException: NativeIO is not available.
 at 
 org.apache.hadoop.hdfs.ShortCircuitShm.init(ShortCircuitShm.java:461)
 at 
 org.apache.hadoop.hdfs.TestBlockReaderLocal.runBlockReaderLocalTest(TestBlockReaderLocal.java:181)
 at 
 org.apache.hadoop.hdfs.TestBlockReaderLocal.testBlockReaderLocalImmediateClose(TestBlockReaderLocal.java:218)
 {code}



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


[jira] [Updated] (HDFS-6059) TestBlockReaderLocal fails if native library is not available

2014-03-05 Thread Akira AJISAKA (JIRA)

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

Akira AJISAKA updated HDFS-6059:


Labels: newbie  (was: )
Status: Patch Available  (was: Open)

 TestBlockReaderLocal fails if native library is not available
 -

 Key: HDFS-6059
 URL: https://issues.apache.org/jira/browse/HDFS-6059
 Project: Hadoop HDFS
  Issue Type: Bug
Affects Versions: 3.0.0
Reporter: Akira AJISAKA
Assignee: Akira AJISAKA
  Labels: newbie
 Attachments: HDFS-6059.patch


 I ran TestBlockReaderLocal locally and it failed.
 {code}
 ---
  T E S T S
 ---
 Running org.apache.hadoop.hdfs.TestBlockReaderLocal
 Tests run: 37, Failures: 0, Errors: 35, Skipped: 2, Time elapsed: 77.261 sec 
  FAILURE! - in org.apache.hadoop.hdfs.TestBlockReaderLocal
 testBlockReaderLocalImmediateClose(org.apache.hadoop.hdfs.TestBlockReaderLocal)
   Time elapsed: 51.562 sec   ERROR!
 java.lang.UnsupportedOperationException: NativeIO is not available.
 at 
 org.apache.hadoop.hdfs.ShortCircuitShm.init(ShortCircuitShm.java:461)
 at 
 org.apache.hadoop.hdfs.TestBlockReaderLocal.runBlockReaderLocalTest(TestBlockReaderLocal.java:181)
 at 
 org.apache.hadoop.hdfs.TestBlockReaderLocal.testBlockReaderLocalImmediateClose(TestBlockReaderLocal.java:218)
 {code}



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