Andrey Yegorov
Andrey Yegorov
Most likely the problem is related to the backpressure (or lack of it). Under heavy load Bookie cannot process data fast enough and data is accumulated in memory. There are...
@eolivelli can the names be changed there https://github.com/apache/bookkeeper/blob/5700641ea509be36a6395f56aae2f60a88fdcaab/bookkeeper-stats-providers/prometheus-metrics-provider/src/main/java/org/apache/bookkeeper/stats/prometheus/PrometheusMetricsProvider.java#L113 otherwise standard metrics can be extended / collect() overridden to provide overridden name https://github.com/prometheus/client_java/blob/7a6b9f1300c5445f477fb0452c5ec7b6f80464a1/simpleclient_hotspot/src/main/java/io/prometheus/client/hotspot/GarbageCollectorExports.java#L40
Travis build is failing for unrelated reasons. I built and tested as: ``` mvn clean install -DskipTests -P '!examples,!externals' cd external/storm-pulsar/ mvn clean install ... [INFO] ------------------------------------------------------- [INFO] T E...
What alternative solutions have you looked at? > It's okey when there is a bookie in the same host of broker. AFACT, the dummy bookie node is created to make...
@jbellis couple of examples: Old: ``` Index mean cardinalities are table_15_val_idx:-9223372036854775808. Scanning with table_15_val_idx. Executing read on cql_test_keyspace.table_15 using index table_15_val_idx Querying storage-attached indexes table_15_val_idx (14 sstables) DiskANN search visited...
> ``` > Index mean cardinalities are table_13_val_idx:-9223372036854775808 > ``` > > * Is this b/c we're applying code to vectors that shouldn't be, or is this just a bug?...
``` Index mean cardinalities are table_11_val_idx:-9223372036854775808. Scanning with table_11_val_idx. Executing read on cql_test_keyspace.table_11 using index table_11_val_idx Querying storage-attached indexes table_11_val_idx (11 sstables) Found 60 new shadowed keys, rerunning query (loop...
@rdhabalia LGTM but the PR needs rebasing
@lhotari @eolivelli any objections to merging this? (PR needs an approval)