[
https://issues.apache.org/jira/browse/GOBBLIN-1259?focusedWorklogId=484072&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-484072
]
ASF GitHub Bot logged work on GOBBLIN-1259:
-------------------------------------------
Author: ASF GitHub Bot
Created on: 14/Sep/20 15:46
Start Date: 14/Sep/20 15:46
Worklog Time Spent: 10m
Work Description: sv2000 commented on a change in pull request #3102:
URL: https://github.com/apache/incubator-gobblin/pull/3102#discussion_r488037540
##########
File path:
gobblin-modules/gobblin-kafka-common/src/test/java/org/apache/gobblin/metrics/kafka/LoggingPusherTest.java
##########
@@ -40,6 +41,7 @@ public void testKafkaReporter() {
TestAppender testAppender = new TestAppender();
Logger logger = LogManager.getLogger(LoggingPusher.class.getName());
+ logger.setLevel(Level.INFO);
Review comment:
Yes. It looks like the default Log level for tests is WARN, and this may
be dependent on the specific logger implementation. But I observed flakiness
running this test locally, due to the log level sometimes being set to WARN by
default.
----------------------------------------------------------------
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:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 484072)
Time Spent: 1h 20m (was: 1h 10m)
> Implement a Kafka streaming extractor
> -------------------------------------
>
> Key: GOBBLIN-1259
> URL: https://issues.apache.org/jira/browse/GOBBLIN-1259
> Project: Apache Gobblin
> Issue Type: Improvement
> Components: gobblin-kafka
> Affects Versions: 0.16.0
> Reporter: Sudarshan Vasudevan
> Assignee: Shirshanka Das
> Priority: Major
> Fix For: 0.16.0
>
> Time Spent: 1h 20m
> Remaining Estimate: 0h
>
> This PR provides an implementation of Kafka Extractor that uses Gobblin's
> streaming mode.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)