[ https://issues.apache.org/jira/browse/GOBBLIN-807?focusedWorklogId=267754&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-267754 ]
ASF GitHub Bot logged work on GOBBLIN-807: ------------------------------------------ Author: ASF GitHub Bot Created on: 26/Jun/19 16:09 Start Date: 26/Jun/19 16:09 Worklog Time Spent: 10m Work Description: zxcware commented on pull request #2678: [GOBBLIN-807] TimingEvent is now closeable, extends GobblinEventBuilder URL: https://github.com/apache/incubator-gobblin/pull/2678#discussion_r297749279 ########## File path: gobblin-metrics-libs/gobblin-metrics-base/src/main/java/org/apache/gobblin/metrics/event/EventSubmitter.java ########## @@ -36,9 +36,7 @@ * Instances of this class are immutable. Calling set* methods returns a copy of the calling instance. * </p> * - * @deprecated Use {@link GobblinEventBuilder} */ -@Deprecated public class EventSubmitter { Review comment: Deprecate `Builder` and provide new constructor `EventSubmitter(MetricContext context)` ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org Issue Time Tracking ------------------- Worklog Id: (was: 267754) > TimingEvent to extend GobblinEventBuilder > ------------------------------------------ > > Key: GOBBLIN-807 > URL: https://issues.apache.org/jira/browse/GOBBLIN-807 > Project: Apache Gobblin > Issue Type: Improvement > Reporter: Vikram Bohra > Priority: Minor > Time Spent: 1h > Remaining Estimate: 0h > > GobblinEventBuilder and its subclasses should be used to build > GobblinTrackingEvents and EventSubmitter should solely be responsible for > submitting events. Depreacate older roles and methods > appropriately.TimingEvent should extend the GobblinEventBuilder while > maintaining older methods for backward compatability. -- This message was sent by Atlassian JIRA (v7.6.3#76005)