Andrey Yegorov

Results 45 issues of Andrey Yegorov

**Is your feature request related to a problem? Please describe.** For some dependencies OWASP dep checker finds CVEs with low confidence, I'd like to suppress them all by confidence level....

enhancement

## What is the purpose of the change Apache Pulsar is a popular streaming and messaging platform. It provides storm integration as part of the [pulsar-adapters](https://github.com/apache/pulsar-adapters) subproject but the storm...

**BUG REPORT** ***Describe the bug*** ReadOnlyBookieTest is flaky on current master branch ***To Reproduce*** mvn clean install -DskipTests cd bookkeeper-server/ run a few times: mvn test -Dtest=org.apache.bookkeeper.test.ReadOnlyBookieTest ``` [INFO] Running...

type/bug

Got this on CI: ``` Error: org.apache.bookkeeper.test.OpStatTest.testTopLevelBookieWriteCounters Error: Run 1: OpStatTest.testTopLevelBookieWriteCounters:98->validateOpStat:75->validateOpStat:70->lambda$testTopLevelBookieWriteCounters$0:105 Error: Run 2: OpStatTest.testTopLevelBookieWriteCounters:98->validateOpStat:75->validateOpStat:70->lambda$testTopLevelBookieWriteCounters$0:105 Error: Run 3: OpStatTest.testTopLevelBookieWriteCounters:98->validateOpStat:75->validateOpStat:70->lambda$testTopLevelBookieWriteCounters$0:105 ``` passed on rerun

area/tests
flaky-tests

**FEATURE REQUEST** 1. Please describe the feature you are requesting. Prioritize compaction to free up more space faster. 2. Indicate the importance of this issue to you (blocker, must-have, should-have,...

type/feature

Abstraction that hides implementation details of ledger manager throws exceptions specific to the implementation (ZK in this case). E.g. this makes no sense for the Etcd based ledger manager.

type/bug

It looks like ZkLedgerUnderreplicationManager.isLedgerReplicationEnabled() can cache the state and either use watcher (see notifyLedgerReplicationEnabled) + enableLedgerReplication/disableLedgerReplication or just some time interval (10sec or so) to cache the value for. AFAICT...

type/bug

**BUG REPORT** ***Describe the bug*** Autorecovery running standalone: ``` 2022-06-14T05:14:25,461 [main] INFO org.apache.bookkeeper.client.BookKeeperAdmin - Resetting LostBookieRecoveryDelay value: 0, to kickstart audit task 2022-06-14T05:14:25,461 [main] DEBUG org.apache.bookkeeper.meta.ZkLedgerUnderreplicationManager - setLostBookieRecoveryDelay() 2022-06-14T05:14:25,612 [main]...

type/bug

**FEATURE REQUEST** 1. Please describe the feature you are requesting. Metrics for ZK reconnects to be able monitor that and alert on frequent reconnect 2. Indicate the importance of this...

type/feature

**FEATURE REQUEST** 1. Please describe the feature you are requesting. ListUnderReplicatedCommand: support multiple include/exclude bookies * list underreplicated ledgers with replicas missing on either bookie1 OR bookie2, excluding bookie3 and...

type/feature