Can you give us an example of the duplicate records that comes back? How
reliable is it (i.e. is it every record, is it one record per read, etc)?
By any chance is it just the `data` field that duplicates while the other
fields change per row?
> I don’t see duplicates in cqlsh.
I've never seen t
I don’t think its an application problem. The following simple snippets produce
different totals:
ResultSet rs = cassandraUtil.executeNamedQuery(Q_LIST_IMAGES, rollId);
int total = 0;
for (Row row : rs)
{
total++;
}
-
ResultSet rs = cassandraUtil.executeNamedQuery(Q_LIST_IM
Oops, I was trimming out some irrelevant stuff, and trimmed out too much. The
second snippet should be this:
ResultSet rs = cassandraUtil.executeNamedQuery(Q_LIST_IMAGES, rollId);
int total = 0;
long lastImageId = -1;
for (Row row : rs)
{
long imageId = row.getLong(PARAM_IMAGE_ID);
if (imageI
It's a paging bug. I ALWAYS get a duplicated record every fetchSize records.
Easily duplicated 100% of the time.
I’ve logged a bug: https://issues.apache.org/jira/browse/CASSANDRA-10442
Robert
On Oct 3, 2015, at 10:59 AM, Robert Wille
mailto:rwi...@fold3.com>> wrote:
Oops, I was trimming out
Hi.
I am using Cassandra 1.2.15 and OpsCenter 5.0.2 (non-enterprise). We are
planning to upgrade in the upcoming week.
I found some old opscenter tables still lurking around.
/mnt/data/OpsCenter# du -h
68K./events_timeline
18M./rollups86400
172K./pdps
269M./rollups7200
68K./e