[ 
https://issues.apache.org/jira/browse/BEAM-13632?focusedWorklogId=708325&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-708325
 ]

ASF GitHub Bot logged work on BEAM-13632:
-----------------------------------------

                Author: ASF GitHub Bot
            Created on: 13/Jan/22 14:02
            Start Date: 13/Jan/22 14:02
    Worklog Time Spent: 10m 
      Work Description: KhaninArtur commented on a change in pull request 
#16493:
URL: https://github.com/apache/beam/pull/16493#discussion_r783984978



##########
File path: playground/backend/cmd/server/server.go
##########
@@ -109,6 +119,18 @@ func setupCache(ctx context.Context, appEnv 
environment.ApplicationEnvs) (cache.
        }
 }
 
+// setupExamplesCatalog saves precompiled objects catalog from storage to cache
+func setupExamplesCatalog(ctx context.Context, cacheService cache.Cache) error 
{
+       sdkCategories, err := 
utils.GetPrecompiledObjectsCatalogFromStorage(ctx, pb.Sdk_SDK_UNSPECIFIED, "")
+       if err != nil {
+               return err

Review comment:
       There is no need because there will be a panic in the server and we will 
see the error in logs.




-- 
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: github-unsubscr...@beam.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Issue Time Tracking
-------------------

    Worklog Id:     (was: 708325)
    Time Spent: 40m  (was: 0.5h)

> Save catalog data to the cache
> ------------------------------
>
>                 Key: BEAM-13632
>                 URL: https://issues.apache.org/jira/browse/BEAM-13632
>             Project: Beam
>          Issue Type: Sub-task
>          Components: beam-playground
>            Reporter: Artur Khanin
>            Assignee: Artur Khanin
>            Priority: P2
>              Labels: beam-playground-backend
>          Time Spent: 40m
>  Remaining Estimate: 0h
>




--
This message was sent by Atlassian Jira
(v8.20.1#820001)

Reply via email to