[jira] [Updated] (HDFS-8948) Fix failing tests in TestPread and TestReplaceDatanodeOnFailure

2015-08-24 Thread Mingliang Liu (JIRA)

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

Mingliang Liu updated HDFS-8948:

Description: The two failing unit tests are {{}}  (was: This jira tracks 
the effort of moving the {{ShortCircuitShm}} class into the hdfs-client module.)

 Fix failing tests in TestPread and TestReplaceDatanodeOnFailure
 ---

 Key: HDFS-8948
 URL: https://issues.apache.org/jira/browse/HDFS-8948
 Project: Hadoop HDFS
  Issue Type: Sub-task
  Components: build
Reporter: Mingliang Liu
Assignee: Mingliang Liu
 Fix For: 2.8.0


 The two failing unit tests are {{}}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (HDFS-8948) Fix failing tests in TestPread and TestReplaceDatanodeOnFailure

2015-08-24 Thread Mingliang Liu (JIRA)

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

Mingliang Liu updated HDFS-8948:

Description: 
The two failing unit tests are {{java.lang.ClassCastException: 
org.slf4j.impl.Log4jLoggerAdapter cannot be cast to 
org.apache.commons.logging.impl.Log4JLogger}}. This is because of the logger 
change from log4j to slf4j in ShortCircuitShm refactoring code.

This lira tracks the effort of fixing the test failures. The goal is to make 
the tests pass and dumping all the log information for debugging. 

  was:The two failing unit tests are {{}}


 Fix failing tests in TestPread and TestReplaceDatanodeOnFailure
 ---

 Key: HDFS-8948
 URL: https://issues.apache.org/jira/browse/HDFS-8948
 Project: Hadoop HDFS
  Issue Type: Sub-task
  Components: build
Reporter: Mingliang Liu
Assignee: Mingliang Liu
 Fix For: 2.8.0


 The two failing unit tests are {{java.lang.ClassCastException: 
 org.slf4j.impl.Log4jLoggerAdapter cannot be cast to 
 org.apache.commons.logging.impl.Log4JLogger}}. This is because of the logger 
 change from log4j to slf4j in ShortCircuitShm refactoring code.
 This lira tracks the effort of fixing the test failures. The goal is to make 
 the tests pass and dumping all the log information for debugging. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (HDFS-8948) Fix failing tests in TestPread and TestReplaceDatanodeOnFailure

2015-08-24 Thread Mingliang Liu (JIRA)

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

Mingliang Liu updated HDFS-8948:

   Flags: Patch
Hadoop Flags:   (was: Reviewed)

 Fix failing tests in TestPread and TestReplaceDatanodeOnFailure
 ---

 Key: HDFS-8948
 URL: https://issues.apache.org/jira/browse/HDFS-8948
 Project: Hadoop HDFS
  Issue Type: Sub-task
  Components: build
Reporter: Mingliang Liu
Assignee: Mingliang Liu
 Fix For: 2.8.0

 Attachments: HDFS-8948.000.patch


 The two failing unit tests are {{java.lang.ClassCastException: 
 org.slf4j.impl.Log4jLoggerAdapter cannot be cast to 
 org.apache.commons.logging.impl.Log4JLogger}}. This is because of the logger 
 change from log4j to slf4j in ShortCircuitShm refactoring code.
 This jira tracks the effort of fixing the test failures. The goal is to make 
 the tests pass and to dump all the log information for debugging. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (HDFS-8948) Fix failing tests in TestPread and TestReplaceDatanodeOnFailure

2015-08-24 Thread Mingliang Liu (JIRA)

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

Mingliang Liu updated HDFS-8948:

Status: Patch Available  (was: Open)

 Fix failing tests in TestPread and TestReplaceDatanodeOnFailure
 ---

 Key: HDFS-8948
 URL: https://issues.apache.org/jira/browse/HDFS-8948
 Project: Hadoop HDFS
  Issue Type: Sub-task
  Components: build
Reporter: Mingliang Liu
Assignee: Mingliang Liu
 Fix For: 2.8.0

 Attachments: HDFS-8948.000.patch


 The two failing unit tests are {{java.lang.ClassCastException: 
 org.slf4j.impl.Log4jLoggerAdapter cannot be cast to 
 org.apache.commons.logging.impl.Log4JLogger}}. This is because of the logger 
 change from log4j to slf4j in ShortCircuitShm refactoring code.
 This jira tracks the effort of fixing the test failures. The goal is to make 
 the tests pass and to dump all the log information for debugging. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (HDFS-8948) Fix failing tests in TestPread and TestReplaceDatanodeOnFailure

2015-08-24 Thread Mingliang Liu (JIRA)

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

Mingliang Liu updated HDFS-8948:

Description: 
The two failing unit tests are {{java.lang.ClassCastException: 
org.slf4j.impl.Log4jLoggerAdapter cannot be cast to 
org.apache.commons.logging.impl.Log4JLogger}}. This is because of the logger 
change from log4j to slf4j in ShortCircuitShm refactoring code.

This jira tracks the effort of fixing the test failures. The goal is to make 
the tests pass and to dump all the log information for debugging. 

  was:
The two failing unit tests are {{java.lang.ClassCastException: 
org.slf4j.impl.Log4jLoggerAdapter cannot be cast to 
org.apache.commons.logging.impl.Log4JLogger}}. This is because of the logger 
change from log4j to slf4j in ShortCircuitShm refactoring code.

This jira tracks the effort of fixing the test failures. The goal is to make 
the tests pass and dump all the log information for debugging. 


 Fix failing tests in TestPread and TestReplaceDatanodeOnFailure
 ---

 Key: HDFS-8948
 URL: https://issues.apache.org/jira/browse/HDFS-8948
 Project: Hadoop HDFS
  Issue Type: Sub-task
  Components: build
Reporter: Mingliang Liu
Assignee: Mingliang Liu
 Fix For: 2.8.0


 The two failing unit tests are {{java.lang.ClassCastException: 
 org.slf4j.impl.Log4jLoggerAdapter cannot be cast to 
 org.apache.commons.logging.impl.Log4JLogger}}. This is because of the logger 
 change from log4j to slf4j in ShortCircuitShm refactoring code.
 This jira tracks the effort of fixing the test failures. The goal is to make 
 the tests pass and to dump all the log information for debugging. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (HDFS-8948) Fix failing tests in TestPread and TestReplaceDatanodeOnFailure

2015-08-24 Thread Mingliang Liu (JIRA)

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

Mingliang Liu updated HDFS-8948:

Description: 
The two failing unit tests are {{java.lang.ClassCastException: 
org.slf4j.impl.Log4jLoggerAdapter cannot be cast to 
org.apache.commons.logging.impl.Log4JLogger}}. This is because of the logger 
change from log4j to slf4j in ShortCircuitShm refactoring code.

This jira tracks the effort of fixing the test failures. The goal is to make 
the tests pass and dump all the log information for debugging. 

  was:
The two failing unit tests are {{java.lang.ClassCastException: 
org.slf4j.impl.Log4jLoggerAdapter cannot be cast to 
org.apache.commons.logging.impl.Log4JLogger}}. This is because of the logger 
change from log4j to slf4j in ShortCircuitShm refactoring code.

This jira tracks the effort of fixing the test failures. The goal is to make 
the tests pass and dumping all the log information for debugging. 


 Fix failing tests in TestPread and TestReplaceDatanodeOnFailure
 ---

 Key: HDFS-8948
 URL: https://issues.apache.org/jira/browse/HDFS-8948
 Project: Hadoop HDFS
  Issue Type: Sub-task
  Components: build
Reporter: Mingliang Liu
Assignee: Mingliang Liu
 Fix For: 2.8.0


 The two failing unit tests are {{java.lang.ClassCastException: 
 org.slf4j.impl.Log4jLoggerAdapter cannot be cast to 
 org.apache.commons.logging.impl.Log4JLogger}}. This is because of the logger 
 change from log4j to slf4j in ShortCircuitShm refactoring code.
 This jira tracks the effort of fixing the test failures. The goal is to make 
 the tests pass and dump all the log information for debugging. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (HDFS-8948) Fix failing tests in TestPread and TestReplaceDatanodeOnFailure

2015-08-24 Thread Mingliang Liu (JIRA)

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

Mingliang Liu updated HDFS-8948:

Description: 
The two failing unit tests are {{java.lang.ClassCastException: 
org.slf4j.impl.Log4jLoggerAdapter cannot be cast to 
org.apache.commons.logging.impl.Log4JLogger}}. This is because of the logger 
change from log4j to slf4j in ShortCircuitShm refactoring code.

This jira tracks the effort of fixing the test failures. The goal is to make 
the tests pass and dumping all the log information for debugging. 

  was:
The two failing unit tests are {{java.lang.ClassCastException: 
org.slf4j.impl.Log4jLoggerAdapter cannot be cast to 
org.apache.commons.logging.impl.Log4JLogger}}. This is because of the logger 
change from log4j to slf4j in ShortCircuitShm refactoring code.

This lira tracks the effort of fixing the test failures. The goal is to make 
the tests pass and dumping all the log information for debugging. 


 Fix failing tests in TestPread and TestReplaceDatanodeOnFailure
 ---

 Key: HDFS-8948
 URL: https://issues.apache.org/jira/browse/HDFS-8948
 Project: Hadoop HDFS
  Issue Type: Sub-task
  Components: build
Reporter: Mingliang Liu
Assignee: Mingliang Liu
 Fix For: 2.8.0


 The two failing unit tests are {{java.lang.ClassCastException: 
 org.slf4j.impl.Log4jLoggerAdapter cannot be cast to 
 org.apache.commons.logging.impl.Log4JLogger}}. This is because of the logger 
 change from log4j to slf4j in ShortCircuitShm refactoring code.
 This jira tracks the effort of fixing the test failures. The goal is to make 
 the tests pass and dumping all the log information for debugging. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (HDFS-8948) Fix failing tests in TestPread and TestReplaceDatanodeOnFailure

2015-08-24 Thread Mingliang Liu (JIRA)

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

Mingliang Liu updated HDFS-8948:

Attachment: HDFS-8948.000.patch

The v0 patch uses the GenericTestUtils to set the log level.

 Fix failing tests in TestPread and TestReplaceDatanodeOnFailure
 ---

 Key: HDFS-8948
 URL: https://issues.apache.org/jira/browse/HDFS-8948
 Project: Hadoop HDFS
  Issue Type: Sub-task
  Components: build
Reporter: Mingliang Liu
Assignee: Mingliang Liu
 Fix For: 2.8.0

 Attachments: HDFS-8948.000.patch


 The two failing unit tests are {{java.lang.ClassCastException: 
 org.slf4j.impl.Log4jLoggerAdapter cannot be cast to 
 org.apache.commons.logging.impl.Log4JLogger}}. This is because of the logger 
 change from log4j to slf4j in ShortCircuitShm refactoring code.
 This jira tracks the effort of fixing the test failures. The goal is to make 
 the tests pass and to dump all the log information for debugging. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (HDFS-8948) Fix failing tests in TestPread and TestReplaceDatanodeOnFailure

2015-08-24 Thread Mingliang Liu (JIRA)

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

Mingliang Liu updated HDFS-8948:

Target Version/s: 2.8.0

 Fix failing tests in TestPread and TestReplaceDatanodeOnFailure
 ---

 Key: HDFS-8948
 URL: https://issues.apache.org/jira/browse/HDFS-8948
 Project: Hadoop HDFS
  Issue Type: Sub-task
  Components: build
Reporter: Mingliang Liu
Assignee: Mingliang Liu
 Attachments: HDFS-8948.000.patch


 The two failing unit tests are {{java.lang.ClassCastException: 
 org.slf4j.impl.Log4jLoggerAdapter cannot be cast to 
 org.apache.commons.logging.impl.Log4JLogger}}. This is because of the logger 
 change from log4j to slf4j in ShortCircuitShm refactoring code.
 This jira tracks the effort of fixing the test failures. The goal is to make 
 the tests pass and to dump all the log information for debugging. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (HDFS-8948) Fix failing tests in TestPread and TestReplaceDatanodeOnFailure

2015-08-24 Thread Mingliang Liu (JIRA)

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

Mingliang Liu updated HDFS-8948:

Fix Version/s: (was: 2.8.0)

 Fix failing tests in TestPread and TestReplaceDatanodeOnFailure
 ---

 Key: HDFS-8948
 URL: https://issues.apache.org/jira/browse/HDFS-8948
 Project: Hadoop HDFS
  Issue Type: Sub-task
  Components: build
Reporter: Mingliang Liu
Assignee: Mingliang Liu
 Attachments: HDFS-8948.000.patch


 The two failing unit tests are {{java.lang.ClassCastException: 
 org.slf4j.impl.Log4jLoggerAdapter cannot be cast to 
 org.apache.commons.logging.impl.Log4JLogger}}. This is because of the logger 
 change from log4j to slf4j in ShortCircuitShm refactoring code.
 This jira tracks the effort of fixing the test failures. The goal is to make 
 the tests pass and to dump all the log information for debugging. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)