You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@beam.apache.org by "Aydar Zaynutdinov (Jira)" <ji...@apache.org> on 2021/11/01 12:54:00 UTC

[jira] [Updated] (BEAM-13145) [Playground] Validation error

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

Aydar Zaynutdinov updated BEAM-13145:
-------------------------------------
    Description: 
Now if validation failed backend set Status_STATUS_ERROR to cache. Need to use a new status:
 * Add a new status Status_STATUS_VALIDATING.
 * Set status Status_STATUS_VALIDATING to cache before validation step.
 * Add a new status Status_STATUS_VALIDATION_ERROR.
 * Set status Status_STATUS_VALIDATION_ERROR to cache in case of validation failed.
 * Use processSuccess() method to process case of validation finishes successfully.
 * Use processError() method to process case of validation failed.

  was:
Now if validation failed backend set Status_STATUS_ERROR to cache. Need to use a new status:
 * Add a new status Status_STATUS_VALIDATION_ERROR.
 * Set Status_STATUS_VALIDATION_ERROR status to cache in case of validation failed.
 * Use processError() method to process case of validation failed 


> [Playground] Validation error
> -----------------------------
>
>                 Key: BEAM-13145
>                 URL: https://issues.apache.org/jira/browse/BEAM-13145
>             Project: Beam
>          Issue Type: Task
>          Components: beam-playground
>            Reporter: Aydar Zaynutdinov
>            Assignee: Aydar Zaynutdinov
>            Priority: P3
>              Labels: beam-playground-backend
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> Now if validation failed backend set Status_STATUS_ERROR to cache. Need to use a new status:
>  * Add a new status Status_STATUS_VALIDATING.
>  * Set status Status_STATUS_VALIDATING to cache before validation step.
>  * Add a new status Status_STATUS_VALIDATION_ERROR.
>  * Set status Status_STATUS_VALIDATION_ERROR to cache in case of validation failed.
>  * Use processSuccess() method to process case of validation finishes successfully.
>  * Use processError() method to process case of validation failed.



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