Skip to content

Commit

Permalink
Rollback to rocksdb 5.15.10 (PegaSysEng#1279)
Browse files Browse the repository at this point in the history
Testing shows that the memory growth of 5.17.2 tends to exceed the
memory of a t3.large amazon instance.  Not sure if it is a misconfigured
cache, leaked native/java resource, or a deep rocksdb leak.  But rolling
back increased stability.
  • Loading branch information
shemnon authored and notlesh committed May 4, 2019
1 parent 1c0758b commit 9131d4a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions gradle/versions.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ dependencyManagement {

dependency 'io.pkts:pkts-core:3.0.4'

dependency "io.prometheus:simpleclient:0.6.0"
dependency "io.prometheus:simpleclient_common:0.6.0"
dependency "io.prometheus:simpleclient_hotspot:0.6.0"
dependency "io.prometheus:simpleclient_pushgateway:0.6.0"
dependency 'io.prometheus:simpleclient:0.6.0'
dependency 'io.prometheus:simpleclient_common:0.6.0'
dependency 'io.prometheus:simpleclient_hotspot:0.6.0'
dependency 'io.prometheus:simpleclient_pushgateway:0.6.0'

dependency 'io.reactivex.rxjava2:rxjava:2.2.7'

Expand Down Expand Up @@ -73,7 +73,7 @@ dependencyManagement {
dependency 'org.openjdk.jmh:jmh-core:1.21'
dependency 'org.openjdk.jmh:jmh-generator-annprocess:1.21'

dependency 'org.rocksdb:rocksdbjni:5.17.2'
dependency 'org.rocksdb:rocksdbjni:5.15.10'

dependency 'org.springframework.security:spring-security-crypto:5.1.4.RELEASE'

Expand Down

0 comments on commit 9131d4a

Please sign in to comment.