Merge pull request #2338 from influxdata/just_free

feat(iox): Upgrade heappy to present free memory events
pull/24376/head
kodiakhq[bot] 2021-08-18 11:25:03 +00:00 committed by GitHub
commit a0e06014b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -1445,7 +1445,7 @@ dependencies = [
[[package]] [[package]]
name = "heappy" name = "heappy"
version = "0.1.0" version = "0.1.0"
source = "git+https://github.com/mkmik/heappy?rev=aed37ab50a70c3f0a7a8bd1c51d28d3d8050461f#aed37ab50a70c3f0a7a8bd1c51d28d3d8050461f" source = "git+https://github.com/mkmik/heappy?rev=c8fe1fefbaefd536b0137435fce8d90a98a184de#c8fe1fefbaefd536b0137435fce8d90a98a184de"
dependencies = [ dependencies = [
"backtrace", "backtrace",
"bytes", "bytes",

View File

@ -61,7 +61,7 @@ datafusion = { path = "datafusion" }
data_types = { path = "data_types" } data_types = { path = "data_types" }
entry = { path = "entry" } entry = { path = "entry" }
generated_types = { path = "generated_types" } generated_types = { path = "generated_types" }
heappy = { git = "https://github.com/mkmik/heappy", rev = "aed37ab50a70c3f0a7a8bd1c51d28d3d8050461f", features = ["enable_heap_profiler", "jemalloc_shim", "measure_free"], optional = true } heappy = { git = "https://github.com/mkmik/heappy", rev = "c8fe1fefbaefd536b0137435fce8d90a98a184de", features = ["enable_heap_profiler", "jemalloc_shim", "measure_free"], optional = true}
influxdb_iox_client = { path = "influxdb_iox_client", features = ["format"] } influxdb_iox_client = { path = "influxdb_iox_client", features = ["format"] }
influxdb_line_protocol = { path = "influxdb_line_protocol" } influxdb_line_protocol = { path = "influxdb_line_protocol" }