From f87313d5741ca9f5247d349f150679812e48b1b8 Mon Sep 17 00:00:00 2001 From: dwelch-spike <53876192+dwelch-spike@users.noreply.github.com> Date: Fri, 19 Apr 2024 15:05:10 -0700 Subject: [PATCH] feat: support evict-indexes-memory-pct and indexes-memory-budget configs (#40) --- go.mod | 2 +- go.sum | 2 ++ schema/schemas | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/go.mod b/go.mod index edee648..30442b7 100644 --- a/go.mod +++ b/go.mod @@ -6,7 +6,7 @@ toolchain go1.21.7 require ( github.com/aerospike/aerospike-client-go/v7 v7.1.0 - github.com/aerospike/aerospike-management-lib v1.3.1-0.20240409220947-a6f802af72d4 + github.com/aerospike/aerospike-management-lib v1.3.1-0.20240418222400-0d7c09d1b513 github.com/aerospike/tools-common-go v0.0.0-20240221005915-c73ebdf1bd6b github.com/bombsimon/logrusr/v4 v4.1.0 github.com/docker/docker v25.0.3+incompatible diff --git a/go.sum b/go.sum index ca8ce92..015b657 100644 --- a/go.sum +++ b/go.sum @@ -8,6 +8,8 @@ github.com/aerospike/aerospike-management-lib v1.2.1-0.20240326221916-a8800a6bb7 github.com/aerospike/aerospike-management-lib v1.2.1-0.20240326221916-a8800a6bb793/go.mod h1:o1TV3BTsAiuZ5HtZi9E4FgXqWRwjDzlkS4bfvfaAHLU= github.com/aerospike/aerospike-management-lib v1.3.1-0.20240409220947-a6f802af72d4 h1:8Wt/yfWEKLyuzDeqdPgNI97CZ/5XPmwJ8weV6hxIGGE= github.com/aerospike/aerospike-management-lib v1.3.1-0.20240409220947-a6f802af72d4/go.mod h1:o1TV3BTsAiuZ5HtZi9E4FgXqWRwjDzlkS4bfvfaAHLU= +github.com/aerospike/aerospike-management-lib v1.3.1-0.20240418222400-0d7c09d1b513 h1:mqaKimj6pWkZaIWTMnoj1kSuzExUATwGa4FEO2L6NI0= +github.com/aerospike/aerospike-management-lib v1.3.1-0.20240418222400-0d7c09d1b513/go.mod h1:o1TV3BTsAiuZ5HtZi9E4FgXqWRwjDzlkS4bfvfaAHLU= github.com/aerospike/tools-common-go v0.0.0-20240221005915-c73ebdf1bd6b h1:Sk92l0SkqdshTp8QnW1xBcmoKYR4qa8VPy+T4RtsTh4= github.com/aerospike/tools-common-go v0.0.0-20240221005915-c73ebdf1bd6b/go.mod h1:mcux7qQwlXFXsDL/9upIPLjbOuqkQBwVBO9HJaqPQ6s= github.com/bombsimon/logrusr/v4 v4.1.0 h1:uZNPbwusB0eUXlO8hIUwStE6Lr5bLN6IgYgG+75kuh4= diff --git a/schema/schemas b/schema/schemas index e9ae21a..b98c65e 160000 --- a/schema/schemas +++ b/schema/schemas @@ -1 +1 @@ -Subproject commit e9ae21af497ceebe4e8834242f6689f815fa75b5 +Subproject commit b98c65e83ef7267f35847d94ada4ba3c76cb48e2