openzipkin / zipkin-aws

Reporters and collectors for use in Amazon's cloud
Apache License 2.0
69 stars 34 forks source link

Bumps versions to latest #178

Closed codefromthecrypt closed 3 years ago

codefromthecrypt commented 3 years ago

@vchittar this is probably what was breaking you. the versions just drifted

@anuraaga I've not setup locally my aws stuff.. do you mind doing a quick check on the test docker image of some service maybe SQS?

codefromthecrypt commented 3 years ago

some ASM glitch (this looks likely a compile-dep clash.. I've not looked carefully)

[ERROR] Failed to execute goal org.codehaus.mojo:animal-sniffer-maven-plugin:1.19:check (default) on project zipkin-sender-sqs: Execution default of goal org.codehaus.mojo:animal-sniffer-maven-plugin:1.19:check failed: This feature requires ASM7 -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/PluginExecutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <args> -rf :zipkin-sender-sqs
anuraaga commented 3 years ago

Sorry for not getting to look at this, hoping to get some time next week

codefromthecrypt commented 3 years ago

fixed the build break.. just checking docker now

codefromthecrypt commented 3 years ago

might be an issue here..

± |version-bumps ✓| → docker logs zipkin-aws
Elasticsearch domain: zipkin

                  oo
                 oooo
                oooooo
               oooooooo
              oooooooooo
             oooooooooooo
           ooooooo  ooooooo
          oooooo     ooooooo
         oooooo       ooooooo
        oooooo   o  o   oooooo
       oooooo   oo  oo   oooooo
     ooooooo  oooo  oooo  ooooooo
    oooooo   ooooo  ooooo  ooooooo
   oooooo   oooooo  oooooo  ooooooo
  oooooooo      oo  oo      oooooooo
  ooooooooooooo oo  oo ooooooooooooo
      oooooooooooo  oooooooooooo
          oooooooo  oooooooo
              oooo  oooo

     ________ ____  _  _____ _   _
    |__  /_ _|  _ \| |/ /_ _| \ | |
      / / | || |_) | ' / | ||  \| |
     / /_ | ||  __/| . \ | || |\  |
    |____|___|_|   |_|\_\___|_| \_|

:: version 2.21.7 :: commit 7c8e569 ::

2020-08-24 01:44:52.769  INFO 1 --- [oss-http-*:9411] c.l.a.s.Server                           : Serving HTTP at /0.0.0.0:9411 - http://127.0.0.1:9411/
2020-08-24 01:44:54.989  INFO 1 --- [orker-epoll-2-1] c.l.a.i.c.JavaVersionSpecific            : Using the APIs optimized for: Java 9+
2020-08-24 01:44:55.391  INFO 1 --- [orker-epoll-2-2] c.l.a.c.l.LoggingClient                  : [creqId=640d3422, sreqId=5388a076, chanId=6372593e, laddr=172.17.0.2:49764, raddr=es.ap-southeast-1.amazonaws.com/52.119.185.75:443][https://es.ap-southeast-1.amazonaws.com:443/2015-01-01/es/domain/zipkin#GET] Request: {startTime=2020-08-24T01:44:55.013Z(1598233495013409), length=0B, duration=375ms(375714465ns), scheme=none+h1, name=es-get-domain, headers=[]}
2020-08-24 01:44:55.487  INFO 1 --- [orker-epoll-2-2] c.l.a.c.l.LoggingClient                  : [creqId=640d3422, sreqId=5388a076, chanId=6372593e, laddr=172.17.0.2:49764, raddr=es.ap-southeast-1.amazonaws.com/52.119.185.75:443][https://es.ap-southeast-1.amazonaws.com:443/2015-01-01/es/domain/zipkin#GET] Response: {startTime=2020-08-24T01:44:55.482Z(1598233495482287), length=1958B, duration=3817?s(3817831ns), totalDuration=472ms(472695774ns), headers=[]}
2020-08-24 01:45:15.624  INFO 1 --- [orker-epoll-2-5] c.l.a.c.l.LoggingClient                  : [creqId=d5756d22, sreqId=5388a076][https://UNKNOWN/#GET] Request: {startTime=2020-08-24T01:45:05.593Z(1598233505593028), length=0B, duration=10030ms(10030838054ns), cause=com.linecorp.armeria.client.UnprocessedRequestException: com.linecorp.armeria.client.endpoint.EmptyEndpointGroupException, scheme=none+https, name=get-node, headers=[]}
2020-08-24 01:45:15.625  WARN 1 --- [orker-epoll-2-5] c.l.a.c.l.LoggingClient                  : [creqId=d5756d22, sreqId=5388a076][https://UNKNOWN/#GET] Response: {startTime=2020-08-24T01:45:15.624Z(1598233515624714), length=0B, duration=0ns, totalDuration=10031ms(10031685843ns), cause=com.linecorp.armeria.client.UnprocessedRequestException: com.linecorp.armeria.client.endpoint.EmptyEndpointGroupException, headers=[]}
codefromthecrypt commented 3 years ago

@trustin @minwoox @ikhoon FYI the problem was I had a 10.x.x.x DNS address associated with a dns host. However, it was harder to know as the logs say https://UNKNOWN/#GET. If they said the hostname instead, it would be easier to track down.

codefromthecrypt commented 3 years ago

similarly the cause line of cause=com.linecorp.armeria.client.UnprocessedRequestException: com.linecorp.armeria.client.endpoint.EmptyEndpointGroupException could be cleaned up similarly I think.

codefromthecrypt commented 3 years ago

ok I verified this works