Timeline
2010-06-11:
- 15:48 Changeset [4078] by
- Reduced the amount of HBase locks on RowLog?
- 15:44 Ticket #21 (Query scanner should be closeable) closed by
- fixed: (In [4077]) Fix #21: Query scanner should be closeable.
- 15:44 Changeset [4077] by
- Fix #21: Query scanner should be closeable.
- 15:25 Ticket #43 (Add some missing essential primitive types: decimal, double, long) created by
- Summary says it all.
- 15:24 Changeset [4076] by
- API convenience: add Record.setRecordType(name) method, thus without …
- 15:21 Ticket #42 (Blob filename cannot be null) created by
- (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
- 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
- In analogy when Record.setRecordType(name, version), it would be nice and …
- 15:02 Changeset [4075] by
- 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
- 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
- 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
- fixed: (In [4074]) Fix #1: Creating a record with no versions returns 1 on …
- 16:33 Changeset [4074] by
- Fix #1: Creating a record with no versions returns 1 on …
- 15:02 Ticket #16 (Introduce a VersionNotFoundException) closed by
- fixed: (In [4073]) Throw a VersionNotFoundException? instead of a …
- 15:02 Changeset [4073] by
- Throw a VersionNotFoundException? instead of a RecordNotFoundException? if a …
- 14:01 Changeset [4072] by
- 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
- It seems that it is not the startup of HBase that takes the bulk of time, …
- 08:05 Changeset [4071] by
- Adding some more repository.stop() calls in testcases.
2010-06-09:
- 16:34 Changeset [4070] by
- Link value type: use a Link object as value rather than RecordId?. The Link …
- 16:30 Changeset [4069] by
- Temporarily disable rowlog tests so that build would run.
- 12:17 Changeset [4068] by
- Removing rowlog/api/src.main.java
- 10:22 Changeset [4067] by
- * Add an explicit stop method on HBaseRepository to stop the …
- 09:09 Changeset [4066] by
- Setting svn:ignore property
- 09:08 Changeset [4065] by
- Indexer: * Introduce formatters to format non-string types. There is a …
- 09:05 Ticket #11 (Timezone-awareness of DATE PrimitiveValueType) reopened by
- The original subject of this issue was not really correct: java.util.Date …
- 08:45 Ticket #11 (Timezone-awareness of DATE PrimitiveValueType) closed by
- fixed: (In [4064]) * Separating primitive value type DATE into DATE and DATETIME. …
- 08:45 Changeset [4064] by
- * Separating primitive value type DATE into DATE and DATETIME. Make use of …
- 08:41 Changeset [4063] by
- HierarchyPath?: change constructor to varargs for easier usage.
- 08:10 Changeset [4062] by
- fixing the build src.main.java -> src/main/java changed id of lilycms …
- 07:29 Changeset [4061] by
- Adding rowlog folder
2010-06-04:
- 16:25 Changeset [4060] by
- Basic verions of the WAL and MQ based on the RowLog? component. Some tests …
- 13:32 Changeset [4059] by
- Indexer: when indexing for vtag 'versionless', deref'ing versioned fields …
- 11:59 Changeset [4058] by
- comment improvements
2010-06-01:
- 13:21 Changeset [4057] by
- Use compile scope for hadoop-test, so it is also available for projects …
- 12:22 Changeset [4056] by
- Some more arrows.
- 10:53 Changeset [4055] by
- Change kauri svn url.
- 10:03 Changeset [4054] by
- * Use a Kauri build with a svn revision number in its version, depoyed on …
- 10:00 Changeset [4053] by
- Make sure Surefire tests get enough breathing room
2010-05-31:
- 16:12 Changeset [4052] by
- Fix build problem caused by unfindable hadoop-test jar.
- 15:51 Changeset [4051] by
- Add REAME.txt to explain how to run the Lily repo node.
- 15:45 Changeset [4050] by
- 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
- 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
- Currently the repository and type manager listen to different ports. …
- 15:32 Ticket #35 (Avro SocketTransceiver "not intended for production purposes") created by
- 15:28 Ticket #34 (TypeManager cache invalidation in distributed setup) created by
- 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
- 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
- If multiple lily repository nodes are started concurrently on a blank …
- 15:14 Ticket #31 (Cluster-wide configuration: blobstores, value types, ...) created by
- Currently registering blobstores and value types is done using …
- 14:16 Changeset [4049] by
- Setting svn:ignore properties
- 14:14 Changeset [4048] by
- Adding standalone kauri-based lily node which registers itself in …
- 14:02 Changeset [4047] by
- Remote repository & type manager: allow to specify address instead of only …
2010-05-27:
- 08:17 Changeset [4046] by
- Upgrade to newer hbase. Note: hbase svn repository moved because of the …
2010-05-25:
- 14:02 Changeset [4045] by
- Introduced WalEntryFactory?
2010-05-21:
- 15:37 Changeset [4044] by
- First verions of the Write Ahead Log
2010-05-14:
- 08:29 Changeset [4043] by
- Change variant tutorial: print list of variants as output.
- 08:12 Changeset [4042] by
- Repository API: move exceptoins from subpackage to main api package.
- 08:08 Changeset [4041] by
- Some updates to the repository api javadoc. Moved the class IdRecordImpl? …
- 08:00 Changeset [4040] by
- Some small updates to the images.
2010-05-12:
- 15:47 Ticket #14 (Can variant records exist without corresponding master record?) closed by
- fixed: I'm closing this issue, the decision is to not require the master record …
- 09:34 Changeset [4039] by
- Tutorial: variant record sample.
- 09:33 Changeset [4038] by
- Remove the check that prevents creation of a variant record when its …
Note: See TracTimeline
for information about the timeline view.