Sergio Bossa

Results 13 issues of Sergio Bossa

Currently, compaction creates one large batch per compacted data file, which is sub-optimal as it reduces hints efficiency and can amplify corruption cases as it creates a long chain of...

improvement
in progress
1.4.3

Add lock file to prevent opening the journal from multiple JVMs at the same time.

improvement

Currently, compaction goes over all data files and compacts them one-by-one on a single thread: given each data file is immutable and independent from each other, multiple threads could compact...

improvement

Currently, database defrag happens automatically when a configurable percentage of wasted disk space in the data files is reached. Given the defrag operation is very I/O intensive, it would be...

WIP
feature
0.6.1

See: https://groups.google.com/forum/?fromgroups=#!topic/nimrod-user/CBbj8gL3gfQ

WIP
bug
0.6.1

It should be possible to show and navigate metrics history across logs, in order to allow for correlation of events happening in different logs.

feature

Something like Cubism (http://square.github.com/cubism/) could be used to nicely visualize an aggregation of per-log metrics.

feature

Database backup should be implemented as an HTTP endpoint.

feature
0.6.1

Previously, a com.netflix.astyanax.connectionpool.exceptions.PoolTimeoutException was occurring when running a test with a number of concurrent threads higher than 2. This was due to MaxBlockedThreadsPerHost not set into com.netflix.jmeter.connections.a6x.AstyanaxConnection.