[jira] [Updated] (HDFS-13368) Ozone:TestEndPoint tests are failing consistently

2018-03-29 Thread Nanda kumar (JIRA)

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

Nanda kumar updated HDFS-13368:
---
  Resolution: Fixed
Hadoop Flags: Reviewed
  Status: Resolved  (was: Patch Available)

> Ozone:TestEndPoint tests are failing consistently
> -
>
> Key: HDFS-13368
> URL: https://issues.apache.org/jira/browse/HDFS-13368
> Project: Hadoop HDFS
>  Issue Type: Bug
>  Components: ozone
>Affects Versions: HDFS-7240
>Reporter: Shashikant Banerjee
>Assignee: Shashikant Banerjee
>Priority: Major
> Fix For: HDFS-7240
>
> Attachments: HDFS-13368-HDFS-7240.000.patch, 
> HDFS-13368-HDFS-7240.001.patch
>
>
> With HDFS-13300, the hostName and IpAdress in the DatanodeDetails.proto file 
> made required fiields. These parameters are not set in TestEndPoint which 
> lead these to fail consistently.
> TestEndPoint#testRegisterToInvalidEndpoint
> {code:java}
> com.google.protobuf.UninitializedMessageException: Message missing required 
> fields: ipAddress, hostName
> at 
> com.google.protobuf.AbstractMessage$Builder.newUninitializedMessageException(AbstractMessage.java:770)
> at 
> org.apache.hadoop.hdsl.protocol.proto.HdslProtos$DatanodeDetailsProto$Builder.build(HdslProtos.java:1756)
> at 
> org.apache.hadoop.ozone.container.common.TestEndPoint.registerTaskHelper(TestEndPoint.java:236)
> at 
> org.apache.hadoop.ozone.container.common.TestEndPoint.testRegisterToInvalidEndpoint(TestEndPoint.java:257)
> {code}
> TestEndPoint#testHeartbeatTaskToInvalidNode
> {code:java}
> 2018-03-29 18:14:54,140 WARN impl.RaftServerProxy: FAILED new RaftServerProxy 
> attempt #1/5: java.lang.BootstrapMethodError: java.lang.NoClassDefFoundError: 
> com/codahale/metrics/Timer, sleep 500ms and then retry.
> java.lang.BootstrapMethodError: java.lang.NoClassDefFoundError: 
> com/codahale/metrics/Timer
> at 
> org.apache.ratis.server.storage.RaftLogWorker.(RaftLogWorker.java:104)
> at 
> org.apache.ratis.server.storage.SegmentedRaftLog.(SegmentedRaftLog.java:113)
> at org.apache.ratis.server.impl.ServerState.initLog(ServerState.java:151)
> at org.apache.ratis.server.impl.ServerState.(ServerState.java:101){code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Updated] (HDFS-13368) Ozone:TestEndPoint tests are failing consistently

2018-03-29 Thread Shashikant Banerjee (JIRA)

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

Shashikant Banerjee updated HDFS-13368:
---
Attachment: HDFS-13368-HDFS-7240.001.patch

> Ozone:TestEndPoint tests are failing consistently
> -
>
> Key: HDFS-13368
> URL: https://issues.apache.org/jira/browse/HDFS-13368
> Project: Hadoop HDFS
>  Issue Type: Bug
>  Components: ozone
>Affects Versions: HDFS-7240
>Reporter: Shashikant Banerjee
>Assignee: Shashikant Banerjee
>Priority: Major
> Fix For: HDFS-7240
>
> Attachments: HDFS-13368-HDFS-7240.000.patch, 
> HDFS-13368-HDFS-7240.001.patch
>
>
> With HDFS-13300, the hostName and IpAdress in the DatanodeDetails.proto file 
> made required fiields. These parameters are not set in TestEndPoint which 
> lead these to fail consistently.
> TestEndPoint#testRegisterToInvalidEndpoint
> {code:java}
> com.google.protobuf.UninitializedMessageException: Message missing required 
> fields: ipAddress, hostName
> at 
> com.google.protobuf.AbstractMessage$Builder.newUninitializedMessageException(AbstractMessage.java:770)
> at 
> org.apache.hadoop.hdsl.protocol.proto.HdslProtos$DatanodeDetailsProto$Builder.build(HdslProtos.java:1756)
> at 
> org.apache.hadoop.ozone.container.common.TestEndPoint.registerTaskHelper(TestEndPoint.java:236)
> at 
> org.apache.hadoop.ozone.container.common.TestEndPoint.testRegisterToInvalidEndpoint(TestEndPoint.java:257)
> {code}
> TestEndPoint#testHeartbeatTaskToInvalidNode
> {code:java}
> 2018-03-29 18:14:54,140 WARN impl.RaftServerProxy: FAILED new RaftServerProxy 
> attempt #1/5: java.lang.BootstrapMethodError: java.lang.NoClassDefFoundError: 
> com/codahale/metrics/Timer, sleep 500ms and then retry.
> java.lang.BootstrapMethodError: java.lang.NoClassDefFoundError: 
> com/codahale/metrics/Timer
> at 
> org.apache.ratis.server.storage.RaftLogWorker.(RaftLogWorker.java:104)
> at 
> org.apache.ratis.server.storage.SegmentedRaftLog.(SegmentedRaftLog.java:113)
> at org.apache.ratis.server.impl.ServerState.initLog(ServerState.java:151)
> at org.apache.ratis.server.impl.ServerState.(ServerState.java:101){code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Updated] (HDFS-13368) Ozone:TestEndPoint tests are failing consistently

2018-03-29 Thread Shashikant Banerjee (JIRA)

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

Shashikant Banerjee updated HDFS-13368:
---
Description: 
With HDFS-13300, the hostName and IpAdress in the DatanodeDetails.proto file 
made required fiields. These parameters are not set in TestEndPoint which lead 
these to fail consistently.

TestEndPoint#testRegisterToInvalidEndpoint
{code:java}
com.google.protobuf.UninitializedMessageException: Message missing required 
fields: ipAddress, hostName

at 
com.google.protobuf.AbstractMessage$Builder.newUninitializedMessageException(AbstractMessage.java:770)
at 
org.apache.hadoop.hdsl.protocol.proto.HdslProtos$DatanodeDetailsProto$Builder.build(HdslProtos.java:1756)
at 
org.apache.hadoop.ozone.container.common.TestEndPoint.registerTaskHelper(TestEndPoint.java:236)
at 
org.apache.hadoop.ozone.container.common.TestEndPoint.testRegisterToInvalidEndpoint(TestEndPoint.java:257)

{code}
TestEndPoint#testHeartbeatTaskToInvalidNode
{code:java}
2018-03-29 18:14:54,140 WARN impl.RaftServerProxy: FAILED new RaftServerProxy 
attempt #1/5: java.lang.BootstrapMethodError: java.lang.NoClassDefFoundError: 
com/codahale/metrics/Timer, sleep 500ms and then retry.
java.lang.BootstrapMethodError: java.lang.NoClassDefFoundError: 
com/codahale/metrics/Timer
at org.apache.ratis.server.storage.RaftLogWorker.(RaftLogWorker.java:104)
at 
org.apache.ratis.server.storage.SegmentedRaftLog.(SegmentedRaftLog.java:113)
at org.apache.ratis.server.impl.ServerState.initLog(ServerState.java:151)
at org.apache.ratis.server.impl.ServerState.(ServerState.java:101){code}

  was:With HDFS-13300, the hostName and IpAdress in the DatanodeDetails.proto 
file made required fiields. These parameters are not set in TestEndPoint which 
lead these to fail consistently.


> Ozone:TestEndPoint tests are failing consistently
> -
>
> Key: HDFS-13368
> URL: https://issues.apache.org/jira/browse/HDFS-13368
> Project: Hadoop HDFS
>  Issue Type: Bug
>  Components: ozone
>Affects Versions: HDFS-7240
>Reporter: Shashikant Banerjee
>Assignee: Shashikant Banerjee
>Priority: Major
> Fix For: HDFS-7240
>
> Attachments: HDFS-13368-HDFS-7240.000.patch
>
>
> With HDFS-13300, the hostName and IpAdress in the DatanodeDetails.proto file 
> made required fiields. These parameters are not set in TestEndPoint which 
> lead these to fail consistently.
> TestEndPoint#testRegisterToInvalidEndpoint
> {code:java}
> com.google.protobuf.UninitializedMessageException: Message missing required 
> fields: ipAddress, hostName
> at 
> com.google.protobuf.AbstractMessage$Builder.newUninitializedMessageException(AbstractMessage.java:770)
> at 
> org.apache.hadoop.hdsl.protocol.proto.HdslProtos$DatanodeDetailsProto$Builder.build(HdslProtos.java:1756)
> at 
> org.apache.hadoop.ozone.container.common.TestEndPoint.registerTaskHelper(TestEndPoint.java:236)
> at 
> org.apache.hadoop.ozone.container.common.TestEndPoint.testRegisterToInvalidEndpoint(TestEndPoint.java:257)
> {code}
> TestEndPoint#testHeartbeatTaskToInvalidNode
> {code:java}
> 2018-03-29 18:14:54,140 WARN impl.RaftServerProxy: FAILED new RaftServerProxy 
> attempt #1/5: java.lang.BootstrapMethodError: java.lang.NoClassDefFoundError: 
> com/codahale/metrics/Timer, sleep 500ms and then retry.
> java.lang.BootstrapMethodError: java.lang.NoClassDefFoundError: 
> com/codahale/metrics/Timer
> at 
> org.apache.ratis.server.storage.RaftLogWorker.(RaftLogWorker.java:104)
> at 
> org.apache.ratis.server.storage.SegmentedRaftLog.(SegmentedRaftLog.java:113)
> at org.apache.ratis.server.impl.ServerState.initLog(ServerState.java:151)
> at org.apache.ratis.server.impl.ServerState.(ServerState.java:101){code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Updated] (HDFS-13368) Ozone:TestEndPoint tests are failing consistently

2018-03-29 Thread Shashikant Banerjee (JIRA)

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

Shashikant Banerjee updated HDFS-13368:
---
Attachment: (was: HDFS-13368-HDFS-7240.000.patch)

> Ozone:TestEndPoint tests are failing consistently
> -
>
> Key: HDFS-13368
> URL: https://issues.apache.org/jira/browse/HDFS-13368
> Project: Hadoop HDFS
>  Issue Type: Bug
>  Components: ozone
>Affects Versions: HDFS-7240
>Reporter: Shashikant Banerjee
>Assignee: Shashikant Banerjee
>Priority: Major
> Fix For: HDFS-7240
>
> Attachments: HDFS-13368-HDFS-7240.000.patch
>
>
> With HDFS-13300, the hostName and IpAdress in the DatanodeDetails.proto file 
> made required fiields. These parameters are not set in TestEndPoint which 
> lead these to fail consistently.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Updated] (HDFS-13368) Ozone:TestEndPoint tests are failing consistently

2018-03-29 Thread Shashikant Banerjee (JIRA)

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

Shashikant Banerjee updated HDFS-13368:
---
Attachment: HDFS-13368-HDFS-7240.000.patch

> Ozone:TestEndPoint tests are failing consistently
> -
>
> Key: HDFS-13368
> URL: https://issues.apache.org/jira/browse/HDFS-13368
> Project: Hadoop HDFS
>  Issue Type: Bug
>  Components: ozone
>Affects Versions: HDFS-7240
>Reporter: Shashikant Banerjee
>Assignee: Shashikant Banerjee
>Priority: Major
> Fix For: HDFS-7240
>
> Attachments: HDFS-13368-HDFS-7240.000.patch, 
> HDFS-13368-HDFS-7240.000.patch
>
>
> With HDFS-13300, the hostName and IpAdress in the DatanodeDetails.proto file 
> made required fiields. These parameters are not set in TestEndPoint which 
> lead these to fail consistently.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Updated] (HDFS-13368) Ozone:TestEndPoint tests are failing consistently

2018-03-29 Thread Shashikant Banerjee (JIRA)

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

Shashikant Banerjee updated HDFS-13368:
---
Attachment: (was: HDFS-13368.000.patch)

> Ozone:TestEndPoint tests are failing consistently
> -
>
> Key: HDFS-13368
> URL: https://issues.apache.org/jira/browse/HDFS-13368
> Project: Hadoop HDFS
>  Issue Type: Bug
>  Components: ozone
>Affects Versions: HDFS-7240
>Reporter: Shashikant Banerjee
>Assignee: Shashikant Banerjee
>Priority: Major
> Fix For: HDFS-7240
>
> Attachments: HDFS-13368-HDFS-7240.000.patch
>
>
> With HDFS-13300, the hostName and IpAdress in the DatanodeDetails.proto file 
> made required fiields. These parameters are not set in TestEndPoint which 
> lead these to fail consistently.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Updated] (HDFS-13368) Ozone:TestEndPoint tests are failing consistently

2018-03-29 Thread Shashikant Banerjee (JIRA)

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

Shashikant Banerjee updated HDFS-13368:
---
Attachment: HDFS-13368-HDFS-7240.000.patch

> Ozone:TestEndPoint tests are failing consistently
> -
>
> Key: HDFS-13368
> URL: https://issues.apache.org/jira/browse/HDFS-13368
> Project: Hadoop HDFS
>  Issue Type: Bug
>  Components: ozone
>Affects Versions: HDFS-7240
>Reporter: Shashikant Banerjee
>Assignee: Shashikant Banerjee
>Priority: Major
> Fix For: HDFS-7240
>
> Attachments: HDFS-13368-HDFS-7240.000.patch
>
>
> With HDFS-13300, the hostName and IpAdress in the DatanodeDetails.proto file 
> made required fiields. These parameters are not set in TestEndPoint which 
> lead these to fail consistently.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Updated] (HDFS-13368) Ozone:TestEndPoint tests are failing consistently

2018-03-29 Thread Shashikant Banerjee (JIRA)

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

Shashikant Banerjee updated HDFS-13368:
---
Status: Patch Available  (was: Open)

> Ozone:TestEndPoint tests are failing consistently
> -
>
> Key: HDFS-13368
> URL: https://issues.apache.org/jira/browse/HDFS-13368
> Project: Hadoop HDFS
>  Issue Type: Bug
>  Components: ozone
>Affects Versions: HDFS-7240
>Reporter: Shashikant Banerjee
>Assignee: Shashikant Banerjee
>Priority: Major
> Fix For: HDFS-7240
>
> Attachments: HDFS-13368.000.patch
>
>
> With HDFS-13300, the hostName and IpAdress in the DatanodeDetails.proto file 
> made required fiields. These parameters are not set in TestEndPoint which 
> lead these to fail consistently.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Updated] (HDFS-13368) Ozone:TestEndPoint tests are failing consistently

2018-03-29 Thread Shashikant Banerjee (JIRA)

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

Shashikant Banerjee updated HDFS-13368:
---
Attachment: HDFS-13368.000.patch

> Ozone:TestEndPoint tests are failing consistently
> -
>
> Key: HDFS-13368
> URL: https://issues.apache.org/jira/browse/HDFS-13368
> Project: Hadoop HDFS
>  Issue Type: Bug
>  Components: ozone
>Affects Versions: HDFS-7240
>Reporter: Shashikant Banerjee
>Assignee: Shashikant Banerjee
>Priority: Major
> Fix For: HDFS-7240
>
> Attachments: HDFS-13368.000.patch
>
>
> With HDFS-13300, the hostName and IpAdress in the DatanodeDetails.proto file 
> made required fiields. These parameters are not set in TestEndPoint which 
> lead these to fail consistently.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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