You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "DoingDone9 (JIRA)" <ji...@apache.org> on 2014/11/11 03:47:33 UTC

[jira] [Updated] (SPARK-4333) Correctly log number of iterations in RuleExecutor

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

DoingDone9 updated SPARK-4333:
------------------------------
    Description: 
RuleExecutor breaks, num of iteration should be $(iteration -1) not $(iteration) .
Log looks like "Fixed point reached for batch $(batch.name) after 3 iterations.", but it did 2 iterations really!

  was:
RuleExecutor breaks, num of iteration should be $(iteration -1) not (iteration) .
Log looks like "Fixed point reached for batch $(batch.name) after 3 iterations.", but it did 2 iterations really!


> Correctly log number of iterations in RuleExecutor
> --------------------------------------------------
>
>                 Key: SPARK-4333
>                 URL: https://issues.apache.org/jira/browse/SPARK-4333
>             Project: Spark
>          Issue Type: Bug
>          Components: SQL
>    Affects Versions: 1.1.0
>            Reporter: DoingDone9
>            Priority: Minor
>
> RuleExecutor breaks, num of iteration should be $(iteration -1) not $(iteration) .
> Log looks like "Fixed point reached for batch $(batch.name) after 3 iterations.", but it did 2 iterations really!



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

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