Timeline


and

2010-06-11:

15:48 Changeset [4078] by evert
Reduced the amount of HBase locks on RowLog?
15:44 Ticket #21 (Query scanner should be closeable) closed by bruno
fixed: (In [4077]) Fix #21: Query scanner should be closeable.
15:44 Changeset [4077] by bruno
Fix #21: Query scanner should be closeable.
15:25 Ticket #43 (Add some missing essential primitive types: decimal, double, long) created by bruno
Summary says it all.
15:24 Changeset [4076] by bruno
API convenience: add Record.setRecordType(name) method, thus without …
15:21 Ticket #42 (Blob filename cannot be null) created by bruno
(not verified, came up in mmlab meeting) the filename of blobs is a …
15:20 Ticket #41 (API: easier & shorter ways to work with blobs.) created by bruno
It would be helpful to have some convenience methods for working with …
15:13 Ticket #40 (API: RecordType.addMixin: make version argument optional) created by bruno
In analogy when Record.setRecordType(name, version), it would be nice and …
15:02 Changeset [4075] by bruno
Add shortcut methods to create variant record id's when you do not have a …
09:59 Ticket #39 (Hardcoded 'lat-kind' hostname in server process services.xml) created by bruno
There's still a hardcoded hostname and port in the server process spring …

2010-06-10:

16:33 Ticket #1 (Creating a record with no versions returns 1 on Record.getVersion()) closed by bruno
fixed: (In [4074]) Fix #1: Creating a record with no versions returns 1 on …
16:33 Ticket #2 (First version created in an existing record: version 2) closed by bruno
fixed: (In [4074]) Fix #1: Creating a record with no versions returns 1 on …
16:33 Changeset [4074] by bruno
Fix #1: Creating a record with no versions returns 1 on …
15:02 Ticket #16 (Introduce a VersionNotFoundException) closed by bruno
fixed: (In [4073]) Throw a VersionNotFoundException? instead of a …
15:02 Changeset [4073] by bruno
Throw a VersionNotFoundException? instead of a RecordNotFoundException? if a …
14:01 Changeset [4072] by bruno
Change the string syntax of RecordId? and Link, to make it easily …
09:55 Ticket #38 (Improve speed of testcases that make use of HBaseTestingUtility) created by bruno
It seems that it is not the startup of HBase that takes the bulk of time, …
08:05 Changeset [4071] by bruno
Adding some more repository.stop() calls in testcases.

2010-06-09:

16:34 Changeset [4070] by bruno
Link value type: use a Link object as value rather than RecordId?. The Link …
16:30 Changeset [4069] by bruno
Temporarily disable rowlog tests so that build would run.
12:17 Changeset [4068] by evert
Removing rowlog/api/src.main.java
10:22 Changeset [4067] by bruno
* Add an explicit stop method on HBaseRepository to stop the …
09:09 Changeset [4066] by bruno
Setting svn:ignore property
09:08 Changeset [4065] by bruno
Indexer: * Introduce formatters to format non-string types. There is a …
09:05 Ticket #11 (Timezone-awareness of DATE PrimitiveValueType) reopened by bruno
The original subject of this issue was not really correct: java.util.Date …
08:45 Ticket #11 (Timezone-awareness of DATE PrimitiveValueType) closed by bruno
fixed: (In [4064]) * Separating primitive value type DATE into DATE and DATETIME. …
08:45 Changeset [4064] by bruno
* Separating primitive value type DATE into DATE and DATETIME. Make use of …
08:41 Changeset [4063] by bruno
HierarchyPath?: change constructor to varargs for easier usage.
08:10 Changeset [4062] by karel
fixing the build src.main.java -> src/main/java changed id of lilycms …
07:29 Changeset [4061] by evert
Adding rowlog folder

2010-06-04:

16:25 Changeset [4060] by evert
Basic verions of the WAL and MQ based on the RowLog? component. Some tests …
13:32 Changeset [4059] by bruno
Indexer: when indexing for vtag 'versionless', deref'ing versioned fields …
11:59 Changeset [4058] by bruno
comment improvements

2010-06-01:

13:21 Changeset [4057] by bruno
Use compile scope for hadoop-test, so it is also available for projects …
12:22 Changeset [4056] by bruno
Some more arrows.
10:53 Changeset [4055] by bruno
Change kauri svn url.
10:03 Changeset [4054] by bruno
* Use a Kauri build with a svn revision number in its version, depoyed on …
10:00 Changeset [4053] by stevenn
Make sure Surefire tests get enough breathing room

2010-05-31:

16:12 Changeset [4052] by bruno
Fix build problem caused by unfindable hadoop-test jar.
15:51 Changeset [4051] by bruno
Add REAME.txt to explain how to run the Lily repo node.
15:45 Changeset [4050] by bruno
process/server pom fixes: fixing incorrect parent pom reference, add …
15:42 Ticket #37 (Recovery of clients talking to dissapearing Lily repo nodes) created by bruno
Should we have an automatic retry mechanism, that looks up another …
15:34 Ticket #36 (Consider making the repository and type manager available over the same ...) created by bruno
Currently the repository and type manager listen to different ports. …
15:32 Ticket #35 (Avro SocketTransceiver "not intended for production purposes") created by bruno
15:28 Ticket #34 (TypeManager cache invalidation in distributed setup) created by bruno
The (not-remote) TypeManager? maintains a field type cache. In a setup …
15:22 Ticket #33 (Handle disappearing and reappearing ZK connection in Lily nodes) created by bruno
If a Lily node's ZK session expires, what should it do? Is it possible …
15:16 Ticket #32 (Avoid conflicts for initial HBase table creation) created by bruno
If multiple lily repository nodes are started concurrently on a blank …
15:14 Ticket #31 (Cluster-wide configuration: blobstores, value types, ...) created by bruno
Currently registering blobstores and value types is done using …
14:16 Changeset [4049] by bruno
Setting svn:ignore properties
14:14 Changeset [4048] by bruno
Adding standalone kauri-based lily node which registers itself in …
14:02 Changeset [4047] by bruno
Remote repository & type manager: allow to specify address instead of only …

2010-05-27:

08:17 Changeset [4046] by bruno
Upgrade to newer hbase. Note: hbase svn repository moved because of the …

2010-05-25:

14:02 Changeset [4045] by evert
Introduced WalEntryFactory?

2010-05-21:

15:37 Changeset [4044] by evert
First verions of the Write Ahead Log

2010-05-14:

08:29 Changeset [4043] by bruno
Change variant tutorial: print list of variants as output.
08:12 Changeset [4042] by bruno
Repository API: move exceptoins from subpackage to main api package.
08:08 Changeset [4041] by bruno
Some updates to the repository api javadoc. Moved the class IdRecordImpl?
08:00 Changeset [4040] by bruno
Some small updates to the images.

2010-05-12:

15:47 Ticket #14 (Can variant records exist without corresponding master record?) closed by bruno
fixed: I'm closing this issue, the decision is to not require the master record …
09:34 Changeset [4039] by bruno
Tutorial: variant record sample.
09:33 Changeset [4038] by bruno
Remove the check that prevents creation of a variant record when its …
Note: See TracTimeline for information about the timeline view.