-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
[jaeger-v2] Add support for Badger #5112
[jaeger-v2] Add support for Badger #5112
Conversation
Signed-off-by: Harshvir Potpose <hpotpose62@gmail.com>
It's not complete yet, just want some pointers on whether I'm on the right track? |
Signed-off-by: Harshvir Potpose <122517264+akagami-harsh@users.noreply.github.com>
Signed-off-by: Harshvir Potpose <hpotpose62@gmail.com>
Signed-off-by: Harshvir Potpose <hpotpose62@gmail.com>
Signed-off-by: Harshvir Potpose <hpotpose62@gmail.com>
Signed-off-by: Harshvir Potpose <hpotpose62@gmail.com>
Signed-off-by: Harshvir Potpose <hpotpose62@gmail.com>
Signed-off-by: Harshvir Potpose <hpotpose62@gmail.com>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #5112 +/- ##
==========================================
+ Coverage 95.61% 95.63% +0.01%
==========================================
Files 324 324
Lines 18568 18590 +22
==========================================
+ Hits 17754 17778 +24
+ Misses 653 651 -2
Partials 161 161
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Signed-off-by: Harshvir Potpose <122517264+akagami-harsh@users.noreply.github.com>
Co-authored-by: Yuri Shkuro <yurishkuro@users.noreply.github.com> Signed-off-by: Harshvir Potpose <122517264+akagami-harsh@users.noreply.github.com>
|
remove unrelated changes from the PR |
d85c8c6
to
4563f42
Compare
Signed-off-by: Harshvir Potpose <hpotpose62@gmail.com>
Co-authored-by: Yuri Shkuro <yurishkuro@users.noreply.github.com> Signed-off-by: Harshvir Potpose <122517264+akagami-harsh@users.noreply.github.com>
Co-authored-by: Yuri Shkuro <yurishkuro@users.noreply.github.com> Signed-off-by: Harshvir Potpose <122517264+akagami-harsh@users.noreply.github.com>
Co-authored-by: Yuri Shkuro <yurishkuro@users.noreply.github.com> Signed-off-by: Harshvir Potpose <122517264+akagami-harsh@users.noreply.github.com>
…harsh/jaeger into implement-badger-for-v2
Signed-off-by: Harshvir Potpose <hpotpose62@gmail.com>
Signed-off-by: Harshvir Potpose <hpotpose62@gmail.com>
…harsh/jaeger into implement-badger-for-v2
Co-authored-by: Yuri Shkuro <yurishkuro@users.noreply.github.com> Signed-off-by: Harshvir Potpose <122517264+akagami-harsh@users.noreply.github.com>
Signed-off-by: Harshvir Potpose <hpotpose62@gmail.com>
Signed-off-by: Yuri Shkuro <github@ysh.us>
@@ -34,7 +34,7 @@ jobs: | |||
run: bash scripts/kafka-integration-test.sh -k | |||
|
|||
- name: Output Kafka logs | |||
run: docker logs "${{ job.services.kafka.id }}" | |||
run: docker logs kafka |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
not related to this PR, but CI was failing repeatedly and no logs were printed. Using job.services.kafka.id
is a bug, leftover from when kafka was started as part of the workflow, instead of manually.
Signed-off-by: Yuri Shkuro <github@ysh.us>
@@ -18,7 +18,7 @@ start_kafka() { | |||
-e KAFKA_CFG_LISTENER_SECURITY_PROTOCOL_MAP=CONTROLLER:PLAINTEXT,PLAINTEXT:PLAINTEXT \ | |||
-e KAFKA_CFG_CONTROLLER_LISTENER_NAMES=CONTROLLER \ | |||
-e KAFKA_CFG_INTER_BROKER_LISTENER_NAME=PLAINTEXT \ | |||
bitnami/kafka:3.6 | |||
bitnami/kafka:3.6.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
unrelated change, but CI was failing for this PR, because bitnami/kafka:3.6.1 was released today and it's failing to start with
Exception in thread "main" org.apache.kafka.common.config.ConfigException: Invalid value for configuration message.max.bytes: Not a number of type INT
at org.apache.kafka.common.config.ConfigDef.parseType(ConfigDef.java:745)
at org.apache.kafka.common.config.ConfigDef.parseValue(ConfigDef.java:493)
at org.apache.kafka.common.config.ConfigDef.parse(ConfigDef.java:486)
at org.apache.kafka.common.config.AbstractConfig.<init>(AbstractConfig.java:112)
at org.apache.kafka.common.config.AbstractConfig.<init>(AbstractConfig.java:145)
at kafka.server.KafkaConfig.<init>(KafkaConfig.scala:1601)
at kafka.server.KafkaConfig.<init>(KafkaConfig.scala:1603)
at kafka.tools.StorageTool$.$anonfun$main$1(StorageTool.scala:50)
at scala.Option.flatMap(Option.scala:271)
at kafka.tools.StorageTool$.main(StorageTool.scala:50)
at kafka.tools.StorageTool.main(StorageTool.scala)
Thanks! |
Which problem is this PR solving?
Description of the changes
How was this change tested?
Checklist
jaeger
:make lint test
jaeger-ui
:yarn lint
andyarn test