[ 
https://issues.apache.org/jira/browse/ATLAS-4246?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17437081#comment-17437081
 ] 

Sidharth Kumar Mishra commented on ATLAS-4246:
----------------------------------------------

[~aileeen] From the recent two runs 
[https://ci-builds.apache.org/job/Atlas/job/PreCommit-ATLAS-Build-Test/947/] 
and 
[https://ci-builds.apache.org/job/Atlas/job/PreCommit-ATLAS-Build-Test/946/] it 
looks like some of the Kafka bridge test cases are failing consistently and it 
could be because of your change. 

Could you please look at it in detail? Some of the details of test failures:
[ERROR] org.apache.atlas.kafka.bridge.KafkaBridgeTest.testCreateTopic  Time 
elapsed: 0.13 s  <<< FAILURE!
org.apache.http.conn.HttpHostConnectException: Connect to localhost:80 
[localhost/127.0.0.1] failed: Connection refused (Connection refused)
        at 
org.apache.atlas.kafka.bridge.KafkaBridgeTest.testCreateTopic(KafkaBridgeTest.java:146)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
        at 
org.apache.atlas.kafka.bridge.KafkaBridgeTest.testCreateTopic(KafkaBridgeTest.java:146)

[ERROR] org.apache.atlas.kafka.bridge.KafkaBridgeTest.testImportTopic  Time 
elapsed: 0.01 s  <<< FAILURE!
org.apache.http.conn.HttpHostConnectException: Connect to localhost:80 
[localhost/127.0.0.1] failed: Connection refused (Connection refused)
        at 
org.apache.atlas.kafka.bridge.KafkaBridgeTest.testImportTopic(KafkaBridgeTest.java:117)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
        at 
org.apache.atlas.kafka.bridge.KafkaBridgeTest.testImportTopic(KafkaBridgeTest.java:117)

[ERROR] org.apache.atlas.kafka.bridge.KafkaBridgeTest.testUpdateTopic  Time 
elapsed: 0.009 s  <<< FAILURE!
org.apache.http.conn.HttpHostConnectException: Connect to localhost:80 
[localhost/127.0.0.1] failed: Connection refused (Connection refused)
        at 
org.apache.atlas.kafka.bridge.KafkaBridgeTest.testUpdateTopic(KafkaBridgeTest.java:226)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
        at 
org.apache.atlas.kafka.bridge.KafkaBridgeTest.testUpdateTopic(KafkaBridgeTest.java:226)


cc: [~amestry], [~sarath]

> Make Kafka Interface aware of Kafka Schema Registry
> ---------------------------------------------------
>
>                 Key: ATLAS-4246
>                 URL: https://issues.apache.org/jira/browse/ATLAS-4246
>             Project: Atlas
>          Issue Type: Improvement
>          Components: kafka-integration
>    Affects Versions: 2.1.0, 3.0.0
>            Reporter: Aileen Toleikis
>            Assignee: Viktor Somogyi-Vass
>            Priority: Major
>              Labels: Kafka
>             Fix For: 3.0.0, 2.3.0
>
>
> Kafka Community is using Schema Registry more and more heavily but as Atlas 
> is currently unaware of this, this extension helps Atlas make use of the 
> Schemas.
>  
> We have tested this extension and we have production environments where Atlas 
> will not be allowed without schema registry access. We have received feedback 
> that this extension would be sufficient to allow production use.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to