Age | Commit message (Collapse) | Author | Files | Lines |
|
Reimplement benchmark
Improve serialization using proto
Change staging table structure
Change-Id: Ic13787f81eb7443807efde0e407ab3a4c71a5d64
Issue-ID: MUSIC-327
Signed-off-by: Enrique Saurez <enrique.saurez@gmail.com>
|
|
Change-Id: I240b94f7381c45b548b8d70714a4fcdb383a14aa
Issue-ID: MUSIC-337
Signed-off-by: Tschaen, Brendan <ctschaen@att.com>
|
|
Issue-ID: MUSIC-319
Change-Id: I7433e7d71c44ffe623e560863e7e1fd9c0f247ce
Signed-off-by: st782s <statta@research.att.com>
|
|
Created junit tests
Fix files code formatting
Issue-ID: MUSIC-311
Change-Id: I9e11a17482a2567055fdee0da8e206ac92235d5f
Signed-off-by: Tschaen, Brendan <ctschaen@att.com>
|
|
Issue-ID: MUSIC-309
Change-Id: Ic3d1095e4fa10da8ef06b62884db0c9e6ebb7612
Signed-off-by: Tschaen, Brendan <ctschaen@att.com>
|
|
Issue-ID: MUSIC-276
Change-Id: I5c2e7ee79301ebca71abda952153eed89eea3f8f
Signed-off-by: st782s <statta@research.att.com>
|
|
|
|
Change-Id: I24a756971b8b653cf2c753f76995b53c53b68d52
Issue-ID: MUSIC-289
Signed-off-by: Tschaen, Brendan <ctschaen@att.com>
|
|
Issue-ID: MUSIC-281
Signed-off-by: Enrique Saurez<enrique.saurez@gmail.com>
Change-Id: I3bc685e30e064c1c93386301385115632b179449
|
|
Change-Id: Ia442afe3146a532b01f8e7ef0f26c2dcbfdf4334
Issue-ID: MUSIC-281
Signed-off-by: Enrique Saurez <enrique.saurez@gmail.com>
|
|
Issue-ID: MUSIC-276
Change-Id: Ie6b2508c57f0a7b677f48f87c991adcd613147cc
Signed-off-by: st782s <statta@research.att.com>
|
|
This happens when the TablesConfiguration is done.
It's apparently caused because music jar was compiled with
netty 4.1, but the version present at runtime is 4.0.
The solution I propose is to add an explicit dependency in
mdbc for netty 4.1, which should override the 4.0 version
pulled in by cassandra.
Exception (java.lang.AbstractMethodError) encountered during startup: io.netty.util.concurrent.MultithreadEventExecutorGroup.newChild(Ljava/util/concurrent/Executor;[Ljava/lang/Object;)Lio/netty/util/conc
urrent/EventExecutor;
java.lang.AbstractMethodError: io.netty.util.concurrent.MultithreadEventExecutorGroup.newChild(Ljava/util/concurrent/Executor;[Ljava/lang/Object;)Lio/netty/util/concurrent/EventExecutor;
Change-Id: Ie658ce4a7621eb2a0d2417d35e0fd2bd96565c8c
Issue-ID: MUSIC-271
Signed-off-by: Rob Daugherty <rd472p@att.com>
|
|
Change-Id: Ia720ba45b4f9c8687f5eac5b0d64fd2be19fedaa
Issue-ID: MUSIC-269
Signed-off-by: Enrique Saurez <enrique.saurez@gmail.com>
|
|
Issue-ID: MUSIC-265
Change-Id: I04a403653db4bb989901a565cf64f85a0ed2239b
Signed-off-by: Tschaen, Brendan <ctschaen@att.com>
|
|
Change-Id: I39155ef4e523fe4a643089eb26be388ca47aa4d2
Issue-ID: MUSIC-164
Signed-off-by: Vikram Potturi <vikramaditya.potturi@att.com>
|
|
Change-Id: I967df28f2f5281e7eee6a03087a279cbbe9f6e3e
Issue-ID: MUSIC-258
Signed-off-by: Tschaen, Brendan <ctschaen@att.com>
|
|
leverage DatabasePartition class
remove extra classes, improve workflow
remove failing unit test
ensure example runs all the way through
Change-Id: If8d59d207d093d4245b9d6cb5bd59c7fe1ebfb19
Issue-ID: MUSIC-230
Signed-off-by: Tschaen, Brendan <ctschaen@att.com>
|
|
A non-daemon background thread is keeping the process alive
even when the main method is done.
Change-Id: I707a30df758e847a160f55512219add37eddaab1
Issue-ID: MUSIC-217
Signed-off-by: Rob Daugherty <rd472p@att.com>
|
|
Change-Id: I9a692cc4763f0edecbac35f1494b74e64562ad4e
Issue-ID: MUSIC-220
Signed-off-by: Arthur Martella <arthur.martella.1@att.com>
|
|
Add license headers to new files
Change-Id: I1a557dbafbd29ce457b545dbd1ca2bc0db62a085
Issue-ID: MUSIC-219
Signed-off-by: Rob Daugherty <rd472p@att.com>
|
|
Change-Id: I625bd61adfac11febdb25b179efbc6134a276f12
Issue-ID: MUSIC-219
Signed-off-by: Enrique Saurez <enrique.saurez@gmail.com>
|
|
and code cleanup, renaming variable for clarity, updating stale interfaces
Change-Id: I766267c442b7b037b41fe9f2f33092a1c01669ca
Issue-ID: MUSIC-205
Signed-off-by: Tschaen, Brendan <ctschaen@att.com>
|
|
Change-Id: Id90c311b701e27aebd53afbde9cab851fa17ce60
Issue-ID: MUSIC-166
Signed-off-by: Tschaen, Brendan <ctschaen@att.com>
|
|
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>
|
|
|
|
Change-Id: Id8ebbc48159810ca782081bb4f63071071c926dd
Issue-ID: MUSIC-164
Signed-off-by: Vikram Potturi <vikramaditya.potturi@att.com>
|
|
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>
|
|
Issue-ID: MUSIC-186
Change-Id: I81863e57912d72360676e7d38ed414da4c9e8b17
Signed-off-by: st782s <statta@research.att.com>
|
|
Change-Id: Ib160116a075a1634f9d9cb6bf2527a010fc0e573
Issue-ID: MUSIC-177
Signed-off-by: Tschaen, Brendan <ctschaen@att.com>
|
|
Change-Id: I8ea07ea04c15a8af2b4127da1775cf339d89e36e
Issue-ID: MUSIC-175
Signed-off-by: Arthur Martella <arthur.martella.1@att.com>
|
|
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>
|