Nicolò Boschi

Results 90 issues of Nicolò Boschi

JIRA: https://dev.blazingcache.org/jira/browse/BLAZ-44 Reporter: eolivelli @eolivelli I've been asked for supporting PHP for BlazingCache, the first step could be to implement the Redis Protocol http://redis.io/topics/protocol ### Comments from JIRA --- *Enrico...

JIRA: https://dev.blazingcache.org/jira/browse/BLAZ-54 Reporter: alessandro.luccaroni @aluccaroni Implement a new page replacement algorithm with improved performance over LRU: LIRS (Low Inter-reference Recency Set) Maybe we could also evaluate a facility to easily...

JIRA: https://dev.blazingcache.org/jira/browse/BLAZ-55 Reporter: eolivelli @eolivelli Provide an official image for Docker ### Comments from JIRA --- *Enrico Olivelli* 2016-12-27T16:40:59.000+0100 see https://github.com/docker-library/official-images for instructions --- *Enrico Olivelli* 2016-12-27T16:45:07.000+0100 [~caio] do you...

JIRA: https://dev.blazingcache.org/jira/browse/BLAZ-56 Reporter: eolivelli @eolivelli Introduce a basic Web Interface to monitor at least the cache server: - connected clients, number of entries per client - global cache size -...

JIRA: https://dev.blazingcache.org/jira/browse/BLAZ-66 Reporter: eolivelli @eolivelli

JIRA: https://dev.blazingcache.org/jira/browse/BLAZ-71 Reporter: eolivelli @eolivelli This improvement will be rellay useful on the server-side. See https://github.com/apache/bookkeeper/commit/667390d1a6305c31608130929ba0d68a0b5a4763 for a similar implementation on Apache BookKeeper which in turn is taken from Apache...

### Motivation During the recovery of the cursor, if the stored position points to a non existent ledger, the cursor is rewinded to the oldest position. In this case the...

doc-not-needed

Let's say you create a table `table1` in this way `(key text, value text, primary key (text)) with cdc=true`. Then the agent will [cache the schema for the primary keys...

``` PulsarSingleNodeDse4Tests > testInvalidSchema() FAILED java.lang.AssertionError: Expecting one message, check the agent log at org.junit.Assert.fail(Assert.java:89) at org.junit.Assert.assertTrue(Assert.java:42) at org.junit.Assert.assertNotNull(Assert.java:713) at com.datastax.oss.cdc.PulsarSingleNodeTests.testInvalidSchema(PulsarSingleNodeTests.java:432) ``` https://github.com/datastax/cdc-apache-cassandra/runs/6776506504?check_suite_focus=true

``` PulsarCassandraSourceTests > testConnectionFailure() FAILED org.opentest4j.AssertionFailedError: expected: but was: at app//org.junit.jupiter.api.AssertionUtils.fail(AssertionUtils.java:55) at app//org.junit.jupiter.api.AssertionUtils.failNotEqual(AssertionUtils.java:62) at app//org.junit.jupiter.api.AssertEquals.assertEquals(AssertEquals.java:150) at app//org.junit.jupiter.api.AssertEquals.assertEquals(AssertEquals.java:145) at app//org.junit.jupiter.api.Assertions.assertEquals(Assertions.java:510) at app//com.datastax.oss.pulsar.source.PulsarCassandraSourceTests.testConnectionFailure(PulsarCassandraSourceTests.java:804) ``` https://github.com/datastax/cdc-apache-cassandra/runs/6654630390?check_suite_focus=true