[
https://issues.apache.org/jira/browse/BEAM-13077?focusedWorklogId=666816&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-666816
]
ASF GitHub Bot logged work on BEAM-13077:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 19/Oct/21 09:25
Start Date: 19/Oct/21 09:25
Worklog Time Spent: 10m
Work Description: AydarZaynutdinov commented on pull request #15750:
URL: https://github.com/apache/beam/pull/15750#issuecomment-946528188
R: @pabloem
R: @damondouglas
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 666816)
Time Spent: 20m (was: 10m)
> [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
> Time Spent: 20m
> 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)