[jira] [Updated] (HDFS-9821) HDFS configuration should accept friendly time units

2024-01-03 Thread Shilun Fan (Jira)


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

Shilun Fan updated HDFS-9821:
-
Target Version/s: 3.5.0  (was: 3.4.0)

> HDFS configuration should accept friendly time units
> 
>
> Key: HDFS-9821
> URL: https://issues.apache.org/jira/browse/HDFS-9821
> Project: Hadoop HDFS
>  Issue Type: Improvement
>  Components: datanode, namenode
>Affects Versions: 2.8.0
>Reporter: Arpit Agarwal
>Assignee: Xiaobing Zhou
>Priority: Major
>
> HDFS configuration keys that define time intervals use units inconsistently 
> (Hours, seconds, milliseconds).
> Not all keys have the unit as part of their name. Related keys may use 
> different units e.g. {{dfs.blockreport.intervalMsec}} accepts msec while 
> {{dfs.blockreport.initialDelay}} accepts seconds. Milliseconds is rarely 
> useful as a time unit which makes these values hard to parse when reading 
> config files.
> We can either
> # Let existing keys use friendly units e.g. 100ms, 60s, 5m, 1d, 6w etc. This 
> can be done compatibly since there will be no conflict with existing valid 
> configuration. If no suffix is specified just default to the current time 
> unit.
> # Just deprecate the existing keys and define new ones that accept friendly 
> units.
> We continue to use fine-grained time units (usually ms) internally in code 
> and also accept "ms" option for tests.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

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



[jira] [Updated] (HDFS-9821) HDFS configuration should accept friendly time units

2020-04-11 Thread Brahma Reddy Battula (Jira)


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

Brahma Reddy Battula updated HDFS-9821:
---
Target Version/s: 3.4.0  (was: 3.3.0)

Bulk update: moved all 3.3.0 non-blocker issues, please move back if it is a 
blocker.



> HDFS configuration should accept friendly time units
> 
>
> Key: HDFS-9821
> URL: https://issues.apache.org/jira/browse/HDFS-9821
> Project: Hadoop HDFS
>  Issue Type: Improvement
>  Components: datanode, namenode
>Affects Versions: 2.8.0
>Reporter: Arpit Agarwal
>Assignee: Xiaobing Zhou
>Priority: Major
>
> HDFS configuration keys that define time intervals use units inconsistently 
> (Hours, seconds, milliseconds).
> Not all keys have the unit as part of their name. Related keys may use 
> different units e.g. {{dfs.blockreport.intervalMsec}} accepts msec while 
> {{dfs.blockreport.initialDelay}} accepts seconds. Milliseconds is rarely 
> useful as a time unit which makes these values hard to parse when reading 
> config files.
> We can either
> # Let existing keys use friendly units e.g. 100ms, 60s, 5m, 1d, 6w etc. This 
> can be done compatibly since there will be no conflict with existing valid 
> configuration. If no suffix is specified just default to the current time 
> unit.
> # Just deprecate the existing keys and define new ones that accept friendly 
> units.
> We continue to use fine-grained time units (usually ms) internally in code 
> and also accept "ms" option for tests.



--
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-9821) HDFS configuration should accept friendly time units

2017-09-29 Thread Arun Suresh (JIRA)

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

Arun Suresh updated HDFS-9821:
--
Target Version/s: 3.1.0  (was: 2.9.0)

> HDFS configuration should accept friendly time units
> 
>
> Key: HDFS-9821
> URL: https://issues.apache.org/jira/browse/HDFS-9821
> Project: Hadoop HDFS
>  Issue Type: Improvement
>  Components: datanode, namenode
>Affects Versions: 2.8.0
>Reporter: Arpit Agarwal
>Assignee: Xiaobing Zhou
>
> HDFS configuration keys that define time intervals use units inconsistently 
> (Hours, seconds, milliseconds).
> Not all keys have the unit as part of their name. Related keys may use 
> different units e.g. {{dfs.blockreport.intervalMsec}} accepts msec while 
> {{dfs.blockreport.initialDelay}} accepts seconds. Milliseconds is rarely 
> useful as a time unit which makes these values hard to parse when reading 
> config files.
> We can either
> # Let existing keys use friendly units e.g. 100ms, 60s, 5m, 1d, 6w etc. This 
> can be done compatibly since there will be no conflict with existing valid 
> configuration. If no suffix is specified just default to the current time 
> unit.
> # Just deprecate the existing keys and define new ones that accept friendly 
> units.
> We continue to use fine-grained time units (usually ms) internally in code 
> and also accept "ms" option for tests.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Updated] (HDFS-9821) HDFS configuration should accept friendly time units

2016-02-23 Thread Arpit Agarwal (JIRA)

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

Arpit Agarwal updated HDFS-9821:

Description: 
HDFS configuration keys that define time intervals use units inconsistently 
(Hours, seconds, milliseconds).

Not all keys have the unit as part of their name. Related keys may use 
different units e.g. {{dfs.blockreport.intervalMsec}} accepts msec while 
{{dfs.blockreport.initialDelay}} accepts seconds. Milliseconds is rarely useful 
as a time unit which makes these values hard to parse when reading config files.

We can either
# Let existing keys use friendly units e.g. 100ms, 60s, 5m, 1d, 6w etc. This 
can be done compatibly since there will be no conflict with existing valid 
configuration. If no suffix is specified just default to the current time unit.
# Just deprecate the existing keys and define new ones that accept friendly 
units.

We continue to use fine-grained time units (usually ms) internally in code and 
also accept "ms" option for tests.

  was:
HDFS configuration keys that define time intervals use units inconsistently 
(Hours, seconds, milliseconds).

Not all keys have the unit as part of their name. Related keys may use 
different units e.g. {{dfs.blockreport.intervalMsec}} accepts msec while 
{{dfs.blockreport.initialDelay}} accepts seconds. Milliseconds is rarely useful 
as a time unit which makes these values hard to parse when reading config files.

We can either
# Let existing keys use friendly units e.g. 60s, 5m, 1d, 6w etc. This can be 
done compatibly since there will be no conflict with existing valid 
configuration. If no suffix is specified just default to the current time unit.
# Just deprecate the existing keys and define new ones that accept friendly 
units.

We continue to use fine-grained time units (usually ms) internally in code and 
also accept "ms" option for tests.


> HDFS configuration should accept friendly time units
> 
>
> Key: HDFS-9821
> URL: https://issues.apache.org/jira/browse/HDFS-9821
> Project: Hadoop HDFS
>  Issue Type: Improvement
>  Components: datanode, namenode
>Affects Versions: 2.8.0
>Reporter: Arpit Agarwal
>Assignee: Xiaobing Zhou
>
> HDFS configuration keys that define time intervals use units inconsistently 
> (Hours, seconds, milliseconds).
> Not all keys have the unit as part of their name. Related keys may use 
> different units e.g. {{dfs.blockreport.intervalMsec}} accepts msec while 
> {{dfs.blockreport.initialDelay}} accepts seconds. Milliseconds is rarely 
> useful as a time unit which makes these values hard to parse when reading 
> config files.
> We can either
> # Let existing keys use friendly units e.g. 100ms, 60s, 5m, 1d, 6w etc. This 
> can be done compatibly since there will be no conflict with existing valid 
> configuration. If no suffix is specified just default to the current time 
> unit.
> # Just deprecate the existing keys and define new ones that accept friendly 
> units.
> We continue to use fine-grained time units (usually ms) internally in code 
> and also accept "ms" option for tests.



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


[jira] [Updated] (HDFS-9821) HDFS configuration should accept friendly time units

2016-02-23 Thread Arpit Agarwal (JIRA)

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

Arpit Agarwal updated HDFS-9821:

Description: 
HDFS configuration keys that define time intervals use units inconsistently 
(Hours, seconds, milliseconds).

Not all keys have the unit as part of their name. Related keys may use 
different units e.g. {{dfs.blockreport.intervalMsec}} accepts msec while 
{{dfs.blockreport.initialDelay}} accepts seconds. Milliseconds is rarely useful 
as a time unit which makes these values hard to parse when reading config files.

We can either
# Let existing keys use friendly units e.g. 60s, 5m, 1d, 6w etc. This can be 
done compatibly since there will be no conflict with existing valid 
configuration. If no suffix is specified just default to the current time unit.
# Just deprecate the existing keys and define new ones that accept friendly 
units.

We continue to use fine-grained time units (usually ms) internally in code and 
also accept "ms" option for tests.

  was:
HDFS configuration keys that define time intervals use units inconsistently 
(Hours, seconds, milliseconds).

Not all keys have the unit as part of their name. Related keys may use 
different units e.g. {{dfs.blockreport.intervalMsec}} accepts msec while 
{{dfs.blockreport.initialDelay}} accepts seconds. Milliseconds is rarely useful 
as a time unit which makes these values hard to parse when reading config files.

We can either
# Let existing keys use friendly units e.g. 60s, 5m, 1d, 6w etc. This can be 
done compatibly since there will be no conflict with existing valid 
configuration.
# Just deprecate the existing keys and define new ones that accept friendly 
units.


> HDFS configuration should accept friendly time units
> 
>
> Key: HDFS-9821
> URL: https://issues.apache.org/jira/browse/HDFS-9821
> Project: Hadoop HDFS
>  Issue Type: Improvement
>  Components: datanode, namenode
>Affects Versions: 2.8.0
>Reporter: Arpit Agarwal
>Assignee: Xiaobing Zhou
>
> HDFS configuration keys that define time intervals use units inconsistently 
> (Hours, seconds, milliseconds).
> Not all keys have the unit as part of their name. Related keys may use 
> different units e.g. {{dfs.blockreport.intervalMsec}} accepts msec while 
> {{dfs.blockreport.initialDelay}} accepts seconds. Milliseconds is rarely 
> useful as a time unit which makes these values hard to parse when reading 
> config files.
> We can either
> # Let existing keys use friendly units e.g. 60s, 5m, 1d, 6w etc. This can be 
> done compatibly since there will be no conflict with existing valid 
> configuration. If no suffix is specified just default to the current time 
> unit.
> # Just deprecate the existing keys and define new ones that accept friendly 
> units.
> We continue to use fine-grained time units (usually ms) internally in code 
> and also accept "ms" option for tests.



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


[jira] [Updated] (HDFS-9821) HDFS configuration should accept friendly time units

2016-02-17 Thread Arpit Agarwal (JIRA)

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

Arpit Agarwal updated HDFS-9821:

Issue Type: Improvement  (was: Bug)

> HDFS configuration should accept friendly time units
> 
>
> Key: HDFS-9821
> URL: https://issues.apache.org/jira/browse/HDFS-9821
> Project: Hadoop HDFS
>  Issue Type: Improvement
>  Components: datanode, namenode
>Affects Versions: 2.8.0
>Reporter: Arpit Agarwal
>Assignee: Xiaobing Zhou
>
> HDFS configuration keys that define time intervals use units inconsistently 
> (Hours, seconds, milliseconds).
> Not all keys have the unit as part of their name. Related keys may use 
> different units e.g. {{dfs.blockreport.intervalMsec}} accepts msec while 
> {{dfs.blockreport.initialDelay}} accepts seconds. Milliseconds is rarely 
> useful as a time unit which makes these values hard to parse when reading 
> config files.
> We can either
> # Let existing keys use friendly units e.g. 60s, 5m, 1d, 6w etc. This can be 
> done compatibly since there will be no conflict with existing valid 
> configuration.
> # Just deprecate the existing keys and define new ones that accept friendly 
> units.



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


[jira] [Updated] (HDFS-9821) HDFS configuration should accept friendly time units

2016-02-17 Thread Arpit Agarwal (JIRA)

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

Arpit Agarwal updated HDFS-9821:

Description: 
HDFS configuration keys that define time intervals use units inconsistently 
(Hours, seconds, milliseconds).

Not all keys have the unit as part of their name. Related keys may use 
different units e.g. {{dfs.blockreport.intervalMsec}} accepts msec while 
{{dfs.blockreport.initialDelay}} accepts seconds. Milliseconds is rarely useful 
as a time unit which makes these values hard to parse when reading config files.

We can either
# Let existing keys use friendly units e.g. 60s, 5m, 1d, 6w etc. This can be 
done compatibly since there will be no conflict with existing valid 
configuration.
# Just deprecate the existing keys and define new ones that accept friendly 
units.

  was:
HDFS configuration keys that define time intervals use units inconsistently 
(Hours, seconds, milliseconds).

Not all keys have the unit as part of their name. Related keys may use 
different units e.g. {{dfs.blockreport.intervalMsec}} is configured in msec but 
{{dfs.blockreport.initialDelay}} is configured in seconds. Milliseconds is 
rarely useful as a time unit which makes these values hard to parse when 
reading config files.

We can either
# Let existing keys use friendly units e.g. 60s, 5m, 1d, 6w etc. This can be 
done compatibly since there will be no conflict with existing valid 
configuration.
# Just deprecate the existing keys and define new ones that accept friendly 
units.


> HDFS configuration should accept friendly time units
> 
>
> Key: HDFS-9821
> URL: https://issues.apache.org/jira/browse/HDFS-9821
> Project: Hadoop HDFS
>  Issue Type: Bug
>  Components: datanode, namenode
>Affects Versions: 2.8.0
>Reporter: Arpit Agarwal
>
> HDFS configuration keys that define time intervals use units inconsistently 
> (Hours, seconds, milliseconds).
> Not all keys have the unit as part of their name. Related keys may use 
> different units e.g. {{dfs.blockreport.intervalMsec}} accepts msec while 
> {{dfs.blockreport.initialDelay}} accepts seconds. Milliseconds is rarely 
> useful as a time unit which makes these values hard to parse when reading 
> config files.
> We can either
> # Let existing keys use friendly units e.g. 60s, 5m, 1d, 6w etc. This can be 
> done compatibly since there will be no conflict with existing valid 
> configuration.
> # Just deprecate the existing keys and define new ones that accept friendly 
> units.



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


[jira] [Updated] (HDFS-9821) HDFS configuration should accept friendly time units

2016-02-17 Thread Arpit Agarwal (JIRA)

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

Arpit Agarwal updated HDFS-9821:

Description: 
HDFS configuration keys that define time intervals use units inconsistently 
(Hours, seconds, milliseconds).

Not all keys have the unit as part of their name. Related keys may use 
different units e.g. {{dfs.blockreport.intervalMsec}} is configured in msec but 
{{dfs.blockreport.initialDelay}} is configured in seconds. Milliseconds is 
rarely useful as a time unit which makes these values hard to parse when 
reading config files.

We can either
# Let existing keys use friendly units e.g. 60s, 5m, 1d, 6w etc. This can be 
done compatibly since there will be no conflict with existing valid 
configuration.
# Just deprecate the existing keys and define new ones that accept friendly 
units.

  was:
HDFS configuration keys that define time intervals use units inconsistently 
(Hours, seconds, milliseconds).

Not all keys have the unit as part of their name. Related keys may use 
different units e.g. {{dfs.blockreport.intervalMsec}} is configured in msec but 
{{dfs.blockreport.initialDelay}} is configured in seconds. Milliseconds is 
rarely useful as a time unit which makes these values hard to parse when 
reading config files.

We can either
# Allow existing keys using friendly units e.g. 60s, 5m, 1d, 6w etc. This can 
be done compatibly since there will be no conflict with existing valid 
configuration.
# Just deprecate the existing keys and define new ones that accept friendly 
units.


> HDFS configuration should accept friendly time units
> 
>
> Key: HDFS-9821
> URL: https://issues.apache.org/jira/browse/HDFS-9821
> Project: Hadoop HDFS
>  Issue Type: Bug
>  Components: datanode, namenode
>Affects Versions: 2.8.0
>Reporter: Arpit Agarwal
>
> HDFS configuration keys that define time intervals use units inconsistently 
> (Hours, seconds, milliseconds).
> Not all keys have the unit as part of their name. Related keys may use 
> different units e.g. {{dfs.blockreport.intervalMsec}} is configured in msec 
> but {{dfs.blockreport.initialDelay}} is configured in seconds. Milliseconds 
> is rarely useful as a time unit which makes these values hard to parse when 
> reading config files.
> We can either
> # Let existing keys use friendly units e.g. 60s, 5m, 1d, 6w etc. This can be 
> done compatibly since there will be no conflict with existing valid 
> configuration.
> # Just deprecate the existing keys and define new ones that accept friendly 
> units.



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