[jira] [Updated] (SPARK-26389) temp checkpoint folder at executor should be deleted on graceful shutdown

2019-01-24 Thread Gabor Somogyi (JIRA)


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

Gabor Somogyi updated SPARK-26389:
--
Priority: Minor  (was: Major)

> temp checkpoint folder at executor should be deleted on graceful shutdown
> -
>
> Key: SPARK-26389
> URL: https://issues.apache.org/jira/browse/SPARK-26389
> Project: Spark
>  Issue Type: Bug
>  Components: Structured Streaming
>Affects Versions: 2.4.0
>Reporter: Fengyu Cao
>Priority: Minor
>
> {{spark-submit --master mesos:// -conf 
> spark.streaming.stopGracefullyOnShutdown=true  framework>}}
> CTRL-C, framework shutdown
> {{18/12/18 10:27:36 ERROR MicroBatchExecution: Query [id = 
> f512e17a-df88-4414-a5cd-a23550cf1e7f, runId = 
> 24d99723-8d61-48c0-beab-af432f7a19d3] terminated with error 
> org.apache.spark.SparkException: Writing job aborted.}}
> {{/tmp/temporary- on executor not deleted due to 
> org.apache.spark.SparkException: Writing job aborted., and this temp 
> checkpoint can't used to recovery.}}
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Updated] (SPARK-26389) temp checkpoint folder at executor should be deleted on graceful shutdown

2018-12-17 Thread Fengyu Cao (JIRA)


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

Fengyu Cao updated SPARK-26389:
---
Description: 
{{spark-submit --master mesos:// -conf 
spark.streaming.stopGracefullyOnShutdown=true }}

CTRL-C, framework shutdown

{{18/12/18 10:27:36 ERROR MicroBatchExecution: Query [id = 
f512e17a-df88-4414-a5cd-a23550cf1e7f, runId = 
24d99723-8d61-48c0-beab-af432f7a19d3] terminated with error 
org.apache.spark.SparkException: Writing job aborted.}}

{{/tmp/temporary- on executor not deleted due to 
org.apache.spark.SparkException: Writing job aborted., and this temp checkpoint 
can't used to recovery.}}

 

  was:
{{spark-submit --master mesos:// -conf 
spark.streaming.stopGracefullyOnShutdown=true }}

CTRL-C, framework shutdown

{{18/12/18 10:27:36 ERROR MicroBatchExecution: Query [id = 
f512e17a-df88-4414-a5cd-a23550cf1e7f, runId = 
24d99723-8d61-48c0-beab-af432f7a19d3] terminated with error}}
{{ org.apache.spark.SparkException: Writing job aborted.}}

{{/tmp/temporary- on executor not deleted due to 
org.apache.spark.SparkException: Writing job aborted., and this temp checkpoint 
can't used to recovery.}}

 


> temp checkpoint folder at executor should be deleted on graceful shutdown
> -
>
> Key: SPARK-26389
> URL: https://issues.apache.org/jira/browse/SPARK-26389
> Project: Spark
>  Issue Type: Bug
>  Components: Structured Streaming
>Affects Versions: 2.4.0
>Reporter: Fengyu Cao
>Priority: Major
>
> {{spark-submit --master mesos:// -conf 
> spark.streaming.stopGracefullyOnShutdown=true  framework>}}
> CTRL-C, framework shutdown
> {{18/12/18 10:27:36 ERROR MicroBatchExecution: Query [id = 
> f512e17a-df88-4414-a5cd-a23550cf1e7f, runId = 
> 24d99723-8d61-48c0-beab-af432f7a19d3] terminated with error 
> org.apache.spark.SparkException: Writing job aborted.}}
> {{/tmp/temporary- on executor not deleted due to 
> org.apache.spark.SparkException: Writing job aborted., and this temp 
> checkpoint can't used to recovery.}}
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Updated] (SPARK-26389) temp checkpoint folder at executor should be deleted on graceful shutdown

2018-12-17 Thread Fengyu Cao (JIRA)


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

Fengyu Cao updated SPARK-26389:
---
Description: 
`spark-submit --master mesos://- -conf 
spark.streaming.stopGracefullyOnShutdown=true `

CTRL-C, framework shutdown

18/12/18 10:27:36 ERROR MicroBatchExecution: Query [id = 
f512e17a-df88-4414-a5cd-a23550cf1e7f, runId = 
24d99723-8d61-48c0-beab-af432f7a19d3] terminated with error
 org.apache.spark.SparkException: Writing job aborted.

/tmp/temporary- on executor not deleted due to 
`org.apache.spark.SparkException: Writing job aborted.`, and this temp 
checkpoint can't used to recovery.

 

  was:
spark-submit --master mesos:// --conf 
spark.streaming.stopGracefullyOnShutdown=true 

CTRL-C, framework shutdown

18/12/18 10:27:36 ERROR MicroBatchExecution: Query [id = 
f512e17a-df88-4414-a5cd-a23550cf1e7f, runId = 
24d99723-8d61-48c0-beab-af432f7a19d3] terminated with error
org.apache.spark.SparkException: Writing job aborted.

/tmp/temporary- on executor not deleted due to 
`org.apache.spark.SparkException: Writing job aborted.`, and this temp 
checkpoint can't used to recovery.

 


> temp checkpoint folder at executor should be deleted on graceful shutdown
> -
>
> Key: SPARK-26389
> URL: https://issues.apache.org/jira/browse/SPARK-26389
> Project: Spark
>  Issue Type: Bug
>  Components: Structured Streaming
>Affects Versions: 2.4.0
>Reporter: Fengyu Cao
>Priority: Major
>
> `spark-submit --master mesos://- -conf 
> spark.streaming.stopGracefullyOnShutdown=true  framework>`
> CTRL-C, framework shutdown
> 18/12/18 10:27:36 ERROR MicroBatchExecution: Query [id = 
> f512e17a-df88-4414-a5cd-a23550cf1e7f, runId = 
> 24d99723-8d61-48c0-beab-af432f7a19d3] terminated with error
>  org.apache.spark.SparkException: Writing job aborted.
> /tmp/temporary- on executor not deleted due to 
> `org.apache.spark.SparkException: Writing job aborted.`, and this temp 
> checkpoint can't used to recovery.
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Updated] (SPARK-26389) temp checkpoint folder at executor should be deleted on graceful shutdown

2018-12-17 Thread Fengyu Cao (JIRA)


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

Fengyu Cao updated SPARK-26389:
---
Description: 
{{spark-submit --master mesos:// -conf 
spark.streaming.stopGracefullyOnShutdown=true }}

CTRL-C, framework shutdown

{{18/12/18 10:27:36 ERROR MicroBatchExecution: Query [id = 
f512e17a-df88-4414-a5cd-a23550cf1e7f, runId = 
24d99723-8d61-48c0-beab-af432f7a19d3] terminated with error}}
{{ org.apache.spark.SparkException: Writing job aborted.}}

{{/tmp/temporary- on executor not deleted due to 
org.apache.spark.SparkException: Writing job aborted., and this temp checkpoint 
can't used to recovery.}}

 

  was:
`spark-submit --master mesos://- -conf 
spark.streaming.stopGracefullyOnShutdown=true `

CTRL-C, framework shutdown

18/12/18 10:27:36 ERROR MicroBatchExecution: Query [id = 
f512e17a-df88-4414-a5cd-a23550cf1e7f, runId = 
24d99723-8d61-48c0-beab-af432f7a19d3] terminated with error
 org.apache.spark.SparkException: Writing job aborted.

/tmp/temporary- on executor not deleted due to 
`org.apache.spark.SparkException: Writing job aborted.`, and this temp 
checkpoint can't used to recovery.

 


> temp checkpoint folder at executor should be deleted on graceful shutdown
> -
>
> Key: SPARK-26389
> URL: https://issues.apache.org/jira/browse/SPARK-26389
> Project: Spark
>  Issue Type: Bug
>  Components: Structured Streaming
>Affects Versions: 2.4.0
>Reporter: Fengyu Cao
>Priority: Major
>
> {{spark-submit --master mesos:// -conf 
> spark.streaming.stopGracefullyOnShutdown=true  framework>}}
> CTRL-C, framework shutdown
> {{18/12/18 10:27:36 ERROR MicroBatchExecution: Query [id = 
> f512e17a-df88-4414-a5cd-a23550cf1e7f, runId = 
> 24d99723-8d61-48c0-beab-af432f7a19d3] terminated with error}}
> {{ org.apache.spark.SparkException: Writing job aborted.}}
> {{/tmp/temporary- on executor not deleted due to 
> org.apache.spark.SparkException: Writing job aborted., and this temp 
> checkpoint can't used to recovery.}}
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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