Commit Graph

11 Commits

Author SHA1 Message Date
Akshay Jagadish
18eeaffa13 Update SDK master to use image tag 1.2.0-SNAPSHOT 2021-05-26 17:59:41 -04:00
Norm Traxler
dca76d8a6e [WIFI-2068] Change client session TTL to 24 hours 2021-04-26 12:00:28 -04:00
Akshay Jagadish
782d221a70 WIFI-2026 Changed pom versions from 0.0.1-SNAPSHOT to 1.1.0-SNAPSHOT 2021-04-16 15:28:34 -04:00
Dmitry Toptygin
23d5c9b513 WIFI-1896 - apply client-side filtering for the queries of system events and service metrics in cassandra datastore if the search parameters include locationIds. This is not a full solution. There is still a possibility that entries in the main tables could be overwritten if two location-level events of the same type are stored at exactly the same millisecond for the same customer.In order to fully address the issue, the primary keys of service_metric and wlan_system_event tables need to be changed to include the locationId, and the queries have to be adjusted accordingly, and more index tables would be needed to accommodate all possible combinations of search parameters 2021-03-26 18:27:36 -04:00
Dmitry Toptygin
804a3435c0 WIFI-1624 - in pom.xml files replace ${tip-wlan-cloud.release.version} with 0.0.1-SNAPSHOT to make sure that mvn release:update-versions command works 2021-02-20 10:24:20 -05:00
AkshayJagadish-ne
92a3002539 WIFI-1333: Reduced records expiry from 90 to 30 days (#55) 2021-01-26 14:08:46 -05:00
Dmitry Toptygin
448dc881ac re-added old table definitions for system_event* (not used by the current code) to support installing older versions of CloudSDK, as the repo tip-wlan-cloud-schemas in JFrog contains only the latest version of cloud-sdk-schema-cassandra.cql 2021-01-13 10:23:45 -05:00
Dmitry Toptygin
da9db6df2c in Cassandra data stores rely only on nextPagingState to set the lastPage indicator 2021-01-12 18:09:47 -05:00
Dmitry Toptygin
591cd70d64 WIFI-1235 - added ability to read history of the system events and service metrics with filters by locationId and by clientMac 2021-01-08 15:22:58 -05:00
Dmitry Toptygin
65f8b980c9 moved some common methods into CassandraUtil class 2020-07-23 15:28:00 -04:00
Dmitry Toptygin
3c63deee4d implemented cassandra data stores for system events, service metrics, routing and client services 2020-07-18 18:43:00 -04:00