[jira] [Updated] (HDDS-211) Add a create container Lock

2018-07-06 Thread Bharat Viswanadham (JIRA)


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

Bharat Viswanadham updated HDDS-211:

Resolution: Fixed
Status: Resolved  (was: Patch Available)

Thank You [~hanishakoneru] for review.

I have committed this to HDDS-48 branch.

> Add a create container Lock
> ---
>
> Key: HDDS-211
> URL: https://issues.apache.org/jira/browse/HDDS-211
> Project: Hadoop Distributed Data Store
>  Issue Type: Sub-task
>Reporter: Bharat Viswanadham
>Assignee: Bharat Viswanadham
>Priority: Major
> Attachments: HDDS-211-HDDS-48.00.patch, HDDS-211-HDDS-48.01.patch, 
> HDDS-211-HDDS-48.02.patch
>
>
> Add a lock to guard multiple creations of the same container.
> When multiple clients, try to create a container with the same containerID, 
> we should succeed for one client, and for remaining clients we should throw 
> StorageContainerException. 
>  



--
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] (HDDS-211) Add a create container Lock

2018-07-06 Thread Bharat Viswanadham (JIRA)


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

Bharat Viswanadham updated HDDS-211:

Fix Version/s: 0.2.1

> Add a create container Lock
> ---
>
> Key: HDDS-211
> URL: https://issues.apache.org/jira/browse/HDDS-211
> Project: Hadoop Distributed Data Store
>  Issue Type: Sub-task
>Reporter: Bharat Viswanadham
>Assignee: Bharat Viswanadham
>Priority: Major
> Fix For: 0.2.1
>
> Attachments: HDDS-211-HDDS-48.00.patch, HDDS-211-HDDS-48.01.patch, 
> HDDS-211-HDDS-48.02.patch
>
>
> Add a lock to guard multiple creations of the same container.
> When multiple clients, try to create a container with the same containerID, 
> we should succeed for one client, and for remaining clients we should throw 
> StorageContainerException. 
>  



--
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] (HDDS-211) Add a create container Lock

2018-07-06 Thread Bharat Viswanadham (JIRA)


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

Bharat Viswanadham updated HDDS-211:

Attachment: HDDS-211-HDDS-48.02.patch

> Add a create container Lock
> ---
>
> Key: HDDS-211
> URL: https://issues.apache.org/jira/browse/HDDS-211
> Project: Hadoop Distributed Data Store
>  Issue Type: Sub-task
>Reporter: Bharat Viswanadham
>Assignee: Bharat Viswanadham
>Priority: Major
> Attachments: HDDS-211-HDDS-48.00.patch, HDDS-211-HDDS-48.01.patch, 
> HDDS-211-HDDS-48.02.patch
>
>
> Add a lock to guard multiple creations of the same container.
> When multiple clients, try to create a container with the same containerID, 
> we should succeed for one client, and for remaining clients we should throw 
> StorageContainerException. 
>  



--
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] (HDDS-211) Add a create container Lock

2018-07-03 Thread Bharat Viswanadham (JIRA)


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

Bharat Viswanadham updated HDDS-211:

Attachment: HDDS-211-HDDS-48.01.patch

> Add a create container Lock
> ---
>
> Key: HDDS-211
> URL: https://issues.apache.org/jira/browse/HDDS-211
> Project: Hadoop Distributed Data Store
>  Issue Type: Sub-task
>Reporter: Bharat Viswanadham
>Assignee: Bharat Viswanadham
>Priority: Major
> Attachments: HDDS-211-HDDS-48.00.patch, HDDS-211-HDDS-48.01.patch
>
>
> Add a lock to guard multiple creations of the same container.
> When multiple clients, try to create a container with the same containerID, 
> we should succeed for one client, and for remaining clients we should throw 
> StorageContainerException. 
>  



--
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] (HDDS-211) Add a create container Lock

2018-07-03 Thread Bharat Viswanadham (JIRA)


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

Bharat Viswanadham updated HDDS-211:

Status: Patch Available  (was: Open)

> Add a create container Lock
> ---
>
> Key: HDDS-211
> URL: https://issues.apache.org/jira/browse/HDDS-211
> Project: Hadoop Distributed Data Store
>  Issue Type: Sub-task
>Reporter: Bharat Viswanadham
>Assignee: Bharat Viswanadham
>Priority: Major
> Attachments: HDDS-211-HDDS-48.00.patch, HDDS-211-HDDS-48.01.patch
>
>
> Add a lock to guard multiple creations of the same container.
> When multiple clients, try to create a container with the same containerID, 
> we should succeed for one client, and for remaining clients we should throw 
> StorageContainerException. 
>  



--
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] (HDDS-211) Add a create container Lock

2018-07-03 Thread Bharat Viswanadham (JIRA)


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

Bharat Viswanadham updated HDDS-211:

Status: Open  (was: Patch Available)

> Add a create container Lock
> ---
>
> Key: HDDS-211
> URL: https://issues.apache.org/jira/browse/HDDS-211
> Project: Hadoop Distributed Data Store
>  Issue Type: Sub-task
>Reporter: Bharat Viswanadham
>Assignee: Bharat Viswanadham
>Priority: Major
> Attachments: HDDS-211-HDDS-48.00.patch
>
>
> Add a lock to guard multiple creations of the same container.
> When multiple clients, try to create a container with the same containerID, 
> we should succeed for one client, and for remaining clients we should throw 
> StorageContainerException. 
>  



--
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] (HDDS-211) Add a create container Lock

2018-07-02 Thread Bharat Viswanadham (JIRA)


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

Bharat Viswanadham updated HDDS-211:

Issue Type: Sub-task  (was: Bug)
Parent: HDDS-48

> Add a create container Lock
> ---
>
> Key: HDDS-211
> URL: https://issues.apache.org/jira/browse/HDDS-211
> Project: Hadoop Distributed Data Store
>  Issue Type: Sub-task
>Reporter: Bharat Viswanadham
>Assignee: Bharat Viswanadham
>Priority: Major
> Attachments: HDDS-211-HDDS-48.00.patch
>
>
> Add a lock to guard multiple creations of the same container.
> When multiple clients, try to create a container with the same containerID, 
> we should succeed for one client, and for remaining clients we should throw 
> StorageContainerException. 
>  



--
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] (HDDS-211) Add a create container Lock

2018-07-02 Thread Bharat Viswanadham (JIRA)


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

Bharat Viswanadham updated HDDS-211:

Attachment: HDDS-211-HDDS-48.00.patch

> Add a create container Lock
> ---
>
> Key: HDDS-211
> URL: https://issues.apache.org/jira/browse/HDDS-211
> Project: Hadoop Distributed Data Store
>  Issue Type: Bug
>Reporter: Bharat Viswanadham
>Priority: Major
> Attachments: HDDS-211-HDDS-48.00.patch
>
>
> Add a lock to guard multiple creations of the same container.
> When multiple clients, try to create a container with the same containerID, 
> we should succeed for one client, and for remaining clients we should throw 
> StorageContainerException. 
>  



--
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] (HDDS-211) Add a create container Lock

2018-07-02 Thread Bharat Viswanadham (JIRA)


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

Bharat Viswanadham updated HDDS-211:

Assignee: Bharat Viswanadham
  Status: Patch Available  (was: Open)

> Add a create container Lock
> ---
>
> Key: HDDS-211
> URL: https://issues.apache.org/jira/browse/HDDS-211
> Project: Hadoop Distributed Data Store
>  Issue Type: Bug
>Reporter: Bharat Viswanadham
>Assignee: Bharat Viswanadham
>Priority: Major
> Attachments: HDDS-211-HDDS-48.00.patch
>
>
> Add a lock to guard multiple creations of the same container.
> When multiple clients, try to create a container with the same containerID, 
> we should succeed for one client, and for remaining clients we should throw 
> StorageContainerException. 
>  



--
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