datastax / diagnostic-collection

Diagnostic Collector for Apache Cassandra
Apache License 2.0
28 stars 35 forks source link

collect-info binary missing #97

Closed Purneau closed 2 years ago

Purneau commented 2 years ago

The README.md mentions collect-info should be (as binary) present in the download. For me (downloading the 2.0.2 zip release) it is not. Is something going wrong here?

I ran into some other issues as well for which I'll try to create PRs later. Thanks.

michaelsembwever commented 2 years ago

The download zip is only the source code. As described in the top-level readme, you need to generate a diagnostic bundle first. Part of that generation process is the multi-arch compilation of the rust code into the collect-info binary.