This is an automated email from the ASF dual-hosted git repository.
wlo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/gobblin.git
The following commit(s) were added to refs/heads/master by this push:
new 5a52b2e1f [HOTFIX] Fix checkstyleMain (#3600)
5a52b2e1f is described below
commit 5a52b2e1fe90f2b5306debd843412568066be029
Author: Zihan Li <[email protected]>
AuthorDate: Mon Nov 14 12:58:28 2022 -0800
[HOTFIX] Fix checkstyleMain (#3600)
* address comments
* use connectionmanager when httpclient is not cloesable
* fix checkstyle main
Co-authored-by: Zihan Li <[email protected]>
---
.../apache/gobblin/service/monitoring/DagActionStoreChangeMonitor.java | 1 -
1 file changed, 1 deletion(-)
diff --git
a/gobblin-service/src/main/java/org/apache/gobblin/service/monitoring/DagActionStoreChangeMonitor.java
b/gobblin-service/src/main/java/org/apache/gobblin/service/monitoring/DagActionStoreChangeMonitor.java
index 1e9bdaffe..d40e367ce 100644
---
a/gobblin-service/src/main/java/org/apache/gobblin/service/monitoring/DagActionStoreChangeMonitor.java
+++
b/gobblin-service/src/main/java/org/apache/gobblin/service/monitoring/DagActionStoreChangeMonitor.java
@@ -33,7 +33,6 @@ import lombok.extern.slf4j.Slf4j;
import org.apache.gobblin.kafka.client.DecodeableKafkaRecord;
import org.apache.gobblin.metrics.ContextAwareMeter;
-import org.apache.gobblin.metrics.event.EventSubmitter;
import org.apache.gobblin.runtime.api.DagActionStore;
import org.apache.gobblin.runtime.api.SpecNotFoundException;
import org.apache.gobblin.runtime.kafka.HighLevelConsumer;