Per Otterström

Results 19 issues of Per Otterström

Would be nice to perform releases via Travis CI. Things to research: - How to set parameters for build, such as release version and new development version. - Handle branches...

code

Since batch statements are parsed and prepared in BatchMessage.execute(), the operation will be aborted before it gets to AuditQueryHandler.processBatch() in case the operation is invalid. An example being when a...

bug

The change to the Netty ChunkedNioStream introduced a regression. This happens because the ChunkedNioStream will not flush the buffer unless it has reached the actual chunk limit, instead it will...

bug

Update unit tests to verify the FormattedByteChannel with the Netty ChunkedNioStream. Closes #83

Also, moving test class into the correct module.

I've observed this error just after restart of a node. ``` Exception while processing HTTP request HttpObjectAggregator$AggregatedFullHttpRequest(decodeResult: success, version: HTTP/1.1, content: CompositeByteBuf(ridx: 0, widx: 0, cap: 0, components=0)) GET /metrics...

I'm getting the following error every once in a while. ``` LEAK: ByteBuf.release() was not called before it's garbage-collected. See https://netty.io/wiki/reference-counted-objects.html for more information. Recent access records: Created at: io.netty.buffer.PooledByteBufAllocator.newDirectBuffer(PooledByteBufAllocator.java:349)...