aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2018-12-22Refactor Cassandra connection processMohammad Salehe4-104/+56
Refactor MusicUtil and CassaDataStore to make Cassandra connection initialization process more simple and readable Change-Id: Ied7d3e82dc86dd7d35cd513b13ff0c865dd40b4b Issue-ID: MUSIC-148 Signed-off-by: Mohammad Salehe <salehe@cs.toronto.edu>
2018-12-22Move runnable test classesMohammad Salehe2-42/+76
Move runnable test classes which are not actually tests from src/test to src/main in order for maven to include them in fat jar Change-Id: Ib57db631b1c91ae796fa33becc9f06d05eef4219 Issue-ID: MUSIC-148 Signed-off-by: Mohammad Salehe <salehe@cs.toronto.edu>
2018-12-22Add shade plugin to maven pom.xmlMohammad Salehe1-0/+34
Add shade plugin to maven pom.xml to be able to create fat jars Change-Id: I2ed41cfee6a7fe088b4072fed11d04c36724c730 Issue-ID: MUSIC-148 Signed-off-by: Mohammad Salehe <salehe@cs.toronto.edu>
2018-12-22Remove unwanted line from pom.xmlMohammad Salehe1-1/+0
Remove unwanted line which blocked including classes starting with "Sample" in the target jars Change-Id: I428e23e63feb348d19f16846b3625c82b49d252f Issue-ID: MUSIC-148 Signed-off-by: Mohammad Salehe <salehe@cs.toronto.edu>
2018-12-22Implement time measurement utilityMohammad Salehe5-13/+210
Added a TimeMeasure interface as a utility class to be able to measure running time of specific parts of code. Usually, this will be used for benchmarking. Implemented SamplerHistogramTimeMeasurement that uses reservior sampling to calculate percentiles of large amount of data. Also updated maven pom.xml: - update java version from 1.7 to 1.8 to be able to use java 8 - update guava to 27.0 to use Stats Percentiles - update cassandra java plugin version to 3.6 to fix guava dependency problem Change-Id: I168432ff2e6f5507fedc1678684dd96608703e5a Issue-ID: MUSIC-148 Signed-off-by: Mohammad Salehe <salehe@cs.toronto.edu>
2018-12-21Implement first comparison point testsMohammad Salehe4-120/+245
Implement ComparisonPoints1 benchmarks to test 4 different put scenarios: - Music Entry Consistency - Music Eventual - Music Sequential Consistent (Using LWT) - Pure Consistent (Using LWT) Change-Id: Id9052a0b14686be93189021e19f2dc293188c52b Issue-ID: MUSIC-148 Signed-off-by: Mohammad Salehe <salehe@cs.toronto.edu>
2018-12-20Merge "added files to convert project to spring boot" into dev-cassandra-onlyBharath Balasubramanian10-556/+859
2018-12-12added files to convert project to spring bootSandeep J10-556/+859
also made changes to pom to add required dependencies. fix junit cases, upgrading to mockito 2.x Issue-ID: MUSIC-212 Change-Id: Ieeeaa6d62e03e962534182183aae8ae838d93eba Signed-off-by: Sandeep J <sandeejh@in.ibm.com>
2018-12-12Read/Write locking implementationTschaen, Brendan5-20/+131
Change-Id: I31fedd52e138c848bf12ed0be27c348f4f96bcb5 Issue-ID: MUSIC-262 Signed-off-by: Tschaen, Brendan <ctschaen@att.com>
2018-12-03Cassa lockstore return string for peekLockTschaen, Brendan2-8/+6
Change-Id: I4384ed522e7849ba9ca355efa63a08512f11ccec Issue-ID: MUSIC-222 Signed-off-by: Tschaen, Brendan <ctschaen@att.com>
2018-11-28music as a service impl v3srupane kondreddy26-933/+1318
Change-Id: I7f96eaa48afed96d62ad7662139167e8a17d00d7 Issue-ID: MUSIC-204 Signed-off-by: srupane kondreddy <sk5300@research.att.com>
2018-11-27Add getLockQueue to music apiTschaen, Brendan4-119/+177
Change-Id: Ib7db75a2df76ee7dcca92d69d07c3b947736deab Issue-ID: MUSIC-204 Signed-off-by: Tschaen, Brendan <ctschaen@att.com>
2018-11-20Improve timestamp and query handlingMohammad Salehe7-89/+83
Add timeSlot parameter to CassaDataStore.executePut to prevent inconsistent timestamps Rename CassaDataStore.executeEventualGet and CassaDataStore.executeCriticalPut to reflect their real functionality Use simple bound statement instead of prepared queries to improve performance Change-Id: I439c5279f1c8e645740a9650ab8807c5ffa1725a Issue-ID: MUSIC-148 Signed-off-by: Mohammad Salehe <salehe@cs.toronto.edu>
2018-11-20Implement sequential lock referencesMohammad Salehe4-78/+78
Use guard column for sequential lock references Move v2sTimeStampInMicroseconds as a static method to MusicUtil Use v2sTimeStamp in CassaDataStore.executePut Change-Id: I48b817c4bfe04ec50f5ad6e7cdc91b34fd607feb Issue-ID: MUSIC-148 Signed-off-by: Mohammad Salehe <salehe@cs.toronto.edu>
2018-11-15Revert "music core implemented as a service"Tschaen, Brendan28-740/+454
This reverts commit 7addd52dc73e6571028ca7f6a018e75ec1c9b0ca. Change-Id: I0875ce10521363b8e17eb6cd2cf9d8848e572bea Issue-ID: MUSIC-189 Signed-off-by: Tschaen, Brendan <ctschaen@att.com>
2018-11-13music core implemented as a servicesrupane kondreddy28-454/+740
Change-Id: I4075d0efb03bf2a153976354947be1329660c1f1 Issue-ID: MUSIC-148 Signed-off-by: srupane kondreddy <sk5300@research.att.com>
2018-11-07Modify TestVotingApp and add extra updateMohammad Salehe1-4/+5
Change-Id: I250cef00bbea068196f54f442ed7d47fe0dd4aab Issue-ID: MUSIC-148 Signed-off-by: Mohammad Salehe <salehe@cs.toronto.edu>
2018-11-06Jar only version for nowTschaen, Brendan2-5/+1
Change-Id: I54a94e30da52ad9a01df13d16bbf790fb1245464 Issue-ID: MUSIC-149 Signed-off-by: Tschaen, Brendan <ctschaen@att.com>
2018-11-06Clean up readmeTschaen, Brendan2-7/+18
Ignore broken test cases related to locking Change-Id: Ic54920647519255bfeb3cb59f5d36299e0d1984f Issue-ID: MUSIC-148 Signed-off-by: Tschaen, Brendan <ctschaen@att.com>
2018-11-05Separate jar, ignore locking unit testsTschaen, Brendan4-8/+22
Change-Id: I9ac45fc4dc93a8dad86ead9676129411ca8a5a26 Issue-ID: MUSIC-148 Signed-off-by: Tschaen, Brendan <ctschaen@att.com>
2018-11-01Fix property loading in jarTschaen, Brendan2-0/+39
Change-Id: Idbadcf1d1ae6203b97f50b6659a929595cb53b20 Issue-ID: MUSIC-148 Signed-off-by: Tschaen, Brendan <ctschaen@att.com>
2018-10-25Update version numberTschaen, Brendan2-3/+3
Change-Id: I335b5eaaff720e1bde76eb3278ffb4cc2c17ea8b Issue-ID: MUSIC-148 Signed-off-by: Tschaen, Brendan <ctschaen@att.com>
2018-10-16Include Cassandra lockingTschaen, Brendan166-21082/+2168
Change-Id: I085acf8336d5f27782ee12768846a5befd3ee60d Issue-ID: MUSIC-148 Signed-off-by: Tschaen, Brendan <ctschaen@att.com>
2018-10-14Bug Fix to keep runcwl from failing.Thomas Nelson Jr3-11/+51
Update to ensure container exits with a 0 Change-Id: I330a9488017303a6a3b08473bdedf43b9d65abd6 Issue-ID: MUSIC-147 Signed-off-by: Thomas Nelson <nelson24@nelson42.com> Signed-off-by: Thomas Nelson Jr arthurdent3 <nelson24@att.com>
2018-10-10Merge "Added test file for NameSpace.java"Thomas Nelson1-0/+56
2018-10-10Merge "Update to support Encrypted password"Bharath Balasubramanian3-17/+316
2018-10-10Merge "Added test file for JsonNotifyClientResponse.java"Thomas Nelson1-0/+46
2018-10-10Update to support Encrypted passwordThomas Nelson Jr (arthurdent3) tn1381@att.com3-17/+316
in properties. Update duplicate entries in pom file. Add dependency Fix Version Change-Id: If427601841c14cb14232452b4ec8236e76075275 Issue-ID: MUSIC-146 Signed-off-by: Thomas Nelson Jr (arthurdent3) tn1381@att.com <tn1381@att.com>
2018-10-04Added fix for OOF issue.Thomas Nelson Jr (arthurdent3) tn1381@att.com4-9/+4
Updated Pom files for Library version change. Change-Id: Ibf10eba8923353010b66ac8496fb53815f3affc4 Issue-ID: MUSIC-143 Signed-off-by: Thomas Nelson Jr (arthurdent3) tn1381@att.com <tn1381@att.com>
2018-09-30Added test file for JsonNotifyClientResponse.javaArundathi Patil1-0/+46
to increase the coverage Issue-ID: MUSIC-142 Change-Id: I582059e5544f3c092de832d54fcf0b5f15df62c0 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-09-29Added test file for NameSpace.javaArundathi Patil1-0/+56
To increase the coverage Issue-ID: MUSIC-141 Change-Id: I86c9e8bb0fdeb7dd3ea587cb8087e95fdbb567e3 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-09-29Added test file for JSONObject.javaArundathi Patil1-0/+44
To increase the coverage Issue-ID: MUSIC-140 Change-Id: Ic92c8a883d758341ab1ec11ad9bb0f062501fe79 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-09-18Merge "Update distribution files to support helm charts"Bharath Balasubramanian15-129/+204
2018-09-17Update distribution files to support helm chartsThomas Nelson Jr (arthurdent3) tn1381@att.com15-129/+204
Helm Charts require new Docker images. Refined Cassandra and Cassandra cql loader. Change-Id: Ie7726025afd63e256a43aef9f39d53c32c90c77b Issue-ID: MUSIC-99 Signed-off-by: Thomas Nelson Jr (arthurdent3) tn1381@att.com <tn1381@att.com>
2018-09-18Merge "Add distribution management to pom"Thomas Nelson1-59/+97
2018-09-18Merge "MusicServiceException.java: Fixed sonar issues"Thomas Nelson1-19/+19
2018-09-18Merge "Move string literal to left of string comparison"Thomas Nelson1-1/+1
2018-09-17Add distribution management to pomTschaen, Brendan (bt054f)1-59/+97
Change-Id: Ib3e17a547d0e8d4d71898293dd32013d987c14b0 Issue-ID: MUSIC-93 Signed-off-by: Tschaen, Brendan (bt054f) <bt054f@att.com>
2018-09-17Change pom for ONAPTschaen, Brendan (bt054f)1-4/+4
Change-Id: Ifc2b12a4231a856d9b858458b2d39129d3be00a7 Issue-ID: MUSIC-93 Signed-off-by: Tschaen, Brendan (bt054f) <bt054f@att.com>
2018-09-17MusicServiceException.java: Fixed sonar issuesArundathi Patil1-19/+19
Sonar Link: https://sonar.onap.org/code?id=org.onap.music%3AMUSIC&selected=org.onap.music%3AMUSIC%3Asrc%2Fmain%2Fjava%2Forg%2Fonap%2Fmusic%2Fexceptions%2FMusicServiceException.java Issue-ID: MUSIC-137 Change-Id: Ibb96c29aa17d7f8f42d1ceb5aa9581b2b250e2dc Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-09-12Move string literal to left of string comparisonSooriyaa1-1/+1
Move string literal to left of string comparison Issue-ID: MUSIC-135 Change-Id: I622f2682e98c7927b66d11058da98c13b6b12942 Signed-off-by: Sooriyaa <soponraj@in.ibm.com>
2018-09-10Merge "RestMusicQAPI.java: Fixed sonar issues"Thomas Nelson1-22/+13
2018-09-10Adding a constant to remove duplicate stringSooriyaa1-4/+5
Adding a constant to remove duplicate string Issue-ID: MUSIC-133 Change-Id: I1c9e82cf210c2dd0f00bec53c95fa5281f368568 Signed-off-by: Sooriyaa <soponraj@in.ibm.com>
2018-09-07RestMusicQAPI.java: Fixed sonar issuesArundathi Patil1-22/+13
Fixed sonar code-smells/issues across this file Issue-ID: MUSIC-132 Change-Id: I8085caf301a46165675ff20a80b0fac1fbf885ff Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-09-06Merge "JsonNotification.java: Fixed sonar issue"Thomas Nelson1-1/+0
2018-09-06Merge "Removing the literal true boolean value"Thomas Nelson1-2/+2
2018-09-06Merge "Remove the unused import"Thomas Nelson1-2/+0
2018-09-06Merge "Added error log in MusicConditional class"Thomas Nelson1-0/+4
2018-09-06Merge "replaced stacktrace with error log"Thomas Nelson1-2/+5
2018-09-05Merge "RestMusicVersionAPI.java: Fixed sonar issue"Bharath Balasubramanian1-3/+0