Skip to content

Commit

Permalink
Merge remote-tracking branch 'apache/branch-4.15' into yong/port-chan…
Browse files Browse the repository at this point in the history
…ges-4058
  • Loading branch information
zymap committed Dec 7, 2023
2 parents 27582ab + 1fe42aa commit 7eabe09
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,5 @@
write_buffer_size=1024
# set by jni: options.setMaxWriteBufferNumber
max_write_buffer_number=1
# set by jni: options.setLevelCompactionDynamicLevelBytes
level_compaction_dynamic_level_bytes=true
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,6 @@ public double get() {
assertTrue(output.contains("# TYPE jvm_memory_direct_bytes_used gauge"));
assertTrue(output.contains("# TYPE jvm_gc_collection_seconds summary"));
assertTrue(output.contains("# TYPE jvm_memory_pool_bytes_committed gauge"));
assertTrue(output.contains("# TYPE process_cpu_seconds counter"));
} catch (Exception e) {
fail();
}
Expand Down

0 comments on commit 7eabe09

Please sign in to comment.