Nicolò Boschi

Results 90 issues of Nicolò Boschi

In some contexts you have to configure MAVEN_HOME property to indicate which maven to use, for example on Apache Netbeans IDE you have to choose directory to use to run...

This is the initial pull https://github.com/apache/bookkeeper/pull/3077 PowerMockito static mocks don't work well with the latest JDK class encapsulation mechanisms. The main problem is that PowerMockito, in order to mock a...

help wanted

**BUG REPORT** ***Describe the bug*** DistributedLog website is not available at: https://bookkeeper.apache.org/distributedlog/docs/latest/user_guide/api/core I'm not sure the cause is the new website. The docs is in his old repository: https://github.com/apache/distributedlog/tree/master/website Probably...

area/website

``` 2022-02-11T21:36:44.5636373Z org.apache.bookkeeper.metadata.etcd.EtcdLedgerManagerTest > testRegisterLedgerMetadataListener STANDARD_OUT 2022-02-11T21:36:44.5637220Z 2022-02-11T21:36:44,459+0000 INFO [Test worker] o.a.b.m.e.t.EtcdTestBase@82 - Successfully build etcd client to endpoint http://localhost:49163 {} 2022-02-11T21:36:44.5638407Z 2022-02-11T21:36:44,468+0000 INFO [Test worker] o.a.b.m.e.EtcdLedgerManager@103 - Create ledger...

type/bug
flaky-tests

### Motivation Using this command `find . ! -name '*Test*' -name "*.java" -exec grep -H "@Test" {} \;` I found out that some tests are not running in the CI...

doc-not-needed

[example failure](https://github.com/apache/pulsar/runs/7320943955?check_suite_focus=true) ``` java.lang.AssertionError: expected object to not be null at org.testng.Assert.fail(Assert.java:99) at org.testng.Assert.assertNotNull(Assert.java:942) at org.testng.Assert.assertNotNull(Assert.java:926) at org.apache.pulsar.io.PulsarSinkE2ETest.testPulsarSinkDLQ(PulsarSinkE2ETest.java:195) ```

help-wanted
component/test
flaky-tests

It may be useful to let the user configure the k3s server to run within the --docker. With this flag the local docker images are available to the k3s pods

As reported in the [readme](https://github.com/datastax/pulsar-heartbeat#helm-chart) currently the only way to install the heartbeat on k8s is to use the datastax pulsar helm chart or to create your own deployment. An...

**Describe the bug** I've used the token from the new UI which is not able to describe all the DBs. >astra db describe test [ERROR] INTERNAL_ERROR: Error in HTTP Request:...

JIRA: https://dev.blazingcache.org/jira/browse/BLAZ-15 Reporter: eolivelli @eolivelli The idea is to have some node (client) which accumulates entries sent from other clients. For instance an "acccumulator" could periodically ask the CacheServer for...