[jira] [Commented] (HDDS-4342) Add DataNode state and transitions for a node going through upgrade

2020-10-23 Thread Prashant Pogde (Jira)


[ 
https://issues.apache.org/jira/browse/HDDS-4342?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17219968#comment-17219968
 ] 

Prashant Pogde commented on HDDS-4342:
--

A typical SCM sequence for driving datanodes through upgrade would be

something like following :                                                      
            

 

                                                                               

 - client sends Finalize                                                       

 - SCM moves to Finalizing states. If SCM crashes, and it comes up             

   it will always restart from this state.                                     

 - SCM disallows new pipeline creation, SCM in safe mode                       

    (SCM Freeze for new pipeline)                                              

 - SCM closes existing pieplines                                               

 - SCM updates MLV = SLV if not already so. Update on-disk MLV state.          

 - SCM moves all data nodes to HEALTHY_READONLY state. Please note that        

   initial state for all data node is HEALTHY_READONLY. For data nodes         

   to move from HEALTHY_READONLY -> HEALTHY, they need to send atleast         

   one heartbeat where DN.MLV == SCM.MLV                                       

 - SCM waits for few heartbeats                                                

 - SCM allows new pipeline creation (SCM thaw for new pipeline creation).      

   New Pipelines can be created if enough HEALTHY data nodes are found.        

 - If SCM comes across any data node heart beat with DN.MLV < SCM.MLV => SCM 
sends

   that data node finalize command 

==

 

As part of this, we would be introducing a new state HEALTHY-READONLY in 
DataNode state machine maintained in SCM .

This Jira will be used to make changes in the datanode state machine.           
                                         

> Add DataNode state and transitions for a node going through upgrade
> ---
>
> Key: HDDS-4342
> URL: https://issues.apache.org/jira/browse/HDDS-4342
> Project: Hadoop Distributed Data Store
>  Issue Type: Sub-task
>Reporter: Prashant Pogde
>Assignee: Prashant Pogde
>Priority: Major
>




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

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



[jira] [Created] (HDDS-4350) Write integration tests around Ozone trash remover

2020-10-14 Thread Prashant Pogde (Jira)
Prashant Pogde created HDDS-4350:


 Summary: Write integration tests around Ozone trash remover
 Key: HDDS-4350
 URL: https://issues.apache.org/jira/browse/HDDS-4350
 Project: Hadoop Distributed Data Store
  Issue Type: Sub-task
Reporter: Prashant Pogde
Assignee: Sadanand Shenoy






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

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



[jira] [Created] (HDDS-4349) Ozone specific undelete

2020-10-14 Thread Prashant Pogde (Jira)
Prashant Pogde created HDDS-4349:


 Summary: Ozone specific undelete
 Key: HDDS-4349
 URL: https://issues.apache.org/jira/browse/HDDS-4349
 Project: Hadoop Distributed Data Store
  Issue Type: Sub-task
Reporter: Prashant Pogde
Assignee: Sadanand Shenoy


This ticket will be used to track ozone specific undelete operations.



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

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



[jira] [Created] (HDDS-4348) Perf evaluation fopr Ozone trash emptier

2020-10-14 Thread Prashant Pogde (Jira)
Prashant Pogde created HDDS-4348:


 Summary: Perf evaluation fopr Ozone trash emptier
 Key: HDDS-4348
 URL: https://issues.apache.org/jira/browse/HDDS-4348
 Project: Hadoop Distributed Data Store
  Issue Type: Sub-task
Reporter: Prashant Pogde
Assignee: Sadanand Shenoy


Current trash removal is leveraging HDFS trash removal. This subtrask can be 
used to evaluate performance impact.

specifically evaluate
 * key removal in presence of large number of buckets  vs few buckets
 * key removal in presence of large number of keys vs few keys



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

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



[jira] [Created] (HDDS-4347) Make Ozone specific Trash remover multi threaded

2020-10-14 Thread Prashant Pogde (Jira)
Prashant Pogde created HDDS-4347:


 Summary: Make Ozone specific Trash remover multi threaded
 Key: HDDS-4347
 URL: https://issues.apache.org/jira/browse/HDDS-4347
 Project: Hadoop Distributed Data Store
  Issue Type: Sub-task
Reporter: Prashant Pogde
Assignee: Sadanand Shenoy


number of thread for trash emptier would be configurable. Each trash emptier 
thread would work on a bucket granularity.



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

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



[jira] [Created] (HDDS-4346) Ozone specific TrashPolicy

2020-10-14 Thread Prashant Pogde (Jira)
Prashant Pogde created HDDS-4346:


 Summary: Ozone specific TrashPolicy
 Key: HDDS-4346
 URL: https://issues.apache.org/jira/browse/HDDS-4346
 Project: Hadoop Distributed Data Store
  Issue Type: Sub-task
Reporter: Prashant Pogde
Assignee: Sadanand Shenoy


Extend TrashPolicy to write ozone specific Trash policy.



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

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



[jira] [Created] (HDDS-4342) Add DataNode state and transitions for a node going through upgrade

2020-10-13 Thread Prashant Pogde (Jira)
Prashant Pogde created HDDS-4342:


 Summary: Add DataNode state and transitions for a node going 
through upgrade
 Key: HDDS-4342
 URL: https://issues.apache.org/jira/browse/HDDS-4342
 Project: Hadoop Distributed Data Store
  Issue Type: Sub-task
Reporter: Prashant Pogde
Assignee: Prashant Pogde






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

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



[jira] [Updated] (HDDS-4253) SCM changes to process Layout Info in register request/response

2020-09-29 Thread Prashant Pogde (Jira)


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

Prashant Pogde updated HDDS-4253:
-
Summary: SCM changes to process Layout Info in register request/response  
(was: SCM changes to process Layout Info in heartbeat request/response)

> SCM changes to process Layout Info in register request/response
> ---
>
> Key: HDDS-4253
> URL: https://issues.apache.org/jira/browse/HDDS-4253
> Project: Hadoop Distributed Data Store
>  Issue Type: Sub-task
>Reporter: Prashant Pogde
>Assignee: Prashant Pogde
>Priority: Major
>




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

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



[jira] [Created] (HDDS-4296) SCM changes to process Layout Info in heartbeat request/response

2020-09-29 Thread Prashant Pogde (Jira)
Prashant Pogde created HDDS-4296:


 Summary: SCM changes to process Layout Info in heartbeat 
request/response
 Key: HDDS-4296
 URL: https://issues.apache.org/jira/browse/HDDS-4296
 Project: Hadoop Distributed Data Store
  Issue Type: Sub-task
Reporter: Prashant Pogde
Assignee: Prashant Pogde






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

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



[jira] [Created] (HDDS-4253) SCM changes to process Layout Info in heartbeat request/response

2020-09-16 Thread Prashant Pogde (Jira)
Prashant Pogde created HDDS-4253:


 Summary: SCM changes to process Layout Info in heartbeat 
request/response
 Key: HDDS-4253
 URL: https://issues.apache.org/jira/browse/HDDS-4253
 Project: Hadoop Distributed Data Store
  Issue Type: Sub-task
Reporter: Prashant Pogde
Assignee: Prashant Pogde






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

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



[jira] [Created] (HDDS-4252) Add the current layout versions to DN - SCM proto payload.

2020-09-16 Thread Prashant Pogde (Jira)
Prashant Pogde created HDDS-4252:


 Summary: Add the current layout versions to DN - SCM proto payload.
 Key: HDDS-4252
 URL: https://issues.apache.org/jira/browse/HDDS-4252
 Project: Hadoop Distributed Data Store
  Issue Type: Sub-task
  Components: Ozone Datanode
Reporter: Prashant Pogde
Assignee: Prashant Pogde






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

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



[jira] [Created] (HDDS-4177) get container DB from SCM servlet and bootstrap recon container DB

2020-08-31 Thread Prashant Pogde (Jira)
Prashant Pogde created HDDS-4177:


 Summary: get container DB from SCM servlet and bootstrap recon 
container DB 
 Key: HDDS-4177
 URL: https://issues.apache.org/jira/browse/HDDS-4177
 Project: Hadoop Distributed Data Store
  Issue Type: Sub-task
Reporter: Prashant Pogde
Assignee: Prashant Pogde






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

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



[jira] [Created] (HDDS-4148) create servlet to get SCM DB checkpoint

2020-08-25 Thread Prashant Pogde (Jira)
Prashant Pogde created HDDS-4148:


 Summary: create servlet to get SCM DB checkpoint
 Key: HDDS-4148
 URL: https://issues.apache.org/jira/browse/HDDS-4148
 Project: Hadoop Distributed Data Store
  Issue Type: Sub-task
  Components: SCM
Reporter: Prashant Pogde
Assignee: Prashant Pogde






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

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



[jira] [Resolved] (HDDS-3421) Enable TestStorageContainerManager test cases

2020-07-30 Thread Prashant Pogde (Jira)


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

Prashant Pogde resolved HDDS-3421.
--
Resolution: Fixed

> Enable TestStorageContainerManager test cases
> -
>
> Key: HDDS-3421
> URL: https://issues.apache.org/jira/browse/HDDS-3421
> Project: Hadoop Distributed Data Store
>  Issue Type: Sub-task
>  Components: test
>Affects Versions: 0.5.0
>Reporter: Nanda kumar
>Assignee: Prashant Pogde
>Priority: Major
>  Labels: pull-request-available
>
> Fix and enable TestStorageContainerManager test cases



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

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



[jira] [Commented] (HDDS-3421) Enable TestStorageContainerManager test cases

2020-07-30 Thread Prashant Pogde (Jira)


[ 
https://issues.apache.org/jira/browse/HDDS-3421?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17168422#comment-17168422
 ] 

Prashant Pogde commented on HDDS-3421:
--

Additional failure found is addressed under HDDS-3970.

> Enable TestStorageContainerManager test cases
> -
>
> Key: HDDS-3421
> URL: https://issues.apache.org/jira/browse/HDDS-3421
> Project: Hadoop Distributed Data Store
>  Issue Type: Sub-task
>  Components: test
>Affects Versions: 0.5.0
>Reporter: Nanda kumar
>Assignee: Prashant Pogde
>Priority: Major
>  Labels: pull-request-available
>
> Fix and enable TestStorageContainerManager test cases



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

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



[jira] [Assigned] (HDDS-3446) Enable TestOzoneManagerRestart test cases

2020-07-30 Thread Prashant Pogde (Jira)


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

Prashant Pogde reassigned HDDS-3446:


Assignee: Prashant Pogde

> Enable TestOzoneManagerRestart test cases
> -
>
> Key: HDDS-3446
> URL: https://issues.apache.org/jira/browse/HDDS-3446
> Project: Hadoop Distributed Data Store
>  Issue Type: Sub-task
>  Components: test
>Affects Versions: 0.5.0
>Reporter: Nanda kumar
>Assignee: Prashant Pogde
>Priority: Major
>
> Fix and enable TestOzoneManagerRestart test cases



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

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



[jira] [Commented] (HDDS-3970) ContainerStateManager: invalid state transition state: CLOSING event: FINALIZE

2020-07-15 Thread Prashant Pogde (Jira)


[ 
https://issues.apache.org/jira/browse/HDDS-3970?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17158916#comment-17158916
 ] 

Prashant Pogde commented on HDDS-3970:
--

In the logs it seems there was an event triggering container close 

2020-07-03 13:11:01,750 
[EventQueue-CloseContainerForCloseContainerEventHandler] INFO 
container.CloseContainerEventHandler 
(CloseContainerEventHandler.java:onMessage(61)) - Close container Event 
triggered for container : #5

 

and later when the Test explicitely did 

scm.getContainerManager().updateContainerState(selectedContainer
 .containerID(), HddsProtos.LifeCycleEvent.FINALIZE);

it hit the invalid state transition.

2020-07-03 13:11:06,398 [Listener at 127.0.0.1/33825] ERROR 
container.ContainerStateManager 
(ContainerStateManager.java:updateContainerState(356)) - Failed to update 
container state #5, reason: invalid state transition from state: CLOSING upon 
event: FINALIZE.

> ContainerStateManager: invalid state transition state: CLOSING event: FINALIZE
> --
>
> Key: HDDS-3970
> URL: https://issues.apache.org/jira/browse/HDDS-3970
> Project: Hadoop Distributed Data Store
>  Issue Type: Bug
>  Components: SCM
>Reporter: Prashant Pogde
>Assignee: Prashant Pogde
>Priority: Major
> Attachments: 
> TEST-org.apache.hadoop.ozone.TestStorageContainerManager.xml
>
>
> Invalid State transition detected during Storage Container Manger test. This 
> doesn't happen all the time but only some time. Looks like there is some 
> timing issue involved.
> Please see the details below
>  classname="org.apache.hadoop.ozone.TestStorageContainerManager" time="20.12">
>      type="org.apache.hadoop.hdds.scm.exceptions.SCMException">org.apache.hadoop.hdds.scm.exceptions.SCMException:
>  Failed to update container state #5, reason: invalid state transition from 
> state: CLOSING upon event: FINALIZE.
>  at 
> org.apache.hadoop.hdds.scm.container.ContainerStateManager.updateContainerState(ContainerStateManager.java:357)
>  at 
> org.apache.hadoop.hdds.scm.container.SCMContainerManager.updateContainerState(SCMContainerManager.java:345)
>  at 
> org.apache.hadoop.hdds.scm.container.SCMContainerManager.updateContainerState(SCMContainerManager.java:331)
>  at 
> org.apache.hadoop.ozone.TestStorageContainerManager.testCloseContainerCommandOnRestart(TestStorageContainerManager.java:606)
>  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>  at 
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
>  at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>  at java.lang.reflect.Method.invoke(Method.java:498)
>  at 
> org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47)
>  at 
> org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
>  at 
> org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44)
>  at 
> org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
>  at 
> org.junit.internal.runners.statements.FailOnTimeout$StatementThread.run(FailOnTimeout.java:74)
> 



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

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



[jira] [Updated] (HDDS-3970) ContainerStateManager: invalid state transition state: CLOSING event: FINALIZE

2020-07-15 Thread Prashant Pogde (Jira)


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

Prashant Pogde updated HDDS-3970:
-
Attachment: TEST-org.apache.hadoop.ozone.TestStorageContainerManager.xml

> ContainerStateManager: invalid state transition state: CLOSING event: FINALIZE
> --
>
> Key: HDDS-3970
> URL: https://issues.apache.org/jira/browse/HDDS-3970
> Project: Hadoop Distributed Data Store
>  Issue Type: Bug
>  Components: SCM
>Reporter: Prashant Pogde
>Assignee: Prashant Pogde
>Priority: Major
> Attachments: 
> TEST-org.apache.hadoop.ozone.TestStorageContainerManager.xml
>
>
> Invalid State transition detected during Storage Container Manger test. This 
> doesn't happen all the time but only some time. Looks like there is some 
> timing issue involved.
> Please see the details below
>  classname="org.apache.hadoop.ozone.TestStorageContainerManager" time="20.12">
>      type="org.apache.hadoop.hdds.scm.exceptions.SCMException">org.apache.hadoop.hdds.scm.exceptions.SCMException:
>  Failed to update container state #5, reason: invalid state transition from 
> state: CLOSING upon event: FINALIZE.
>  at 
> org.apache.hadoop.hdds.scm.container.ContainerStateManager.updateContainerState(ContainerStateManager.java:357)
>  at 
> org.apache.hadoop.hdds.scm.container.SCMContainerManager.updateContainerState(SCMContainerManager.java:345)
>  at 
> org.apache.hadoop.hdds.scm.container.SCMContainerManager.updateContainerState(SCMContainerManager.java:331)
>  at 
> org.apache.hadoop.ozone.TestStorageContainerManager.testCloseContainerCommandOnRestart(TestStorageContainerManager.java:606)
>  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>  at 
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
>  at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>  at java.lang.reflect.Method.invoke(Method.java:498)
>  at 
> org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47)
>  at 
> org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
>  at 
> org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44)
>  at 
> org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
>  at 
> org.junit.internal.runners.statements.FailOnTimeout$StatementThread.run(FailOnTimeout.java:74)
> 



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

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



[jira] [Created] (HDDS-3970) ContainerStateManager: invalid state transition state: CLOSING event: FINALIZE

2020-07-15 Thread Prashant Pogde (Jira)
Prashant Pogde created HDDS-3970:


 Summary: ContainerStateManager: invalid state transition state: 
CLOSING event: FINALIZE
 Key: HDDS-3970
 URL: https://issues.apache.org/jira/browse/HDDS-3970
 Project: Hadoop Distributed Data Store
  Issue Type: Bug
  Components: SCM
Reporter: Prashant Pogde
Assignee: Prashant Pogde


Invalid State transition detected during Storage Container Manger test. This 
doesn't happen all the time but only some time. Looks like there is some timing 
issue involved.

Please see the details below



    org.apache.hadoop.hdds.scm.exceptions.SCMException:
 Failed to update container state #5, reason: invalid state transition from 
state: CLOSING upon event: FINALIZE.

 at 
org.apache.hadoop.hdds.scm.container.ContainerStateManager.updateContainerState(ContainerStateManager.java:357)

 at 
org.apache.hadoop.hdds.scm.container.SCMContainerManager.updateContainerState(SCMContainerManager.java:345)

 at 
org.apache.hadoop.hdds.scm.container.SCMContainerManager.updateContainerState(SCMContainerManager.java:331)

 at 
org.apache.hadoop.ozone.TestStorageContainerManager.testCloseContainerCommandOnRestart(TestStorageContainerManager.java:606)

 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

 at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)

 at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

 at java.lang.reflect.Method.invoke(Method.java:498)

 at 
org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47)

 at 
org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)

 at 
org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44)

 at 
org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)

 at 
org.junit.internal.runners.statements.FailOnTimeout$StatementThread.run(FailOnTimeout.java:74)





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

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



[jira] [Resolved] (HDDS-2720) Ozone Failure injection Service

2020-07-06 Thread Prashant Pogde (Jira)


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

Prashant Pogde resolved HDDS-2720.
--
Target Version/s: 0.6.0  (was: 0.7.0)
  Resolution: Fixed

> Ozone Failure injection Service
> ---
>
> Key: HDDS-2720
> URL: https://issues.apache.org/jira/browse/HDDS-2720
> Project: Hadoop Distributed Data Store
>  Issue Type: New Feature
>  Components: Ozone Datanode, Ozone Filesystem, Ozone Manager, Ozone 
> Recon, SCM
>Affects Versions: 0.5.0
>Reporter: Prashant Pogde
>Assignee: Prashant Pogde
>Priority: Major
>  Labels: Triaged, pull-request-available
> Attachments: OzoneNoiseInjection.pdf
>
>
> This will be used to track development for failure injection service. This 
> can be used to inject various failures/delays in an ozone cluster and 
> validate ozone in presence of these failures or extreme conditions.
> Attached document provides a brief overview for this failure injection 
> service and how it could be leveraged to validate ozone in stressful 
> environments.



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

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



[jira] [Commented] (HDDS-2838) Create RPC service skeleton for Noise injection Service

2020-07-06 Thread Prashant Pogde (Jira)


[ 
https://issues.apache.org/jira/browse/HDDS-2838?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17152170#comment-17152170
 ] 

Prashant Pogde commented on HDDS-2838:
--

Changes were done under [https://github.com/apache/hadoop-ozone/pull/956]

> Create RPC service skeleton for Noise injection Service
> ---
>
> Key: HDDS-2838
> URL: https://issues.apache.org/jira/browse/HDDS-2838
> Project: Hadoop Distributed Data Store
>  Issue Type: Sub-task
>Reporter: Prashant Pogde
>Assignee: Prashant Pogde
>Priority: Major
>
> Write a grpc skeleton to expose failure injection as a service.



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

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



[jira] [Resolved] (HDDS-2844) Integrate all the modules of fault injection service

2020-07-06 Thread Prashant Pogde (Jira)


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

Prashant Pogde resolved HDDS-2844.
--
Resolution: Fixed

> Integrate all the modules of fault injection service
> 
>
> Key: HDDS-2844
> URL: https://issues.apache.org/jira/browse/HDDS-2844
> Project: Hadoop Distributed Data Store
>  Issue Type: Sub-task
>Reporter: Prashant Pogde
>Assignee: Prashant Pogde
>Priority: Major
>




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

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



[jira] [Resolved] (HDDS-2842) Unit tests for Noise injection RPC service

2020-07-06 Thread Prashant Pogde (Jira)


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

Prashant Pogde resolved HDDS-2842.
--
Resolution: Fixed

> Unit tests for Noise injection RPC service
> --
>
> Key: HDDS-2842
> URL: https://issues.apache.org/jira/browse/HDDS-2842
> Project: Hadoop Distributed Data Store
>  Issue Type: Sub-task
>Reporter: Prashant Pogde
>Assignee: Prashant Pogde
>Priority: Major
>
> Write Unit tests for the noise injection RPC service skeleton.



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

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



[jira] [Commented] (HDDS-2844) Integrate all the modules of fault injection service

2020-07-06 Thread Prashant Pogde (Jira)


[ 
https://issues.apache.org/jira/browse/HDDS-2844?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17152172#comment-17152172
 ] 

Prashant Pogde commented on HDDS-2844:
--

Changes were done under [https://github.com/apache/hadoop-ozone/pull/956]

> Integrate all the modules of fault injection service
> 
>
> Key: HDDS-2844
> URL: https://issues.apache.org/jira/browse/HDDS-2844
> Project: Hadoop Distributed Data Store
>  Issue Type: Sub-task
>Reporter: Prashant Pogde
>Assignee: Prashant Pogde
>Priority: Major
>




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

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



[jira] [Commented] (HDDS-2842) Unit tests for Noise injection RPC service

2020-07-06 Thread Prashant Pogde (Jira)


[ 
https://issues.apache.org/jira/browse/HDDS-2842?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17152171#comment-17152171
 ] 

Prashant Pogde commented on HDDS-2842:
--

Changes were done under [https://github.com/apache/hadoop-ozone/pull/956]

> Unit tests for Noise injection RPC service
> --
>
> Key: HDDS-2842
> URL: https://issues.apache.org/jira/browse/HDDS-2842
> Project: Hadoop Distributed Data Store
>  Issue Type: Sub-task
>Reporter: Prashant Pogde
>Assignee: Prashant Pogde
>Priority: Major
>
> Write Unit tests for the noise injection RPC service skeleton.



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

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



[jira] [Resolved] (HDDS-2838) Create RPC service skeleton for Noise injection Service

2020-07-06 Thread Prashant Pogde (Jira)


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

Prashant Pogde resolved HDDS-2838.
--
Resolution: Fixed

> Create RPC service skeleton for Noise injection Service
> ---
>
> Key: HDDS-2838
> URL: https://issues.apache.org/jira/browse/HDDS-2838
> Project: Hadoop Distributed Data Store
>  Issue Type: Sub-task
>Reporter: Prashant Pogde
>Assignee: Prashant Pogde
>Priority: Major
>
> Write a grpc skeleton to expose failure injection as a service.



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

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



[jira] [Commented] (HDDS-2843) Unit tests for Failure injector module

2020-07-06 Thread Prashant Pogde (Jira)


[ 
https://issues.apache.org/jira/browse/HDDS-2843?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17152169#comment-17152169
 ] 

Prashant Pogde commented on HDDS-2843:
--

Changes were done under [https://github.com/apache/hadoop-ozone/pull/956]

> Unit tests for Failure injector module
> --
>
> Key: HDDS-2843
> URL: https://issues.apache.org/jira/browse/HDDS-2843
> Project: Hadoop Distributed Data Store
>  Issue Type: Sub-task
>Reporter: Prashant Pogde
>Assignee: Prashant Pogde
>Priority: Major
>
> Write unit tests for failure injector module.



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

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



[jira] [Resolved] (HDDS-2839) Noise Injection Fuse File system : Basic Unit tests

2020-07-06 Thread Prashant Pogde (Jira)


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

Prashant Pogde resolved HDDS-2839.
--
Resolution: Fixed

> Noise Injection Fuse File system : Basic Unit tests
> ---
>
> Key: HDDS-2839
> URL: https://issues.apache.org/jira/browse/HDDS-2839
> Project: Hadoop Distributed Data Store
>  Issue Type: Sub-task
>  Components: Ozone Filesystem
>Reporter: Prashant Pogde
>Assignee: Prashant Pogde
>Priority: Major
>
> Write unit test skeleton for Noise Injection File system and write some basic 
> unit tests to validate code for Noise FS.



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

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



[jira] [Commented] (HDDS-2841) Write Failure Injector Module for the Noise FS

2020-07-06 Thread Prashant Pogde (Jira)


[ 
https://issues.apache.org/jira/browse/HDDS-2841?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17152168#comment-17152168
 ] 

Prashant Pogde commented on HDDS-2841:
--

Changes were done under [https://github.com/apache/hadoop-ozone/pull/956]

> Write Failure Injector Module for the Noise FS
> --
>
> Key: HDDS-2841
> URL: https://issues.apache.org/jira/browse/HDDS-2841
> Project: Hadoop Distributed Data Store
>  Issue Type: Sub-task
>Reporter: Prashant Pogde
>Assignee: Prashant Pogde
>Priority: Major
>
> Failure Injector Class with APIs to inject various types of actions. 
> Initially it will support
>  * Injecting Delay in various File system operation entry points
>  * Inject Error resulting in a given file system operation returning in a 
> specific error code
>  * Inject data corruption during given IO operation



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

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



[jira] [Commented] (HDDS-2839) Noise Injection Fuse File system : Basic Unit tests

2020-07-06 Thread Prashant Pogde (Jira)


[ 
https://issues.apache.org/jira/browse/HDDS-2839?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17152167#comment-17152167
 ] 

Prashant Pogde commented on HDDS-2839:
--

Changes were done under [https://github.com/apache/hadoop-ozone/pull/956].

> Noise Injection Fuse File system : Basic Unit tests
> ---
>
> Key: HDDS-2839
> URL: https://issues.apache.org/jira/browse/HDDS-2839
> Project: Hadoop Distributed Data Store
>  Issue Type: Sub-task
>  Components: Ozone Filesystem
>Reporter: Prashant Pogde
>Assignee: Prashant Pogde
>Priority: Major
>
> Write unit test skeleton for Noise Injection File system and write some basic 
> unit tests to validate code for Noise FS.



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

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



[jira] [Resolved] (HDDS-2841) Write Failure Injector Module for the Noise FS

2020-07-06 Thread Prashant Pogde (Jira)


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

Prashant Pogde resolved HDDS-2841.
--
Resolution: Fixed

> Write Failure Injector Module for the Noise FS
> --
>
> Key: HDDS-2841
> URL: https://issues.apache.org/jira/browse/HDDS-2841
> Project: Hadoop Distributed Data Store
>  Issue Type: Sub-task
>Reporter: Prashant Pogde
>Assignee: Prashant Pogde
>Priority: Major
>
> Failure Injector Class with APIs to inject various types of actions. 
> Initially it will support
>  * Injecting Delay in various File system operation entry points
>  * Inject Error resulting in a given file system operation returning in a 
> specific error code
>  * Inject data corruption during given IO operation



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

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



[jira] [Resolved] (HDDS-2843) Unit tests for Failure injector module

2020-07-06 Thread Prashant Pogde (Jira)


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

Prashant Pogde resolved HDDS-2843.
--
Resolution: Fixed

> Unit tests for Failure injector module
> --
>
> Key: HDDS-2843
> URL: https://issues.apache.org/jira/browse/HDDS-2843
> Project: Hadoop Distributed Data Store
>  Issue Type: Sub-task
>Reporter: Prashant Pogde
>Assignee: Prashant Pogde
>Priority: Major
>
> Write unit tests for failure injector module.



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

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



[jira] [Commented] (HDDS-2837) Noise Injection File System : Essential Interfaces

2020-07-06 Thread Prashant Pogde (Jira)


[ 
https://issues.apache.org/jira/browse/HDDS-2837?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17152165#comment-17152165
 ] 

Prashant Pogde commented on HDDS-2837:
--

[Changes were done under 
https://github.com/apache/hadoop-ozone/pull/956|https://github.com/apache/hadoop-ozone/pull/956]

> Noise Injection File System : Essential Interfaces
> --
>
> Key: HDDS-2837
> URL: https://issues.apache.org/jira/browse/HDDS-2837
> Project: Hadoop Distributed Data Store
>  Issue Type: Sub-task
>Reporter: Prashant Pogde
>Assignee: Prashant Pogde
>Priority: Major
>
> Implement bare essential Fuse APIs to intercept basic File systems 
> Operations. This ticket will be
> used to implement core APIs e.g. read/write/stat/create/delete/rename etc.



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

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



[jira] [Resolved] (HDDS-2837) Noise Injection File System : Essential Interfaces

2020-07-06 Thread Prashant Pogde (Jira)


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

Prashant Pogde resolved HDDS-2837.
--
Resolution: Fixed

> Noise Injection File System : Essential Interfaces
> --
>
> Key: HDDS-2837
> URL: https://issues.apache.org/jira/browse/HDDS-2837
> Project: Hadoop Distributed Data Store
>  Issue Type: Sub-task
>Reporter: Prashant Pogde
>Assignee: Prashant Pogde
>Priority: Major
>
> Implement bare essential Fuse APIs to intercept basic File systems 
> Operations. This ticket will be
> used to implement core APIs e.g. read/write/stat/create/delete/rename etc.



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

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



[jira] [Commented] (HDDS-2836) Noise Injection Fuse File System Skeleton

2020-07-06 Thread Prashant Pogde (Jira)


[ 
https://issues.apache.org/jira/browse/HDDS-2836?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17152161#comment-17152161
 ] 

Prashant Pogde commented on HDDS-2836:
--

Changes were made under [https://github.com/apache/hadoop-ozone/pull/956]

> Noise Injection Fuse File System Skeleton
> -
>
> Key: HDDS-2836
> URL: https://issues.apache.org/jira/browse/HDDS-2836
> Project: Hadoop Distributed Data Store
>  Issue Type: Sub-task
>  Components: Ozone Filesystem
>Reporter: Prashant Pogde
>Assignee: Prashant Pogde
>Priority: Major
>
> Write Skeleton for Fuse File system that we can use to inject errors on 
> various code paths.
> This will be a basic fuse file system to intercept various operations on a 
> given fuse mount point.
> The idea is to expose this fuse mount point as a data directory for the HDDS 
> and eventually inject errors
> in the Fuse File system.



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

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



[jira] [Resolved] (HDDS-2836) Noise Injection Fuse File System Skeleton

2020-07-06 Thread Prashant Pogde (Jira)


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

Prashant Pogde resolved HDDS-2836.
--
Target Version/s: 0.6.0  (was: 0.7.0)
  Resolution: Fixed

> Noise Injection Fuse File System Skeleton
> -
>
> Key: HDDS-2836
> URL: https://issues.apache.org/jira/browse/HDDS-2836
> Project: Hadoop Distributed Data Store
>  Issue Type: Sub-task
>  Components: Ozone Filesystem
>Reporter: Prashant Pogde
>Assignee: Prashant Pogde
>Priority: Major
>
> Write Skeleton for Fuse File system that we can use to inject errors on 
> various code paths.
> This will be a basic fuse file system to intercept various operations on a 
> given fuse mount point.
> The idea is to expose this fuse mount point as a data directory for the HDDS 
> and eventually inject errors
> in the Fuse File system.



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

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



[jira] [Commented] (HDDS-3433) Enable TestCloseContainerByPipeline test cases

2020-06-26 Thread Prashant Pogde (Jira)


[ 
https://issues.apache.org/jira/browse/HDDS-3433?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17146704#comment-17146704
 ] 

Prashant Pogde commented on HDDS-3433:
--

Ran these tests several time and they seem to be passing consistently. It 
doesn't look like we need anything for this.

> Enable TestCloseContainerByPipeline test cases
> --
>
> Key: HDDS-3433
> URL: https://issues.apache.org/jira/browse/HDDS-3433
> Project: Hadoop Distributed Data Store
>  Issue Type: Sub-task
>  Components: test
>Affects Versions: 0.5.0
>Reporter: Nanda kumar
>Assignee: Prashant Pogde
>Priority: Major
>
> Fix and enable TestCloseContainerByPipeline test cases



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

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



[jira] [Resolved] (HDDS-3433) Enable TestCloseContainerByPipeline test cases

2020-06-26 Thread Prashant Pogde (Jira)


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

Prashant Pogde resolved HDDS-3433.
--
Resolution: Fixed

> Enable TestCloseContainerByPipeline test cases
> --
>
> Key: HDDS-3433
> URL: https://issues.apache.org/jira/browse/HDDS-3433
> Project: Hadoop Distributed Data Store
>  Issue Type: Sub-task
>  Components: test
>Affects Versions: 0.5.0
>Reporter: Nanda kumar
>Assignee: Prashant Pogde
>Priority: Major
>
> Fix and enable TestCloseContainerByPipeline test cases



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

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



[jira] [Resolved] (HDDS-3427) Enable TestOzoneRpcClientAbstract#testListVolume

2020-06-24 Thread Prashant Pogde (Jira)


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

Prashant Pogde resolved HDDS-3427.
--
Resolution: Fixed

This test is passing now.

> Enable TestOzoneRpcClientAbstract#testListVolume
> 
>
> Key: HDDS-3427
> URL: https://issues.apache.org/jira/browse/HDDS-3427
> Project: Hadoop Distributed Data Store
>  Issue Type: Sub-task
>  Components: test
>Affects Versions: 0.5.0
>Reporter: Nanda kumar
>Assignee: Prashant Pogde
>Priority: Major
>
> Fix and enable TestOzoneRpcClientAbstract#testListVolume



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

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



[jira] [Resolved] (HDDS-3426) Enable TestOzoneRpcClientAbstract#testPutKeyRatisThreeNodesParallel

2020-06-24 Thread Prashant Pogde (Jira)


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

Prashant Pogde resolved HDDS-3426.
--
Resolution: Fixed

The test is passing now.

> Enable TestOzoneRpcClientAbstract#testPutKeyRatisThreeNodesParallel
> ---
>
> Key: HDDS-3426
> URL: https://issues.apache.org/jira/browse/HDDS-3426
> Project: Hadoop Distributed Data Store
>  Issue Type: Sub-task
>  Components: test
>Affects Versions: 0.5.0
>Reporter: Nanda kumar
>Assignee: Prashant Pogde
>Priority: Major
>
> Fix and enable TestOzoneRpcClientAbstract#testPutKeyRatisThreeNodesParallel



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

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



[jira] [Commented] (HDDS-3001) NFS support for Ozone

2020-06-22 Thread Prashant Pogde (Jira)


[ 
https://issues.apache.org/jira/browse/HDDS-3001?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17142541#comment-17142541
 ] 

Prashant Pogde commented on HDDS-3001:
--

[~maobaolong] Sure, Thank you for offering to join NFS development. I will setup

a zoom call sometime this week for us to go over this.

> NFS support for Ozone
> -
>
> Key: HDDS-3001
> URL: https://issues.apache.org/jira/browse/HDDS-3001
> Project: Hadoop Distributed Data Store
>  Issue Type: New Feature
>  Components: Ozone Filesystem
>Affects Versions: 0.5.0
>Reporter: Prashant Pogde
>Assignee: Prashant Pogde
>Priority: Major
>  Labels: pull-request-available
> Attachments: NFS Support for Ozone.pdf
>
>
> Provide NFS support for Ozone



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

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



[jira] [Assigned] (HDDS-3435) Enable TestOzoneContainer test cases

2020-06-22 Thread Prashant Pogde (Jira)


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

Prashant Pogde reassigned HDDS-3435:


Assignee: Prashant Pogde

> Enable TestOzoneContainer test cases
> 
>
> Key: HDDS-3435
> URL: https://issues.apache.org/jira/browse/HDDS-3435
> Project: Hadoop Distributed Data Store
>  Issue Type: Sub-task
>  Components: test
>Affects Versions: 0.5.0
>Reporter: Nanda kumar
>Assignee: Prashant Pogde
>Priority: Major
>
> Fix and enable TestOzoneContainer test cases



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

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



[jira] [Assigned] (HDDS-3433) Enable TestCloseContainerByPipeline test cases

2020-06-22 Thread Prashant Pogde (Jira)


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

Prashant Pogde reassigned HDDS-3433:


Assignee: Prashant Pogde

> Enable TestCloseContainerByPipeline test cases
> --
>
> Key: HDDS-3433
> URL: https://issues.apache.org/jira/browse/HDDS-3433
> Project: Hadoop Distributed Data Store
>  Issue Type: Sub-task
>  Components: test
>Affects Versions: 0.5.0
>Reporter: Nanda kumar
>Assignee: Prashant Pogde
>Priority: Major
>
> Fix and enable TestCloseContainerByPipeline test cases



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

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



[jira] [Assigned] (HDDS-3427) Enable TestOzoneRpcClientAbstract#testListVolume

2020-06-22 Thread Prashant Pogde (Jira)


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

Prashant Pogde reassigned HDDS-3427:


Assignee: Prashant Pogde

> Enable TestOzoneRpcClientAbstract#testListVolume
> 
>
> Key: HDDS-3427
> URL: https://issues.apache.org/jira/browse/HDDS-3427
> Project: Hadoop Distributed Data Store
>  Issue Type: Sub-task
>  Components: test
>Affects Versions: 0.5.0
>Reporter: Nanda kumar
>Assignee: Prashant Pogde
>Priority: Major
>
> Fix and enable TestOzoneRpcClientAbstract#testListVolume



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

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



[jira] [Assigned] (HDDS-3426) Enable TestOzoneRpcClientAbstract#testPutKeyRatisThreeNodesParallel

2020-06-22 Thread Prashant Pogde (Jira)


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

Prashant Pogde reassigned HDDS-3426:


Assignee: Prashant Pogde

> Enable TestOzoneRpcClientAbstract#testPutKeyRatisThreeNodesParallel
> ---
>
> Key: HDDS-3426
> URL: https://issues.apache.org/jira/browse/HDDS-3426
> Project: Hadoop Distributed Data Store
>  Issue Type: Sub-task
>  Components: test
>Affects Versions: 0.5.0
>Reporter: Nanda kumar
>Assignee: Prashant Pogde
>Priority: Major
>
> Fix and enable TestOzoneRpcClientAbstract#testPutKeyRatisThreeNodesParallel



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

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



[jira] [Assigned] (HDDS-3423) Enable TestContainerReplicationEndToEnd test cases

2020-06-22 Thread Prashant Pogde (Jira)


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

Prashant Pogde reassigned HDDS-3423:


Assignee: Prashant Pogde

> Enable TestContainerReplicationEndToEnd test cases
> --
>
> Key: HDDS-3423
> URL: https://issues.apache.org/jira/browse/HDDS-3423
> Project: Hadoop Distributed Data Store
>  Issue Type: Sub-task
>  Components: test
>Affects Versions: 0.5.0
>Reporter: Nanda kumar
>Assignee: Prashant Pogde
>Priority: Major
>
> Fix and enable TestContainerReplicationEndToEnd test cases



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

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



[jira] [Assigned] (HDDS-3422) Enable TestCloseContainerHandlingByClient test cases

2020-06-22 Thread Prashant Pogde (Jira)


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

Prashant Pogde reassigned HDDS-3422:


Assignee: Prashant Pogde

> Enable TestCloseContainerHandlingByClient test cases
> 
>
> Key: HDDS-3422
> URL: https://issues.apache.org/jira/browse/HDDS-3422
> Project: Hadoop Distributed Data Store
>  Issue Type: Sub-task
>  Components: test
>Affects Versions: 0.5.0
>Reporter: Nanda kumar
>Assignee: Prashant Pogde
>Priority: Major
>
> Fix and enable TestCloseContainerHandlingByClient test cases



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

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



[jira] [Assigned] (HDDS-3424) Enable TestContainerStateMachineFailures test cases

2020-06-22 Thread Prashant Pogde (Jira)


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

Prashant Pogde reassigned HDDS-3424:


Assignee: Prashant Pogde

> Enable TestContainerStateMachineFailures test cases
> ---
>
> Key: HDDS-3424
> URL: https://issues.apache.org/jira/browse/HDDS-3424
> Project: Hadoop Distributed Data Store
>  Issue Type: Sub-task
>  Components: test
>Affects Versions: 0.5.0
>Reporter: Nanda kumar
>Assignee: Prashant Pogde
>Priority: Major
>
> Fix and enable TestContainerStateMachineFailures test cases



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

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



[jira] [Assigned] (HDDS-3421) Enable TestStorageContainerManager test cases

2020-06-22 Thread Prashant Pogde (Jira)


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

Prashant Pogde reassigned HDDS-3421:


Assignee: Prashant Pogde

> Enable TestStorageContainerManager test cases
> -
>
> Key: HDDS-3421
> URL: https://issues.apache.org/jira/browse/HDDS-3421
> Project: Hadoop Distributed Data Store
>  Issue Type: Sub-task
>  Components: test
>Affects Versions: 0.5.0
>Reporter: Nanda kumar
>Assignee: Prashant Pogde
>Priority: Major
>
> Fix and enable TestStorageContainerManager test cases



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

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



[jira] [Assigned] (HDDS-3428) Enable TestOzoneRpcClientWithRatis test cases

2020-06-02 Thread Prashant Pogde (Jira)


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

Prashant Pogde reassigned HDDS-3428:


Assignee: Prashant Pogde

> Enable TestOzoneRpcClientWithRatis test cases
> -
>
> Key: HDDS-3428
> URL: https://issues.apache.org/jira/browse/HDDS-3428
> Project: Hadoop Distributed Data Store
>  Issue Type: Sub-task
>  Components: test
>Affects Versions: 0.5.0
>Reporter: Nanda kumar
>Assignee: Prashant Pogde
>Priority: Major
>
> Fix and enable TestOzoneRpcClientWithRatis test cases



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

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



[jira] [Updated] (HDDS-3639) Maintain FileHandle Information in OMMetadataManager

2020-06-01 Thread Prashant Pogde (Jira)


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

Prashant Pogde updated HDDS-3639:
-
Summary: Maintain FileHandle Information in OMMetadataManager  (was: 
Maintain FileHandle Information in OMMetadataManager tables)

> Maintain FileHandle Information in OMMetadataManager
> 
>
> Key: HDDS-3639
> URL: https://issues.apache.org/jira/browse/HDDS-3639
> Project: Hadoop Distributed Data Store
>  Issue Type: Sub-task
>  Components: Ozone Filesystem
>Reporter: Prashant Pogde
>Assignee: Prashant Pogde
>Priority: Major
>
> Maintain FileHandle Information in OMMetadataManager.



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

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



[jira] [Commented] (HDDS-3001) NFS support for Ozone

2020-05-22 Thread Prashant Pogde (Jira)


[ 
https://issues.apache.org/jira/browse/HDDS-3001?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17114504#comment-17114504
 ] 

Prashant Pogde commented on HDDS-3001:
--

[~maobaolong] Yes I will access Ozone through OzoneFileSystem.

> NFS support for Ozone
> -
>
> Key: HDDS-3001
> URL: https://issues.apache.org/jira/browse/HDDS-3001
> Project: Hadoop Distributed Data Store
>  Issue Type: New Feature
>  Components: Ozone Filesystem
>Affects Versions: 0.5.0
>Reporter: Prashant Pogde
>Assignee: Prashant Pogde
>Priority: Major
>  Labels: pull-request-available
> Attachments: NFS Support for Ozone.pdf
>
>
> Provide NFS support for Ozone



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

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



[jira] [Created] (HDDS-3641) Ozone NFS gateway Skeleton

2020-05-21 Thread Prashant Pogde (Jira)
Prashant Pogde created HDDS-3641:


 Summary: Ozone NFS gateway Skeleton
 Key: HDDS-3641
 URL: https://issues.apache.org/jira/browse/HDDS-3641
 Project: Hadoop Distributed Data Store
  Issue Type: Sub-task
  Components: Ozone Filesystem
Reporter: Prashant Pogde
Assignee: Prashant Pogde






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

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



[jira] [Created] (HDDS-3640) Add support to get FileHandle information with OzoneFileStatus

2020-05-21 Thread Prashant Pogde (Jira)
Prashant Pogde created HDDS-3640:


 Summary: Add support to get FileHandle information with 
OzoneFileStatus
 Key: HDDS-3640
 URL: https://issues.apache.org/jira/browse/HDDS-3640
 Project: Hadoop Distributed Data Store
  Issue Type: Sub-task
  Components: Ozone Filesystem
Reporter: Prashant Pogde
Assignee: Prashant Pogde






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

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



[jira] [Created] (HDDS-3639) Maintain FileHandle Information in OMMetadataManager tables

2020-05-21 Thread Prashant Pogde (Jira)
Prashant Pogde created HDDS-3639:


 Summary: Maintain FileHandle Information in OMMetadataManager 
tables
 Key: HDDS-3639
 URL: https://issues.apache.org/jira/browse/HDDS-3639
 Project: Hadoop Distributed Data Store
  Issue Type: Sub-task
  Components: Ozone Filesystem
Reporter: Prashant Pogde
Assignee: Prashant Pogde


Maintain FileHandle Information in OMMetadataManager.



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

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



[jira] [Comment Edited] (HDDS-3001) NFS support for Ozone

2020-05-21 Thread Prashant Pogde (Jira)


[ 
https://issues.apache.org/jira/browse/HDDS-3001?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17113334#comment-17113334
 ] 

Prashant Pogde edited comment on HDDS-3001 at 5/21/20, 4:32 PM:


Yes NFS gateway can work with generic FileSystem interface.


was (Author: ppogde):
[~maobaolong] Not sure if we need to go through fuse indirection here and it 
will have performance implication.

> NFS support for Ozone
> -
>
> Key: HDDS-3001
> URL: https://issues.apache.org/jira/browse/HDDS-3001
> Project: Hadoop Distributed Data Store
>  Issue Type: New Feature
>  Components: Ozone Filesystem
>Affects Versions: 0.5.0
>Reporter: Prashant Pogde
>Assignee: Prashant Pogde
>Priority: Major
>  Labels: pull-request-available
> Attachments: NFS Support for Ozone.pdf
>
>
> Provide NFS support for Ozone



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

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



[jira] [Commented] (HDDS-3001) NFS support for Ozone

2020-05-21 Thread Prashant Pogde (Jira)


[ 
https://issues.apache.org/jira/browse/HDDS-3001?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17113334#comment-17113334
 ] 

Prashant Pogde commented on HDDS-3001:
--

[~maobaolong] Not sure if we need to go through fuse indirection here and it 
will have performance implication.

> NFS support for Ozone
> -
>
> Key: HDDS-3001
> URL: https://issues.apache.org/jira/browse/HDDS-3001
> Project: Hadoop Distributed Data Store
>  Issue Type: New Feature
>  Components: Ozone Filesystem
>Affects Versions: 0.5.0
>Reporter: Prashant Pogde
>Assignee: Prashant Pogde
>Priority: Major
>  Labels: pull-request-available
> Attachments: NFS Support for Ozone.pdf
>
>
> Provide NFS support for Ozone



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

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



[jira] [Created] (HDDS-3631) Proto changes and KeyInfo related changes to support fileHandle

2020-05-20 Thread Prashant Pogde (Jira)
Prashant Pogde created HDDS-3631:


 Summary: Proto changes and KeyInfo related changes to support 
fileHandle
 Key: HDDS-3631
 URL: https://issues.apache.org/jira/browse/HDDS-3631
 Project: Hadoop Distributed Data Store
  Issue Type: Sub-task
  Components: Ozone Filesystem
Reporter: Prashant Pogde
Assignee: Prashant Pogde


Make Proto changes as well KeyInfo related changes to add FileHandle support.



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

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



[jira] [Commented] (HDDS-3001) NFS support for Ozone

2020-05-20 Thread Prashant Pogde (Jira)


[ 
https://issues.apache.org/jira/browse/HDDS-3001?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17112444#comment-17112444
 ] 

Prashant Pogde commented on HDDS-3001:
--

[~maobaolong] yes I am still working on this ticket.

> NFS support for Ozone
> -
>
> Key: HDDS-3001
> URL: https://issues.apache.org/jira/browse/HDDS-3001
> Project: Hadoop Distributed Data Store
>  Issue Type: New Feature
>  Components: Ozone Filesystem
>Affects Versions: 0.5.0
>Reporter: Prashant Pogde
>Assignee: Prashant Pogde
>Priority: Major
> Attachments: NFS Support for Ozone.pdf
>
>
> Provide NFS support for Ozone



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

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



[jira] [Created] (HDDS-3541) NFSv3 Link Procedure

2020-05-04 Thread Prashant Pogde (Jira)
Prashant Pogde created HDDS-3541:


 Summary: NFSv3 Link Procedure
 Key: HDDS-3541
 URL: https://issues.apache.org/jira/browse/HDDS-3541
 Project: Hadoop Distributed Data Store
  Issue Type: Sub-task
  Components: Ozone Filesystem
Reporter: Prashant Pogde
Assignee: Prashant Pogde






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

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



[jira] [Created] (HDDS-3540) NFSv3 Mknod Procedure

2020-05-04 Thread Prashant Pogde (Jira)
Prashant Pogde created HDDS-3540:


 Summary: NFSv3 Mknod Procedure
 Key: HDDS-3540
 URL: https://issues.apache.org/jira/browse/HDDS-3540
 Project: Hadoop Distributed Data Store
  Issue Type: Sub-task
  Components: Ozone Filesystem
Reporter: Prashant Pogde
Assignee: Prashant Pogde






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

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



[jira] [Created] (HDDS-3537) NFSv3 Read Procedure

2020-05-04 Thread Prashant Pogde (Jira)
Prashant Pogde created HDDS-3537:


 Summary: NFSv3 Read Procedure
 Key: HDDS-3537
 URL: https://issues.apache.org/jira/browse/HDDS-3537
 Project: Hadoop Distributed Data Store
  Issue Type: Sub-task
  Components: Ozone Filesystem
Reporter: Prashant Pogde
Assignee: Prashant Pogde






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

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



[jira] [Created] (HDDS-3539) NFSv3 Commit Procedure

2020-05-04 Thread Prashant Pogde (Jira)
Prashant Pogde created HDDS-3539:


 Summary: NFSv3 Commit Procedure
 Key: HDDS-3539
 URL: https://issues.apache.org/jira/browse/HDDS-3539
 Project: Hadoop Distributed Data Store
  Issue Type: Sub-task
  Components: Ozone Filesystem
Reporter: Prashant Pogde
Assignee: Prashant Pogde






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

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



[jira] [Created] (HDDS-3538) NFSv3 Write Procedure

2020-05-04 Thread Prashant Pogde (Jira)
Prashant Pogde created HDDS-3538:


 Summary: NFSv3 Write Procedure
 Key: HDDS-3538
 URL: https://issues.apache.org/jira/browse/HDDS-3538
 Project: Hadoop Distributed Data Store
  Issue Type: Sub-task
  Components: Ozone Filesystem
Reporter: Prashant Pogde
Assignee: Prashant Pogde






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

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



[jira] [Created] (HDDS-3535) NFSv3 FSInfo procedure

2020-05-04 Thread Prashant Pogde (Jira)
Prashant Pogde created HDDS-3535:


 Summary: NFSv3 FSInfo procedure
 Key: HDDS-3535
 URL: https://issues.apache.org/jira/browse/HDDS-3535
 Project: Hadoop Distributed Data Store
  Issue Type: Sub-task
  Components: Ozone Filesystem
Reporter: Prashant Pogde
Assignee: Prashant Pogde






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

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



[jira] [Created] (HDDS-3536) NFSv3 PathConf Procedure

2020-05-04 Thread Prashant Pogde (Jira)
Prashant Pogde created HDDS-3536:


 Summary: NFSv3 PathConf Procedure
 Key: HDDS-3536
 URL: https://issues.apache.org/jira/browse/HDDS-3536
 Project: Hadoop Distributed Data Store
  Issue Type: Sub-task
  Components: Ozone Filesystem
Reporter: Prashant Pogde
Assignee: Prashant Pogde






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

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



[jira] [Created] (HDDS-3534) NFSv3 FSStat procedure

2020-05-04 Thread Prashant Pogde (Jira)
Prashant Pogde created HDDS-3534:


 Summary: NFSv3 FSStat procedure
 Key: HDDS-3534
 URL: https://issues.apache.org/jira/browse/HDDS-3534
 Project: Hadoop Distributed Data Store
  Issue Type: Sub-task
  Components: Ozone Filesystem
Reporter: Prashant Pogde
Assignee: Prashant Pogde






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

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



[jira] [Created] (HDDS-3533) NFSv3 ReadDirPlus procedure

2020-05-04 Thread Prashant Pogde (Jira)
Prashant Pogde created HDDS-3533:


 Summary: NFSv3 ReadDirPlus procedure
 Key: HDDS-3533
 URL: https://issues.apache.org/jira/browse/HDDS-3533
 Project: Hadoop Distributed Data Store
  Issue Type: Sub-task
  Components: Ozone Filesystem
Reporter: Prashant Pogde
Assignee: Prashant Pogde






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

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



[jira] [Created] (HDDS-3532) NFSv3 SymLink Procedure

2020-05-04 Thread Prashant Pogde (Jira)
Prashant Pogde created HDDS-3532:


 Summary: NFSv3 SymLink Procedure
 Key: HDDS-3532
 URL: https://issues.apache.org/jira/browse/HDDS-3532
 Project: Hadoop Distributed Data Store
  Issue Type: Sub-task
  Components: Ozone Filesystem
Reporter: Prashant Pogde
Assignee: Prashant Pogde






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

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



[jira] [Created] (HDDS-3531) NFSv3 Rename Procedure

2020-05-04 Thread Prashant Pogde (Jira)
Prashant Pogde created HDDS-3531:


 Summary: NFSv3 Rename Procedure
 Key: HDDS-3531
 URL: https://issues.apache.org/jira/browse/HDDS-3531
 Project: Hadoop Distributed Data Store
  Issue Type: Sub-task
  Components: Ozone Filesystem
Reporter: Prashant Pogde
Assignee: Prashant Pogde






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

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



[jira] [Created] (HDDS-3529) NFSv3 Remove Procedure

2020-05-04 Thread Prashant Pogde (Jira)
Prashant Pogde created HDDS-3529:


 Summary: NFSv3 Remove Procedure
 Key: HDDS-3529
 URL: https://issues.apache.org/jira/browse/HDDS-3529
 Project: Hadoop Distributed Data Store
  Issue Type: Sub-task
  Components: Ozone Filesystem
Reporter: Prashant Pogde
Assignee: Prashant Pogde






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

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



[jira] [Created] (HDDS-3530) NFSv3 RmDir Procedure

2020-05-04 Thread Prashant Pogde (Jira)
Prashant Pogde created HDDS-3530:


 Summary: NFSv3 RmDir Procedure
 Key: HDDS-3530
 URL: https://issues.apache.org/jira/browse/HDDS-3530
 Project: Hadoop Distributed Data Store
  Issue Type: Sub-task
  Components: Ozone Filesystem
Reporter: Prashant Pogde
Assignee: Prashant Pogde






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

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



[jira] [Created] (HDDS-3528) NFSv3 ReadDir Procedure

2020-05-04 Thread Prashant Pogde (Jira)
Prashant Pogde created HDDS-3528:


 Summary: NFSv3 ReadDir Procedure
 Key: HDDS-3528
 URL: https://issues.apache.org/jira/browse/HDDS-3528
 Project: Hadoop Distributed Data Store
  Issue Type: Sub-task
  Components: Ozone Filesystem
Reporter: Prashant Pogde
Assignee: Prashant Pogde






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

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



[jira] [Assigned] (HDDS-3527) NFSv3 mkdir Procedure

2020-05-04 Thread Prashant Pogde (Jira)


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

Prashant Pogde reassigned HDDS-3527:


Component/s: Ozone Filesystem
   Assignee: Prashant Pogde

> NFSv3 mkdir Procedure
> -
>
> Key: HDDS-3527
> URL: https://issues.apache.org/jira/browse/HDDS-3527
> Project: Hadoop Distributed Data Store
>  Issue Type: Sub-task
>  Components: Ozone Filesystem
>Reporter: Prashant Pogde
>Assignee: Prashant Pogde
>Priority: Major
>




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

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



[jira] [Created] (HDDS-3526) NFSv3 Create Procedure

2020-05-04 Thread Prashant Pogde (Jira)
Prashant Pogde created HDDS-3526:


 Summary: NFSv3 Create Procedure
 Key: HDDS-3526
 URL: https://issues.apache.org/jira/browse/HDDS-3526
 Project: Hadoop Distributed Data Store
  Issue Type: Sub-task
  Components: Ozone Filesystem
Reporter: Prashant Pogde
Assignee: Prashant Pogde






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

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



[jira] [Created] (HDDS-3527) NFSv3 mkdir Procedure

2020-05-04 Thread Prashant Pogde (Jira)
Prashant Pogde created HDDS-3527:


 Summary: NFSv3 mkdir Procedure
 Key: HDDS-3527
 URL: https://issues.apache.org/jira/browse/HDDS-3527
 Project: Hadoop Distributed Data Store
  Issue Type: Sub-task
Reporter: Prashant Pogde






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

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



[jira] [Updated] (HDDS-3462) Supporting random Read/Write infrastructure in Ozone for NFS

2020-05-04 Thread Prashant Pogde (Jira)


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

Prashant Pogde updated HDDS-3462:
-
Summary: Supporting random Read/Write infrastructure in Ozone for NFS  
(was: Support Read/Write operations for Ozone NFSv3)

> Supporting random Read/Write infrastructure in Ozone for NFS
> 
>
> Key: HDDS-3462
> URL: https://issues.apache.org/jira/browse/HDDS-3462
> Project: Hadoop Distributed Data Store
>  Issue Type: Sub-task
>Reporter: Prashant Pogde
>Assignee: Prashant Pogde
>Priority: Major
>
> This ticket will be used to track Read/Write support for ozone NFS v3. We 
> will add more details regarding random write support here.



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

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



[jira] [Created] (HDDS-3525) NFSv3 ReadLink procedure

2020-05-04 Thread Prashant Pogde (Jira)
Prashant Pogde created HDDS-3525:


 Summary: NFSv3 ReadLink procedure
 Key: HDDS-3525
 URL: https://issues.apache.org/jira/browse/HDDS-3525
 Project: Hadoop Distributed Data Store
  Issue Type: Sub-task
Reporter: Prashant Pogde






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

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



[jira] [Assigned] (HDDS-3525) NFSv3 ReadLink procedure

2020-05-04 Thread Prashant Pogde (Jira)


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

Prashant Pogde reassigned HDDS-3525:


Component/s: Ozone Filesystem
   Assignee: Prashant Pogde

> NFSv3 ReadLink procedure
> 
>
> Key: HDDS-3525
> URL: https://issues.apache.org/jira/browse/HDDS-3525
> Project: Hadoop Distributed Data Store
>  Issue Type: Sub-task
>  Components: Ozone Filesystem
>Reporter: Prashant Pogde
>Assignee: Prashant Pogde
>Priority: Major
>




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

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



[jira] [Assigned] (HDDS-3524) NFSv3 Access RPC procedure

2020-05-04 Thread Prashant Pogde (Jira)


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

Prashant Pogde reassigned HDDS-3524:


Assignee: Prashant Pogde

> NFSv3 Access RPC procedure
> --
>
> Key: HDDS-3524
> URL: https://issues.apache.org/jira/browse/HDDS-3524
> Project: Hadoop Distributed Data Store
>  Issue Type: Sub-task
>Reporter: Prashant Pogde
>Assignee: Prashant Pogde
>Priority: Major
>




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

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



[jira] [Updated] (HDDS-3524) NFSv3 Access RPC procedure

2020-05-04 Thread Prashant Pogde (Jira)


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

Prashant Pogde updated HDDS-3524:
-
Component/s: Ozone Filesystem

> NFSv3 Access RPC procedure
> --
>
> Key: HDDS-3524
> URL: https://issues.apache.org/jira/browse/HDDS-3524
> Project: Hadoop Distributed Data Store
>  Issue Type: Sub-task
>  Components: Ozone Filesystem
>Reporter: Prashant Pogde
>Assignee: Prashant Pogde
>Priority: Major
>




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

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



[jira] [Created] (HDDS-3524) NFSv3 Access RPC procedure

2020-05-04 Thread Prashant Pogde (Jira)
Prashant Pogde created HDDS-3524:


 Summary: NFSv3 Access RPC procedure
 Key: HDDS-3524
 URL: https://issues.apache.org/jira/browse/HDDS-3524
 Project: Hadoop Distributed Data Store
  Issue Type: Sub-task
Reporter: Prashant Pogde






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

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



[jira] [Created] (HDDS-3523) NFSv3 Setattr RPC procedure

2020-05-04 Thread Prashant Pogde (Jira)
Prashant Pogde created HDDS-3523:


 Summary: NFSv3 Setattr RPC procedure
 Key: HDDS-3523
 URL: https://issues.apache.org/jira/browse/HDDS-3523
 Project: Hadoop Distributed Data Store
  Issue Type: Sub-task
  Components: Ozone Filesystem
Reporter: Prashant Pogde
Assignee: Prashant Pogde






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

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



[jira] [Assigned] (HDDS-3522) NFSv3 Getattr RPC procedure

2020-05-04 Thread Prashant Pogde (Jira)


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

Prashant Pogde reassigned HDDS-3522:


Assignee: Prashant Pogde

> NFSv3 Getattr RPC procedure
> ---
>
> Key: HDDS-3522
> URL: https://issues.apache.org/jira/browse/HDDS-3522
> Project: Hadoop Distributed Data Store
>  Issue Type: Sub-task
>Reporter: Prashant Pogde
>Assignee: Prashant Pogde
>Priority: Major
>




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

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



[jira] [Created] (HDDS-3521) NFSv3 Lookup RPC procedure

2020-05-04 Thread Prashant Pogde (Jira)
Prashant Pogde created HDDS-3521:


 Summary: NFSv3 Lookup RPC procedure
 Key: HDDS-3521
 URL: https://issues.apache.org/jira/browse/HDDS-3521
 Project: Hadoop Distributed Data Store
  Issue Type: Sub-task
Reporter: Prashant Pogde






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

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



[jira] [Assigned] (HDDS-3521) NFSv3 Lookup RPC procedure

2020-05-04 Thread Prashant Pogde (Jira)


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

Prashant Pogde reassigned HDDS-3521:


Assignee: Prashant Pogde

> NFSv3 Lookup RPC procedure
> --
>
> Key: HDDS-3521
> URL: https://issues.apache.org/jira/browse/HDDS-3521
> Project: Hadoop Distributed Data Store
>  Issue Type: Sub-task
>Reporter: Prashant Pogde
>Assignee: Prashant Pogde
>Priority: Major
>




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

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



[jira] [Created] (HDDS-3522) NFSv3 Getattr RPC procedure

2020-05-04 Thread Prashant Pogde (Jira)
Prashant Pogde created HDDS-3522:


 Summary: NFSv3 Getattr RPC procedure
 Key: HDDS-3522
 URL: https://issues.apache.org/jira/browse/HDDS-3522
 Project: Hadoop Distributed Data Store
  Issue Type: Sub-task
Reporter: Prashant Pogde






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

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



[jira] [Created] (HDDS-3520) NFS3 RPC server skeleton for Ozone

2020-05-04 Thread Prashant Pogde (Jira)
Prashant Pogde created HDDS-3520:


 Summary: NFS3 RPC server skeleton for Ozone
 Key: HDDS-3520
 URL: https://issues.apache.org/jira/browse/HDDS-3520
 Project: Hadoop Distributed Data Store
  Issue Type: Sub-task
  Components: Ozone Filesystem
Reporter: Prashant Pogde
Assignee: Prashant Pogde






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

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



[jira] [Commented] (HDDS-3001) NFS support for Ozone

2020-04-21 Thread Prashant Pogde (Jira)


[ 
https://issues.apache.org/jira/browse/HDDS-3001?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17089217#comment-17089217
 ] 

Prashant Pogde commented on HDDS-3001:
--

I created a https://issues.apache.org/jira/browse/HDDS-3462 to track read/write 
support. Not sure how abovementioned scheme would work. How long would we keep 
these containers open ? what are the downsides of such a scheme ? Can you 
please share more details ?

> NFS support for Ozone
> -
>
> Key: HDDS-3001
> URL: https://issues.apache.org/jira/browse/HDDS-3001
> Project: Hadoop Distributed Data Store
>  Issue Type: New Feature
>  Components: Ozone Filesystem
>Affects Versions: 0.5.0
>Reporter: Prashant Pogde
>Assignee: Prashant Pogde
>Priority: Major
> Attachments: NFS Support for Ozone.pdf
>
>
> Provide NFS support for Ozone



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

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



[jira] [Created] (HDDS-3462) Support Read/Write operations for Ozone NFSv3

2020-04-20 Thread Prashant Pogde (Jira)
Prashant Pogde created HDDS-3462:


 Summary: Support Read/Write operations for Ozone NFSv3
 Key: HDDS-3462
 URL: https://issues.apache.org/jira/browse/HDDS-3462
 Project: Hadoop Distributed Data Store
  Issue Type: Sub-task
Reporter: Prashant Pogde
Assignee: Prashant Pogde


This ticket will be used to track Read/Write support for ozone NFS v3. We will 
add more details regarding random write support here.



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

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



[jira] [Commented] (HDDS-3001) NFS support for Ozone

2020-03-31 Thread Prashant Pogde (Jira)


[ 
https://issues.apache.org/jira/browse/HDDS-3001?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17072013#comment-17072013
 ] 

Prashant Pogde commented on HDDS-3001:
--

[~elek] We plan to make random writes work similar to HDFS.

> NFS support for Ozone
> -
>
> Key: HDDS-3001
> URL: https://issues.apache.org/jira/browse/HDDS-3001
> Project: Hadoop Distributed Data Store
>  Issue Type: New Feature
>  Components: Ozone Filesystem
>Affects Versions: 0.5.0
>Reporter: Prashant Pogde
>Assignee: Prashant Pogde
>Priority: Major
> Attachments: NFS Support for Ozone.pdf
>
>
> Provide NFS support for Ozone



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

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



[jira] [Commented] (HDDS-3001) NFS support for Ozone

2020-03-25 Thread Prashant Pogde (Jira)


[ 
https://issues.apache.org/jira/browse/HDDS-3001?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17067384#comment-17067384
 ] 

Prashant Pogde commented on HDDS-3001:
--

Attaching the design document. Please take a look.

> NFS support for Ozone
> -
>
> Key: HDDS-3001
> URL: https://issues.apache.org/jira/browse/HDDS-3001
> Project: Hadoop Distributed Data Store
>  Issue Type: New Feature
>  Components: Ozone Filesystem
>Affects Versions: 0.5.0
>Reporter: Prashant Pogde
>Assignee: Prashant Pogde
>Priority: Major
> Attachments: NFS Support for Ozone.pdf
>
>
> Provide NFS support for Ozone



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

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



[jira] [Updated] (HDDS-3001) NFS support for Ozone

2020-03-25 Thread Prashant Pogde (Jira)


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

Prashant Pogde updated HDDS-3001:
-
Attachment: NFS Support for Ozone.pdf

> NFS support for Ozone
> -
>
> Key: HDDS-3001
> URL: https://issues.apache.org/jira/browse/HDDS-3001
> Project: Hadoop Distributed Data Store
>  Issue Type: New Feature
>  Components: Ozone Filesystem
>Affects Versions: 0.5.0
>Reporter: Prashant Pogde
>Assignee: Prashant Pogde
>Priority: Major
> Attachments: NFS Support for Ozone.pdf
>
>
> Provide NFS support for Ozone



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

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



[jira] [Assigned] (HDDS-3214) Unhealthy datanodes repeatedly participate in pipeline creation

2020-03-17 Thread Prashant Pogde (Jira)


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

Prashant Pogde reassigned HDDS-3214:


Assignee: Prashant Pogde

> Unhealthy datanodes repeatedly participate in pipeline creation
> ---
>
> Key: HDDS-3214
> URL: https://issues.apache.org/jira/browse/HDDS-3214
> Project: Hadoop Distributed Data Store
>  Issue Type: Bug
>Reporter: Nilotpal Nandi
>Assignee: Prashant Pogde
>Priority: Major
>  Labels: fault_injection
>
> steps taken :
> 1) Mounted noise injection FUSE on all datanodes
> 2) Selected 1 datanode from each open pipeline (factor=3)
> 3) Injected WRITE FAILURE noise with error code - ENOENT on 
> "hdds.datanode.dir" path of list of datanodes selected in step 2)
> 4) start PUT key operation of size  32 MB.
>  
> Observation :
> 
>  # Commit failed, pipelines were moved to exclusion list.
>  # Client retries , new pipeline is created with same set of datanodes. 
> Container creation fails as WRITE  FAILURE injection present.
>  # Pipeline is closed and the process is repeated for 
> "ozone.client.max.retries" retries.
> Everytime, same set of datanodes are selected for pipeline creation which 
> include 1 unhealthy datanode. 
> Expectation - pipeline should have been created by selecting 3 healthy  
> datanodes available.
>  
> cc - [~ljain]
>  



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

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



[jira] [Assigned] (HDDS-3003) Add NFS Filehandle support in OM

2020-02-26 Thread Prashant Pogde (Jira)


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

Prashant Pogde reassigned HDDS-3003:


Assignee: Prashant Pogde

> Add NFS Filehandle support in OM
> 
>
> Key: HDDS-3003
> URL: https://issues.apache.org/jira/browse/HDDS-3003
> Project: Hadoop Distributed Data Store
>  Issue Type: Sub-task
>Reporter: Prashant Pogde
>Assignee: Prashant Pogde
>Priority: Major
>




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

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



[jira] [Created] (HDDS-3003) Add NFS Filehandle support in OM

2020-02-11 Thread Prashant Pogde (Jira)
Prashant Pogde created HDDS-3003:


 Summary: Add NFS Filehandle support in OM
 Key: HDDS-3003
 URL: https://issues.apache.org/jira/browse/HDDS-3003
 Project: Hadoop Distributed Data Store
  Issue Type: Sub-task
Reporter: Prashant Pogde






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

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



[jira] [Created] (HDDS-3002) Make the Mountd working for Ozone

2020-02-11 Thread Prashant Pogde (Jira)
Prashant Pogde created HDDS-3002:


 Summary: Make the Mountd working for Ozone
 Key: HDDS-3002
 URL: https://issues.apache.org/jira/browse/HDDS-3002
 Project: Hadoop Distributed Data Store
  Issue Type: Sub-task
Reporter: Prashant Pogde
Assignee: Prashant Pogde






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

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



[jira] [Updated] (HDDS-3001) NFS support for Ozone

2020-02-11 Thread Prashant Pogde (Jira)


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

Prashant Pogde updated HDDS-3001:
-
Issue Type: Task  (was: New Feature)

> NFS support for Ozone
> -
>
> Key: HDDS-3001
> URL: https://issues.apache.org/jira/browse/HDDS-3001
> Project: Hadoop Distributed Data Store
>  Issue Type: Task
>  Components: Ozone Filesystem
>Affects Versions: 0.5.0
>Reporter: Prashant Pogde
>Assignee: Prashant Pogde
>Priority: Major
> Fix For: 0.5.0
>
>
> Provide NFS support for Ozone



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

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



[jira] [Created] (HDDS-3001) NFS support for Ozone

2020-02-11 Thread Prashant Pogde (Jira)
Prashant Pogde created HDDS-3001:


 Summary: NFS support for Ozone
 Key: HDDS-3001
 URL: https://issues.apache.org/jira/browse/HDDS-3001
 Project: Hadoop Distributed Data Store
  Issue Type: New Feature
  Components: Ozone Filesystem
Affects Versions: 0.5.0
Reporter: Prashant Pogde
Assignee: Prashant Pogde
 Fix For: 0.5.0


Provide NFS support for Ozone



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

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



[jira] [Created] (HDDS-2930) appropriate log message when creating keys fail due to failed server

2020-01-22 Thread Prashant Pogde (Jira)
Prashant Pogde created HDDS-2930:


 Summary: appropriate log message when creating keys fail due to 
failed server
 Key: HDDS-2930
 URL: https://issues.apache.org/jira/browse/HDDS-2930
 Project: Hadoop Distributed Data Store
  Issue Type: Bug
  Components: Ozone Filesystem
Reporter: Prashant Pogde
Assignee: Prashant Pogde


In a 3 node cluster, if one of the nodes is down, creating a key fails without 
proper error message.

Here's the sequence 

[root@ppogde-1 ~]# ozone fs -ls o3fs://bucket-73-13891.vol-1-96040/

Found 4 items

-rw-rw-rw-   1 root root      10240 2019-12-06 14:34 
o3fs://bucket-73-13891.vol-1-96040/key-0-11625

-rw-rw-rw-   1 root root      10240 2019-12-06 14:34 
o3fs://bucket-73-13891.vol-1-96040/key-1-10554

-rw-rw-rw-   1 root root      10240 2019-12-06 14:34 
o3fs://bucket-73-13891.vol-1-96040/key-2-21504

-rw-rw-rw-   1 root root      10240 2019-12-06 14:34 
o3fs://bucket-73-13891.vol-1-96040/key-3-54266

 

[root@ppogde-1 ~]# ozone fs -mkdir o3fs://bucket-73-13891.vol-1-96040/dir1

[root@ppogde-1 ~]# ozone fs -ls o3fs://bucket-73-13891.vol-1-96040/

Found 5 items

drwxrwxrwx   - root root          0 2020-01-22 10:21 
o3fs://bucket-73-13891.vol-1-96040/dir1

-rw-rw-rw-   1 root root      10240 2019-12-06 14:34 
o3fs://bucket-73-13891.vol-1-96040/key-0-11625

-rw-rw-rw-   1 root root      10240 2019-12-06 14:34 
o3fs://bucket-73-13891.vol-1-96040/key-1-10554

-rw-rw-rw-   1 root root      10240 2019-12-06 14:34 
o3fs://bucket-73-13891.vol-1-96040/key-2-21504

-rw-rw-rw-   1 root root      10240 2019-12-06 14:34 
o3fs://bucket-73-13891.vol-1-96040/key-3-54266

[root@ppogde-1 ~]# 

[root@ppogde-1 ~]# ozone fs -put ./xyz o3fs://bucket-73-13891.vol-1-96040/dir1 

put: Allocated 0 blocks. Requested 1 blocks

[root@ppogde-1 ~]# ozone fs -ls o3fs://bucket-73-13891.vol-1-96040/

Found 5 items

drwxrwxrwx   - root root          0 2020-01-22 10:23 
o3fs://bucket-73-13891.vol-1-96040/dir1

-rw-rw-rw-   1 root root      10240 2019-12-06 14:34 
o3fs://bucket-73-13891.vol-1-96040/key-0-11625

-rw-rw-rw-   1 root root      10240 2019-12-06 14:34 
o3fs://bucket-73-13891.vol-1-96040/key-1-10554

-rw-rw-rw-   1 root root      10240 2019-12-06 14:34 
o3fs://bucket-73-13891.vol-1-96040/key-2-21504

-rw-rw-rw-   1 root root      10240 2019-12-06 14:34 
o3fs://bucket-73-13891.vol-1-96040/key-3-54266

[root@ppogde-1 ~]# 

in the above sequence put has failed not giving much clue as to one of the 
nodes could have been down causing this failure.



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

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



  1   2   >