[jira] [Comment Edited] (HDFS-15412) Add options to set different block scan period for diffrent StorageType

2020-12-27 Thread Yang Yun (Jira)


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

Yang Yun edited comment on HDFS-15412 at 12/28/20, 7:33 AM:


Thanks [~ayushtkn] for the review.

Update to HDFS-15412.003.patch with an assertion for one other storage type 
using the default value.


was (Author: hadoop_yangyun):
Thanks [~ayushtkn] your the review.

Update to HDFS-15412.003.patch with an assertion for one other storage type 
using the default value.

> Add options to set different block scan period for diffrent StorageType
> ---
>
> Key: HDFS-15412
> URL: https://issues.apache.org/jira/browse/HDFS-15412
> Project: Hadoop HDFS
>  Issue Type: Improvement
>  Components: datanode
>Reporter: Yang Yun
>Assignee: Yang Yun
>Priority: Minor
> Attachments: HDFS-15412.001.patch, HDFS-15412.002.patch, 
> HDFS-15412.003.patch
>
>
> For some cold data,  sometime, we don't want to scan cold data as often as 
> hot data. Add options that we can set the scan period time according to 
> StorageType.



--
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-15412) Add options to set different block scan period for diffrent StorageType

2020-12-27 Thread Yang Yun (Jira)


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

Yang Yun commented on HDFS-15412:
-

Thanks [~ayushtkn] your the review.

Update to HDFS-15412.003.patch with an assertion for one other storage type 
using the default value.

> Add options to set different block scan period for diffrent StorageType
> ---
>
> Key: HDFS-15412
> URL: https://issues.apache.org/jira/browse/HDFS-15412
> Project: Hadoop HDFS
>  Issue Type: Improvement
>  Components: datanode
>Reporter: Yang Yun
>Assignee: Yang Yun
>Priority: Minor
> Attachments: HDFS-15412.001.patch, HDFS-15412.002.patch, 
> HDFS-15412.003.patch
>
>
> For some cold data,  sometime, we don't want to scan cold data as often as 
> hot data. Add options that we can set the scan period time according to 
> StorageType.



--
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-15412) Add options to set different block scan period for diffrent StorageType

2020-12-27 Thread Yang Yun (Jira)


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

Yang Yun updated HDFS-15412:

Attachment: HDFS-15412.003.patch
Status: Patch Available  (was: Open)

> Add options to set different block scan period for diffrent StorageType
> ---
>
> Key: HDFS-15412
> URL: https://issues.apache.org/jira/browse/HDFS-15412
> Project: Hadoop HDFS
>  Issue Type: Improvement
>  Components: datanode
>Reporter: Yang Yun
>Assignee: Yang Yun
>Priority: Minor
> Attachments: HDFS-15412.001.patch, HDFS-15412.002.patch, 
> HDFS-15412.003.patch
>
>
> For some cold data,  sometime, we don't want to scan cold data as often as 
> hot data. Add options that we can set the scan period time according to 
> StorageType.



--
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-15412) Add options to set different block scan period for diffrent StorageType

2020-12-27 Thread Yang Yun (Jira)


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

Yang Yun updated HDFS-15412:

Status: Open  (was: Patch Available)

> Add options to set different block scan period for diffrent StorageType
> ---
>
> Key: HDFS-15412
> URL: https://issues.apache.org/jira/browse/HDFS-15412
> Project: Hadoop HDFS
>  Issue Type: Improvement
>  Components: datanode
>Reporter: Yang Yun
>Assignee: Yang Yun
>Priority: Minor
> Attachments: HDFS-15412.001.patch, HDFS-15412.002.patch
>
>
> For some cold data,  sometime, we don't want to scan cold data as often as 
> hot data. Add options that we can set the scan period time according to 
> StorageType.



--
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-15412) Add options to set different block scan period for diffrent StorageType

2020-12-27 Thread Ayush Saxena (Jira)


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

Ayush Saxena commented on HDFS-15412:
-

Can you add an assertion for one other storage type as well, for which you 
haven't configured this conf, it should be using the default value

> Add options to set different block scan period for diffrent StorageType
> ---
>
> Key: HDFS-15412
> URL: https://issues.apache.org/jira/browse/HDFS-15412
> Project: Hadoop HDFS
>  Issue Type: Improvement
>  Components: datanode
>Reporter: Yang Yun
>Assignee: Yang Yun
>Priority: Minor
> Attachments: HDFS-15412.001.patch, HDFS-15412.002.patch
>
>
> For some cold data,  sometime, we don't want to scan cold data as often as 
> hot data. Add options that we can set the scan period time according to 
> StorageType.



--
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-15748) RBF: Move hadoop-federation-balance module to hadoop-hdfs-rbf.

2020-12-27 Thread Ayush Saxena (Jira)


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

Ayush Saxena commented on HDFS-15748:
-

Thanx [~LiJinglun] for the update, Changes seems quite straightforward and 
justified.
There are couple of checkstyle warnings, can you give a check, the other javac 
warnings doesn't seems related to me, but can give a check once.

[~elgoiri] thoughts on this, Just to confirm anything bothering regarding the 
process, we can move this to RBF, this won't be a problem at RBF or fed-balance 
end?

> RBF: Move hadoop-federation-balance module to hadoop-hdfs-rbf.
> --
>
> Key: HDFS-15748
> URL: https://issues.apache.org/jira/browse/HDFS-15748
> Project: Hadoop HDFS
>  Issue Type: Sub-task
>Reporter: Jinglun
>Assignee: Jinglun
>Priority: Major
> Attachments: HDFS-15748.001.patch
>
>




--
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-15749) Make size of editPendingQ can be configurable

2020-12-27 Thread Hui Fei (Jira)


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

Hui Fei commented on HDFS-15749:


Merged
[~maobaolong] Thanks for contribution!

> Make size of editPendingQ can be configurable
> -
>
> Key: HDFS-15749
> URL: https://issues.apache.org/jira/browse/HDFS-15749
> Project: Hadoop HDFS
>  Issue Type: Improvement
>  Components: hdfs
>Affects Versions: 3.4.0
>Reporter: Baolong Mao
>Assignee: Baolong Mao
>Priority: Major
>  Labels: pull-request-available
> Fix For: 3.4.0
>
>  Time Spent: 4h 40m
>  Remaining Estimate: 0h
>




--
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 logged] (HDFS-15749) Make size of editPendingQ can be configurable

2020-12-27 Thread ASF GitHub Bot (Jira)


 [ 
https://issues.apache.org/jira/browse/HDFS-15749?focusedWorklogId=528716=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-528716
 ]

ASF GitHub Bot logged work on HDFS-15749:
-

Author: ASF GitHub Bot
Created on: 28/Dec/20 06:21
Start Date: 28/Dec/20 06:21
Worklog Time Spent: 10m 
  Work Description: ferhui commented on pull request #2572:
URL: https://github.com/apache/hadoop/pull/2572#issuecomment-751594452


   @maobaolong Thanks for contribution, merged



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Issue Time Tracking
---

Worklog Id: (was: 528716)
Time Spent: 4h 40m  (was: 4.5h)

> Make size of editPendingQ can be configurable
> -
>
> Key: HDFS-15749
> URL: https://issues.apache.org/jira/browse/HDFS-15749
> Project: Hadoop HDFS
>  Issue Type: Improvement
>  Components: hdfs
>Affects Versions: 3.4.0
>Reporter: Baolong Mao
>Assignee: Baolong Mao
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 4h 40m
>  Remaining Estimate: 0h
>




--
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] [Resolved] (HDFS-15749) Make size of editPendingQ can be configurable

2020-12-27 Thread Hui Fei (Jira)


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

Hui Fei resolved HDFS-15749.

Fix Version/s: 3.4.0
   Resolution: Fixed

> Make size of editPendingQ can be configurable
> -
>
> Key: HDFS-15749
> URL: https://issues.apache.org/jira/browse/HDFS-15749
> Project: Hadoop HDFS
>  Issue Type: Improvement
>  Components: hdfs
>Affects Versions: 3.4.0
>Reporter: Baolong Mao
>Assignee: Baolong Mao
>Priority: Major
>  Labels: pull-request-available
> Fix For: 3.4.0
>
>  Time Spent: 4h 40m
>  Remaining Estimate: 0h
>




--
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 logged] (HDFS-15749) Make size of editPendingQ can be configurable

2020-12-27 Thread ASF GitHub Bot (Jira)


 [ 
https://issues.apache.org/jira/browse/HDFS-15749?focusedWorklogId=528715=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-528715
 ]

ASF GitHub Bot logged work on HDFS-15749:
-

Author: ASF GitHub Bot
Created on: 28/Dec/20 06:18
Start Date: 28/Dec/20 06:18
Worklog Time Spent: 10m 
  Work Description: ferhui merged pull request #2572:
URL: https://github.com/apache/hadoop/pull/2572


   



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Issue Time Tracking
---

Worklog Id: (was: 528715)
Time Spent: 4.5h  (was: 4h 20m)

> Make size of editPendingQ can be configurable
> -
>
> Key: HDFS-15749
> URL: https://issues.apache.org/jira/browse/HDFS-15749
> Project: Hadoop HDFS
>  Issue Type: Improvement
>  Components: hdfs
>Affects Versions: 3.4.0
>Reporter: Baolong Mao
>Assignee: Baolong Mao
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 4.5h
>  Remaining Estimate: 0h
>




--
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 logged] (HDFS-15740) Make basename cross-platform

2020-12-27 Thread ASF GitHub Bot (Jira)


 [ 
https://issues.apache.org/jira/browse/HDFS-15740?focusedWorklogId=528644=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-528644
 ]

ASF GitHub Bot logged work on HDFS-15740:
-

Author: ASF GitHub Bot
Created on: 27/Dec/20 14:01
Start Date: 27/Dec/20 14:01
Worklog Time Spent: 10m 
  Work Description: surajj-naik commented on pull request #2567:
URL: https://github.com/apache/hadoop/pull/2567#issuecomment-751471256


   Seems like `test4tests` only looks for Java tests with @Test annotations, 
that's why it's not able to find yours.



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Issue Time Tracking
---

Worklog Id: (was: 528644)
Remaining Estimate: 19.5h  (was: 19h 40m)
Time Spent: 4.5h  (was: 4h 20m)

> Make basename cross-platform
> 
>
> Key: HDFS-15740
> URL: https://issues.apache.org/jira/browse/HDFS-15740
> Project: Hadoop HDFS
>  Issue Type: Improvement
>  Components: libhdfs++
>Affects Versions: 3.4.0
>Reporter: Gautham Banasandra
>Assignee: Gautham Banasandra
>Priority: Major
>  Labels: pull-request-available
>   Original Estimate: 24h
>  Time Spent: 4.5h
>  Remaining Estimate: 19.5h
>
> The *basename* function isn't available on Visual Studio 2019 compiler. We 
> need to make it cross platform.



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