[jira] [Commented] (HDFS-15714) HDFS Provided Storage Read/Write Mount Support On-the-fly

2021-11-16 Thread Bhavik Patel (Jira)


[ 
https://issues.apache.org/jira/browse/HDFS-15714?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17444528#comment-17444528
 ] 

Bhavik Patel commented on HDFS-15714:
-

[~PhiloHe] Thanks for the fix. 

I think now we have to try to merge this changes into trunk branch so everyone 
will use this feature and if they found any issue they will also contribute.

Also one can start updating Apache doc with the feature details.

> HDFS Provided Storage Read/Write Mount Support On-the-fly
> -
>
> Key: HDFS-15714
> URL: https://issues.apache.org/jira/browse/HDFS-15714
> Project: Hadoop HDFS
>  Issue Type: New Feature
>  Components: datanode, namenode
>Affects Versions: 3.4.0
>Reporter: Feilong He
>Assignee: Feilong He
>Priority: Major
>  Labels: pull-request-available
> Attachments: HDFS-15714-01.patch, HDFS-15714-02.patch, 
> HDFS_Provided_Storage_Design-V1.pdf, HDFS_Provided_Storage_Performance-V1.pdf
>
>  Time Spent: 2.5h
>  Remaining Estimate: 0h
>
> HDFS Provided Storage (PS) is a feature to tier HDFS over other file systems. 
> In HDFS-9806, PROVIDED storage type was introduced to HDFS. Through 
> configuring external storage with PROVIDED tag for DataNode, user can enable 
> application to access data stored externally from HDFS side. However, there 
> are two issues need to be addressed. Firstly, mounting external storage 
> on-the-fly, namely dynamic mount, is lacking. It is necessary to get it 
> supported to flexibly combine HDFS with an external storage at runtime. 
> Secondly, PS write is not supported by current HDFS. But in real 
> applications, it is common to transfer data bi-directionally for read/write 
> between HDFS and external storage.
> Through this JIRA, we are presenting our work for PS write support and 
> dynamic mount support for both read & write. Please note in the community 
> several JIRAs have been filed for these topics. Our work is based on these 
> previous community work, with new design & implementation to support called 
> writeBack mount and enable admin to add any mount on-the-fly. We appreciate 
> those folks in the community for their great contribution! See their pending 
> JIRAs: HDFS-14805 & HDFS-12090.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

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



[jira] [Updated] (HDFS-15969) DFSClient prints token information a string format

2021-08-18 Thread Bhavik Patel (Jira)


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

Bhavik Patel updated HDFS-15969:

Resolution: Not A Problem
Status: Resolved  (was: Patch Available)

> DFSClient prints token information a string format 
> ---
>
> Key: HDFS-15969
> URL: https://issues.apache.org/jira/browse/HDFS-15969
> Project: Hadoop HDFS
>  Issue Type: Improvement
>Reporter: Bhavik Patel
>Assignee: Bhavik Patel
>Priority: Minor
> Attachments: HDFS-15969.001.patch
>
>
> DFSclient prints token information in a string format, as this is sensitive 
> information it must be moved to debug level or can be exempted even from 
> debug level



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

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



[jira] [Commented] (HDFS-15714) HDFS Provided Storage Read/Write Mount Support On-the-fly

2021-05-27 Thread Bhavik Patel (Jira)


[ 
https://issues.apache.org/jira/browse/HDFS-15714?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17352466#comment-17352466
 ] 

Bhavik Patel commented on HDFS-15714:
-

[~PhiloHe] "metadata wrapped in remote file status, like modification time, 
access time, permission, etc, HDFS will create its INode file accordingly and 
set Provided Storage type." ==> Are we psersiting/maintaining the "Modification 
time" of object at HDFS end? If Yes, can please provide more details on that 
like where/how we are maintaining.


> HDFS Provided Storage Read/Write Mount Support On-the-fly
> -
>
> Key: HDFS-15714
> URL: https://issues.apache.org/jira/browse/HDFS-15714
> Project: Hadoop HDFS
>  Issue Type: New Feature
>  Components: datanode, namenode
>Affects Versions: 3.4.0
>Reporter: Feilong He
>Assignee: Feilong He
>Priority: Major
>  Labels: pull-request-available
> Attachments: HDFS-15714-01.patch, 
> HDFS_Provided_Storage_Design-V1.pdf, HDFS_Provided_Storage_Performance-V1.pdf
>
>  Time Spent: 2.5h
>  Remaining Estimate: 0h
>
> HDFS Provided Storage (PS) is a feature to tier HDFS over other file systems. 
> In HDFS-9806, PROVIDED storage type was introduced to HDFS. Through 
> configuring external storage with PROVIDED tag for DataNode, user can enable 
> application to access data stored externally from HDFS side. However, there 
> are two issues need to be addressed. Firstly, mounting external storage 
> on-the-fly, namely dynamic mount, is lacking. It is necessary to get it 
> supported to flexibly combine HDFS with an external storage at runtime. 
> Secondly, PS write is not supported by current HDFS. But in real 
> applications, it is common to transfer data bi-directionally for read/write 
> between HDFS and external storage.
> Through this JIRA, we are presenting our work for PS write support and 
> dynamic mount support for both read & write. Please note in the community 
> several JIRAs have been filed for these topics. Our work is based on these 
> previous community work, with new design & implementation to support called 
> writeBack mount and enable admin to add any mount on-the-fly. We appreciate 
> those folks in the community for their great contribution! See their pending 
> JIRAs: HDFS-14805 & HDFS-12090.



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

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



[jira] [Updated] (HDFS-16030) OBSFileSystem should support Snapshot operations

2021-05-19 Thread Bhavik Patel (Jira)


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

Bhavik Patel updated HDFS-16030:

Description: 
OBSFileSystem should support Snapshot operation like other files system.

CC: [~zhongjun] [~iwasakims] [~pbacsko]

  was:
OBSFileSystem should support Snapshot operation like other files system.

CC: [~zhongjun]


> OBSFileSystem should support Snapshot operations
> 
>
> Key: HDFS-16030
> URL: https://issues.apache.org/jira/browse/HDFS-16030
> Project: Hadoop HDFS
>  Issue Type: Improvement
>Reporter: Bhavik Patel
>Priority: Major
>
> OBSFileSystem should support Snapshot operation like other files system.
> CC: [~zhongjun] [~iwasakims] [~pbacsko]



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

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



[jira] [Created] (HDFS-16030) OBSFileSystem should support Snapshot operations

2021-05-19 Thread Bhavik Patel (Jira)
Bhavik Patel created HDFS-16030:
---

 Summary: OBSFileSystem should support Snapshot operations
 Key: HDFS-16030
 URL: https://issues.apache.org/jira/browse/HDFS-16030
 Project: Hadoop HDFS
  Issue Type: Improvement
Reporter: Bhavik Patel


OBSFileSystem should support Snapshot operation like other files system.

CC: [~zhongjun]



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

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



[jira] [Commented] (HDFS-15714) HDFS Provided Storage Read/Write Mount Support On-the-fly

2021-05-13 Thread Bhavik Patel (Jira)


[ 
https://issues.apache.org/jira/browse/HDFS-15714?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17343771#comment-17343771
 ] 

Bhavik Patel commented on HDFS-15714:
-

Yes, [~PhiloHe] you are correct, many factors we have to consider.
{code:java}
Please note that remote metadata is pulled only once for a
mount, so remote data changes cannot be reflected to HDFS side. To make the 
metadata in
remote side and HDFS side consistent, user can re-mount remote storage, i.e., 
remove mount,
then add that mount again.
{code}

I am thinking on this point of design: If any Data added/updated at the remote 
end then to pull that data at the Hdfs end we have to unmount/remove the path 
at the Hdfs end and then again we have to perform add mount operation, that is 
something not feasible so, I thought of having merge/append mount 
functionality. 

Definitely, we can track this feature/functionality in another Jira.

> HDFS Provided Storage Read/Write Mount Support On-the-fly
> -
>
> Key: HDFS-15714
> URL: https://issues.apache.org/jira/browse/HDFS-15714
> Project: Hadoop HDFS
>  Issue Type: New Feature
>  Components: datanode, namenode
>Affects Versions: 3.4.0
>Reporter: Feilong He
>Assignee: Feilong He
>Priority: Major
>  Labels: pull-request-available
> Attachments: HDFS-15714-01.patch, 
> HDFS_Provided_Storage_Design-V1.pdf, HDFS_Provided_Storage_Performance-V1.pdf
>
>  Time Spent: 2.5h
>  Remaining Estimate: 0h
>
> HDFS Provided Storage (PS) is a feature to tier HDFS over other file systems. 
> In HDFS-9806, PROVIDED storage type was introduced to HDFS. Through 
> configuring external storage with PROVIDED tag for DataNode, user can enable 
> application to access data stored externally from HDFS side. However, there 
> are two issues need to be addressed. Firstly, mounting external storage 
> on-the-fly, namely dynamic mount, is lacking. It is necessary to get it 
> supported to flexibly combine HDFS with an external storage at runtime. 
> Secondly, PS write is not supported by current HDFS. But in real 
> applications, it is common to transfer data bi-directionally for read/write 
> between HDFS and external storage.
> Through this JIRA, we are presenting our work for PS write support and 
> dynamic mount support for both read & write. Please note in the community 
> several JIRAs have been filed for these topics. Our work is based on these 
> previous community work, with new design & implementation to support called 
> writeBack mount and enable admin to add any mount on-the-fly. We appreciate 
> those folks in the community for their great contribution! See their pending 
> JIRAs: HDFS-14805 & HDFS-12090.



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

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



[jira] [Commented] (HDFS-15714) HDFS Provided Storage Read/Write Mount Support On-the-fly

2021-05-13 Thread Bhavik Patel (Jira)


[ 
https://issues.apache.org/jira/browse/HDFS-15714?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17343726#comment-17343726
 ] 

Bhavik Patel commented on HDFS-15714:
-

[~PhiloHe] As of now this PR support "addMount, removeMount & listMount"; any 
specific reason fo not supporting "mergeMount/appendMount"? 

> HDFS Provided Storage Read/Write Mount Support On-the-fly
> -
>
> Key: HDFS-15714
> URL: https://issues.apache.org/jira/browse/HDFS-15714
> Project: Hadoop HDFS
>  Issue Type: New Feature
>  Components: datanode, namenode
>Affects Versions: 3.4.0
>Reporter: Feilong He
>Assignee: Feilong He
>Priority: Major
>  Labels: pull-request-available
> Attachments: HDFS-15714-01.patch, 
> HDFS_Provided_Storage_Design-V1.pdf, HDFS_Provided_Storage_Performance-V1.pdf
>
>  Time Spent: 2.5h
>  Remaining Estimate: 0h
>
> HDFS Provided Storage (PS) is a feature to tier HDFS over other file systems. 
> In HDFS-9806, PROVIDED storage type was introduced to HDFS. Through 
> configuring external storage with PROVIDED tag for DataNode, user can enable 
> application to access data stored externally from HDFS side. However, there 
> are two issues need to be addressed. Firstly, mounting external storage 
> on-the-fly, namely dynamic mount, is lacking. It is necessary to get it 
> supported to flexibly combine HDFS with an external storage at runtime. 
> Secondly, PS write is not supported by current HDFS. But in real 
> applications, it is common to transfer data bi-directionally for read/write 
> between HDFS and external storage.
> Through this JIRA, we are presenting our work for PS write support and 
> dynamic mount support for both read & write. Please note in the community 
> several JIRAs have been filed for these topics. Our work is based on these 
> previous community work, with new design & implementation to support called 
> writeBack mount and enable admin to add any mount on-the-fly. We appreciate 
> those folks in the community for their great contribution! See their pending 
> JIRAs: HDFS-14805 & HDFS-12090.



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

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



[jira] [Commented] (HDFS-15714) HDFS Provided Storage Read/Write Mount Support On-the-fly

2021-05-11 Thread Bhavik Patel (Jira)


[ 
https://issues.apache.org/jira/browse/HDFS-15714?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17342429#comment-17342429
 ] 

Bhavik Patel commented on HDFS-15714:
-

[~PhiloHe] Thanks for the detailed explanation.

I already checked that part of the code. I thought it create/maintain a 
separate Object for the S3 metadata.


> HDFS Provided Storage Read/Write Mount Support On-the-fly
> -
>
> Key: HDFS-15714
> URL: https://issues.apache.org/jira/browse/HDFS-15714
> Project: Hadoop HDFS
>  Issue Type: New Feature
>  Components: datanode, namenode
>Affects Versions: 3.4.0
>Reporter: Feilong He
>Assignee: Feilong He
>Priority: Major
>  Labels: pull-request-available
> Attachments: HDFS-15714-01.patch, 
> HDFS_Provided_Storage_Design-V1.pdf, HDFS_Provided_Storage_Performance-V1.pdf
>
>  Time Spent: 2.5h
>  Remaining Estimate: 0h
>
> HDFS Provided Storage (PS) is a feature to tier HDFS over other file systems. 
> In HDFS-9806, PROVIDED storage type was introduced to HDFS. Through 
> configuring external storage with PROVIDED tag for DataNode, user can enable 
> application to access data stored externally from HDFS side. However, there 
> are two issues need to be addressed. Firstly, mounting external storage 
> on-the-fly, namely dynamic mount, is lacking. It is necessary to get it 
> supported to flexibly combine HDFS with an external storage at runtime. 
> Secondly, PS write is not supported by current HDFS. But in real 
> applications, it is common to transfer data bi-directionally for read/write 
> between HDFS and external storage.
> Through this JIRA, we are presenting our work for PS write support and 
> dynamic mount support for both read & write. Please note in the community 
> several JIRAs have been filed for these topics. Our work is based on these 
> previous community work, with new design & implementation to support called 
> writeBack mount and enable admin to add any mount on-the-fly. We appreciate 
> those folks in the community for their great contribution! See their pending 
> JIRAs: HDFS-14805 & HDFS-12090.



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

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



[jira] [Commented] (HDFS-15714) HDFS Provided Storage Read/Write Mount Support On-the-fly

2021-05-10 Thread Bhavik Patel (Jira)


[ 
https://issues.apache.org/jira/browse/HDFS-15714?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17341922#comment-17341922
 ] 

Bhavik Patel commented on HDFS-15714:
-

[~PhiloHe] Thank you for putting it all together in a single PR, including the 
design document.

It looks clean and each operation explained very well in detail :)

I am going through the design doc and along with that checking the code for the 
same. In the *Read Mount* section, it is mentioned that
{code:java}
During mounting a
storage in readOnly mode, metadata will be pulled from the remote by S3 client. 
And they will
be persisted to HDFS namespace after the conversion
{code}
can you please help me to figure out the code section where it is exactly 
trying to pull to the *metadata* from the S3 client and which information 
metadata include?

> HDFS Provided Storage Read/Write Mount Support On-the-fly
> -
>
> Key: HDFS-15714
> URL: https://issues.apache.org/jira/browse/HDFS-15714
> Project: Hadoop HDFS
>  Issue Type: New Feature
>  Components: datanode, namenode
>Affects Versions: 3.4.0
>Reporter: Feilong He
>Assignee: Feilong He
>Priority: Major
>  Labels: pull-request-available
> Attachments: HDFS-15714-01.patch, 
> HDFS_Provided_Storage_Design-V1.pdf, HDFS_Provided_Storage_Performance-V1.pdf
>
>  Time Spent: 2.5h
>  Remaining Estimate: 0h
>
> HDFS Provided Storage (PS) is a feature to tier HDFS over other file systems. 
> In HDFS-9806, PROVIDED storage type was introduced to HDFS. Through 
> configuring external storage with PROVIDED tag for DataNode, user can enable 
> application to access data stored externally from HDFS side. However, there 
> are two issues need to be addressed. Firstly, mounting external storage 
> on-the-fly, namely dynamic mount, is lacking. It is necessary to get it 
> supported to flexibly combine HDFS with an external storage at runtime. 
> Secondly, PS write is not supported by current HDFS. But in real 
> applications, it is common to transfer data bi-directionally for read/write 
> between HDFS and external storage.
> Through this JIRA, we are presenting our work for PS write support and 
> dynamic mount support for both read & write. Please note in the community 
> several JIRAs have been filed for these topics. Our work is based on these 
> previous community work, with new design & implementation to support called 
> writeBack mount and enable admin to add any mount on-the-fly. We appreciate 
> those folks in the community for their great contribution! See their pending 
> JIRAs: HDFS-14805 & HDFS-12090.



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

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



[jira] [Commented] (HDFS-15968) Improve the log for The DecayRpcScheduler

2021-05-09 Thread Bhavik Patel (Jira)


[ 
https://issues.apache.org/jira/browse/HDFS-15968?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17341655#comment-17341655
 ] 

Bhavik Patel commented on HDFS-15968:
-

[~hexiaoqiao] can you please commit the changes if no more review comments.

> Improve the log for The DecayRpcScheduler 
> --
>
> Key: HDFS-15968
> URL: https://issues.apache.org/jira/browse/HDFS-15968
> Project: Hadoop HDFS
>  Issue Type: Improvement
>Reporter: Bhavik Patel
>Assignee: Bhavik Patel
>Priority: Minor
> Attachments: HDFS-15968.001.patch
>
>
> Improve the log for The DecayRpcScheduler to make use of the SELF4j logger 
> factory



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

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



[jira] [Commented] (HDFS-15969) DFSClient prints token information a string format

2021-05-03 Thread Bhavik Patel (Jira)


[ 
https://issues.apache.org/jira/browse/HDFS-15969?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17338749#comment-17338749
 ] 

Bhavik Patel commented on HDFS-15969:
-

[~Hemanth Boyina] can you please review? thank you

> DFSClient prints token information a string format 
> ---
>
> Key: HDFS-15969
> URL: https://issues.apache.org/jira/browse/HDFS-15969
> Project: Hadoop HDFS
>  Issue Type: Improvement
>Reporter: Bhavik Patel
>Assignee: Bhavik Patel
>Priority: Minor
> Attachments: HDFS-15969.001.patch
>
>
> DFSclient prints token information in a string format, as this is sensitive 
> information it must be moved to debug level or can be exempted even from 
> debug level



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

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



[jira] [Commented] (HDFS-15968) Improve the log for The DecayRpcScheduler

2021-05-03 Thread Bhavik Patel (Jira)


[ 
https://issues.apache.org/jira/browse/HDFS-15968?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17338748#comment-17338748
 ] 

Bhavik Patel commented on HDFS-15968:
-

[~tasanuma] can you please review? thank you

> Improve the log for The DecayRpcScheduler 
> --
>
> Key: HDFS-15968
> URL: https://issues.apache.org/jira/browse/HDFS-15968
> Project: Hadoop HDFS
>  Issue Type: Improvement
>Reporter: Bhavik Patel
>Assignee: Bhavik Patel
>Priority: Minor
> Attachments: HDFS-15968.001.patch
>
>
> Improve the log for The DecayRpcScheduler to make use of the SELF4j logger 
> factory



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

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



[jira] [Comment Edited] (HDFS-15968) Improve the log for The DecayRpcScheduler

2021-04-27 Thread Bhavik Patel (Jira)


[ 
https://issues.apache.org/jira/browse/HDFS-15968?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17334463#comment-17334463
 ] 

Bhavik Patel edited comment on HDFS-15968 at 4/28/21, 5:43 AM:
---

[~aajisaka] I have updated the Jira status couple of times but the Jenkins job 
Is not getting trigger, can you please help me with this. 

Thanks.


was (Author: bpatel):
[~aajisaka] I have updated the Jira status couple of times but the Jenkins job 
Is not getting trigger, can you please help me with this. 

> Improve the log for The DecayRpcScheduler 
> --
>
> Key: HDFS-15968
> URL: https://issues.apache.org/jira/browse/HDFS-15968
> Project: Hadoop HDFS
>  Issue Type: Improvement
>Reporter: Bhavik Patel
>Assignee: Bhavik Patel
>Priority: Minor
> Attachments: HDFS-15968.001.patch
>
>
> Improve the log for The DecayRpcScheduler to make use of the SELF4j logger 
> factory



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

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



[jira] [Commented] (HDFS-15969) DFSClient prints token information a string format

2021-04-27 Thread Bhavik Patel (Jira)


[ 
https://issues.apache.org/jira/browse/HDFS-15969?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17334465#comment-17334465
 ] 

Bhavik Patel commented on HDFS-15969:
-

[~tasanuma] can you please review. Thank you

> DFSClient prints token information a string format 
> ---
>
> Key: HDFS-15969
> URL: https://issues.apache.org/jira/browse/HDFS-15969
> Project: Hadoop HDFS
>  Issue Type: Improvement
>Reporter: Bhavik Patel
>Assignee: Bhavik Patel
>Priority: Minor
> Attachments: HDFS-15969.001.patch
>
>
> DFSclient prints token information in a string format, as this is sensitive 
> information it must be moved to debug level or can be exempted even from 
> debug level



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

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



[jira] [Commented] (HDFS-15968) Improve the log for The DecayRpcScheduler

2021-04-27 Thread Bhavik Patel (Jira)


[ 
https://issues.apache.org/jira/browse/HDFS-15968?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17334463#comment-17334463
 ] 

Bhavik Patel commented on HDFS-15968:
-

[~aajisaka] I have updated the Jira status couple of times but the Jenkins job 
Is not getting trigger, can you please help me with this. 

> Improve the log for The DecayRpcScheduler 
> --
>
> Key: HDFS-15968
> URL: https://issues.apache.org/jira/browse/HDFS-15968
> Project: Hadoop HDFS
>  Issue Type: Improvement
>Reporter: Bhavik Patel
>Assignee: Bhavik Patel
>Priority: Minor
> Attachments: HDFS-15968.001.patch
>
>
> Improve the log for The DecayRpcScheduler to make use of the SELF4j logger 
> factory



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

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



[jira] [Commented] (HDFS-15982) Deleted data using HTTP API should be saved to the trash

2021-04-27 Thread Bhavik Patel (Jira)


[ 
https://issues.apache.org/jira/browse/HDFS-15982?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17333176#comment-17333176
 ] 

Bhavik Patel commented on HDFS-15982:
-

[~brahma] [~chaosun] [~aceric] [~daryn] can you please review this PR? 

> Deleted data using HTTP API should be saved to the trash
> 
>
> Key: HDFS-15982
> URL: https://issues.apache.org/jira/browse/HDFS-15982
> Project: Hadoop HDFS
>  Issue Type: New Feature
>  Components: hdfs, httpfs, webhdfs
>Reporter: Bhavik Patel
>Assignee: Viraj Jasani
>Priority: Major
>  Labels: pull-request-available
> Attachments: Screenshot 2021-04-23 at 4.19.42 PM.png, Screenshot 
> 2021-04-23 at 4.36.57 PM.png
>
>  Time Spent: 4h 40m
>  Remaining Estimate: 0h
>
> If we delete the data from the Web UI then it should be first moved to 
> configured/default Trash directory and after the trash interval time, it 
> should be removed. currently, data directly removed from the system[This 
> behavior should be the same as CLI cmd]
> This can be helpful when the user accidentally deletes data from the Web UI.
> Similarly we should provide "Skip Trash" option in HTTP API as well which 
> should be accessible through Web UI.



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

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



[jira] [Commented] (HDFS-15900) RBF: empty blockpool id on dfsrouter caused by UNAVAILABLE NameNode

2021-04-26 Thread Bhavik Patel (Jira)


[ 
https://issues.apache.org/jira/browse/HDFS-15900?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17332000#comment-17332000
 ] 

Bhavik Patel commented on HDFS-15900:
-

[~hdaikoku] thank you for the commit link but, there is a UT failure in 
"TestRouterRPCClientRetries" class 
{code:java}
[INFO] Running 
org.apache.hadoop.hdfs.server.federation.router.TestRouterRPCClientRetries
[ERROR] Tests run: 3, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 47.144 
s <<< FAILURE! - in 
org.apache.hadoop.hdfs.server.federation.router.TestRouterRPCClientRetries
[ERROR] 
testRetryWhenOneNameServiceDown(org.apache.hadoop.hdfs.server.federation.router.TestRouterRPCClientRetries)
  Time elapsed: 13.178 s  <<< FAILURE!
java.lang.AssertionError: expected:<0> but was:<1>
at org.junit.Assert.fail(Assert.java:89)
at org.junit.Assert.failNotEquals(Assert.java:835)
at org.junit.Assert.assertEquals(Assert.java:647)
at org.junit.Assert.assertEquals(Assert.java:633)
at 
org.apache.hadoop.hdfs.server.federation.router.TestRouterRPCClientRetries.testRetryWhenOneNameServiceDown(TestRouterRPCClientRetries.java:162)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

{code}


can you please check and update...

> RBF: empty blockpool id on dfsrouter caused by UNAVAILABLE NameNode
> ---
>
> Key: HDFS-15900
> URL: https://issues.apache.org/jira/browse/HDFS-15900
> Project: Hadoop HDFS
>  Issue Type: Bug
>  Components: rbf
>Affects Versions: 3.3.0
>Reporter: Harunobu Daikoku
>Assignee: Harunobu Daikoku
>Priority: Major
>  Labels: pull-request-available
> Fix For: 3.3.1, 3.4.0, 3.1.5, 3.2.3
>
> Attachments: image.png
>
>  Time Spent: 5h 50m
>  Remaining Estimate: 0h
>
> We observed that when a NameNode becomes UNAVAILABLE, the corresponding 
> blockpool id in MembershipStoreImpl#activeNamespaces on dfsrouter 
> unintentionally sets to empty, its initial value.
>  !image.png|height=250!
> As a result of this, concat operations through dfsrouter fail with the 
> following error as it cannot resolve the block id in the recognized active 
> namespaces.
> {noformat}
> Caused by: 
> org.apache.hadoop.ipc.RemoteException(org.apache.hadoop.ipc.RemoteException): 
> Cannot locate a nameservice for block pool BP-...
> {noformat}
> A possible fix is to ignore UNAVAILABLE NameNode registrations, and set 
> proper namespace information obtained from available NameNode registrations 
> when constructing the cache of active namespaces.
>  
> [https://github.com/apache/hadoop/blob/rel/release-3.3.0/hadoop-hdfs-project/hadoop-hdfs-rbf/src/main/java/org/apache/hadoop/hdfs/server/federation/store/impl/MembershipStoreImpl.java#L207-L221]



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

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



[jira] [Commented] (HDFS-15900) RBF: empty blockpool id on dfsrouter caused by UNAVAILABLE NameNode

2021-04-26 Thread Bhavik Patel (Jira)


[ 
https://issues.apache.org/jira/browse/HDFS-15900?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17331978#comment-17331978
 ] 

Bhavik Patel commented on HDFS-15900:
-

[~hdaikoku] are you going to raise PR for the 3.1 branch?

> RBF: empty blockpool id on dfsrouter caused by UNAVAILABLE NameNode
> ---
>
> Key: HDFS-15900
> URL: https://issues.apache.org/jira/browse/HDFS-15900
> Project: Hadoop HDFS
>  Issue Type: Bug
>  Components: rbf
>Affects Versions: 3.3.0
>Reporter: Harunobu Daikoku
>Assignee: Harunobu Daikoku
>Priority: Major
>  Labels: pull-request-available
> Fix For: 3.3.1, 3.4.0, 3.1.5, 3.2.3
>
> Attachments: image.png
>
>  Time Spent: 5h 50m
>  Remaining Estimate: 0h
>
> We observed that when a NameNode becomes UNAVAILABLE, the corresponding 
> blockpool id in MembershipStoreImpl#activeNamespaces on dfsrouter 
> unintentionally sets to empty, its initial value.
>  !image.png|height=250!
> As a result of this, concat operations through dfsrouter fail with the 
> following error as it cannot resolve the block id in the recognized active 
> namespaces.
> {noformat}
> Caused by: 
> org.apache.hadoop.ipc.RemoteException(org.apache.hadoop.ipc.RemoteException): 
> Cannot locate a nameservice for block pool BP-...
> {noformat}
> A possible fix is to ignore UNAVAILABLE NameNode registrations, and set 
> proper namespace information obtained from available NameNode registrations 
> when constructing the cache of active namespaces.
>  
> [https://github.com/apache/hadoop/blob/rel/release-3.3.0/hadoop-hdfs-project/hadoop-hdfs-rbf/src/main/java/org/apache/hadoop/hdfs/server/federation/store/impl/MembershipStoreImpl.java#L207-L221]



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

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



[jira] [Work started] (HDFS-15968) Improve the log for The DecayRpcScheduler

2021-04-25 Thread Bhavik Patel (Jira)


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

Work on HDFS-15968 started by Bhavik Patel.
---
> Improve the log for The DecayRpcScheduler 
> --
>
> Key: HDFS-15968
> URL: https://issues.apache.org/jira/browse/HDFS-15968
> Project: Hadoop HDFS
>  Issue Type: Improvement
>Reporter: Bhavik Patel
>Assignee: Bhavik Patel
>Priority: Minor
> Attachments: HDFS-15968.001.patch
>
>
> Improve the log for The DecayRpcScheduler to make use of the SELF4j logger 
> factory



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

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



[jira] [Updated] (HDFS-15968) Improve the log for The DecayRpcScheduler

2021-04-25 Thread Bhavik Patel (Jira)


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

Bhavik Patel updated HDFS-15968:

Status: Patch Available  (was: In Progress)

> Improve the log for The DecayRpcScheduler 
> --
>
> Key: HDFS-15968
> URL: https://issues.apache.org/jira/browse/HDFS-15968
> Project: Hadoop HDFS
>  Issue Type: Improvement
>Reporter: Bhavik Patel
>Assignee: Bhavik Patel
>Priority: Minor
> Attachments: HDFS-15968.001.patch
>
>
> Improve the log for The DecayRpcScheduler to make use of the SELF4j logger 
> factory



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

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



[jira] [Updated] (HDFS-15968) Improve the log for The DecayRpcScheduler

2021-04-25 Thread Bhavik Patel (Jira)


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

Bhavik Patel updated HDFS-15968:

Status: Open  (was: Patch Available)

> Improve the log for The DecayRpcScheduler 
> --
>
> Key: HDFS-15968
> URL: https://issues.apache.org/jira/browse/HDFS-15968
> Project: Hadoop HDFS
>  Issue Type: Improvement
>Reporter: Bhavik Patel
>Assignee: Bhavik Patel
>Priority: Minor
> Attachments: HDFS-15968.001.patch
>
>
> Improve the log for The DecayRpcScheduler to make use of the SELF4j logger 
> factory



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

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



[jira] [Commented] (HDFS-15982) Deleted data using HTTP API should be saved to the trash

2021-04-25 Thread Bhavik Patel (Jira)


[ 
https://issues.apache.org/jira/browse/HDFS-15982?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17331728#comment-17331728
 ] 

Bhavik Patel commented on HDFS-15982:
-


{code:java}
You will want to make sure to add a release note. Also, we should consider 
making the delete behavior of DistributedFileSystem consistent with 
webhdfs/httpfs (i.e. do not skip trash by default)
{code}

[~vjasani] I think [~weichiu] is trying to tell like along with webhdfs API we 
have to also consider the behavior of httpfs(server) delete API.

[~weichiu] As we are updating the current delete API with the skipTrash param 
so it will not break any existing functionality, but of course we have to 
mention in the release note

> Deleted data using HTTP API should be saved to the trash
> 
>
> Key: HDFS-15982
> URL: https://issues.apache.org/jira/browse/HDFS-15982
> Project: Hadoop HDFS
>  Issue Type: New Feature
>  Components: hdfs, webhdfs
>Reporter: Bhavik Patel
>Assignee: Viraj Jasani
>Priority: Major
>  Labels: pull-request-available
> Attachments: Screenshot 2021-04-23 at 4.19.42 PM.png, Screenshot 
> 2021-04-23 at 4.36.57 PM.png
>
>  Time Spent: 3.5h
>  Remaining Estimate: 0h
>
> If we delete the data from the Web UI then it should be first moved to 
> configured/default Trash directory and after the trash interval time, it 
> should be removed. currently, data directly removed from the system[This 
> behavior should be the same as CLI cmd]
> This can be helpful when the user accidentally deletes data from the Web UI.
> Similarly we should provide "Skip Trash" option in HTTP API as well which 
> should be accessible through Web UI.



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

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



[jira] [Commented] (HDFS-15967) Improve the log for Short Circuit Local Reads

2021-04-22 Thread Bhavik Patel (Jira)


[ 
https://issues.apache.org/jira/browse/HDFS-15967?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17329964#comment-17329964
 ] 

Bhavik Patel commented on HDFS-15967:
-

[~tasanuma] Jenkins run successfully, can you please commit to the trunk and 
3.3.1 branch

> Improve the log for Short Circuit Local Reads
> -
>
> Key: HDFS-15967
> URL: https://issues.apache.org/jira/browse/HDFS-15967
> Project: Hadoop HDFS
>  Issue Type: Improvement
>Reporter: Bhavik Patel
>Assignee: Bhavik Patel
>Priority: Minor
> Attachments: HDFS-15967.001.patch, HDFS-15967.002.patch
>
>
> Improve the log for Short Circuit Local Reads 



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

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



[jira] [Commented] (HDFS-15967) Improve the log for Short Circuit Local Reads

2021-04-22 Thread Bhavik Patel (Jira)


[ 
https://issues.apache.org/jira/browse/HDFS-15967?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17327267#comment-17327267
 ] 

Bhavik Patel commented on HDFS-15967:
-

[~tasanuma] Thanks for the review. Incorporated review comments and attached 
the latest patch.

> Improve the log for Short Circuit Local Reads
> -
>
> Key: HDFS-15967
> URL: https://issues.apache.org/jira/browse/HDFS-15967
> Project: Hadoop HDFS
>  Issue Type: Improvement
>Reporter: Bhavik Patel
>Assignee: Bhavik Patel
>Priority: Minor
> Attachments: HDFS-15967.001.patch, HDFS-15967.002.patch
>
>
> Improve the log for Short Circuit Local Reads 



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

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



[jira] [Updated] (HDFS-15967) Improve the log for Short Circuit Local Reads

2021-04-22 Thread Bhavik Patel (Jira)


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

Bhavik Patel updated HDFS-15967:

Attachment: HDFS-15967.002.patch

> Improve the log for Short Circuit Local Reads
> -
>
> Key: HDFS-15967
> URL: https://issues.apache.org/jira/browse/HDFS-15967
> Project: Hadoop HDFS
>  Issue Type: Improvement
>Reporter: Bhavik Patel
>Assignee: Bhavik Patel
>Priority: Minor
> Attachments: HDFS-15967.001.patch, HDFS-15967.002.patch
>
>
> Improve the log for Short Circuit Local Reads 



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

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



[jira] [Updated] (HDFS-15968) Improve the log for The DecayRpcScheduler

2021-04-21 Thread Bhavik Patel (Jira)


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

Bhavik Patel updated HDFS-15968:

Status: Patch Available  (was: Open)

> Improve the log for The DecayRpcScheduler 
> --
>
> Key: HDFS-15968
> URL: https://issues.apache.org/jira/browse/HDFS-15968
> Project: Hadoop HDFS
>  Issue Type: Improvement
>Reporter: Bhavik Patel
>Assignee: Bhavik Patel
>Priority: Minor
> Attachments: HDFS-15968.001.patch
>
>
> Improve the log for The DecayRpcScheduler to make use of the SELF4j logger 
> factory



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

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



[jira] [Updated] (HDFS-15968) Improve the log for The DecayRpcScheduler

2021-04-21 Thread Bhavik Patel (Jira)


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

Bhavik Patel updated HDFS-15968:

Status: Open  (was: Patch Available)

> Improve the log for The DecayRpcScheduler 
> --
>
> Key: HDFS-15968
> URL: https://issues.apache.org/jira/browse/HDFS-15968
> Project: Hadoop HDFS
>  Issue Type: Improvement
>Reporter: Bhavik Patel
>Assignee: Bhavik Patel
>Priority: Minor
> Attachments: HDFS-15968.001.patch
>
>
> Improve the log for The DecayRpcScheduler to make use of the SELF4j logger 
> factory



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

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



[jira] [Commented] (HDFS-15967) Improve the log for Short Circuit Local Reads

2021-04-21 Thread Bhavik Patel (Jira)


[ 
https://issues.apache.org/jira/browse/HDFS-15967?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17326370#comment-17326370
 ] 

Bhavik Patel commented on HDFS-15967:
-

[~tasanuma] [~hemanthboyina] Can you please review?

> Improve the log for Short Circuit Local Reads
> -
>
> Key: HDFS-15967
> URL: https://issues.apache.org/jira/browse/HDFS-15967
> Project: Hadoop HDFS
>  Issue Type: Improvement
>Reporter: Bhavik Patel
>Assignee: Bhavik Patel
>Priority: Minor
> Attachments: HDFS-15967.001.patch
>
>
> Improve the log for Short Circuit Local Reads 



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

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



[jira] [Commented] (HDFS-15982) Deleted data on the Web UI must be saved to the trash

2021-04-19 Thread Bhavik Patel (Jira)


[ 
https://issues.apache.org/jira/browse/HDFS-15982?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17324868#comment-17324868
 ] 

Bhavik Patel commented on HDFS-15982:
-

Thank you [~vjasani] for working on it. Provided PR#2927 looking good to me.

[~ste...@apache.org] [~weichiu] any thoughts?

> Deleted data on the Web UI must be saved to the trash 
> --
>
> Key: HDFS-15982
> URL: https://issues.apache.org/jira/browse/HDFS-15982
> Project: Hadoop HDFS
>  Issue Type: New Feature
>  Components: hdfs
>Reporter: Bhavik Patel
>Assignee: Viraj Jasani
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 1h
>  Remaining Estimate: 0h
>
> If we delete the data from the Web UI then it should be first moved to 
> configured/default Trash directory and after the trash interval time, it 
> should be removed. currently, data directly removed from the system[This 
> behavior should be the same as CLI cmd]
>  
> This can be helpful when the user accidentally deletes data from the Web UI.



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

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



[jira] [Commented] (HDFS-15967) Improve the log for Short Circuit Local Reads

2021-04-16 Thread Bhavik Patel (Jira)


[ 
https://issues.apache.org/jira/browse/HDFS-15967?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17323764#comment-17323764
 ] 

Bhavik Patel commented on HDFS-15967:
-

Thank you [~aajisaka]

> Improve the log for Short Circuit Local Reads
> -
>
> Key: HDFS-15967
> URL: https://issues.apache.org/jira/browse/HDFS-15967
> Project: Hadoop HDFS
>  Issue Type: Improvement
>Reporter: Bhavik Patel
>Assignee: Bhavik Patel
>Priority: Minor
> Attachments: HDFS-15967.001.patch
>
>
> Improve the log for Short Circuit Local Reads 



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

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



[jira] [Updated] (HDFS-15968) Improve the log for The DecayRpcScheduler

2021-04-16 Thread Bhavik Patel (Jira)


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

Bhavik Patel updated HDFS-15968:

Status: Patch Available  (was: In Progress)

> Improve the log for The DecayRpcScheduler 
> --
>
> Key: HDFS-15968
> URL: https://issues.apache.org/jira/browse/HDFS-15968
> Project: Hadoop HDFS
>  Issue Type: Improvement
>Reporter: Bhavik Patel
>Assignee: Bhavik Patel
>Priority: Minor
> Attachments: HDFS-15968.001.patch
>
>
> Improve the log for The DecayRpcScheduler to make use of the SELF4j logger 
> factory



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

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



[jira] [Work started] (HDFS-15968) Improve the log for The DecayRpcScheduler

2021-04-16 Thread Bhavik Patel (Jira)


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

Work on HDFS-15968 started by Bhavik Patel.
---
> Improve the log for The DecayRpcScheduler 
> --
>
> Key: HDFS-15968
> URL: https://issues.apache.org/jira/browse/HDFS-15968
> Project: Hadoop HDFS
>  Issue Type: Improvement
>Reporter: Bhavik Patel
>Assignee: Bhavik Patel
>Priority: Minor
> Attachments: HDFS-15968.001.patch
>
>
> Improve the log for The DecayRpcScheduler to make use of the SELF4j logger 
> factory



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

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



[jira] [Updated] (HDFS-15968) Improve the log for The DecayRpcScheduler

2021-04-16 Thread Bhavik Patel (Jira)


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

Bhavik Patel updated HDFS-15968:

Status: Open  (was: Patch Available)

> Improve the log for The DecayRpcScheduler 
> --
>
> Key: HDFS-15968
> URL: https://issues.apache.org/jira/browse/HDFS-15968
> Project: Hadoop HDFS
>  Issue Type: Improvement
>Reporter: Bhavik Patel
>Assignee: Bhavik Patel
>Priority: Minor
> Attachments: HDFS-15968.001.patch
>
>
> Improve the log for The DecayRpcScheduler to make use of the SELF4j logger 
> factory



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

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



[jira] [Created] (HDFS-15986) Restrict the "-skipTrash" param for accidentally deletes data

2021-04-16 Thread Bhavik Patel (Jira)
Bhavik Patel created HDFS-15986:
---

 Summary: Restrict the "-skipTrash" param for accidentally deletes 
data
 Key: HDFS-15986
 URL: https://issues.apache.org/jira/browse/HDFS-15986
 Project: Hadoop HDFS
  Issue Type: Improvement
Reporter: Bhavik Patel


Suppose the user tries to delete the data from CLI with the "-skipTrash" param 
but by mistake, he deleted a couple of directories but actually, that directory 
user want to retain then their is no way to retrieve the delete data.

It will be good to have a confirm message like: "Skip the trash for the 
hdfs:///dri1/file.txt files? (Y or N)" ro we can completely disable the 
"-skipTrash" param.

 



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

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



[jira] [Commented] (HDFS-15967) Improve the log for Short Circuit Local Reads

2021-04-16 Thread Bhavik Patel (Jira)


[ 
https://issues.apache.org/jira/browse/HDFS-15967?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17322664#comment-17322664
 ] 

Bhavik Patel commented on HDFS-15967:
-

Thanks [~aajisaka].  Actually, the same issue was there for another Jira so I 
want to trigger a job for that but I am not able to find the option(manual), 
can you please guide me.

> Improve the log for Short Circuit Local Reads
> -
>
> Key: HDFS-15967
> URL: https://issues.apache.org/jira/browse/HDFS-15967
> Project: Hadoop HDFS
>  Issue Type: Improvement
>Reporter: Bhavik Patel
>Assignee: Bhavik Patel
>Priority: Minor
> Attachments: HDFS-15967.001.patch
>
>
> Improve the log for Short Circuit Local Reads 



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

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



[jira] [Created] (HDFS-15984) Deleted data on the Web UI must be saved to the trash

2021-04-16 Thread Bhavik Patel (Jira)
Bhavik Patel created HDFS-15984:
---

 Summary: Deleted data on the Web UI must be saved to the trash 
 Key: HDFS-15984
 URL: https://issues.apache.org/jira/browse/HDFS-15984
 Project: Hadoop HDFS
  Issue Type: New Feature
  Components: hdfs
Reporter: Bhavik Patel


If we delete the data from the Web UI then it should be first moved to 
configured/default Trash directory and after the trash interval time, it should 
be removed. currently, data directly removed from the system[This behavior 
should be the same as CLI cmd]

 

This can be helpful when the user accidentally deletes data from the Web UI.



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

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



[jira] [Created] (HDFS-15983) Deleted data on the Web UI must be saved to the trash

2021-04-16 Thread Bhavik Patel (Jira)
Bhavik Patel created HDFS-15983:
---

 Summary: Deleted data on the Web UI must be saved to the trash 
 Key: HDFS-15983
 URL: https://issues.apache.org/jira/browse/HDFS-15983
 Project: Hadoop HDFS
  Issue Type: New Feature
  Components: hdfs
Reporter: Bhavik Patel


If we delete the data from the Web UI then it should be first moved to 
configured/default Trash directory and after the trash interval time, it should 
be removed. currently, data directly removed from the system[This behavior 
should be the same as CLI cmd]

 

This can be helpful when the user accidentally deletes data from the Web UI.



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

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



[jira] [Created] (HDFS-15982) Deleted data on the Web UI must be saved to the trash

2021-04-16 Thread Bhavik Patel (Jira)
Bhavik Patel created HDFS-15982:
---

 Summary: Deleted data on the Web UI must be saved to the trash 
 Key: HDFS-15982
 URL: https://issues.apache.org/jira/browse/HDFS-15982
 Project: Hadoop HDFS
  Issue Type: New Feature
  Components: hdfs
Reporter: Bhavik Patel


If we delete the data from the Web UI then it should be first moved to 
configured/default Trash directory and after the trash interval time, it should 
be removed. currently, data directly removed from the system[This behavior 
should be the same as CLI cmd]

 

This can be helpful when the user accidentally deletes data from the Web UI.



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

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



[jira] [Commented] (HDFS-15967) Improve the log for Short Circuit Local Reads

2021-04-16 Thread Bhavik Patel (Jira)


[ 
https://issues.apache.org/jira/browse/HDFS-15967?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17322630#comment-17322630
 ] 

Bhavik Patel commented on HDFS-15967:
-

[~aajisaka] Can you please help me to check why Jenkins job was not triggered 
for this Jira?

> Improve the log for Short Circuit Local Reads
> -
>
> Key: HDFS-15967
> URL: https://issues.apache.org/jira/browse/HDFS-15967
> Project: Hadoop HDFS
>  Issue Type: Improvement
>Reporter: Bhavik Patel
>Assignee: Bhavik Patel
>Priority: Minor
> Attachments: HDFS-15967.001.patch
>
>
> Improve the log for Short Circuit Local Reads 



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

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



[jira] [Commented] (HDFS-15969) DFSClient prints token information a string format

2021-04-13 Thread Bhavik Patel (Jira)


[ 
https://issues.apache.org/jira/browse/HDFS-15969?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17320043#comment-17320043
 ] 

Bhavik Patel commented on HDFS-15969:
-

[~ayushtkn] should we remove it from debug level?

> DFSClient prints token information a string format 
> ---
>
> Key: HDFS-15969
> URL: https://issues.apache.org/jira/browse/HDFS-15969
> Project: Hadoop HDFS
>  Issue Type: Improvement
>Reporter: Bhavik Patel
>Assignee: Bhavik Patel
>Priority: Minor
> Attachments: HDFS-15969.001.patch
>
>
> DFSclient prints token information in a string format, as this is sensitive 
> information it must be moved to debug level or can be exempted even from 
> debug level



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

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



[jira] [Updated] (HDFS-15969) DFSClient prints token information a string format

2021-04-12 Thread Bhavik Patel (Jira)


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

Bhavik Patel updated HDFS-15969:

Status: Patch Available  (was: Open)

> DFSClient prints token information a string format 
> ---
>
> Key: HDFS-15969
> URL: https://issues.apache.org/jira/browse/HDFS-15969
> Project: Hadoop HDFS
>  Issue Type: Improvement
>Reporter: Bhavik Patel
>Assignee: Bhavik Patel
>Priority: Minor
> Attachments: HDFS-15969.001.patch
>
>
> DFSclient prints token information in a string format, as this is sensitive 
> information it must be moved to debug level or can be exempted even from 
> debug level



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

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



[jira] [Updated] (HDFS-15969) DFSClient prints token information a string format

2021-04-12 Thread Bhavik Patel (Jira)


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

Bhavik Patel updated HDFS-15969:

Attachment: HDFS-15969.001.patch

> DFSClient prints token information a string format 
> ---
>
> Key: HDFS-15969
> URL: https://issues.apache.org/jira/browse/HDFS-15969
> Project: Hadoop HDFS
>  Issue Type: Improvement
>Reporter: Bhavik Patel
>Assignee: Bhavik Patel
>Priority: Minor
> Attachments: HDFS-15969.001.patch
>
>
> DFSclient prints token information in a string format, as this is sensitive 
> information it must be moved to debug level or can be exempted even from 
> debug level



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

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



[jira] [Updated] (HDFS-15967) Improve the log for Short Circuit Local Reads

2021-04-12 Thread Bhavik Patel (Jira)


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

Bhavik Patel updated HDFS-15967:

Status: Patch Available  (was: In Progress)

> Improve the log for Short Circuit Local Reads
> -
>
> Key: HDFS-15967
> URL: https://issues.apache.org/jira/browse/HDFS-15967
> Project: Hadoop HDFS
>  Issue Type: Improvement
>Reporter: Bhavik Patel
>Assignee: Bhavik Patel
>Priority: Minor
> Attachments: HDFS-15967.001.patch
>
>
> Improve the log for Short Circuit Local Reads 



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

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



[jira] [Updated] (HDFS-15968) Improve the log for The DecayRpcScheduler

2021-04-12 Thread Bhavik Patel (Jira)


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

Bhavik Patel updated HDFS-15968:

Status: Patch Available  (was: In Progress)

> Improve the log for The DecayRpcScheduler 
> --
>
> Key: HDFS-15968
> URL: https://issues.apache.org/jira/browse/HDFS-15968
> Project: Hadoop HDFS
>  Issue Type: Improvement
>Reporter: Bhavik Patel
>Assignee: Bhavik Patel
>Priority: Minor
> Attachments: HDFS-15968.001.patch
>
>
> Improve the log for The DecayRpcScheduler to make use of the SELF4j logger 
> factory



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

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



[jira] [Updated] (HDFS-15968) Improve the log for The DecayRpcScheduler

2021-04-12 Thread Bhavik Patel (Jira)


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

Bhavik Patel updated HDFS-15968:

Attachment: HDFS-15968.001.patch

> Improve the log for The DecayRpcScheduler 
> --
>
> Key: HDFS-15968
> URL: https://issues.apache.org/jira/browse/HDFS-15968
> Project: Hadoop HDFS
>  Issue Type: Improvement
>Reporter: Bhavik Patel
>Assignee: Bhavik Patel
>Priority: Minor
> Attachments: HDFS-15968.001.patch
>
>
> Improve the log for The DecayRpcScheduler to make use of the SELF4j logger 
> factory



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

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



[jira] [Updated] (HDFS-15967) Improve the log for Short Circuit Local Reads

2021-04-12 Thread Bhavik Patel (Jira)


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

Bhavik Patel updated HDFS-15967:

Attachment: HDFS-15967.001.patch

> Improve the log for Short Circuit Local Reads
> -
>
> Key: HDFS-15967
> URL: https://issues.apache.org/jira/browse/HDFS-15967
> Project: Hadoop HDFS
>  Issue Type: Improvement
>Reporter: Bhavik Patel
>Assignee: Bhavik Patel
>Priority: Minor
> Attachments: HDFS-15967.001.patch
>
>
> Improve the log for Short Circuit Local Reads 



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

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



[jira] [Created] (HDFS-15969) DFSClient prints token information a string format

2021-04-12 Thread Bhavik Patel (Jira)
Bhavik Patel created HDFS-15969:
---

 Summary: DFSClient prints token information a string format 
 Key: HDFS-15969
 URL: https://issues.apache.org/jira/browse/HDFS-15969
 Project: Hadoop HDFS
  Issue Type: Improvement
Reporter: Bhavik Patel
Assignee: Bhavik Patel


DFSclient prints token information in a string format, as this is sensitive 
information it must be moved to debug level or can be exempted even from debug 
level



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

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



[jira] [Work started] (HDFS-15968) Improve the log for The DecayRpcScheduler

2021-04-12 Thread Bhavik Patel (Jira)


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

Work on HDFS-15968 started by Bhavik Patel.
---
> Improve the log for The DecayRpcScheduler 
> --
>
> Key: HDFS-15968
> URL: https://issues.apache.org/jira/browse/HDFS-15968
> Project: Hadoop HDFS
>  Issue Type: Improvement
>Reporter: Bhavik Patel
>Assignee: Bhavik Patel
>Priority: Minor
>
> Improve the log for The DecayRpcScheduler to make use of the SELF4j logger 
> factory



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

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



[jira] [Created] (HDFS-15968) Improve the log for The DecayRpcScheduler

2021-04-12 Thread Bhavik Patel (Jira)
Bhavik Patel created HDFS-15968:
---

 Summary: Improve the log for The DecayRpcScheduler 
 Key: HDFS-15968
 URL: https://issues.apache.org/jira/browse/HDFS-15968
 Project: Hadoop HDFS
  Issue Type: Improvement
Reporter: Bhavik Patel
Assignee: Bhavik Patel


Improve the log for The DecayRpcScheduler to make use of the SELF4j logger 
factory



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

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



[jira] [Created] (HDFS-15967) Improve the log for Short Circuit Local Reads

2021-04-12 Thread Bhavik Patel (Jira)
Bhavik Patel created HDFS-15967:
---

 Summary: Improve the log for Short Circuit Local Reads
 Key: HDFS-15967
 URL: https://issues.apache.org/jira/browse/HDFS-15967
 Project: Hadoop HDFS
  Issue Type: Improvement
Reporter: Bhavik Patel
Assignee: Bhavik Patel


Improve the log for Short Circuit Local Reads 



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

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



[jira] [Work started] (HDFS-15967) Improve the log for Short Circuit Local Reads

2021-04-12 Thread Bhavik Patel (Jira)


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

Work on HDFS-15967 started by Bhavik Patel.
---
> Improve the log for Short Circuit Local Reads
> -
>
> Key: HDFS-15967
> URL: https://issues.apache.org/jira/browse/HDFS-15967
> Project: Hadoop HDFS
>  Issue Type: Improvement
>Reporter: Bhavik Patel
>Assignee: Bhavik Patel
>Priority: Minor
>
> Improve the log for Short Circuit Local Reads 



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

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



[jira] [Commented] (HDFS-15921) Improve the log for the Storage Policy Operations

2021-03-31 Thread Bhavik Patel (Jira)


[ 
https://issues.apache.org/jira/browse/HDFS-15921?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17312842#comment-17312842
 ] 

Bhavik Patel commented on HDFS-15921:
-

Thanks [~hexiaoqiao] and [~hemanthboyina] for your reviews.  Please backport to 
branch 3.3.

> Improve the log for the Storage Policy Operations
> -
>
> Key: HDFS-15921
> URL: https://issues.apache.org/jira/browse/HDFS-15921
> Project: Hadoop HDFS
>  Issue Type: Sub-task
>  Components: namenode
>Reporter: Bhavik Patel
>Assignee: Bhavik Patel
>Priority: Minor
> Fix For: 3.4.0
>
> Attachments: HDFS-15921.001.patch
>
>
> Improve the log for the Storage Policy Operations



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

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



[jira] [Commented] (HDFS-15921) Improve the log for the Storage Policy Operations

2021-03-30 Thread Bhavik Patel (Jira)


[ 
https://issues.apache.org/jira/browse/HDFS-15921?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17311976#comment-17311976
 ] 

Bhavik Patel commented on HDFS-15921:
-

[~hemanthboyina] & [~tasanuma] please review 

> Improve the log for the Storage Policy Operations
> -
>
> Key: HDFS-15921
> URL: https://issues.apache.org/jira/browse/HDFS-15921
> Project: Hadoop HDFS
>  Issue Type: Sub-task
>  Components: namenode
>Reporter: Bhavik Patel
>Assignee: Bhavik Patel
>Priority: Minor
> Attachments: HDFS-15921.001.patch
>
>
> Improve the log for the Storage Policy Operations



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

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



[jira] [Commented] (HDFS-15921) Improve the log for the Storage Policy Operations

2021-03-25 Thread Bhavik Patel (Jira)


[ 
https://issues.apache.org/jira/browse/HDFS-15921?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17308830#comment-17308830
 ] 

Bhavik Patel commented on HDFS-15921:
-

Thanks for the review [~hemanthboyina] 

As we are using SLF4J, it provides place holder-based logging format so 
parameters get substituted by actual string supplied at runtime; so IF 
condition is not required.

> Improve the log for the Storage Policy Operations
> -
>
> Key: HDFS-15921
> URL: https://issues.apache.org/jira/browse/HDFS-15921
> Project: Hadoop HDFS
>  Issue Type: Sub-task
>  Components: namenode
>Reporter: Bhavik Patel
>Assignee: Bhavik Patel
>Priority: Minor
> Attachments: HDFS-15921.001.patch
>
>
> Improve the log for the Storage Policy Operations



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

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



[jira] [Work started] (HDFS-15921) Improve the log for the Storage Policy Operations

2021-03-25 Thread Bhavik Patel (Jira)


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

Work on HDFS-15921 started by Bhavik Patel.
---
> Improve the log for the Storage Policy Operations
> -
>
> Key: HDFS-15921
> URL: https://issues.apache.org/jira/browse/HDFS-15921
> Project: Hadoop HDFS
>  Issue Type: Sub-task
>  Components: namenode
>Reporter: Bhavik Patel
>Assignee: Bhavik Patel
>Priority: Minor
>
> Improve the log for the Storage Policy Operations



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

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



[jira] [Updated] (HDFS-15921) Improve the log for the Storage Policy Operations

2021-03-25 Thread Bhavik Patel (Jira)


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

Bhavik Patel updated HDFS-15921:

Status: Patch Available  (was: In Progress)

> Improve the log for the Storage Policy Operations
> -
>
> Key: HDFS-15921
> URL: https://issues.apache.org/jira/browse/HDFS-15921
> Project: Hadoop HDFS
>  Issue Type: Sub-task
>  Components: namenode
>Reporter: Bhavik Patel
>Assignee: Bhavik Patel
>Priority: Minor
> Attachments: HDFS-15921.001.patch
>
>
> Improve the log for the Storage Policy Operations



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

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



[jira] [Updated] (HDFS-15921) Improve the log for the Storage Policy Operations

2021-03-25 Thread Bhavik Patel (Jira)


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

Bhavik Patel updated HDFS-15921:

Attachment: HDFS-15921.001.patch

> Improve the log for the Storage Policy Operations
> -
>
> Key: HDFS-15921
> URL: https://issues.apache.org/jira/browse/HDFS-15921
> Project: Hadoop HDFS
>  Issue Type: Sub-task
>  Components: namenode
>Reporter: Bhavik Patel
>Assignee: Bhavik Patel
>Priority: Minor
> Attachments: HDFS-15921.001.patch
>
>
> Improve the log for the Storage Policy Operations



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

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



[jira] [Created] (HDFS-15921) Improve the log for the Storage Policy Operations

2021-03-25 Thread Bhavik Patel (Jira)
Bhavik Patel created HDFS-15921:
---

 Summary: Improve the log for the Storage Policy Operations
 Key: HDFS-15921
 URL: https://issues.apache.org/jira/browse/HDFS-15921
 Project: Hadoop HDFS
  Issue Type: Sub-task
  Components: namenode
Reporter: Bhavik Patel
Assignee: Bhavik Patel


Improve the log for the Storage Policy Operations



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

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



[jira] [Updated] (HDFS-15902) Improve the log for HTTPFS server operation

2021-03-17 Thread Bhavik Patel (Jira)


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

Bhavik Patel updated HDFS-15902:

Status: Patch Available  (was: In Progress)

> Improve the log for HTTPFS server operation
> ---
>
> Key: HDFS-15902
> URL: https://issues.apache.org/jira/browse/HDFS-15902
> Project: Hadoop HDFS
>  Issue Type: Sub-task
>  Components: httpfs
>Reporter: Bhavik Patel
>Assignee: Bhavik Patel
>Priority: Minor
> Attachments: HDFS-15902.001.patch
>
>
> Improve the log for HTTPFS server operations



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

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



[jira] [Updated] (HDFS-15902) Improve the log for HTTPFS server operation

2021-03-17 Thread Bhavik Patel (Jira)


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

Bhavik Patel updated HDFS-15902:

Attachment: HDFS-15902.001.patch

> Improve the log for HTTPFS server operation
> ---
>
> Key: HDFS-15902
> URL: https://issues.apache.org/jira/browse/HDFS-15902
> Project: Hadoop HDFS
>  Issue Type: Sub-task
>  Components: httpfs
>Reporter: Bhavik Patel
>Assignee: Bhavik Patel
>Priority: Minor
> Attachments: HDFS-15902.001.patch
>
>
> Improve the log for HTTPFS server operations



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

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



[jira] [Updated] (HDFS-15902) Improve the log for HTTPFS server operation

2021-03-17 Thread Bhavik Patel (Jira)


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

Bhavik Patel updated HDFS-15902:

Description: Improve the log for HTTPFS server operations

> Improve the log for HTTPFS server operation
> ---
>
> Key: HDFS-15902
> URL: https://issues.apache.org/jira/browse/HDFS-15902
> Project: Hadoop HDFS
>  Issue Type: Sub-task
>  Components: httpfs
>Reporter: Bhavik Patel
>Assignee: Bhavik Patel
>Priority: Minor
>
> Improve the log for HTTPFS server operations



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

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



[jira] [Assigned] (HDFS-15902) Improve the log for HTTPFS server operation

2021-03-17 Thread Bhavik Patel (Jira)


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

Bhavik Patel reassigned HDFS-15902:
---

Assignee: Bhavik Patel

> Improve the log for HTTPFS server operation
> ---
>
> Key: HDFS-15902
> URL: https://issues.apache.org/jira/browse/HDFS-15902
> Project: Hadoop HDFS
>  Issue Type: Sub-task
>  Components: httpfs
>Reporter: Bhavik Patel
>Assignee: Bhavik Patel
>Priority: Minor
>




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

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



[jira] [Created] (HDFS-15902) Improve the log for HTTPFS server operation

2021-03-17 Thread Bhavik Patel (Jira)
Bhavik Patel created HDFS-15902:
---

 Summary: Improve the log for HTTPFS server operation
 Key: HDFS-15902
 URL: https://issues.apache.org/jira/browse/HDFS-15902
 Project: Hadoop HDFS
  Issue Type: Sub-task
  Components: httpfs
Reporter: Bhavik Patel






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

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



[jira] [Work started] (HDFS-15902) Improve the log for HTTPFS server operation

2021-03-17 Thread Bhavik Patel (Jira)


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

Work on HDFS-15902 started by Bhavik Patel.
---
> Improve the log for HTTPFS server operation
> ---
>
> Key: HDFS-15902
> URL: https://issues.apache.org/jira/browse/HDFS-15902
> Project: Hadoop HDFS
>  Issue Type: Sub-task
>  Components: httpfs
>Reporter: Bhavik Patel
>Assignee: Bhavik Patel
>Priority: Minor
>




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

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



[jira] [Updated] (HDFS-15890) Improve the Logs for File Concat Operation

2021-03-14 Thread Bhavik Patel (Jira)


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

Bhavik Patel updated HDFS-15890:

Status: Patch Available  (was: In Progress)

> Improve the Logs for File Concat Operation 
> ---
>
> Key: HDFS-15890
> URL: https://issues.apache.org/jira/browse/HDFS-15890
> Project: Hadoop HDFS
>  Issue Type: Sub-task
>  Components: namenode
>Reporter: Bhavik Patel
>Assignee: Bhavik Patel
>Priority: Minor
> Attachments: HDFS-15890.001.patch
>
>
> As we are using the slf4j logger so we can remove the debug enabled 
> conditions. 



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

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



[jira] [Updated] (HDFS-15890) Improve the Logs for File Concat Operation

2021-03-12 Thread Bhavik Patel (Jira)


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

Bhavik Patel updated HDFS-15890:

Attachment: HDFS-15890.001.patch

> Improve the Logs for File Concat Operation 
> ---
>
> Key: HDFS-15890
> URL: https://issues.apache.org/jira/browse/HDFS-15890
> Project: Hadoop HDFS
>  Issue Type: Sub-task
>  Components: namenode
>Reporter: Bhavik Patel
>Assignee: Bhavik Patel
>Priority: Minor
> Attachments: HDFS-15890.001.patch
>
>
> As we are using the slf4j logger so we can remove the debug enabled 
> conditions. 



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

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



[jira] [Created] (HDFS-15890) Improve the Logs for File Concat Operation

2021-03-12 Thread Bhavik Patel (Jira)
Bhavik Patel created HDFS-15890:
---

 Summary: Improve the Logs for File Concat Operation 
 Key: HDFS-15890
 URL: https://issues.apache.org/jira/browse/HDFS-15890
 Project: Hadoop HDFS
  Issue Type: Sub-task
  Components: namenode
Reporter: Bhavik Patel
Assignee: Bhavik Patel


As we are using the slf4j logger so we can remove the debug enabled conditions. 



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

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



[jira] [Work started] (HDFS-15890) Improve the Logs for File Concat Operation

2021-03-12 Thread Bhavik Patel (Jira)


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

Work on HDFS-15890 started by Bhavik Patel.
---
> Improve the Logs for File Concat Operation 
> ---
>
> Key: HDFS-15890
> URL: https://issues.apache.org/jira/browse/HDFS-15890
> Project: Hadoop HDFS
>  Issue Type: Sub-task
>  Components: namenode
>Reporter: Bhavik Patel
>Assignee: Bhavik Patel
>Priority: Minor
>
> As we are using the slf4j logger so we can remove the debug enabled 
> conditions. 



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

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



[jira] [Commented] (HDFS-15848) Snapshot Operations: Add debug logs at the entry point

2021-03-12 Thread Bhavik Patel (Jira)


[ 
https://issues.apache.org/jira/browse/HDFS-15848?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17300279#comment-17300279
 ] 

Bhavik Patel commented on HDFS-15848:
-

Thanks [~tasanuma]. Can we also commit to branch-3.3?

> Snapshot Operations: Add debug logs at the entry point
> --
>
> Key: HDFS-15848
> URL: https://issues.apache.org/jira/browse/HDFS-15848
> Project: Hadoop HDFS
>  Issue Type: Sub-task
>Reporter: Bhavik Patel
>Assignee: Bhavik Patel
>Priority: Minor
> Fix For: 3.4.0
>
> Attachments: HDFS-15848.001.patch, HDFS-15848.002.patch, 
> HDFS-15848.003.patch, HDFS-15848.004.patch
>
>
> Add debug logs at the entry point for various Snapshot Operations



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

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



[jira] [Updated] (HDFS-15848) Snapshot Operations: Add debug logs at the entry point

2021-03-11 Thread Bhavik Patel (Jira)


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

Bhavik Patel updated HDFS-15848:

Attachment: HDFS-15848.004.patch

> Snapshot Operations: Add debug logs at the entry point
> --
>
> Key: HDFS-15848
> URL: https://issues.apache.org/jira/browse/HDFS-15848
> Project: Hadoop HDFS
>  Issue Type: Sub-task
>Reporter: Bhavik Patel
>Assignee: Bhavik Patel
>Priority: Minor
> Attachments: HDFS-15848.001.patch, HDFS-15848.002.patch, 
> HDFS-15848.003.patch, HDFS-15848.004.patch
>
>
> Add debug logs at the entry point for various Snapshot Operations



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

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



[jira] [Commented] (HDFS-15848) Snapshot Operations: Add debug logs at the entry point

2021-03-11 Thread Bhavik Patel (Jira)


[ 
https://issues.apache.org/jira/browse/HDFS-15848?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17299487#comment-17299487
 ] 

Bhavik Patel commented on HDFS-15848:
-

Fixed the checkstyle issue and attached a new patch.

> Snapshot Operations: Add debug logs at the entry point
> --
>
> Key: HDFS-15848
> URL: https://issues.apache.org/jira/browse/HDFS-15848
> Project: Hadoop HDFS
>  Issue Type: Sub-task
>Reporter: Bhavik Patel
>Assignee: Bhavik Patel
>Priority: Minor
> Attachments: HDFS-15848.001.patch, HDFS-15848.002.patch, 
> HDFS-15848.003.patch
>
>
> Add debug logs at the entry point for various Snapshot Operations



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

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



[jira] [Updated] (HDFS-15848) Snapshot Operations: Add debug logs at the entry point

2021-03-11 Thread Bhavik Patel (Jira)


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

Bhavik Patel updated HDFS-15848:

Attachment: HDFS-15848.003.patch

> Snapshot Operations: Add debug logs at the entry point
> --
>
> Key: HDFS-15848
> URL: https://issues.apache.org/jira/browse/HDFS-15848
> Project: Hadoop HDFS
>  Issue Type: Sub-task
>Reporter: Bhavik Patel
>Assignee: Bhavik Patel
>Priority: Minor
> Attachments: HDFS-15848.001.patch, HDFS-15848.002.patch, 
> HDFS-15848.003.patch
>
>
> Add debug logs at the entry point for various Snapshot Operations



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

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



[jira] [Comment Edited] (HDFS-15848) Snapshot Operations: Add debug logs at the entry point

2021-03-10 Thread Bhavik Patel (Jira)


[ 
https://issues.apache.org/jira/browse/HDFS-15848?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17299298#comment-17299298
 ] 

Bhavik Patel edited comment on HDFS-15848 at 3/11/21, 4:13 AM:
---

[~tasanuma] I have attached the new patch. 

Kindly review and commit.


was (Author: bpatel):
[~tasanuma] I have attached the new patch.

> Snapshot Operations: Add debug logs at the entry point
> --
>
> Key: HDFS-15848
> URL: https://issues.apache.org/jira/browse/HDFS-15848
> Project: Hadoop HDFS
>  Issue Type: Sub-task
>Reporter: Bhavik Patel
>Assignee: Bhavik Patel
>Priority: Minor
> Attachments: HDFS-15848.001.patch, HDFS-15848.002.patch
>
>
> Add debug logs at the entry point for various Snapshot Operations



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

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



[jira] [Commented] (HDFS-15848) Snapshot Operations: Add debug logs at the entry point

2021-03-10 Thread Bhavik Patel (Jira)


[ 
https://issues.apache.org/jira/browse/HDFS-15848?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17299298#comment-17299298
 ] 

Bhavik Patel commented on HDFS-15848:
-

[~tasanuma] I have attached the new patch.

> Snapshot Operations: Add debug logs at the entry point
> --
>
> Key: HDFS-15848
> URL: https://issues.apache.org/jira/browse/HDFS-15848
> Project: Hadoop HDFS
>  Issue Type: Sub-task
>Reporter: Bhavik Patel
>Assignee: Bhavik Patel
>Priority: Minor
> Attachments: HDFS-15848.001.patch, HDFS-15848.002.patch
>
>
> Add debug logs at the entry point for various Snapshot Operations



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

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



[jira] [Updated] (HDFS-15848) Snapshot Operations: Add debug logs at the entry point

2021-03-10 Thread Bhavik Patel (Jira)


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

Bhavik Patel updated HDFS-15848:

Attachment: HDFS-15848.002.patch

> Snapshot Operations: Add debug logs at the entry point
> --
>
> Key: HDFS-15848
> URL: https://issues.apache.org/jira/browse/HDFS-15848
> Project: Hadoop HDFS
>  Issue Type: Sub-task
>Reporter: Bhavik Patel
>Assignee: Bhavik Patel
>Priority: Minor
> Attachments: HDFS-15848.001.patch, HDFS-15848.002.patch
>
>
> Add debug logs at the entry point for various Snapshot Operations



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

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



[jira] [Commented] (HDFS-15848) Snapshot Operations: Add debug logs at the entry point

2021-03-10 Thread Bhavik Patel (Jira)


[ 
https://issues.apache.org/jira/browse/HDFS-15848?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17298881#comment-17298881
 ] 

Bhavik Patel commented on HDFS-15848:
-

[~tasanuma] Thanks for reviewing.

why do you use both the new logger and NameNode.LOG in FSDirSnapshotOp? ==> oh, 
that I missed updating.

We have to use a new logger of FSDirSnapshotOp only as if we use the 
NameNode.LOG then It will print the log with respect to NameNode class but, I 
think it's better to print the logs of the respective  FSDirSnapshotOp class.

> Snapshot Operations: Add debug logs at the entry point
> --
>
> Key: HDFS-15848
> URL: https://issues.apache.org/jira/browse/HDFS-15848
> Project: Hadoop HDFS
>  Issue Type: Sub-task
>Reporter: Bhavik Patel
>Assignee: Bhavik Patel
>Priority: Minor
> Attachments: HDFS-15848.001.patch
>
>
> Add debug logs at the entry point for various Snapshot Operations



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

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



[jira] [Commented] (HDFS-15848) Snapshot Operations: Add debug logs at the entry point

2021-03-07 Thread Bhavik Patel (Jira)


[ 
https://issues.apache.org/jira/browse/HDFS-15848?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17297071#comment-17297071
 ] 

Bhavik Patel commented on HDFS-15848:
-

[~ayushsaxena] / [~tasanuma] can you please review the attached patch

> Snapshot Operations: Add debug logs at the entry point
> --
>
> Key: HDFS-15848
> URL: https://issues.apache.org/jira/browse/HDFS-15848
> Project: Hadoop HDFS
>  Issue Type: Sub-task
>Reporter: Bhavik Patel
>Assignee: Bhavik Patel
>Priority: Minor
> Attachments: HDFS-15848.001.patch
>
>
> Add debug logs at the entry point for various Snapshot Operations



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

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



[jira] [Commented] (HDFS-15848) Snapshot Operations: Add debug logs at the entry point

2021-02-26 Thread Bhavik Patel (Jira)


[ 
https://issues.apache.org/jira/browse/HDFS-15848?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17291642#comment-17291642
 ] 

Bhavik Patel commented on HDFS-15848:
-

can anyone please review the patch. I will fix checkstyle issues if there are 
no review comments.

> Snapshot Operations: Add debug logs at the entry point
> --
>
> Key: HDFS-15848
> URL: https://issues.apache.org/jira/browse/HDFS-15848
> Project: Hadoop HDFS
>  Issue Type: Sub-task
>Reporter: Bhavik Patel
>Assignee: Bhavik Patel
>Priority: Minor
> Attachments: HDFS-15848.001.patch
>
>
> Add debug logs at the entry point for various Snapshot Operations



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

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



[jira] [Commented] (HDFS-15847) create client protocol: add ecPolicyName & storagePolicy param to debug statement string

2021-02-23 Thread Bhavik Patel (Jira)


[ 
https://issues.apache.org/jira/browse/HDFS-15847?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17289096#comment-17289096
 ] 

Bhavik Patel commented on HDFS-15847:
-

Thank you [~ayushtkn]

> create client protocol: add ecPolicyName & storagePolicy param to debug 
> statement string 
> -
>
> Key: HDFS-15847
> URL: https://issues.apache.org/jira/browse/HDFS-15847
> Project: Hadoop HDFS
>  Issue Type: Sub-task
>Reporter: Bhavik Patel
>Assignee: Bhavik Patel
>Priority: Minor
> Fix For: 3.3.1, 3.4.0
>
> Attachments: HDFS-15847.0001.patch
>
>
> A create (ClientProtocol) ==> namesystem.startFileInt does not print 
> "ecPolicyName & storagePolicy" param, It will be good to have these params 
> added in debug statement.



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

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



[jira] [Comment Edited] (HDFS-15847) create client protocol: add ecPolicyName & storagePolicy param to debug statement string

2021-02-23 Thread Bhavik Patel (Jira)


[ 
https://issues.apache.org/jira/browse/HDFS-15847?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17289077#comment-17289077
 ] 

Bhavik Patel edited comment on HDFS-15847 at 2/23/21, 1:23 PM:
---

[~ayushtkn] Thanks for reviewing the patch! can you please commit?

The failed test is not related to this patch.

 


was (Author: bpatel):
[~ayushtkn] Thanks for reviewing the patch! can you please commit?the failed 
test is not related.

 

> create client protocol: add ecPolicyName & storagePolicy param to debug 
> statement string 
> -
>
> Key: HDFS-15847
> URL: https://issues.apache.org/jira/browse/HDFS-15847
> Project: Hadoop HDFS
>  Issue Type: Sub-task
>Reporter: Bhavik Patel
>Assignee: Bhavik Patel
>Priority: Major
> Attachments: HDFS-15847.0001.patch
>
>
> A create (ClientProtocol) ==> namesystem.startFileInt does not print 
> "ecPolicyName & storagePolicy" param, It will be good to have these params 
> added in debug statement.



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

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



[jira] [Commented] (HDFS-15847) create client protocol: add ecPolicyName & storagePolicy param to debug statement string

2021-02-23 Thread Bhavik Patel (Jira)


[ 
https://issues.apache.org/jira/browse/HDFS-15847?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17289077#comment-17289077
 ] 

Bhavik Patel commented on HDFS-15847:
-

[~ayushtkn] Thanks for reviewing the patch! can you please commit?the failed 
test is not related.

 

> create client protocol: add ecPolicyName & storagePolicy param to debug 
> statement string 
> -
>
> Key: HDFS-15847
> URL: https://issues.apache.org/jira/browse/HDFS-15847
> Project: Hadoop HDFS
>  Issue Type: Sub-task
>Reporter: Bhavik Patel
>Assignee: Bhavik Patel
>Priority: Major
> Attachments: HDFS-15847.0001.patch
>
>
> A create (ClientProtocol) ==> namesystem.startFileInt does not print 
> "ecPolicyName & storagePolicy" param, It will be good to have these params 
> added in debug statement.



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

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



[jira] [Updated] (HDFS-15848) Snapshot Operations: Add debug logs at the entry point

2021-02-22 Thread Bhavik Patel (Jira)


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

Bhavik Patel updated HDFS-15848:

Status: Patch Available  (was: In Progress)

> Snapshot Operations: Add debug logs at the entry point
> --
>
> Key: HDFS-15848
> URL: https://issues.apache.org/jira/browse/HDFS-15848
> Project: Hadoop HDFS
>  Issue Type: Sub-task
>Reporter: Bhavik Patel
>Assignee: Bhavik Patel
>Priority: Minor
> Attachments: HDFS-15848.001.patch
>
>
> Add debug logs at the entry point for various Snapshot Operations



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

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



[jira] [Updated] (HDFS-15848) Snapshot Operations: Add debug logs at the entry point

2021-02-22 Thread Bhavik Patel (Jira)


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

Bhavik Patel updated HDFS-15848:

Attachment: HDFS-15848.001.patch

> Snapshot Operations: Add debug logs at the entry point
> --
>
> Key: HDFS-15848
> URL: https://issues.apache.org/jira/browse/HDFS-15848
> Project: Hadoop HDFS
>  Issue Type: Sub-task
>Reporter: Bhavik Patel
>Assignee: Bhavik Patel
>Priority: Minor
> Attachments: HDFS-15848.001.patch
>
>
> Add debug logs at the entry point for various Snapshot Operations



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

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



[jira] [Work started] (HDFS-15848) Snapshot Operations: Add debug logs at the entry point

2021-02-22 Thread Bhavik Patel (Jira)


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

Work on HDFS-15848 started by Bhavik Patel.
---
> Snapshot Operations: Add debug logs at the entry point
> --
>
> Key: HDFS-15848
> URL: https://issues.apache.org/jira/browse/HDFS-15848
> Project: Hadoop HDFS
>  Issue Type: Sub-task
>Reporter: Bhavik Patel
>Assignee: Bhavik Patel
>Priority: Minor
>
> Add debug logs at the entry point for various Snapshot Operations



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

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



[jira] [Created] (HDFS-15848) Snapshot Operations: Add debug logs at the entry point

2021-02-22 Thread Bhavik Patel (Jira)
Bhavik Patel created HDFS-15848:
---

 Summary: Snapshot Operations: Add debug logs at the entry point
 Key: HDFS-15848
 URL: https://issues.apache.org/jira/browse/HDFS-15848
 Project: Hadoop HDFS
  Issue Type: Sub-task
Reporter: Bhavik Patel
Assignee: Bhavik Patel


Add debug logs at the entry point for various Snapshot Operations



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

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



[jira] [Updated] (HDFS-15847) create client protocol: add ecPolicyName & storagePolicy param to debug statement string

2021-02-22 Thread Bhavik Patel (Jira)


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

Bhavik Patel updated HDFS-15847:

Status: Patch Available  (was: In Progress)

> create client protocol: add ecPolicyName & storagePolicy param to debug 
> statement string 
> -
>
> Key: HDFS-15847
> URL: https://issues.apache.org/jira/browse/HDFS-15847
> Project: Hadoop HDFS
>  Issue Type: Sub-task
>Reporter: Bhavik Patel
>Assignee: Bhavik Patel
>Priority: Major
> Attachments: HDFS-15847.0001.patch
>
>
> A create (ClientProtocol) ==> namesystem.startFileInt does not print 
> "ecPolicyName & storagePolicy" param, It will be good to have these params 
> added in debug statement.



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

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



[jira] [Updated] (HDFS-15847) create client protocol: add ecPolicyName & storagePolicy param to debug statement string

2021-02-22 Thread Bhavik Patel (Jira)


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

Bhavik Patel updated HDFS-15847:

Attachment: HDFS-15847.0001.patch

> create client protocol: add ecPolicyName & storagePolicy param to debug 
> statement string 
> -
>
> Key: HDFS-15847
> URL: https://issues.apache.org/jira/browse/HDFS-15847
> Project: Hadoop HDFS
>  Issue Type: Sub-task
>Reporter: Bhavik Patel
>Assignee: Bhavik Patel
>Priority: Major
> Attachments: HDFS-15847.0001.patch
>
>
> A create (ClientProtocol) ==> namesystem.startFileInt does not print 
> "ecPolicyName & storagePolicy" param, It will be good to have these params 
> added in debug statement.



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

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



[jira] [Work started] (HDFS-15847) create client protocol: add ecPolicyName & storagePolicy param to debug statement string

2021-02-22 Thread Bhavik Patel (Jira)


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

Work on HDFS-15847 started by Bhavik Patel.
---
> create client protocol: add ecPolicyName & storagePolicy param to debug 
> statement string 
> -
>
> Key: HDFS-15847
> URL: https://issues.apache.org/jira/browse/HDFS-15847
> Project: Hadoop HDFS
>  Issue Type: Sub-task
>Reporter: Bhavik Patel
>Assignee: Bhavik Patel
>Priority: Major
>
> A create (ClientProtocol) ==> namesystem.startFileInt does not print 
> "ecPolicyName & storagePolicy" param, It will be good to have these params 
> added in debug statement.



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

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



[jira] [Created] (HDFS-15847) create client protocol: add ecPolicyName & storagePolicy param to debug statement string

2021-02-22 Thread Bhavik Patel (Jira)
Bhavik Patel created HDFS-15847:
---

 Summary: create client protocol: add ecPolicyName & storagePolicy 
param to debug statement string 
 Key: HDFS-15847
 URL: https://issues.apache.org/jira/browse/HDFS-15847
 Project: Hadoop HDFS
  Issue Type: Sub-task
Reporter: Bhavik Patel
Assignee: Bhavik Patel


A create (ClientProtocol) ==> namesystem.startFileInt does not print 
"ecPolicyName & storagePolicy" param, It will be good to have these params 
added in debug statement.



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

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



[jira] [Created] (HDFS-15846) Improve logs for the various Namenode protocols for better readability/debugging

2021-02-22 Thread Bhavik Patel (Jira)
Bhavik Patel created HDFS-15846:
---

 Summary: Improve logs for the various Namenode protocols for 
better readability/debugging
 Key: HDFS-15846
 URL: https://issues.apache.org/jira/browse/HDFS-15846
 Project: Hadoop HDFS
  Issue Type: Improvement
Reporter: Bhavik Patel
Assignee: Bhavik Patel






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

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



[jira] [Commented] (HDFS-15835) Erasure coding: Add/remove logs for the better readability/debugging

2021-02-18 Thread Bhavik Patel (Jira)


[ 
https://issues.apache.org/jira/browse/HDFS-15835?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17286879#comment-17286879
 ] 

Bhavik Patel commented on HDFS-15835:
-

Thank you [~tasanuma]

> Erasure coding: Add/remove logs for the better readability/debugging
> 
>
> Key: HDFS-15835
> URL: https://issues.apache.org/jira/browse/HDFS-15835
> Project: Hadoop HDFS
>  Issue Type: Improvement
>  Components: erasure-coding, hdfs
>Reporter: Bhavik Patel
>Assignee: Bhavik Patel
>Priority: Minor
> Fix For: 3.3.1, 3.4.0
>
> Attachments: HDFS-15835.001.patch
>
>
> * Unnecessary Namenode logs displaying for Disabling EC policies which are 
> already disabled.
> * There is no info/debug are present for addPolicy, unsetPolicy 



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

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



[jira] [Updated] (HDFS-15838) Yarn Job execution get failed when LZ4 Compression Codec is used

2021-02-17 Thread Bhavik Patel (Jira)


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

Bhavik Patel updated HDFS-15838:

Attachment: LZ4.png

> Yarn Job execution get failed when LZ4 Compression Codec is used
> 
>
> Key: HDFS-15838
> URL: https://issues.apache.org/jira/browse/HDFS-15838
> Project: Hadoop HDFS
>  Issue Type: Bug
>  Components: hdfs
>Reporter: Bhavik Patel
>Priority: Major
> Attachments: HDFS-15838.001.patch, LZ4.png
>
>
> When we try to compress a file using the LZ4 codec compression type then the 
> yarn job gets failed with the error message :
> {code:java}
> net.jpountz.lz4.LZ4Compressorcompres(Ljava/nio/ByteBuffer;Ljava/nio/ByteBuffer;)V
> {code}



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

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



[jira] [Updated] (HDFS-15838) Yarn Job execution get failed when LZ4 Compression Codec is used

2021-02-17 Thread Bhavik Patel (Jira)


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

Bhavik Patel updated HDFS-15838:

Attachment: HDFS-15838.001.patch

> Yarn Job execution get failed when LZ4 Compression Codec is used
> 
>
> Key: HDFS-15838
> URL: https://issues.apache.org/jira/browse/HDFS-15838
> Project: Hadoop HDFS
>  Issue Type: Bug
>  Components: hdfs
>Reporter: Bhavik Patel
>Priority: Major
> Attachments: HDFS-15838.001.patch
>
>
> When we try to compress a file using the LZ4 codec compression type then the 
> yarn job gets failed with the error message :
> {code:java}
> net.jpountz.lz4.LZ4Compressorcompres(Ljava/nio/ByteBuffer;Ljava/nio/ByteBuffer;)V
> {code}



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

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



[jira] [Created] (HDFS-15838) Yarn Job execution get failed when LZ4 Compression Codec is used

2021-02-17 Thread Bhavik Patel (Jira)
Bhavik Patel created HDFS-15838:
---

 Summary: Yarn Job execution get failed when LZ4 Compression Codec 
is used
 Key: HDFS-15838
 URL: https://issues.apache.org/jira/browse/HDFS-15838
 Project: Hadoop HDFS
  Issue Type: Bug
  Components: hdfs
Reporter: Bhavik Patel


When we try to compress a file using the LZ4 codec compression type then the 
yarn job gets failed with the error message :
{code:java}
net.jpountz.lz4.LZ4Compressorcompres(Ljava/nio/ByteBuffer;Ljava/nio/ByteBuffer;)V
{code}



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

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



[jira] [Updated] (HDFS-15835) Erasure coding: Add/remove logs for the better readability/debugging

2021-02-15 Thread Bhavik Patel (Jira)


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

Bhavik Patel updated HDFS-15835:

Status: Patch Available  (was: Open)

> Erasure coding: Add/remove logs for the better readability/debugging
> 
>
> Key: HDFS-15835
> URL: https://issues.apache.org/jira/browse/HDFS-15835
> Project: Hadoop HDFS
>  Issue Type: Improvement
>  Components: erasure-coding, hdfs
>Reporter: Bhavik Patel
>Priority: Minor
> Attachments: HDFS-15835.001.patch
>
>
> * Unnecessary Namenode logs displaying for Disabling EC policies which are 
> already disabled.
> * There is no info/debug are present for addPolicy, unsetPolicy 



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

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



[jira] [Updated] (HDFS-15835) Erasure coding: Add/remove logs for the better readability/debugging

2021-02-15 Thread Bhavik Patel (Jira)


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

Bhavik Patel updated HDFS-15835:

Attachment: HDFS-15835.001.patch

> Erasure coding: Add/remove logs for the better readability/debugging
> 
>
> Key: HDFS-15835
> URL: https://issues.apache.org/jira/browse/HDFS-15835
> Project: Hadoop HDFS
>  Issue Type: Improvement
>  Components: erasure-coding, hdfs
>Reporter: Bhavik Patel
>Priority: Minor
> Attachments: HDFS-15835.001.patch
>
>
> * Unnecessary Namenode logs displaying for Disabling EC policies which are 
> already disabled.
> * There is no info/debug are present for addPolicy, unsetPolicy 



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

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



[jira] [Updated] (HDFS-15835) Erasure coding: Add/remove logs for the better readability/debugging

2021-02-15 Thread Bhavik Patel (Jira)


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

Bhavik Patel updated HDFS-15835:

Component/s: erasure-coding

> Erasure coding: Add/remove logs for the better readability/debugging
> 
>
> Key: HDFS-15835
> URL: https://issues.apache.org/jira/browse/HDFS-15835
> Project: Hadoop HDFS
>  Issue Type: Improvement
>  Components: erasure-coding, hdfs
>Reporter: Bhavik Patel
>Priority: Minor
>
> * Unnecessary Namenode logs displaying for Disabling EC policies which are 
> already disabled.
> * There is no info/debug are present for addPolicy, unsetPolicy 



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

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



[jira] [Created] (HDFS-15835) Erasure coding: Add/remove logs for the better readability/debugging

2021-02-15 Thread Bhavik Patel (Jira)
Bhavik Patel created HDFS-15835:
---

 Summary: Erasure coding: Add/remove logs for the better 
readability/debugging
 Key: HDFS-15835
 URL: https://issues.apache.org/jira/browse/HDFS-15835
 Project: Hadoop HDFS
  Issue Type: Improvement
  Components: hdfs
Reporter: Bhavik Patel


* Unnecessary Namenode logs displaying for Disabling EC policies which are 
already disabled.
* There is no info/debug are present for addPolicy, unsetPolicy 



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

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