-
Notifications
You must be signed in to change notification settings - Fork 180
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
AER-5819 - Fix ordered list search for lowest valued element position.
- Loading branch information
0 parents
commit 48ef869
Showing
355 changed files
with
146,643 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
name: aerospike-server | ||
|
||
environment: | ||
EEREPO: modules/ee | ||
|
||
dependency: | ||
- url: [email protected]:citrusleaf/aerospike-server-enterprise | ||
dir: $EEREPO | ||
|
||
container: | ||
- base: | ||
- docker.qe.aerospike.com/build/aerospike-server:centos-6 | ||
- docker.qe.aerospike.com/build/aerospike-server:centos-7 | ||
- docker.qe.aerospike.com/build/aerospike-server:debian-7 | ||
- docker.qe.aerospike.com/build/aerospike-server:debian-8 | ||
- docker.qe.aerospike.com/build/aerospike-server:ubuntu-12.04 | ||
- docker.qe.aerospike.com/build/aerospike-server:ubuntu-14.04 | ||
- docker.qe.aerospike.com/build/aerospike-server:ubuntu-16.04 | ||
|
||
build: | ||
- name: community | ||
environment: | ||
EEREPO: | ||
script: | ||
- make | ||
- make $PKG | ||
- make tar | ||
- make source | ||
- cp -p modules/telemetry/{README,TELEMETRY}.md | ||
artifact: | ||
- pkg/packages/* | ||
- modules/telemetry/TELEMETRY.md | ||
- name: enterprise | ||
environment: | ||
EEREPO: /work/source/$EEREPO | ||
script: | ||
- make +ee | ||
- make $PKG+ee | ||
- make source+ee | ||
artifact: | ||
- pkg/packages/* |
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 |
---|---|---|
@@ -0,0 +1,22 @@ | ||
Please direct the following to our [community forum](https://discuss.aerospike.com/): | ||
- general questions | ||
- help requests | ||
- feature requests | ||
- non Aerospike Server issues | ||
|
||
The issues submitted here should be Aerospike Server **code** related. Examples include: | ||
- crashes (please provide stack trace from logs) | ||
- bugs (not behaving as expected/documented) | ||
- code quality | ||
|
||
__________ | ||
|
||
**OS:** *Put your operating system here. For example: "Ubuntu 16.10", "CentOS 7", "Debian 8" etc.* | ||
|
||
**Aerospike version:** *Put your Aerospike release version or `git describe --long --all` output here. For example: "3.15.0.1, heads/master-0-g450aee1"* | ||
|
||
**Client version:** *Put which client and the version of the client you are using (if applicable) here. For example: "Java 4.0.8, C 4.2.0" | ||
|
||
__________ | ||
|
||
*Explain your _Aerospike Server_ issue in detail here and (if applicable) provide logs snippets, configuration, and/or reproduction instructions.* |
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 |
---|---|---|
@@ -0,0 +1,20 @@ | ||
.DS_Store | ||
.cproject | ||
.project | ||
.settings | ||
/vg.log | ||
TAGS | ||
run | ||
target | ||
|
||
# emacs backup / temp files | ||
*~ | ||
\#*\# | ||
.\#* | ||
|
||
# TLS credentials | ||
key.pem | ||
cert.pem | ||
chain.pem | ||
cacert.pem | ||
cbl.txt |
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 |
---|---|---|
@@ -0,0 +1,27 @@ | ||
[submodule "modules/common"] | ||
path = modules/common | ||
url = https://github.com/aerospike/aerospike-common.git | ||
ignore = dirty | ||
[submodule "modules/mod-lua"] | ||
path = modules/mod-lua | ||
url = https://github.com/aerospike/aerospike-mod-lua.git | ||
[submodule "modules/jansson"] | ||
path = modules/jansson | ||
url = https://github.com/aerospike/jansson.git | ||
ignore = dirty | ||
[submodule "modules/lua-core"] | ||
path = modules/lua-core | ||
url = https://github.com/aerospike/aerospike-lua-core.git | ||
[submodule "modules/luajit"] | ||
path = modules/luajit | ||
url = https://github.com/aerospike/luajit.git | ||
[submodule "modules/s2-geometry-library"] | ||
path = modules/s2-geometry-library | ||
url = https://github.com/aerospike/s2-geometry-library.git | ||
[submodule "modules/telemetry"] | ||
path = modules/telemetry | ||
url = https://github.com/aerospike/aerospike-telemetry-agent.git | ||
[submodule "modules/jemalloc"] | ||
path = modules/jemalloc | ||
url = https://github.com/aerospike/jemalloc.git | ||
ignore = dirty |
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# Contributing | ||
|
||
For details on contributing to Aerospike, please read http://www.aerospike.com/community/contributor/ |
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 |
---|---|---|
@@ -0,0 +1,260 @@ | ||
================================================================================ | ||
|
||
AEROSPIKE SERVER LICENSE | ||
|
||
The Aerospike Server Community Edition is made available under the terms of | ||
the GNU Affero General Public License version 3 (AGPLv3), as stated in the | ||
file `LICENSE-AGPL`. | ||
|
||
Individual files may be made available under their own specific license, | ||
all compatible with AGPLv3. Please see individual files for details. | ||
|
||
================================================================================ | ||
|
||
AEROSPIKE MODULE LICENSE | ||
|
||
The following directories and their subdirectories thereof are made available | ||
under the terms of the Apache License, version 2.0, as stated in the file | ||
`LICENSE-APACHE`, or a compatible license stated in the file itself. Please | ||
see individual files for details. | ||
|
||
- modules/common | ||
- modules/lua-core | ||
- modules/mod-lua | ||
- modules/telemetry | ||
|
||
================================================================================ | ||
|
||
THIRD PARTY LIBRARY LICENSES | ||
|
||
The following are the licenses for 3rd party libraries utilized by Aerospike | ||
Server. | ||
|
||
-------------------------------------------------------------------------------- | ||
|
||
Lua | ||
--- | ||
|
||
Copyright © 1994–2013 Lua.org, PUC-Rio. | ||
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and | ||
associated documentation files (the "Software"), to deal in the Software without restriction, | ||
including without limitation the rights to use, copy, modify, merge, publish, distribute, | ||
sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is | ||
furnished to do so, subject to the following conditions: | ||
|
||
The above copyright notice and this permission notice shall be included in all copies or substantial | ||
portions of the Software.THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR | ||
PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY | ||
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING | ||
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. | ||
|
||
-------------------------------------------------------------------------------- | ||
|
||
LuaJIT | ||
------ | ||
|
||
Copyright (C) 2005-2014 Mike Pall. All rights reserved. | ||
|
||
Permission is hereby granted, free of charge, to any person obtaining | ||
a copy of this software and associated documentation files (the | ||
"Software"), to deal in the Software without restriction, including | ||
without limitation the rights to use, copy, modify, merge, publish, | ||
distribute, sublicense, and/or sell copies of the Software, and to | ||
permit persons to whom the Software is furnished to do so, subject to | ||
the following conditions: | ||
|
||
The above copyright notice and this permission notice shall be | ||
included in all copies or substantial portions of the Software. | ||
|
||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, | ||
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF | ||
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. | ||
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY | ||
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, | ||
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE | ||
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. | ||
|
||
[ MIT license: http://www.opensource.org/licenses/mit-license.php ] | ||
|
||
[ LuaJIT includes code from dlmalloc, which has this license statement: ] | ||
|
||
This is a version (aka dlmalloc) of malloc/free/realloc written by | ||
Doug Lea and released to the public domain, as explained at | ||
http://creativecommons.org/licenses/publicdomain | ||
|
||
-------------------------------------------------------------------------------- | ||
|
||
Jansson | ||
------- | ||
|
||
Copyright (c) 2009-2012 Petri Lehtinen <[email protected]> | ||
|
||
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and | ||
associated documentation files (the "Software"), to deal in the Software without restriction, | ||
including without limitation the rights to use, copy, modify, merge, publish, distribute, | ||
sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is | ||
furnished to do so, subject to the following conditions: | ||
|
||
The above copyright notice and this permission notice shall be included in all copies or | ||
substantial portions of the Software. | ||
|
||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN | ||
THE SOFTWARE. | ||
|
||
-------------------------------------------------------------------------------- | ||
|
||
jemalloc | ||
-------- | ||
|
||
Copyright (C) 2002-2014 Jason Evans <[email protected]>. | ||
All rights reserved. | ||
Copyright (C) 2007-2012 Mozilla Foundation. All rights reserved. | ||
Copyright (C) 2009-2014 Facebook, Inc. All rights reserved. | ||
|
||
Redistribution and use in source and binary forms, with or without | ||
modification, are permitted provided that the following conditions are met: | ||
1. Redistributions of source code must retain the above copyright notice(s), | ||
this list of conditions and the following disclaimer. | ||
2. Redistributions in binary form must reproduce the above copyright notice(s), | ||
this list of conditions and the following disclaimer in the documentation | ||
and/or other materials provided with the distribution. | ||
|
||
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDER(S) ``AS IS'' AND ANY EXPRESS | ||
OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF | ||
MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO | ||
EVENT SHALL THE COPYRIGHT HOLDER(S) BE LIABLE FOR ANY DIRECT, INDIRECT, | ||
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT | ||
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR | ||
PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF | ||
LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE | ||
OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF | ||
ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | ||
|
||
-------------------------------------------------------------------------------- | ||
|
||
BTree | ||
----- | ||
|
||
Copyright 1997-1999, 2001 John-Mark Gurney. | ||
All rights reserved. | ||
|
||
Redistribution and use in source and binary forms, with or without | ||
modification, are permitted provided that the following conditions | ||
are met: | ||
1. Redistributions of source code must retain the above copyright | ||
notice, this list of conditions and the following disclaimer. | ||
2. Redistributions in binary form must reproduce the above copyright | ||
notice, this list of conditions and the following disclaimer in the | ||
documentation and/or other materials provided with the distribution. | ||
|
||
-------------------------------------------------------------------------------- | ||
|
||
BCrypt | ||
------ | ||
|
||
Written by Solar Designer <solar at openwall.com> in 1998-2011. | ||
No copyright is claimed, and the software is hereby placed in the public | ||
domain. In case this attempt to disclaim copyright and place the software | ||
in the public domain is deemed null and void, then the software is | ||
Copyright (c) 1998-2011 Solar Designer and it is hereby released to the | ||
general public under the following terms: | ||
|
||
Redistribution and use in source and binary forms, with or without | ||
modification, are permitted. | ||
|
||
There's ABSOLUTELY NO WARRANTY, express or implied. | ||
|
||
It is my intent that you should be able to use this on your system, | ||
as part of a software package, or anywhere else to improve security, | ||
ensure compatibility, or for any other purpose. I would appreciate | ||
it if you give credit where it is due and keep your modifications in | ||
the public domain as well, but I don't require that in order to let | ||
you place this code and any modifications you make under a license | ||
of your choice. | ||
|
||
-------------------------------------------------------------------------------- | ||
|
||
Concurrency Kit | ||
--------------- | ||
|
||
Copyright 2010-2013 Samy Al Bahra. | ||
Copyright 2011-2013 AppNexus, Inc. | ||
All rights reserved. | ||
|
||
Redistribution and use in source and binary forms, with or without | ||
modification, are permitted provided that the following conditions | ||
are met: | ||
1. Redistributions of source code must retain the above copyright | ||
notice, this list of conditions and the following disclaimer. | ||
2. Redistributions in binary form must reproduce the above copyright | ||
notice, this list of conditions and the following disclaimer in the | ||
documentation and/or other materials provided with the distribution. | ||
|
||
THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND | ||
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE | ||
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE | ||
ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE | ||
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL | ||
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS | ||
OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) | ||
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT | ||
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY | ||
OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | ||
SUCH DAMAGE. | ||
|
||
Hazard Pointers (src/ck_hp.c) also includes this license: | ||
|
||
(c) Copyright 2008, IBM Corporation. | ||
Licensed under the Apache License, Version 2.0 (the "License"); | ||
you may not use this file except in compliance with the License. | ||
You may obtain a copy of the License at | ||
|
||
http://www.apache.org/licenses/LICENSE-2.0 | ||
|
||
Unless required by applicable law or agreed to in writing, software | ||
distributed under the License is distributed on an "AS IS" BASIS, | ||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
See the License for the specific language governing permissions and | ||
limitations under the License. | ||
|
||
ck_pr_rtm leverages work from Andi Kleen: | ||
Copyright (c) 2012,2013 Intel Corporation | ||
|
||
Redistribution and use in source and binary forms, with or without | ||
modification, are permitted provided that: (1) source code distributions | ||
retain the above copyright notice and this paragraph in its entirety, (2) | ||
distributions including binary code include the above copyright notice and | ||
this paragraph in its entirety in the documentation or other materials | ||
provided with the distribution | ||
|
||
THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR IMPLIED | ||
WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF | ||
MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. | ||
|
||
-------------------------------------------------------------------------------- | ||
|
||
S2 | ||
-- | ||
|
||
Copyright 2005 Google Inc. All Rights Reserved. | ||
|
||
Licensed under the Apache License, Version 2.0 (the "License"); | ||
you may not use this file except in compliance with the License. | ||
You may obtain a copy of the License at | ||
|
||
http://www.apache.org/licenses/LICENSE-2.0 | ||
|
||
Unless required by applicable law or agreed to in writing, software | ||
distributed under the License is distributed on an "AS IS" BASIS, | ||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
See the License for the specific language governing permissions and | ||
limitations under the License. | ||
|
||
-------------------------------------------------------------------------------- | ||
|
Oops, something went wrong.