[jira] [Updated] (FLINK-23564) Make taskmanager.out and taskmanager.err rollable

2024-07-10 Thread Weijie Guo (Jira)


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

Weijie Guo updated FLINK-23564:
---
Fix Version/s: 2.0.0
   (was: 1.20.0)

> Make taskmanager.out and taskmanager.err rollable
> -
>
> Key: FLINK-23564
> URL: https://issues.apache.org/jira/browse/FLINK-23564
> Project: Flink
>  Issue Type: Improvement
>Affects Versions: 1.13.1
>Reporter: zlzhang0122
>Priority: Major
> Fix For: 2.0.0
>
>
> Now users can use 
> System.out.print/System.out.println/System.err.print/System.err.println/e.printStackTrace
>  to taskmanager.out and taskmanager.err as much as they want and this may use 
> large space of disk cause the disk problem and influence the checkpoint of 
> the flink and even the stability of the flink or other application on the 
> same node. I proposed that we can make the taskmanager.out and 
> taskmanager.err rollable just like taskmanager.log.By doing this, the disk 
> consume of the taskmanager.out and taskmanager.err can be control.



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


[jira] [Updated] (FLINK-23564) Make taskmanager.out and taskmanager.err rollable

2024-03-11 Thread lincoln lee (Jira)


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

lincoln lee updated FLINK-23564:

Fix Version/s: (was: 1.19.0)

> Make taskmanager.out and taskmanager.err rollable
> -
>
> Key: FLINK-23564
> URL: https://issues.apache.org/jira/browse/FLINK-23564
> Project: Flink
>  Issue Type: Improvement
>Affects Versions: 1.13.1
>Reporter: zlzhang0122
>Priority: Major
> Fix For: 1.20.0
>
>
> Now users can use 
> System.out.print/System.out.println/System.err.print/System.err.println/e.printStackTrace
>  to taskmanager.out and taskmanager.err as much as they want and this may use 
> large space of disk cause the disk problem and influence the checkpoint of 
> the flink and even the stability of the flink or other application on the 
> same node. I proposed that we can make the taskmanager.out and 
> taskmanager.err rollable just like taskmanager.log.By doing this, the disk 
> consume of the taskmanager.out and taskmanager.err can be control.



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


[jira] [Updated] (FLINK-23564) Make taskmanager.out and taskmanager.err rollable

2024-03-11 Thread lincoln lee (Jira)


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

lincoln lee updated FLINK-23564:

Fix Version/s: 1.20.0

> Make taskmanager.out and taskmanager.err rollable
> -
>
> Key: FLINK-23564
> URL: https://issues.apache.org/jira/browse/FLINK-23564
> Project: Flink
>  Issue Type: Improvement
>Affects Versions: 1.13.1
>Reporter: zlzhang0122
>Priority: Major
> Fix For: 1.19.0, 1.20.0
>
>
> Now users can use 
> System.out.print/System.out.println/System.err.print/System.err.println/e.printStackTrace
>  to taskmanager.out and taskmanager.err as much as they want and this may use 
> large space of disk cause the disk problem and influence the checkpoint of 
> the flink and even the stability of the flink or other application on the 
> same node. I proposed that we can make the taskmanager.out and 
> taskmanager.err rollable just like taskmanager.log.By doing this, the disk 
> consume of the taskmanager.out and taskmanager.err can be control.



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


[jira] [Updated] (FLINK-23564) Make taskmanager.out and taskmanager.err rollable

2023-10-13 Thread Jing Ge (Jira)


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

Jing Ge updated FLINK-23564:

Fix Version/s: 1.19.0
   (was: 1.18.0)

> Make taskmanager.out and taskmanager.err rollable
> -
>
> Key: FLINK-23564
> URL: https://issues.apache.org/jira/browse/FLINK-23564
> Project: Flink
>  Issue Type: Improvement
>Affects Versions: 1.13.1
>Reporter: zlzhang0122
>Priority: Major
> Fix For: 1.19.0
>
>
> Now users can use 
> System.out.print/System.out.println/System.err.print/System.err.println/e.printStackTrace
>  to taskmanager.out and taskmanager.err as much as they want and this may use 
> large space of disk cause the disk problem and influence the checkpoint of 
> the flink and even the stability of the flink or other application on the 
> same node. I proposed that we can make the taskmanager.out and 
> taskmanager.err rollable just like taskmanager.log.By doing this, the disk 
> consume of the taskmanager.out and taskmanager.err can be control.



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


[jira] [Updated] (FLINK-23564) Make taskmanager.out and taskmanager.err rollable

2023-03-23 Thread Xintong Song (Jira)


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

Xintong Song updated FLINK-23564:
-
Fix Version/s: 1.18.0
   (was: 1.17.0)

> Make taskmanager.out and taskmanager.err rollable
> -
>
> Key: FLINK-23564
> URL: https://issues.apache.org/jira/browse/FLINK-23564
> Project: Flink
>  Issue Type: Improvement
>Affects Versions: 1.13.1
>Reporter: zlzhang0122
>Priority: Major
> Fix For: 1.18.0
>
>
> Now users can use 
> System.out.print/System.out.println/System.err.print/System.err.println/e.printStackTrace
>  to taskmanager.out and taskmanager.err as much as they want and this may use 
> large space of disk cause the disk problem and influence the checkpoint of 
> the flink and even the stability of the flink or other application on the 
> same node. I proposed that we can make the taskmanager.out and 
> taskmanager.err rollable just like taskmanager.log.By doing this, the disk 
> consume of the taskmanager.out and taskmanager.err can be control.



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


[jira] [Updated] (FLINK-23564) Make taskmanager.out and taskmanager.err rollable

2022-08-22 Thread Xingbo Huang (Jira)


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

Xingbo Huang updated FLINK-23564:
-
Fix Version/s: 1.17.0
   (was: 1.16.0)

> Make taskmanager.out and taskmanager.err rollable
> -
>
> Key: FLINK-23564
> URL: https://issues.apache.org/jira/browse/FLINK-23564
> Project: Flink
>  Issue Type: Improvement
>Affects Versions: 1.13.1
>Reporter: zlzhang0122
>Priority: Major
> Fix For: 1.17.0
>
>
> Now users can use 
> System.out.print/System.out.println/System.err.print/System.err.println/e.printStackTrace
>  to taskmanager.out and taskmanager.err as much as they want and this may use 
> large space of disk cause the disk problem and influence the checkpoint of 
> the flink and even the stability of the flink or other application on the 
> same node. I proposed that we can make the taskmanager.out and 
> taskmanager.err rollable just like taskmanager.log.By doing this, the disk 
> consume of the taskmanager.out and taskmanager.err can be control.



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


[jira] [Updated] (FLINK-23564) Make taskmanager.out and taskmanager.err rollable

2022-04-13 Thread Yun Gao (Jira)


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

Yun Gao updated FLINK-23564:

Fix Version/s: 1.16.0

> Make taskmanager.out and taskmanager.err rollable
> -
>
> Key: FLINK-23564
> URL: https://issues.apache.org/jira/browse/FLINK-23564
> Project: Flink
>  Issue Type: Improvement
>Affects Versions: 1.13.1
>Reporter: zlzhang0122
>Priority: Major
> Fix For: 1.15.0, 1.16.0
>
>
> Now users can use 
> System.out.print/System.out.println/System.err.print/System.err.println/e.printStackTrace
>  to taskmanager.out and taskmanager.err as much as they want and this may use 
> large space of disk cause the disk problem and influence the checkpoint of 
> the flink and even the stability of the flink or other application on the 
> same node. I proposed that we can make the taskmanager.out and 
> taskmanager.err rollable just like taskmanager.log.By doing this, the disk 
> consume of the taskmanager.out and taskmanager.err can be control.



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


[jira] [Updated] (FLINK-23564) Make taskmanager.out and taskmanager.err rollable

2021-09-28 Thread Xintong Song (Jira)


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

Xintong Song updated FLINK-23564:
-
Fix Version/s: (was: 1.14.0)
   1.15.0

> Make taskmanager.out and taskmanager.err rollable
> -
>
> Key: FLINK-23564
> URL: https://issues.apache.org/jira/browse/FLINK-23564
> Project: Flink
>  Issue Type: Improvement
>Affects Versions: 1.13.1
>Reporter: zlzhang0122
>Priority: Major
> Fix For: 1.15.0
>
>
> Now users can use 
> System.out.print/System.out.println/System.err.print/System.err.println/e.printStackTrace
>  to taskmanager.out and taskmanager.err as much as they want and this may use 
> large space of disk cause the disk problem and influence the checkpoint of 
> the flink and even the stability of the flink or other application on the 
> same node. I proposed that we can make the taskmanager.out and 
> taskmanager.err rollable just like taskmanager.log.By doing this, the disk 
> consume of the taskmanager.out and taskmanager.err can be control.



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


[jira] [Updated] (FLINK-23564) Make taskmanager.out and taskmanager.err rollable

2021-08-02 Thread zlzhang0122 (Jira)


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

zlzhang0122 updated FLINK-23564:

Description: Now users can use 
System.out.print/System.out.println/System.err.print/System.err.println/e.printStackTrace
 to taskmanager.out and taskmanager.err as much as they want and this may use 
large space of disk cause the disk problem and influence the checkpoint of the 
flink and even the stability of the flink or other application on the same 
node. I proposed that we can make the taskmanager.out and taskmanager.err 
rollable just like taskmanager.log.By doing this, the disk consume of the 
taskmanager.out and taskmanager.err can be control.  (was: Now users can use 
System.out.print/System.out.println/System.err.print/System.err.println/e.printStackTraceto
 taskmanager.out and taskmanager.err as much as they want and this may use 
large space of disk cause the disk problem and influence the checkpoint of the 
flink and even the stability of the flink or other application on the same 
node. I proposed that we can make the taskmanager.out and taskmanager.err 
rollable just like taskmanager.log.By doing this, the disk consume of the 
taskmanager.out and taskmanager.err can be control.)

> Make taskmanager.out and taskmanager.err rollable
> -
>
> Key: FLINK-23564
> URL: https://issues.apache.org/jira/browse/FLINK-23564
> Project: Flink
>  Issue Type: Improvement
>Affects Versions: 1.13.1
>Reporter: zlzhang0122
>Priority: Major
> Fix For: 1.14.0
>
>
> Now users can use 
> System.out.print/System.out.println/System.err.print/System.err.println/e.printStackTrace
>  to taskmanager.out and taskmanager.err as much as they want and this may use 
> large space of disk cause the disk problem and influence the checkpoint of 
> the flink and even the stability of the flink or other application on the 
> same node. I proposed that we can make the taskmanager.out and 
> taskmanager.err rollable just like taskmanager.log.By doing this, the disk 
> consume of the taskmanager.out and taskmanager.err can be control.



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