-
Notifications
You must be signed in to change notification settings - Fork 199
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #444 from aerospike/stage
* Update CHANGELOG * [CLIENT-3022] Close() throws a nil point error on ProxyClient without Authentication * [CLIENT-3044] Resolve memory leak caused by circular reference in client finalizer (#441) * [CLIENT-3045] Move proxy client build behind a build flag This removes the GRPC compilation and potential namespace conflict from the default build and moves it behind the compiler build flag "as_proxy" * Update dependencies * [CLIENT-3047] Fix pointer value assignment in baseMultiCommand.parseKey (#443) * [CLIENT-3048] Use precomputed ops variable in batchIndexCommandGet.executeSingle (#442) * [CLIENT-3046] Wrong return type in Single Key Batch Operations with Multiple Ops per Bin * [CLIENT-3022] Optimize the ticker * [CLIENT-3022] Close the ticker * [CLIENT-3049] Use a specialized pool for grpc conns to prevent premature reaping Also fixes namespace parameter for a few code examples. * Skip a few unsupported tests in the DBAAS environment --------- Co-authored-by: Eugene R. <[email protected]>
- Loading branch information
Showing
94 changed files
with
1,916 additions
and
1,615 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
//go:build !as_performance | ||
// +build !as_performance | ||
|
||
// Copyright 2014-2022 Aerospike, Inc. | ||
// | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
//go:build !as_performance | ||
// +build !as_performance | ||
|
||
// Copyright 2014-2022 Aerospike, Inc. | ||
// | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
//go:build !as_performance | ||
// +build !as_performance | ||
|
||
// Copyright 2014-2022 Aerospike, Inc. | ||
// | ||
|
Oops, something went wrong.