[jira] [Updated] (HDFS-8959) Provide an iterator-based API for listing all the snapshottable directories

2017-01-06 Thread Junping Du (JIRA)

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

Junping Du updated HDFS-8959:
-
Target Version/s:   (was: 2.8.0)

> Provide an iterator-based API for listing all the snapshottable directories
> ---
>
> Key: HDFS-8959
> URL: https://issues.apache.org/jira/browse/HDFS-8959
> Project: Hadoop HDFS
>  Issue Type: Improvement
>  Components: hdfs-client
>Reporter: Rakesh R
>Assignee: Rakesh R
> Attachments: HDFS-8959-00.patch, HDFS-8959-01.patch, 
> HDFS-8959-02.patch
>
>
> Presently {{DistributedFileSystem#getSnapshottableDirListing()}} is sending 
> all the {{SnapshottableDirectoryStatus[]}} array to the clients. Now the 
> client should have enough space to hold it in memory. There could be chance 
> that the client JVMs running out of memory because of this. Also, some time 
> back there was a 
> [comment|https://issues.apache.org/jira/browse/HDFS-8643?focusedCommentId=14658800=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-14658800]
>  about RPC packet limitation and a large number of snapshot list can again 
> cause issues.
> I believe iterator based {{DistributedFileSystem#listSnapshottableDirs()}} 
> API would be a good addition!



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

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



[jira] [Updated] (HDFS-8959) Provide an iterator-based API for listing all the snapshottable directories

2016-02-09 Thread Rakesh R (JIRA)

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

Rakesh R updated HDFS-8959:
---
Attachment: HDFS-8959-02.patch

> Provide an iterator-based API for listing all the snapshottable directories
> ---
>
> Key: HDFS-8959
> URL: https://issues.apache.org/jira/browse/HDFS-8959
> Project: Hadoop HDFS
>  Issue Type: Improvement
>  Components: hdfs-client
>Reporter: Rakesh R
>Assignee: Rakesh R
> Attachments: HDFS-8959-00.patch, HDFS-8959-01.patch, 
> HDFS-8959-02.patch
>
>
> Presently {{DistributedFileSystem#getSnapshottableDirListing()}} is sending 
> all the {{SnapshottableDirectoryStatus[]}} array to the clients. Now the 
> client should have enough space to hold it in memory. There could be chance 
> that the client JVMs running out of memory because of this. Also, some time 
> back there was a 
> [comment|https://issues.apache.org/jira/browse/HDFS-8643?focusedCommentId=14658800=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-14658800]
>  about RPC packet limitation and a large number of snapshot list can again 
> cause issues.
> I believe iterator based {{DistributedFileSystem#listSnapshottableDirs()}} 
> API would be a good addition!



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


[jira] [Updated] (HDFS-8959) Provide an iterator-based API for listing all the snapshottable directories

2015-09-01 Thread Rakesh R (JIRA)

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

Rakesh R updated HDFS-8959:
---
Component/s: hdfs-client

> Provide an iterator-based API for listing all the snapshottable directories
> ---
>
> Key: HDFS-8959
> URL: https://issues.apache.org/jira/browse/HDFS-8959
> Project: Hadoop HDFS
>  Issue Type: Improvement
>  Components: hdfs-client
>Reporter: Rakesh R
>Assignee: Rakesh R
> Attachments: HDFS-8959-00.patch, HDFS-8959-01.patch
>
>
> Presently {{DistributedFileSystem#getSnapshottableDirListing()}} is sending 
> all the {{SnapshottableDirectoryStatus[]}} array to the clients. Now the 
> client should have enough space to hold it in memory. There could be chance 
> that the client JVMs running out of memory because of this. Also, some time 
> back there was a 
> [comment|https://issues.apache.org/jira/browse/HDFS-8643?focusedCommentId=14658800=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-14658800]
>  about RPC packet limitation and a large number of snapshot list can again 
> cause issues.
> I believe iterator based {{DistributedFileSystem#listSnapshottableDirs()}} 
> API would be a good addition!



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


[jira] [Updated] (HDFS-8959) Provide an iterator-based API for listing all the snapshottable directories

2015-08-26 Thread Rakesh R (JIRA)

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

Rakesh R updated HDFS-8959:
---
Issue Type: Improvement  (was: Bug)

 Provide an iterator-based API for listing all the snapshottable directories
 ---

 Key: HDFS-8959
 URL: https://issues.apache.org/jira/browse/HDFS-8959
 Project: Hadoop HDFS
  Issue Type: Improvement
Reporter: Rakesh R
Assignee: Rakesh R
 Attachments: HDFS-8959-00.patch


 Presently {{DistributedFileSystem#getSnapshottableDirListing()}} is sending 
 all the {{SnapshottableDirectoryStatus[]}} array to the clients. Now the 
 client should have enough space to hold it in memory. There could be chance 
 that the client JVMs running out of memory because of this. Also, some time 
 back there was a 
 [comment|https://issues.apache.org/jira/browse/HDFS-8643?focusedCommentId=14658800page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-14658800]
  about RPC packet limitation and a large number of snapshot list can again 
 cause issues.
 I believe iterator based {{DistributedFileSystem#listSnapshottableDirs()}} 
 API would be a good addition!



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


[jira] [Updated] (HDFS-8959) Provide an iterator-based API for listing all the snapshottable directories

2015-08-26 Thread Rakesh R (JIRA)

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

Rakesh R updated HDFS-8959:
---
Target Version/s: 2.8.0
  Status: Patch Available  (was: Open)

 Provide an iterator-based API for listing all the snapshottable directories
 ---

 Key: HDFS-8959
 URL: https://issues.apache.org/jira/browse/HDFS-8959
 Project: Hadoop HDFS
  Issue Type: Improvement
Reporter: Rakesh R
Assignee: Rakesh R
 Attachments: HDFS-8959-00.patch


 Presently {{DistributedFileSystem#getSnapshottableDirListing()}} is sending 
 all the {{SnapshottableDirectoryStatus[]}} array to the clients. Now the 
 client should have enough space to hold it in memory. There could be chance 
 that the client JVMs running out of memory because of this. Also, some time 
 back there was a 
 [comment|https://issues.apache.org/jira/browse/HDFS-8643?focusedCommentId=14658800page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-14658800]
  about RPC packet limitation and a large number of snapshot list can again 
 cause issues.
 I believe iterator based {{DistributedFileSystem#listSnapshottableDirs()}} 
 API would be a good addition!



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


[jira] [Updated] (HDFS-8959) Provide an iterator-based API for listing all the snapshottable directories

2015-08-26 Thread Rakesh R (JIRA)

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

Rakesh R updated HDFS-8959:
---
Attachment: HDFS-8959-00.patch

 Provide an iterator-based API for listing all the snapshottable directories
 ---

 Key: HDFS-8959
 URL: https://issues.apache.org/jira/browse/HDFS-8959
 Project: Hadoop HDFS
  Issue Type: Bug
Reporter: Rakesh R
Assignee: Rakesh R
 Attachments: HDFS-8959-00.patch


 Presently {{DistributedFileSystem#getSnapshottableDirListing()}} is sending 
 all the {{SnapshottableDirectoryStatus[]}} array to the clients. Now the 
 client should have enough space to hold it in memory. There could be chance 
 that the client JVMs running out of memory because of this. Also, some time 
 back there was a 
 [comment|https://issues.apache.org/jira/browse/HDFS-8643?focusedCommentId=14658800page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-14658800]
  about RPC packet limitation and a large number of snapshot list can again 
 cause issues.
 I believe iterator based {{DistributedFileSystem#listSnapshottableDirs()}} 
 API would be a good addition!



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


[jira] [Updated] (HDFS-8959) Provide an iterator-based API for listing all the snapshottable directories

2015-08-26 Thread Rakesh R (JIRA)

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

Rakesh R updated HDFS-8959:
---
Attachment: HDFS-8959-01.patch

 Provide an iterator-based API for listing all the snapshottable directories
 ---

 Key: HDFS-8959
 URL: https://issues.apache.org/jira/browse/HDFS-8959
 Project: Hadoop HDFS
  Issue Type: Improvement
Reporter: Rakesh R
Assignee: Rakesh R
 Attachments: HDFS-8959-00.patch, HDFS-8959-01.patch


 Presently {{DistributedFileSystem#getSnapshottableDirListing()}} is sending 
 all the {{SnapshottableDirectoryStatus[]}} array to the clients. Now the 
 client should have enough space to hold it in memory. There could be chance 
 that the client JVMs running out of memory because of this. Also, some time 
 back there was a 
 [comment|https://issues.apache.org/jira/browse/HDFS-8643?focusedCommentId=14658800page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-14658800]
  about RPC packet limitation and a large number of snapshot list can again 
 cause issues.
 I believe iterator based {{DistributedFileSystem#listSnapshottableDirs()}} 
 API would be a good addition!



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