[
https://issues.apache.org/jira/browse/BEAM-4028?focusedWorklogId=94149&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-94149
]
ASF GitHub Bot logged work on BEAM-4028:
----------------------------------------
Author: ASF GitHub Bot
Created on: 23/Apr/18 16:40
Start Date: 23/Apr/18 16:40
Worklog Time Spent: 10m
Work Description: pabloem commented on issue #5135: [BEAM-4028]
Transitioning MapTask objects to NameContext
URL: https://github.com/apache/beam/pull/5135#issuecomment-383641550
I understand. The goal of NameContext is to isolate naming concerns as much
as possible, so that any runner (dataflow / portability) needs only to provide
an instance of NameContext. Once this is pulled in to Dataflow, I expect
DataflowNameContext won't be needed in the shared beam code (only in the worker
code that translates from map task)
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 94149)
Time Spent: 4h (was: 3h 50m)
> Step / Operation naming should rely on a NameContext class
> ----------------------------------------------------------
>
> Key: BEAM-4028
> URL: https://issues.apache.org/jira/browse/BEAM-4028
> Project: Beam
> Issue Type: Bug
> Components: sdk-py-core
> Reporter: Pablo Estrada
> Assignee: Pablo Estrada
> Priority: Major
> Time Spent: 4h
> Remaining Estimate: 0h
>
> Steps can have different names depending on the runner (stage, step, user,
> system name...).
> Depending on the needs of different components (operations, logging, metrics,
> statesampling) these step names are passed around without a specific order.
> Instead, SDK should rely on `NameContext` objects that carry all the naming
> information for a single step.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)