Timeline


and

2010-08-17:

16:10 Ticket #26 (Some Blob Streaming and Variant Record related calls are not implemented ...) closed by evert
fixed: r4208 #readWithIds()
16:10 Changeset [4208] by evert
The call Repository.readWithIds now also works over Avro. (#26)
13:42 Changeset [4207] by evert
Renaming TypeManagerRemoteImpl? and RepositoryRemoteImpl? to …
13:04 Changeset [4206] by evert
Remote blob streaming calls implemented (#26)

2010-08-16:

15:16 Ticket #93 (Repository.update: allow to specify which fields should be present in the ...) created by bruno
Right now the fields that will be in the returned Record object are those …
09:06 Changeset [4205] by evert
The call Repository.getVariants now also works over Avro. (#26)

2010-08-13:

15:10 Changeset [4204] by evert
Avoid using duplicate UUID's upon creation of a RecordType? or FieldType?
14:47 Ticket #20 (Record/FieldType create: reliably detect if record already exists) closed by evert
fixed: r4202 and 4203 <p>Reliable Record creates and updates are covered by …
14:06 Changeset [4203] by evert
Reliably detect existence upon create and update of RecordTypes? and …
09:06 Changeset [4202] by evert
Reliably detect existence upon create of RecordTypes? and FieldTypes? (#20)

2010-08-12:

10:12 Ticket #13 (Remove distinction between update and updateMutableFields) closed by evert
fixed: r4201
10:06 Changeset [4201] by evert
Removed distinction between update and updateMutableFields (#25)
09:17 Changeset [4200] by evert
Adapted the mutable fields tests with some explicit major compaction …

2010-08-10:

15:06 Ticket #15 (API to get data from multiple versions in one call.) closed by evert
fixed: r4198 r4199
15:06 Changeset [4199] by evert
Renamed Repository#readRecords to Repository#readVersions
14:57 Changeset [4198] by evert
Repository#readRecords returns a list of versions of a record (#15)
07:42 Changeset [4197] by evert
Implemented last-version tag according to the proposed design in #47

2010-08-06:

09:50 Changeset [4196] by evert
Applied changes suggested in #28 - TypeManager#getRecordTypes?() and …

2010-08-05:

15:56 Changeset [4195] by bruno
Clarify in javadoc that TypeManager?.getRecordTypes() returns just one (the …
15:54 Changeset [4194] by bruno
Fix compare of object pointers instead of equals call.
15:47 Ticket #18 (RecordType: "id" is actually name, should probably have QName) closed by bruno
fixed: The indexer has been adjusted in r4193. For the documentation updates …
15:46 Ticket #92 (Documentation updates for 0.2) created by bruno
The idea is to keep a list here of things that need updating in the …
15:29 Changeset [4193] by bruno
Adjusting the indexer-related things for the new QName of the RecordTypes?. …
15:22 Ticket #28 (TypeManager: add methods to get available record types and field types) closed by evert
fixed: r4192
15:21 Changeset [4192] by evert
Added methods getRecordTypes() and getFieldTypes() to TypeManager? to get …
13:46 Changeset [4191] by bruno
Adding a ZooKeeper? utilities subproject. Currently contains: * generic …
12:56 Changeset [4190] by evert
Introduced a non-versionable name (QName) on RecordType? (#18). The id of …

2010-08-02:

15:01 Ticket #29 (Update record via empty record object: make record type optional) closed by evert
fixed: r4189
15:00 Changeset [4189] by evert
The record type is now optional when updating a record. If no record type …
13:32 Ticket #40 (API: RecordType.addMixin: make version argument optional) closed by evert
fixed: r4188
13:32 Changeset [4188] by evert
Make version argument optional when adding mixin to RecordType? (#40)
12:43 Changeset [4187] by mpo
updating the location for distributions
12:36 Ticket #42 (Blob filename cannot be null) closed by evert
invalid: Verified: the (file-)name can be null. This is also validated in the …
12:22 Ticket #44 (Add URI primitive value type) closed by evert
fixed: http://dev.outerthought.org/trac/outerthought_lilycms/changeset/4186/
12:20 Changeset [4186] by evert
Added URI primitive value type (#44)
11:20 Ticket #43 (Add some missing essential primitive types: decimal, double, long) closed by evert
fixed: http://dev.outerthought.org/trac/outerthought_lilycms/changeset/4185/

2010-07-30:

14:49 Changeset [4185] by evert
Added primitive types Double and Decimal. (#43)
08:48 Ticket #91 (Validate record against record type) created by evert
Create, update and delete operations on a record are validated against its …
08:12 Ticket #90 (WAL processor handles open WAL messages) created by evert
A WAL processor checks the RowLog? for any WAL messages. In normal …

2010-07-29:

16:01 Ticket #89 (Blob extracted content cache) created by bruno
When a record with blob fields needs to be reindexed, the content for …
15:50 Changeset [4184] by bruno
Move to newer HBase trunk snapshot.
15:49 Changeset [4183] by bruno
Remove needless filter, which brakes things with latest HBase.
13:58 Ticket #88 (Clean shutdown of the Lily node) created by bruno
Sometimes the Lily cannot be killed cleanly, but needs a kill -9. In such …
13:55 Ticket #87 (Perform 0.2 testing) created by bruno
Just a placeholder issue to record the fact that testing will be done for …
13:51 Ticket #86 (Linux deb/rpm/other packaging) created by bruno
Besides the binary release (#84) we might want to create Linux packages …
13:48 Ticket #85 (Puppet configuration scripts) created by bruno
We plan on looking a bit at puppet to configure our test servers for 0.2. …
13:40 Ticket #84 (Binary packaging of Lily (.tar.gz)) created by bruno
We should have a binary downloadable Lily, which includes: - everything …
13:28 Ticket #83 (Complete index rebuilding) created by bruno
It is important that the SOLR index can be rebuild from scratch, for …
13:26 Ticket #82 (Optimize processing of all outstanding event in the Indexer) created by bruno
When the Indexer receives a message for a record, it might be that in the …
13:24 Ticket #81 (Support record re-incarnation in indexer) created by bruno
If we would support the sequence {delete record with id X, create record …
13:22 Ticket #80 (Blob extraction options) created by bruno
A maximum size of blobs that can be fed to tika should be configurable, in …
13:20 Ticket #79 (Add limit for deref-values to prevent system overload) created by bruno
The automatic updating of denormalized data in the index is intended to be …
13:16 Ticket #78 (Link extraction from blob fields) created by bruno
13:15 Ticket #77 (Have a strategy for comitting the SOLR index) created by bruno
Not sure if we need one though, maybe this can be configured on the SOLR …
13:14 Ticket #76 (Handling error situations in the Indexer) created by bruno
The Indexer does not have meaningful error handling. This includes things …
13:12 Ticket #75 (The problem of lost updates in Lucene buffer) created by bruno
While we have a solid log and messaging infrastructure to be sure that for …
13:08 Ticket #74 (Routing towards different SOLR shards in the Indexer) created by bruno
The basics are quite simple: once the indexer decides to do an operation …
13:03 Ticket #73 (Discovery of available query endpoints by clients -- LilyClient.getSolr()) created by bruno
Currently we expect clients to perform queries by directly contacting …
12:59 Ticket #72 (Abstraction layer for performing queries (no direct SOLR use)) created by bruno
Currently we expect clients to directly perform queries on SOLR. There …
12:41 Ticket #71 (Publishing of repository availability in zookeeper should be optional.) created by bruno
Some Lily nodes might be configured to perform a dedicated function, for …
12:37 Ticket #70 (Indexer should lock record it is working on) created by bruno
When we run multiple indexers in parallel, no two indexers should …
12:13 Ticket #69 (Use senseful fixed default blob store configuration) created by bruno
While awaiting a real configuration of the blobstore (see #31), we should …

2010-07-28:

13:00 Ticket #68 (Assure RowLog stays usbale outside of Lily) created by evert
Keep technical docs and javadoc up to date
12:30 Ticket #67 (Buffering of RowLogProcessor wakeup notifications) created by evert
The RowLogProcessor? checks for any messages to be processed by a consumer. …
12:00 Ticket #66 (Notify RowLog and RowLogProcessor when consumers are (un-)registered) created by evert
While Lily is up and running, RowLogConsumers? can be registered and …
09:08 Ticket #65 (Perform testing to determine importance of multiple RowLog shards) created by evert
The current RowLog? implementation allows for multiple shards to be present …
09:03 Ticket #64 (Pushing messages to listeners in other JVMs) created by evert
As described in #49 , a MQ consumer should be able to forward messages to …
08:37 Ticket #63 (Make server process Kauri modules for the RowLog MQ and WAL processors) created by evert
The RowLogProcessors? for the MQ and WAL should be configured and started …
08:22 Ticket #62 (Pull RowLog processor instantiation out of Repository) created by evert
Launching the RowLogProcessor? for the MessageQueue? (and WAL) currently …

2010-07-27:

13:26 Changeset [4182] by evert
The RowLog? connections to ZooKeeper? and to the Processor over Netty now …
08:27 Ticket #36 (Consider making the repository and type manager available over the same ...) closed by bruno
fixed: The repo & type manager avro protocols were merged in r4119 to avoid the …

2010-07-26:

08:44 Ticket #6 (FieldType <null> already exists) closed by bruno
fixed: This seems to have been fixed in r4041.

2010-07-23:

13:42 Ticket #39 (Hardcoded 'lat-kind' hostname in server process services.xml) closed by bruno
fixed
13:25 Changeset [4181] by bruno
Remove unused old directory.
11:40 Ticket #61 (Fully-distributed setup) created by stevenn
Don't know if this is too big an issue to file as one, but the idea is to …
11:31 Ticket #60 (Figure out some non-Avro way to talk with Lily) created by stevenn
You know, like JSON over HTTP, some kind of REST service if you want, and …

2010-07-22:

09:28 Changeset [4180] by bruno
Finally got the maven site generation to work completely, the empty index …

2010-07-21:

16:52 Changeset [4179] by bruno
Update version numbers.
16:50 Changeset [4178] by bruno
Deploy maven-site (javadocs) at a versioned URL. Had a lot of trouble …
13:47 Changeset [4177] by bruno
[maven-release-plugin] prepare for next development iteration
13:46 Changeset [4176] by bruno
[maven-release-plugin] copy for tag RELEASE_0_1_0
13:46 Changeset [4175] by bruno
[maven-release-plugin] prepare release RELEASE_0_1_0
13:17 Changeset [4174] by bruno
setting svn:ingore's
12:49 Changeset [4173] by bruno
Use non-snapshot version of Avro Maven plugin.
12:18 Changeset [4172] by bruno
Switching to Maven's SNAPSHOT-version number scheme.
12:07 Changeset [4171] by bruno
root pom: add license & scm sections (scm is needed by release plugin)
11:52 Ticket #59 (Bring uniformity in naming of HBase tables and column families) created by bruno
We have table names with dashes, with camelcase, long table names, short …
11:46 Ticket #58 (Querying in a certain vtag-view requires to know ID of vtag field) created by bruno
Suppose you want to launch a query on SOLR where you only want to search …
11:26 Changeset [4170] by bruno
Remove unused imports.
11:22 Changeset [4169] by bruno
Adding license headers.
11:21 Changeset [4168] by bruno
Adding license headers
08:28 Changeset [4167] by bruno
Sleeping in the consumer thread: change the while back to an if: seems …

2010-07-20:

13:38 Changeset [4166] by bruno
Small metrics change, check thread interrupted state before processing …
13:36 Changeset [4165] by bruno
Set up logging for HBaseRunner, especially disable the …
13:34 Changeset [4164] by bruno
fix metrics code
13:34 Changeset [4163] by bruno
* Do not unregister IndexUpdater? as rowlog consumer, otherwise can't shut …
12:45 Ticket #57 (Support multiple RowLogShards) created by evert
Working with only one RowLogShard? could cause one HBase region to become a …
12:31 Ticket #56 (Run only one RowLogProcessor per shard cluster wide) created by evert
In a distributed setting, only one of the Lily nodes should run a …
10:58 Ticket #55 (The repository should check if the WAL contains any unfinished tasks) created by evert
Upon receiving a CRUD operation, the repository should check if the WAL …
10:51 Ticket #54 (Get all open messages for a consumer from the RowLog) created by evert
In the context of the MessageQueue?, a consumer should be able to bundle …
09:32 Changeset [4162] by bruno
fix bug
09:30 Ticket #53 (Clean remaining messages when unregistering a consumer) created by evert
When a consumer is unregistered from the rowlog, any not-yet-processed …
09:23 Changeset [4161] by evert
Updated some javadoc on registering and unregistering …

2010-07-19:

16:37 Changeset [4160] by evert
The RowLogProcessor? picks up any RowLogConsumers? that are registered or …
16:33 Ticket #52 (RowLog should not call the RowLogProcessor directly when new consumers are ...) created by evert
When consumers are registered or unregistered while Lily is running and …
14:53 Ticket #45 (Update tutorial) closed by bruno
fixed
13:45 Changeset [4159] by bruno
Fix wrong location hbase.xml.
13:29 Changeset [4158] by bruno
Rename class Client to LilyClient?.
13:27 Changeset [4157] by evert
RowLogProcessor? uses a table scanner now to retrieve 100 messages instead …
09:53 Changeset [4156] by evert
Increase RowLogProcessor? wait time to 5sec Make sure …
09:12 Changeset [4155] by bruno
comments
09:12 Changeset [4154] by bruno
Repository.getVariants(): filter out rows marked as deleted.
09:11 Ticket #51 (Metrics improvements) created by bruno
Seems like some of the more interesting functionality of hadoop's metrics …
07:30 Changeset [4153] by bruno
Removing empty projects directory.
07:29 Changeset [4152] by bruno
Removing the historic "/projects/lily" location from the SVN repository.
07:29 Changeset [4151] by bruno
Removing the historic "/projects/lily" location from the SVN repository.
07:27 Changeset [4150] by bruno
Removing the historic "/projects/lily" location from the SVN repository.
07:25 Changeset [4149] by bruno
Adding metrics using Hadoop's metrics package. Added metrics to: …
Note: See TracTimeline for information about the timeline view.