aboutsummaryrefslogtreecommitdiffstats
path: root/mdbc-server/src/main/resources/mdbc.properties
AgeCommit message (Collapse)AuthorFilesLines
2019-08-07Configurable "write only locks"Tschaen, Brendan1-0/+2
Issue-ID: MUSIC-466 Signed-off-by: Tschaen, Brendan <ctschaen@att.com> Change-Id: I29c9e0fab3432d152824080ac197a57e0eaf0eff
2019-07-25Split partition using MRUTschaen, Brendan1-1/+5
Most recently used approach to splitting a partition. Split happens when committing, we see what we've used from existing partition and splits accordingly. This feature is configurable via the mdbc.properties file. Issue-ID: MUSIC-404 Signed-off-by: Tschaen, Brendan <ctschaen@att.com> Change-Id: Ie33f4d1ae0e6253678062558015c2a10c4fae614
2019-05-03Implement postgres, fixes to eventual, and many bug fixesArthur Martella1-4/+9
Streamline upper and lower cases for Ranges Fix initialization of system Merged version of commit https://gerrit.onap.org/r/#/c/86160/ Change-Id: I169ed56ff79ff0a2e14ab9bc5e0467d1c0b9f0a9 Issue-ID: MUSIC-387 Signed-off-by: Arthur Martella <arthur.martella.1@att.com>
2018-11-20MusicSqlManager Removal, othe code refactorsTschaen, Brendan1-4/+2
MusicSqlManager not required in current setup Current code condensed and absorbed into MdbcConnection and MusicMixin Modify deprecated names "CassandraMixin" to "MusicMixin" Change-Id: If68f8937a385c19d901c56e5795ddc0acf45d399 Issue-ID: MUSIC-198 Signed-off-by: Tschaen, Brendan <ctschaen@att.com>
2018-11-16TxDigest replay and code restructureTschaen, Brendan1-2/+5
Spin off replay daemon in its own object Create musictxdaemon test Fix licensing issue MusicRow Info has database partition object Change-Id: I22117f8e9309fb5d8bc99ec35d4145e655f4e5a2 Issue-ID: MUSIC-166 Signed-off-by: Tschaen, Brendan <ctschaen@att.com>
2018-11-05Modularized mdbc buildRob Daugherty1-0/+12
The mdbc pom should inherit from oparent. The top-level pom should not build the jar directly. It should be a parent pom for mdbc submodules. The first submodule will be called mdbc-server. Note: the "mdbc" jar will now be called "mdbc-server". Change-Id: I4456e659b7494641e5b3cefd540eb62a149b79a4 Issue-ID: MUSIC-175 Signed-off-by: Rob Daugherty <rd472p@att.com>