Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump aws-xray-recorder-sdk-aws-sdk-v2 from 2.4.0 to 2.8.0 #15378

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 1, 2021

Bumps aws-xray-recorder-sdk-aws-sdk-v2 from 2.4.0 to 2.8.0.

Release notes

Sourced from aws-xray-recorder-sdk-aws-sdk-v2's releases.

Release 2.8.0

Please see CHANGELOG for more details.

Release 2.7.1

This patch fixes an issue with 2.7.0. All users of 2.7.0 should upgrade to 2.7.1.

Please see CHANGELOG for more details.

Release 2.7.0 [ABANDONED]

There is an issue with recording sampling rules in this release. All users should upgrade to 2.7.1 instead.

See CHANGELOG for more details.

Release 2.6.1

This patch fixes an issue with central sampling introduced in 2.6.0. All users of 2.6.0 are recommended to upgrade to 2.6.1.

See CHANGELOG for more details.

Release 2.6.0 [Abandoned]

There is an issue with fetching sampling rules in this release and all users should use 2.6.1 instead.

See CHANGELOG for more details.

Release 2.5.0

See CHANGELOG for more details.

Changelog

Sourced from aws-xray-recorder-sdk-aws-sdk-v2's changelog.

2.8.0 - 2020-11-24

  • Optimized creating, parsing, and serializing trace IDs PR 212
  • Fixed setParent behavior for NoOp subsegments PR 215
  • Added a faster random source configuration PR 218
  • Lowered log level on IMDS error messages PR 219
  • Removed nanosecond-time resolution where unneeded for performance PR 224
  • Fixed log error context missing strategy stack traces PR 235
  • Added isForcedSampling support configurability to sampling strategies PR 232
  • Add top-level method for context-free endSubsegment PR 229
  • Add ThreadLocal-safe Entity.run() method PR 240

2.7.1 - 2020-08-28

  • Fix ClassCastException caused by change in 2.7.0 PR 202
  • Add rule_name attribute to segments made with beginSegmentWithSampling PR 204

2.7.0 - 2020-08-25

  • Add beginSegmentWithSampling API PR 196
  • Changed containerId to container_id in ECS plugin PR 195
  • Improved performance of withDefaultPlugins PR 194
  • Reduced timeout and logging from IMDS failure PR 192
  • Debug log the stacktrace for LOG_ERROR strategy PR 191
  • Made SqlSubsegments class exception-safe PR 189
  • Added utility class for creating SQL subsegments PR 186
  • Deprecated Dummy(Sub)Segments in favor of NoOps PR 183
  • Return no-op segments instead of null when context isn't found PR 180
  • Fixed behavior of exception throwing on invalid address in DaemonConfig PR 179
  • Fixed bug where subsegments operations used a different lock PR 182
  • Changed AWS SDKs to runtime dependencies in AWS SDK instrumentation modules

... (truncated)

Commits

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added the area/dependencies Pull requests that update a dependency file label Mar 1, 2021
@gsmet gsmet added the triage/waiting-for-ci Ready to merge when CI successfully finishes label Mar 1, 2021
@gsmet
Copy link
Member

gsmet commented Mar 1, 2021

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/maven/com.amazonaws-aws-xray-recorder-sdk-aws-sdk-v2-2.8.0 branch from b575220 to 92288fe Compare March 1, 2021 15:55
@gsmet
Copy link
Member

gsmet commented Mar 1, 2021

@cescoffier there's still something fishy with Kafka. This time the Kafka Streams tests are failing:

Caused by: java.lang.RuntimeException: Unable to start Quarkus test resource io.quarkus.it.kafka.streams.KafkaTestResource@616248cb
65555
	at io.quarkus.test.common.TestResourceManager.lambda$start$1(TestResourceManager.java:110)
65556
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
65557
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
65558
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
65559
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
65560
	at java.base/java.lang.Thread.run(Thread.java:834)
65561
Caused by: java.lang.RuntimeException: java.net.BindException: Address already in use
65562
	at io.quarkus.it.kafka.streams.KafkaTestResource.start(KafkaTestResource.java:86)
65563
	at io.quarkus.test.common.TestResourceManager.lambda$start$1(TestResourceManager.java:105)
65564
	... 5 more
65565
Caused by: java.net.BindException: Address already in use
65566
	at java.base/sun.nio.ch.Net.bind0(Native Method)
65567
	at java.base/sun.nio.ch.Net.bind(Net.java:455)
65568
	at java.base/sun.nio.ch.Net.bind(Net.java:447)
65569
	at java.base/sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:227)
65570
	at java.base/sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:80)
65571
	at java.base/sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:73)
65572
	at org.apache.zookeeper.server.NIOServerCnxnFactory.configure(NIOServerCnxnFactory.java:687)
65573
	at org.apache.zookeeper.server.ServerCnxnFactory.configure(ServerCnxnFactory.java:76)
65574
	at org.apache.zookeeper.server.ServerCnxnFactory.createFactory(ServerCnxnFactory.java:155)
65575
	at io.debezium.kafka.ZookeeperServer.startup(ZookeeperServer.java:67)
65576
	at io.debezium.kafka.KafkaCluster.startup(KafkaCluster.java:248)
65577
	at io.quarkus.it.kafka.streams.KafkaTestResource.start(KafkaTestResource.java:84)
65578
	... 6 more

@gsmet
Copy link
Member

gsmet commented Mar 1, 2021

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/maven/com.amazonaws-aws-xray-recorder-sdk-aws-sdk-v2-2.8.0 branch from 92288fe to db19679 Compare March 1, 2021 19:47
@gsmet gsmet merged commit 10fd117 into master Mar 1, 2021
@quarkus-bot quarkus-bot bot added this to the 1.13 - master milestone Mar 1, 2021
@dependabot dependabot bot deleted the dependabot/maven/com.amazonaws-aws-xray-recorder-sdk-aws-sdk-v2-2.8.0 branch March 1, 2021 22:32
@gsmet gsmet modified the milestones: 1.13 - master, 1.12.1.Final Mar 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/dependencies Pull requests that update a dependency file triage/waiting-for-ci Ready to merge when CI successfully finishes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant