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

chore: update protobuf library versions and remove influx_tsm (#21882) #21891

Merged
merged 3 commits into from
Jul 20, 2021

Conversation

lesam
Copy link
Contributor

@lesam lesam commented Jul 20, 2021

Backport of master-1.x branch, plus:

  • regenerate code (lots of tmpl files changed)
  • fix storage/reads/datatypes/gen.go , previously fixed in master-1.x, plus added two scripts in the scripts directory to support codegen
  • remove unneeded include path in prometheus/remote/generate.go

@lesam lesam requested a review from danxmoran July 20, 2021 15:00
@lesam lesam force-pushed the backport-proto-1.8 branch 11 times, most recently from cb35eda to 2c31c7c Compare July 20, 2021 17:01
go.mod Outdated
@@ -7,15 +7,15 @@ require (
collectd.org v0.3.0
github.com/BurntSushi/toml v0.3.1
github.com/apache/arrow/go/arrow v0.0.0-20191024131854-af6fa24be0db
github.com/benbjohnson/tmpl v1.1.0 // indirect
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we make sure that this import is in tools.go? Guessing from the // indirect that it's not there.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch - thanks! In fact 1.8 doesn't have a tools.go at all, added one as a copy of 1.9

@lesam lesam force-pushed the backport-proto-1.8 branch from 1b0f4d8 to 3fa97be Compare July 20, 2021 17:37
danxmoran
danxmoran previously approved these changes Jul 20, 2021
@lesam
Copy link
Contributor Author

lesam commented Jul 20, 2021

Fixed merge conflict with the 1.8 perftest PR

@lesam lesam merged commit 51600c8 into influxdata:1.8 Jul 20, 2021
lesam added a commit to lesam/influxdb that referenced this pull request Jul 21, 2021
…data#21882) (influxdata#21891)

* chore: update protobuf library versions and remove influx_tsm (influxdata#21882)

* chore: update protobufs

* fix: run codegen during build

* fix: fully remove influx_tsm

* fix: codegen works

* fix: add tools.go for 1.8

(cherry picked from commit 51600c8)
lesam added a commit to lesam/influxdb that referenced this pull request Jul 21, 2021
…data#21882) (influxdata#21891)

* chore: update protobuf library versions and remove influx_tsm (influxdata#21882)

* chore: update protobufs

* fix: run codegen during build

* fix: fully remove influx_tsm

* fix: codegen works

* fix: add tools.go for 1.8

(cherry picked from commit 51600c8)
lesam added a commit that referenced this pull request Jul 21, 2021
#21891) (#21908)

* chore: update protobuf library versions and remove influx_tsm (#21882)

* chore: update protobufs

* fix: run codegen during build

* fix: fully remove influx_tsm

* fix: codegen works

* fix: add tools.go for 1.8

(cherry picked from commit 51600c8)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants