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

Artur Khanin updated BEAM-13077:
--------------------------------
    Labels: beam-playground-backend beam-playground-sprint-2  (was: 
beam-playground-sprint-2)

> [Playground] LifeCycle.CreateFolders() after several uses returns error
> -----------------------------------------------------------------------
>
>                 Key: BEAM-13077
>                 URL: https://issues.apache.org/jira/browse/BEAM-13077
>             Project: Beam
>          Issue Type: Bug
>          Components: beam-playground
>            Reporter: Aydar Zaynutdinov
>            Assignee: Aydar Zaynutdinov
>            Priority: P3
>              Labels: beam-playground-backend, beam-playground-sprint-2
>          Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> cod to receive this issue:
> {code:java}
> lc, _ := fs_tool.NewLifeCycle(pb.Sdk_SDK_JAVA, uuid.New())
> // 1
> err := lc.CreateFolders()
> if err != nil {
>     panic(err)
> }
> // 2
> err := lc.CreateFolders()
> if err != nil {
>     panic(err)
> }
>  
> // 3
> err := lc.CreateFolders()
> if err != nil {
>     panic(err)
> }
> // 4 (panic occurs)
> err := lc.CreateFolders()
> if err != nil {
>     panic(err)
> }
> {code}
>  
> Expected result:
> we should use _lc.CreateFolders()_ without any errors is associated with the 
> count of using this method.



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

Reply via email to