tag:github.com,2008:https://github.com/joecabezas/cadence/releasesTags from cadence2019-05-08T20:44:50Ztag:github.com,2008:Repository/187698617/v0.5.72019-05-08T20:44:50Zv0.5.7<p>Treat WorkflowExecutionAlreadyStartedError as non-transient error (<a class="issue-link js-issue-link" href="https://github.com/uber/cadence/pull/1812">ub…</a></p>
<p><a class="issue-link js-issue-link" href="https://github.com/uber/cadence/pull/1812">…er#1812</a>)</p>
<p>Setting the WorkflowIDReusePolicy to
<br />'WorkflowIDReusePolicyAllowDuplicateFailedOnly' or
<br />'WorkflowIDReusePolicyRejectDuplicate' results in
<br />'WorkflowExecutionAlreadyStartedError' on StartWorkflowExecution or
<br />SignalWithStartWorkflowExecution. Since this error is treated as
<br />retryable error it results in frontend to keep on retrying the call
<br />until timeout.</p>samarabbastag:github.com,2008:Repository/187698617/v0.5.52019-03-12T17:36:07Zv0.5.5tag:github.com,2008:Repository/187698617/v0.5.42019-03-08T18:44:08Zv0.5.4tag:github.com,2008:Repository/187698617/v0.5.32019-02-23T01:13:25Zv0.5.3vancexutag:github.com,2008:Repository/187698617/v0.5.22019-02-12T19:46:19Zv0.5.2wxing1292tag:github.com,2008:Repository/187698617/v0.5.12019-01-18T19:34:11Zv0.5.1longquanzhengtag:github.com,2008:Repository/187698617/v0.5.02019-01-07T22:39:28Zv0.5.0<p>Bugfix: decision task processing in transfer active task processor (<a class="issue-link js-issue-link" href="https://github.com/uber/cadence/pull/1369">u…</a></p>
<p><a class="issue-link js-issue-link" href="https://github.com/uber/cadence/pull/1369">…ber#1369</a>)</p>
<p>* Bugfix: transfer active task processor, when encounter a non sticky decision task and mutable state builder has sticky decision set, should not change the decision task to sticky decision</p>
<p>* Add metrics for history re-replication</p>wxing1292tag:github.com,2008:Repository/187698617/v0.4.02018-10-19T17:45:39Zv0.4.0venkat1109tag:github.com,2008:Repository/187698617/v0.3.152018-07-26T18:28:17Zv0.3.15wxing1292tag:github.com,2008:Repository/187698617/v0.3.142018-07-24T01:16:04Zv0.3.14: Handle deletion of task during failover (#976)<p>Handle deletion of task during failover (<a class="issue-link js-issue-link" href="https://github.com/uber/cadence/pull/976">uber#976</a>)</p>
<p>* Adding failover info persistence struct
<br />* Adding awareness of failover info during transfer / timer task cleanup</p>
<p>Note: missing persistence to database, the persistence to database of
<br />failover cursor should be done along with balk failover for performance.</p>wxing1292