[ 
https://issues.apache.org/jira/browse/BEAM-4176?focusedWorklogId=145690&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-145690
 ]

ASF GitHub Bot logged work on BEAM-4176:
----------------------------------------

                Author: ASF GitHub Bot
            Created on: 19/Sep/18 15:03
            Start Date: 19/Sep/18 15:03
    Worklog Time Spent: 10m 
      Work Description: ryan-williams commented on issue #6225: [BEAM-4176] 
move some artifact-staging logs from info to debug
URL: https://github.com/apache/beam/pull/6225#issuecomment-422838244
 
 
   several tests failed that I don't think are related to my changes here:
   
   `:beam-sdks-java-io-hadoop-input-format:test`:
   ```
   19:51:52     localhost/127.0.0.1:7000 is in use by another process.  Change 
listen_address:storage_port in cassandra.yaml to values that do not conflict 
with other services
   19:51:52     Fatal configuration error; unable to start server.  See log for 
stacktrace.
   19:51:52     Sep 18, 2018 11:51:51 PM 
org.apache.cassandra.service.CassandraDaemon exitOrFail
   19:51:52     SEVERE: Fatal configuration error
   19:51:52     org.apache.cassandra.exceptions.ConfigurationException: 
localhost/127.0.0.1:7000 is in use by another process.  Change 
listen_address:storage_port in cassandra.yaml to values that do not conflict 
with other services
   19:51:52             at 
org.apache.cassandra.net.MessagingService.getServerSockets(MessagingService.java:557)
   19:51:52             at 
org.apache.cassandra.net.MessagingService.listen(MessagingService.java:501)
   19:51:52             at 
org.apache.cassandra.net.MessagingService.listen(MessagingService.java:485)
   19:51:52             at 
org.apache.cassandra.service.StorageService.prepareToJoin(StorageService.java:745)
   ```
   
   `:beam-sdks-java-io-elasticsearch-tests-2:test`:
   ```
   19:45:44 org.apache.beam.sdk.io.elasticsearch.ElasticsearchIOTest > 
testWriteWithIndexFn FAILED
   19:45:44     java.lang.AssertionError: Einstein index holds incorrect count 
expected:<10> but was:<20>
   19:45:44         at org.junit.Assert.fail(Assert.java:88)
   19:45:44         at org.junit.Assert.failNotEquals(Assert.java:834)
   19:45:44         at org.junit.Assert.assertEquals(Assert.java:645)
   19:45:44         at 
org.apache.beam.sdk.io.elasticsearch.ElasticsearchIOTestCommon.testWriteWithIndexFn(ElasticsearchIOTestCommon.java:439)
   19:45:44         at 
org.apache.beam.sdk.io.elasticsearch.ElasticsearchIOTest.testWriteWithIndexFn(ElasticsearchIOTest.java:175)
   ```
   
   `:beam-sdks-java-io-amazon-web-services:test`:
   ```
   19:43:59 org.apache.beam.sdk.io.aws.sqs.SqsIOTest > testRead FAILED
   19:43:59     akka.stream.impl.io.ConnectionSourceStage$$anon$2$$anon$1: Bind 
failed because of Address already in use
   19:43:59 
   19:43:59         Caused by:
   19:43:59         java.net.BindException: Address already in use
   19:44:07 
   19:44:07 org.apache.beam.sdk.io.aws.sns.SnsIOTest > testRetries 
STANDARD_ERROR
   19:44:07     Sep 18, 2018 11:44:07 PM 
org.apache.beam.sdk.io.aws.sns.SnsIO$Write$SnsWriterFn processElement
   19:44:07     WARNING: Error writing to SNS. Retry attempt[1]
   19:44:07     com.amazonaws.services.sns.model.InternalErrorException: 
Service unavailable (Service: null; Status Code: 0; Error Code: null; Request 
ID: null)
   19:44:07             at 
org.apache.beam.sdk.io.aws.sns.AmazonSNSMockErrors.publish(AmazonSNSMockErrors.java:29)
   19:44:07             at 
org.apache.beam.sdk.io.aws.sns.SnsIO$Write$SnsWriterFn.processElement(SnsIO.java:314)
   ```
   
   perhaps the hadoop and AWS modules were conflicting about binding the same 
port?
   
   I'm not sure what happened to the elasticsearch test

----------------------------------------------------------------
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: 145690)
    Time Spent: 22.5h  (was: 22h 20m)

> Java: Portable batch runner passes all ValidatesRunner tests that 
> non-portable runner passes
> --------------------------------------------------------------------------------------------
>
>                 Key: BEAM-4176
>                 URL: https://issues.apache.org/jira/browse/BEAM-4176
>             Project: Beam
>          Issue Type: Bug
>          Components: runner-flink
>            Reporter: Ben Sidhom
>            Priority: Major
>         Attachments: Screen Shot 2018-08-14 at 4.18.31 PM.png, Screen Shot 
> 2018-09-03 at 11.07.38 AM.png
>
>          Time Spent: 22.5h
>  Remaining Estimate: 0h
>
> We need this as a sanity check that runner execution is correct.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to