Timeline


and

2010-10-29:

15:38 Milestone 0.2 completed
15:37 Ticket #140 (Review indexer engine code for not eating InterruptedExceptions) closed by bruno
fixed
15:37 Ticket #117 (Test Lily against CDH-current) closed by bruno
fixed
15:37 Ticket #87 (Perform 0.2 testing) closed by bruno
fixed
15:21 Changeset [4466] by bruno
post-0.2-release updates.
13:19 Changeset [4465] by bruno
[maven-release-plugin] prepare for next development iteration
13:19 Changeset [4464] by bruno
[maven-release-plugin] copy for tag RELEASE_0_2_0
13:18 Changeset [4463] by bruno
[maven-release-plugin] prepare release RELEASE_0_2_0
12:48 Changeset [4462] by bruno
wiring.xml: change version numbers for 0.2 release
12:00 Changeset [4461] by bruno
Fix typos.
11:46 Changeset [4460] by bruno
Fix lily maven repo URLs (lilycms -> lilyproject).
11:44 Changeset [4459] by bruno
Fix doc URL for 0.2 release
11:44 Changeset [4458] by bruno
Change HBase version to the one tagged for 0.2 release.
11:33 Changeset [4457] by bruno
Dist project: - add it to the root pom, I assume this will be necessary …
10:08 Ticket #126 (Add logging to RowLog) closed by evert
fixed
10:07 Ticket #118 (Review error handling in RowLog) closed by evert
fixed
09:59 Changeset [4456] by bruno
Some comments.
09:59 Changeset [4455] by bruno
Fix incorrect rowlog IDs (were changed to lowercase).
09:28 Changeset [4454] by bruno
wrapper LILY_HOME instruction update

2010-10-28:

15:58 Changeset [4453] by bruno
HBase scanner closing: apply everywhere the idea that scanners should not …
15:32 Changeset [4452] by bruno
Uniformize the naming style of the maven version properties.
15:31 Changeset [4451] by bruno
LilyClient?: make use of default zk watcher, otherwise chance watcher gets …
15:30 Changeset [4450] by bruno
Add repository metrics in metrics.xml.
14:08 Ticket #120 (ListenerId is used for either an id, or a host+port) closed by evert
fixed: Explained the use of the listenerId for the host and port in case of the …
14:08 Changeset [4449] by evert
Added some explanation to the the use of the listenerId in the …
13:43 Changeset [4448] by bruno
clean up DELETE_MARKER
13:29 Changeset [4447] by bruno
Fix use of wrong cf/column names in BatchIndexBuilder?. Moved the …
13:28 Changeset [4446] by bruno
zomaar
13:24 Changeset [4445] by bruno
Only use one JobClient? instance (it is threadsafe), close it when we shut …
13:22 Changeset [4444] by bruno
Upgrade to newer Kauri snapshot to get new classloading.xml config syntax.
10:07 Ticket #92 (Documentation updates for 0.2) closed by bruno
fixed
10:07 Changeset [4443] by bruno
RecordType? javadoc: explain id/qname.
10:01 Ticket #84 (Binary packaging of Lily (.tar.gz)) closed by bruno
fixed: Samples are included, cli tools have descriptions, lily-mbox-import …
09:58 Changeset [4442] by bruno
Setting svn:ignore props.
09:55 Changeset [4441] by bruno
Add help texts for the index admin cli tools.
09:38 Changeset [4440] by bruno
Adding missing license headers + tool to check for missing license …
08:59 Changeset [4439] by bruno
Adding a little tool to list all outgoing links in the lily docs.
08:41 Ticket #50 (The table of a RowLogShard should inlcude the RowLog's Id in it's name) closed by evert
fixed: This has been fixed together with #59 in r4438
08:40 Ticket #59 (Bring uniformity in naming of HBase tables and column families) closed by evert
fixed: r4438 The HBase tables and columnFamilies are renamed as described below. …
08:34 Changeset [4438] by evert
Bringing uniformity in HBase table and column family names (#59 and #50)

2010-10-27:

16:41 Changeset [4437] by bruno
new image illustrating mixins and field set merging.
16:40 Changeset [4436] by bruno
Add id+namespaced name to record type.
08:07 Ticket #146 (Update REST itf docs to add /repository prefix) closed by bruno
fixed
07:55 Ticket #107 (REST itf: downloading blobs seems slow) closed by bruno
fixed: Closing this issue since it works fine through the bio workaround, though …
07:53 Ticket #148 (Set Content-Length for blobs) created by bruno
Currently we do not set the Content-Length when retrieving blobs, but this …
07:51 Ticket #88 (Clean shutdown of the Lily node) closed by bruno
fixed: Fixed the thread interruption in custom branch of cdh hbase: …
07:49 Ticket #145 (Make Hadoop webapp (web ui) work for launch-hadoop) closed by bruno
fixed: Verified that it works on windows too (r4432).
07:37 Changeset [4435] by bruno
IndexLockerTest?: * removed an assertion which was dependent on the speed …

2010-10-26:

17:00 Changeset [4434] by evert
*Added metrics ot the HBaseRepository. *Extended the javadocs of the …
15:28 Changeset [4433] by bruno
When doing a put on HTable, and this put fails with an exception, the put …
13:11 Changeset [4432] by bruno
Fixes in hadoop webapp extraction for Windows.
09:41 Changeset [4431] by bruno
Print error in LilySpecificResponder?.writeError to log instead of standard …
09:30 Changeset [4430] by bruno
Add AvroGenericException? to getFieldTypes() and getRecordTypes()
08:35 Changeset [4429] by bruno
Improve comments in the configuration files.
08:35 Changeset [4428] by bruno
Images: no meaningful changes (export settings).
07:50 Ticket #147 (Rename mimeType to mediaType) closed by bruno
fixed: Implemented in r4423

2010-10-25:

16:11 Changeset [4427] by bruno
* Moved mail sample README.txt content to the docs (website) * added tool …
16:09 Changeset [4426] by bruno
Adding new images.
13:02 Ticket #144 (RowLocker should use more complex token to identify lock ownership) closed by evert
fixed: Added a random number behind the timestamp to make the RowLock? unique. …
13:01 Changeset [4425] by evert
Adding a random number behind the timestamp of a rowlock. cfr #144
12:13 Changeset [4424] by bruno
Move books-sample files to appropriate directory.
12:13 Changeset [4423] by bruno
Use "media type" rather than "mime type", fixes #147.
12:11 Changeset [4422] by bruno
resolve-project-dependencies maven plugin: do not attempt to download …
10:26 Ticket #67 (Buffering of RowLogProcessor wakeup notifications) closed by evert
fixed: The wakeup notifications get buffered by 100ms. cfr r4421
10:23 Changeset [4421] by evert
Buffer RowLogProcessor? wakeup notifications (#67)
10:13 Ticket #143 (Renaming LilyCMS) closed by bruno
fixed: Java packages and Maven groupId's have been renamed. The package has …
09:32 Changeset [4420] by evert
Add metrics to count number of operations per second in tester tool.
08:16 Ticket #147 (Rename mimeType to mediaType) created by bruno
I think we should rename the Blob's mimeType property to mediaType (in the …

2010-10-24:

09:44 Changeset [4419] by bruno
Add missing dependency.
09:25 Changeset [4418] by bruno
* Add a launch-solr tool which makes it easy to launch a SOLR instance …
07:52 WikiStart edited by stevenn
(diff)

2010-10-23:

15:36 Changeset [4417] by bruno
Delete empty docs dir (images was moved to resources)
15:23 Changeset [4416] by bruno
Rename global/testfw to global/test-fw Fix binary dist after source tree …
14:50 Changeset [4415] by bruno
Reorganize the source tree root, into the following directories: * cr: …
14:26 Changeset [4414] by bruno
Rename lilycms to lilyproject in Java packages, maven group Ids, and other …
13:13 Changeset [4413] by bruno
* Change to a modified version of cdh3-beta hbase which should better …

2010-10-22:

07:28 Changeset [4412] by evert
Improving RowLog? error handling and logging.

2010-10-21:

16:36 Changeset [4411] by bruno
Misc fixes related to successful thread interruption.
16:33 Changeset [4410] by bruno
Misc fixes related to successful thread interruption.
16:30 Changeset [4409] by bruno
(Listener)SubscriptionHandler?: replaced use of Executor/Callable/Future?
16:25 Changeset [4408] by bruno
IndexLocker?: be sure to remove our lock even when interrupted. …
16:24 Changeset [4407] by bruno
TypeManager?: rework the cache refresh thread. Previously the refresh …

2010-10-20:

16:31 Changeset [4406] by bruno
* rowlog config mgr: implement removal of subscriptions when there are …
12:08 Changeset [4405] by bruno
Metrics improvements: * index updater and indexer should use same metrics …
11:25 Changeset [4404] by bruno
tester tool: - update metrics to use hadoop metrics util package, make …

2010-10-19:

15:13 Changeset [4403] by bruno
Change the metrics to make use of the org.apache.hadoop.metrics.util …
08:53 Changeset [4402] by bruno
mbox import tool: import was sometimes/often aborted too early in case …
07:44 Ticket #34 (TypeManager cache invalidation in distributed setup) closed by evert
fixed: The RemoteTypeManager? also caches its FieldTypes? and RecordTypes? (cfr …
07:39 Ticket #138 (Re-activate RowLogLocalEndToEndTest) closed by evert
fixed: This has been re-activated in r4355 and improved in the following commits.

2010-10-18:

16:54 Changeset [4401] by bruno
REST itf: remove the LocationHeaderFilter?. I was forgotten how all this is …
16:12 Changeset [4400] by bruno
Fix uninitialized log variable.
11:31 Changeset [4399] by bruno
Let tester tool retrieve Repository from LilyClient? for each operation. …
11:21 Changeset [4398] by bruno
Upgrade to newer Kauri that has suggestedPort feature + use it in the …
09:58 Changeset [4397] by bruno
REST itf: * fix testcases for introduced /repository prefix * add filter …
09:51 Ticket #146 (Update REST itf docs to add /repository prefix) created by bruno

2010-10-17:

16:14 Changeset [4396] by bruno
* Server process: add a webui module to show something at the root of the …
12:49 Changeset [4395] by bruno
Only add LILY_CLI_CLASSPATH to the classpath when it is defined, to avoid …
10:40 Changeset [4394] by bruno
testfw: make the Hadoop & HBase web ui's work when using launch-hadoop. …

2010-10-15:

14:42 Ticket #110 (RowLogEndToEndTest fails on MacOS X) closed by bruno
fixed: This problem seems to be resolved, I ran the tests multiple times (with …
12:27 Changeset [4393] by bruno
MR job: catch any throwable, not sure where they would otherwise be …
12:26 Changeset [4392] by bruno
Fix javadoc typos, like the past tense of to lose which is 'lost' not …
11:53 Ticket #83 (Complete index rebuilding) closed by bruno
fixed
11:53 Ticket #132 (Error handling in indexer fullbuild map reduce job) closed by bruno
fixed: If a record fails to be indexed, a counter is augmented rather than …
11:49 Ticket #131 (Parallel processing in the fullbuild mapreduce job) closed by bruno
fixed: Implemented in r4380.
11:48 Changeset [4391] by bruno
batch build mr task: log errors via commons logging.
11:41 Changeset [4390] by bruno
Cleanup log4j.properties which was copied from Kauri.
10:02 Changeset [4389] by evert
Simplified bookkeeping of ValidationMessageListener?
09:44 Changeset [4388] by bruno
mbox import tool: add a clarification about the provided timings.

2010-10-14:

16:44 Ticket #88 (Clean shutdown of the Lily node) reopened by bruno
I'm reopening this issue as stopping the lily node fails again regularly. …
16:41 Changeset [4387] by bruno
Index batch build: * make number of threads in IndexingMapper?
16:38 Changeset [4386] by bruno
launch-hadoop: mini mapreduce cluster: make sure the task node uses a …
16:37 Ticket #145 (Make Hadoop webapp (web ui) work for launch-hadoop) created by bruno
When launching the MiniMRCluster (or MiniDFSCluster), the web ui does not …
16:29 Changeset [4385] by bruno
Add some time/performance numbers at the end of the import.
15:33 Changeset [4384] by bruno
Rename project & package fullbuild to batchbuild.
14:24 Changeset [4383] by bruno
Setting svn:ignore properties
14:22 Changeset [4382] by bruno
Index batch build: * store tracking URL in batch build info + show in …
12:32 Changeset [4381] by evert
Set the size of the MessagesWorkQueue? back to 100 instead of 1 since that …
08:37 Changeset [4380] by bruno
Indexer batch rebuild: * introduce parallel processing in IndexingMapper?
07:19 Ticket #123 (Create existing subscription should inform caller) closed by bruno
fixed: This has been addressed in r4336. It still works silently as before, see …
06:18 Changeset [4379] by evert
Minor bugfix: wait for subscription2 to be known by the rowlog in …

2010-10-13:

15:36 Ticket #130 (IndexerWorker: start multiple listeners for each subscription) closed by bruno
fixed
15:35 Changeset [4378] by bruno
Augment number of listeners per index back to 3, works fine.
15:17 Changeset [4377] by bruno
Update outdated server process readme.
15:07 Changeset [4376] by bruno
IndexerMaster?: fix NPE in JobClient? instantiation (since move to hadoop …
14:49 Changeset [4375] by bruno
Upgrade to newer Kauri, remove duplication of kauri-related version …
14:12 Changeset [4374] by evert
Make sure RowLogEndToEndTest? sets the amount of expected messages before …
13:53 Ticket #144 (RowLocker should use more complex token to identify lock ownership) created by bruno
Currently RowLocker? uses System.currentTimeMillis as token to identify who …
13:38 Changeset [4373] by bruno
Binary dist: some finishing touches.
12:55 Changeset [4372] by bruno
Various fixes to windows scripts. Use newer version of maven assembly …
12:37 Changeset [4371] by evert
Correcting typo in log message.
12:22 Changeset [4370] by evert
Let the RemoteListenerHandler? only write to the channel when the channel …
10:24 Changeset [4369] by evert
Improved the way InterruptedException? is handled by the RowLog? and other …
10:08 Changeset [4368] by bruno
Add a maven plugin to download kauri-runtime-launcher and its dependencies …
09:46 Changeset [4367] by bruno
Binary distribution: adding Java service wrapper. Adding Windows variants …
09:36 Changeset [4366] by bruno
Handle border case
09:35 Changeset [4365] by bruno
Build system: remove requirement to download SOLR and to configure its …
06:55 Changeset [4364] by evert
Improve error handling when publishing and unpublishing host information …

2010-10-12:

15:51 Changeset [4363] by bruno
Introducing binary distribution build: * Added a Maven plugin to produce …
15:29 Changeset [4362] by evert
Make the RowLogEndToEndTests? stop when they take too long.
14:53 Changeset [4361] by evert
RowLogTest? should also wait for the subscriptions to be known by the …
14:13 Changeset [4360] by evert
Make sure when putting messages on the rowlogshard the same set of …
11:41 Changeset [4359] by evert
Let the remoteTypeManager only initialize its cache once the AvroConnector?
08:26 Changeset [4358] by bruno
row log end to end test: use a large ZooKeeper? timeout, seems to help the …

2010-10-11:

16:13 Changeset [4357] by bruno
Fix json parsing in RestTest? (should use non-std json features). Changed …
15:44 Changeset [4356] by evert
Disabling RowLogLocalEndToEndTest? again. Still seems to give problems on …
15:29 Changeset [4355] by evert
RemoteTypeManager? caches FieldTypes? and RecordTypes? and refreshes its …
14:21 Ticket #61 (Fully-distributed setup) closed by bruno
fixed: We can now run multiple Lily nodes, the important topics have been …
14:16 Ticket #33 (Handle disappearing and reappearing ZK connection in Lily nodes) closed by bruno
fixed: Closing this issue, ZooKeeper? usage and understanding should be much …
14:05 Ticket #74 (Routing towards different SOLR shards in the Indexer) closed by bruno
fixed
14:05 Ticket #70 (Indexer should lock record it is working on) closed by bruno
fixed: Considering this as ok for 0.2.
14:02 Ticket #133 (Implement all increment index update states) closed by bruno
fixed: (In [4354]) Indexer: implement removal of MQ subscription when state is …
14:02 Changeset [4354] by bruno
Indexer: implement removal of MQ subscription when state is …
13:58 Ticket #127 (Growing amount of Watchers on ZK by RowLogConfigurationManager) closed by bruno
fixed: This was fixed in r4330.
12:31 Changeset [4353] by bruno
SubscriptionExecutionState?: write a version number before the serialized …
12:23 Changeset [4352] by bruno
json/jackson use cleanup
11:31 Changeset [4351] by bruno
Implement JsonFormat?.deserialize also using ObjectMapper?. Just cleanup, …
11:29 Changeset [4350] by bruno
Declare version number of maven-avro-plugin in root pom.
09:58 Changeset [4349] by bruno
Changing HBase/Hadoop to the Cloudera versions. HBase is patched with the …

2010-10-09:

13:14 Changeset [4348] by bruno
indexer worker config: change default to 1 index updater per indexer (per …
12:56 Changeset [4347] by bruno
mbox-import tool: improve performance of MboxInputStream?
11:14 Changeset [4346] by bruno
Indexer engine: the Tika parser is thread safe and takes quite some time …

2010-10-08:

16:47 Changeset [4345] by bruno
SubscriptionExecutionState?: changing serialized format from JSON to Avro. …
16:43 Changeset [4344] by bruno
Add missing argument.
16:19 Changeset [4343] by bruno
mbox import tool: avoid the update of the message record by letting the …
16:10 Changeset [4342] by evert
Let HBaseTypeManager.getFieldTypeById and getRecordTypeById make use of …
15:52 Changeset [4341] by evert
Adding dependency on lily-zk-util.
14:52 Changeset [4340] by evert
TypeManager? uses Zookeeper to inform and get informed of any changes so …
13:31 Changeset [4339] by bruno
Improve Jackson usage: do not construct an ObjectMapper? upon each use, but …
13:07 Changeset [4338] by bruno
IndexerWorker?: start multiple listeners for each index updater, re #130.
12:20 Ticket #143 (Renaming LilyCMS) created by stevenn
The overall project is now called 'Lily Project', where (previously) …
09:44 Ticket #135 (IndexerWorker: review for correct ZK usage) closed by bruno
fixed: IndexerWorker? does not shut down its index updaters when the ZK connection …
09:40 Ticket #137 (IndexerModel: review for correct ZK usage) closed by bruno
fixed: IndexerModel? had quite some problems in its ZK use, it was improved in …
09:38 Ticket #134 (ZkUtil.retryOperation implementation improvement) closed by bruno
fixed: Implemented in r4325.
09:37 Ticket #136 (ZooKeeperItf: add method to add default watchers) closed by bruno
fixed: Implemented in r4325.
09:36 Ticket #139 (IndexerMaster: assure assigned subscription IDs are unique) closed by bruno
fixed: The subscription ID's for the index updater are now prefixed with …
09:35 Changeset [4337] by bruno
Change prefix for index update MQ subscriptions from 'IndexUpdater?: ' to …
09:26 Changeset [4336] by bruno
RowLogConfigurationManager?.addSubscription: remove …
09:05 Changeset [4335] by bruno
Forgot to add this file in r4333.
08:44 Ticket #119 (Consider renaming SubscriptionContext to RowLogSubscription) closed by bruno
fixed: (In [4334]) Renamed Subscription to RowLogSubscription? as I see that is …
08:44 Changeset [4334] by bruno
Renamed Subscription to RowLogSubscription? as I see that is what was …
08:40 Changeset [4333] by bruno
Store subscription data as JSON instead of simple byte concatenation, will …

2010-10-07:

16:52 Changeset [4332] by bruno
Rowlog conf mgr: some initial work on exception handling and introducing …
16:51 Changeset [4331] by bruno
IndexerModelTest?: do not rely on exact ordering of events (depends on …
15:57 Changeset [4330] by bruno
Improved ZooKeeper? usage in rowlog: made it safe against connection …
12:13 Ticket #24 (Optimize loading of versioned fields) closed by evert
fixed: r4329 We went for solution 1. But instead of using timestamp 0, we use …
12:11 Changeset [4329] by evert
Optimize loading of versioned fields. (#24) Deleting a record just marks …
09:28 Changeset [4328] by bruno
Fix and simplify ZK watcher within IndexerModelImpl?: we made use of …

2010-10-06:

13:08 Changeset [4327] by bruno
Since HBase mini cluster shutdown has a tendency of sometimes failing …
12:37 Changeset [4326] by bruno
Keep track of what the zookeeper event thread is, and throw an exception …
11:50 Changeset [4325] by bruno
Move retryOperation from ZkUtil? to ZooKeeperItf?. Added methods for …
11:50 Changeset [4324] by bruno
Simplify: a complete method wrapped in synchronized(this) can as well be …
10:33 Changeset [4323] by bruno
RowLogProcessorImpl?: fix a possible deadlock: subscriptionsChanged() is …
09:57 Changeset [4322] by bruno
Learned a nice trick to work around the lack of an IdentitySet?: …
09:39 Changeset [4321] by bruno
Rename ZkUtil?.retryOperationForever method to ZkUtil?.retryOperation. This …
09:34 Changeset [4320] by bruno
Make sure the ZK client connection is closed when shutting down the Lily …
09:31 Ticket #129 (Upgrade to Avro 1.4) closed by bruno
fixed: Did the upgrade of Avro in r4319. Did not yet use Netty connector, simply …
09:07 Changeset [4319] by bruno
Upgrade to more recent Avro. Was going to use the 1.4.0 release but since …
09:00 Ticket #142 (LilyClient should be able to deal with bad connections) created by bruno
LilyClient? should have some way to deal with repositories which are in its …

2010-10-05:

14:50 Ticket #63 (Make server process Kauri modules for the RowLog MQ and WAL processors) closed by bruno
fixed: Implemented in r4308.
14:49 Ticket #56 (Run only one RowLogProcessor per shard cluster wide) closed by bruno
fixed: Leader election for running the message queue row log processor was added …
14:43 Ticket #141 (Add testcase for indexer components (master/worker/fullbuild)) created by bruno
We should have an automated testcase for these components, to verify at …
14:40 Ticket #140 (Review indexer engine code for not eating InterruptedExceptions) created by bruno
One case I've noticed is VersionTag? which catches Throwables. This is …
14:38 Ticket #139 (IndexerMaster: assure assigned subscription IDs are unique) created by bruno
Right now the IndexerMaster? is not sure that the MQ subscription it …
14:35 Ticket #138 (Re-activate RowLogLocalEndToEndTest) created by bruno
This test is currently completely commented out since it was failing, see …
14:33 Ticket #137 (IndexerModel: review for correct ZK usage) created by bruno
IndexerModel? needs some review for its ZK usage. Especially not eating …
14:31 Ticket #136 (ZooKeeperItf: add method to add default watchers) created by bruno
Especially for watching connection-related state events, it is interesting …
14:29 Ticket #135 (IndexerWorker: review for correct ZK usage) created by bruno
The IndexerWorker? needs to be review for correct ZK usage, especially with …
14:28 Ticket #134 (ZkUtil.retryOperation implementation improvement) created by bruno
The current implementation of ZkUtil?.retryOperation is not very …
14:25 Ticket #133 (Implement all increment index update states) created by bruno
The index update states SUBSCRIBE_DO_NOT_LISTEN and DO_NOT_SUBSCRIBE still …
14:25 Ticket #132 (Error handling in indexer fullbuild map reduce job) created by bruno
We need to have a look at error handling in the fullbuild MR job. …
14:22 Ticket #131 (Parallel processing in the fullbuild mapreduce job) created by bruno
For similar reasons as in #130, the fullbuild mapreduce job should run …
14:21 Ticket #130 (IndexerWorker: start multiple listeners for each subscription) created by bruno
This should improve indexing throughput, which spends quite some time …
14:20 Ticket #129 (Upgrade to Avro 1.4) created by bruno
This is in the context of a wrapping of ConnectException? withing an …
13:34 Ticket #88 (Clean shutdown of the Lily node) closed by stevenn
fixed
13:27 Ticket #128 (Consistent approach for creating HBase schema) created by stevenn
09:41 Ticket #127 (Growing amount of Watchers on ZK by RowLogConfigurationManager) created by evert
Stopping and starting the RowLogProcessor? results in a growing amount of …
09:27 Changeset [4318] by bruno
Server process / REST itf: do not use a fixed port number for the HTTP …
09:26 Ticket #126 (Add logging to RowLog) created by evert
Add more informative logging to the RowLog? framework.
09:21 Ticket #125 (Refine RowLogMessageListenerMapping to listener level) created by evert
Currently the RowLogMessageListenerMapping? maps SubscriptionIds? to …
09:07 Ticket #124 (Use stateless, singleton ChannelHandlers in ...) created by evert
Let the RemoteListenersSubscriptionHandler? use stateless, singleton …
09:06 Changeset [4317] by bruno
Server process: activate the message queue row log processor on only 1 …
09:01 Ticket #123 (Create existing subscription should inform caller) created by evert
When calling the addSubscription method on RowLogConfigurationManager? it …
08:57 Ticket #122 (Update subscriptions on the RowLogConfigurationManager) created by evert
Add some calls to allow to update existing subscriptions on the …
08:55 Ticket #121 (Extend RowLogConfigurationManager for RowLog) created by evert
Extend the RowLogConfigurationManager? with calls for configuration of the …
08:40 Ticket #120 (ListenerId is used for either an id, or a host+port) created by evert
The RowLogConfigurationManager#addListener? call accepts a string as …
08:19 Ticket #119 (Consider renaming SubscriptionContext to RowLogSubscription) created by evert
The SubscriptionContext? is a value object describing the subscription that …
08:11 Ticket #118 (Review error handling in RowLog) created by evert
Review the errors that are thrown in and by the RowLog? and related …
07:52 Ticket #27 (Introduce AbstractRepository) closed by evert
wontfix: An AbstractRepository? class is not really needed here. It is ok like it is …

2010-10-04:

16:07 Changeset [4316] by bruno
Some test cleanup/fixes which makes the tests run for me without forkMode …
16:01 Changeset [4315] by bruno
Remove empty dir.
13:34 Changeset [4314] by bruno
Enable link index updating in the server process: * Moved …
13:03 Changeset [4313] by bruno
Move rowlog-impl dependency from indexer-engine to indexer-worker, since …
12:56 Changeset [4312] by bruno
Clean up remaining getId()/getMaxTries() methods in RowLogMessageListener?
12:38 Changeset [4311] by bruno
Indexer fullbuild MR job: - pass a dummy rowlog impl to the embedded …
12:19 Changeset [4310] by bruno
Google Guava became a HBase client dependency.
09:50 Ticket #117 (Test Lily against CDH-current) created by stevenn
Lily must install and run well against Cloudera Distribution for Hadoop …

2010-10-01:

16:21 Changeset [4309] by bruno
* RowLogLocalEndToEndTest?: temporarily commented out the whole test as it …
15:17 Ticket #64 (Pushing messages to listeners in other JVMs) closed by evert
fixed: The RowLogConfigurationManager? allows to define if the listeners of a …
14:55 Ticket #116 (Allow for a mix of local and remote RowLog listeners on a subscription) created by evert
The RowLogConfigurationManager? allows to define at subscription level if …
14:49 Ticket #49 (MQ should serve multiple listeners) closed by evert
fixed: The RowLogConfigurationManager? allows to register multiple listeners on a …
14:29 Ticket #66 (Notify RowLog and RowLogProcessor when consumers are (un-)registered) closed by evert
fixed: The RowLogConfigurationManager? allows to register subscriptions (formerly …
14:26 Ticket #52 (RowLog should not call the RowLogProcessor directly when new consumers are ...) closed by evert
fixed: The RowLogConfigurationManager? allows to register subscriptions (formerly …
14:10 Changeset [4308] by bruno
Adjust the Lily server node to the changes happening in rowlog-land: * …
13:46 Changeset [4307] by bruno
Move to latest HBase trunk with patch for HBASE-3064 (Long sleeping in …
13:30 Changeset [4306] by evert
RowLogConfigurationManager? should not close the zookeeper connection it …
12:34 Changeset [4305] by evert
RowLogConfigurationManager? now accepts a ZooKeeperItf? as parameter in its …
11:14 Changeset [4304] by bruno
Move MessageQueueFeeder? from repository-impl to rowlog-impl project, …
09:58 Changeset [4303] by evert
Pull Wal (RowLog?) instantiation out of HBaseRepository
09:49 Changeset [4302] by bruno
Improvements to ZooKeeper? usage within LilyClient?: - check on startup if …
08:38 Ticket #62 (Pull RowLog processor instantiation out of Repository) closed by evert
fixed: r4297
08:19 Changeset [4301] by evert
Rename ListenerClassMapping? to RowLogMessageListenerMapping?. Register …

2010-09-30:

16:06 Ticket #111 (Write ahead log secondary actions (= rowlog consumers) error handling) closed by evert
fixed: Subscriptions on a Rowlog can be ordered by giving them an order number. A …
16:04 Changeset [4300] by evert
Subscriptions on a Rowlog can be ordered by giving them an order number. A …

2010-09-29:

15:53 Changeset [4299] by bruno
Refactored the IndexerMaster? to better handle ZK disconnection/connection …
15:27 Changeset [4298] by evert
Also setup messageQueue and messageQueueProcessor in AvroRepositoryTest?
14:51 Changeset [4297] by evert
RowLog? subscriptions and listeners are configured through the …
14:03 Changeset [4296] by bruno
Fix indexing of deref values pointing to multivalue fields (needs …
10:05 Changeset [4295] by bruno
Publish an MBean for ZooKeeper? so that one can query what the ZK session …
Note: See TracTimeline for information about the timeline view.