Markus Pilman
|
2f55ee12ef
|
suppress Unsafe warning in java bindings
Fixes #3002
|
2020-04-22 14:14:24 -07:00 |
A.J. Beamon
|
b6e22b4a63
|
Merge pull request #2998 from jleach4/2822
Fix #2822: ByteArrayUtil does not use the now standard Unsafe Approach for byte[] comparisons
|
2020-04-21 14:36:13 -07:00 |
John Leach
|
7f75eab32b
|
Fix #2822: ByteArrayUtil does not use the now standard Unsafe Approach for byte[] comparisons.
|
2020-04-21 12:20:12 -07:00 |
A.J. Beamon
|
251e0201a1
|
Merge pull request #2809 from jleach4/2808
2808: Add caching for jmethodID, jfieldID and jclass for JNI for Java Binding
|
2020-04-21 11:52:13 -07:00 |
A.J. Beamon
|
71c0d52868
|
Revert "Fix #2822: ByteArrayUtil does not use the now standard Unsafe Approach for byte[] comparisons."
|
2020-04-21 10:50:33 -07:00 |
John Leach
|
d41dca5a94
|
2808: Add caching for jmethodID, jfieldID and jclass for JNI for Java Binding
|
2020-04-21 10:29:23 -07:00 |
John Leach
|
3834d8ecec
|
Fix #2822: ByteArrayUtil does not use the now standard Unsafe Approach for byte[] comparisons.
|
2020-04-21 10:13:52 -07:00 |
Alvin Moore
|
54813e2d46
|
Added support for copying fdb java tests to package directory
|
2020-04-13 17:20:25 -07:00 |
Markus Pilman
|
d4542dbb5a
|
Delete old build system
|
2020-04-07 11:03:45 -07:00 |
Balachandar Namasivayam
|
6d570cd865
|
Change version from 7.0 to 6.3
|
2020-04-03 21:38:58 -07:00 |
Markus Pilman
|
28cd38913d
|
Merge branch 'master' of github.com:apple/foundationdb into features/boost70
|
2020-03-27 13:44:10 -07:00 |
Xin Dong
|
338c62b176
|
Moved up the new test cases to comply the convention there.
|
2020-03-24 09:53:52 -07:00 |
Xin Dong
|
527686ffe0
|
Added a test in API tests for the new API(getEstimagedRangeSize).
|
2020-03-24 09:26:56 -07:00 |
Alvin Moore
|
0f64505d0b
|
Merge branch 'release-6.2' of github.com:apple/foundationdb
Needed to pull in changes to build docker
|
2020-02-23 23:27:53 -08:00 |
Evan Tschannen
|
96258b9809
|
Merge branch 'release-6.2'
# Conflicts:
# documentation/sphinx/source/release-notes.rst
# fdbcli/fdbcli.actor.cpp
# fdbclient/ManagementAPI.actor.cpp
# fdbrpc/FlowTransport.actor.cpp
# fdbserver/ClusterController.actor.cpp
# fdbserver/DataDistribution.actor.cpp
# fdbserver/DataDistribution.actor.h
# fdbserver/DataDistributionQueue.actor.cpp
# fdbserver/KeyValueStoreMemory.actor.cpp
# fdbserver/MasterProxyServer.actor.cpp
# fdbserver/QuietDatabase.actor.cpp
# fdbserver/SkipList.cpp
# fdbserver/StorageMetrics.actor.h
# fdbserver/TLogServer.actor.cpp
# fdbserver/fdbserver.actor.cpp
# fdbserver/storageserver.actor.cpp
# fdbserver/workloads/KVStoreTest.actor.cpp
# flow/CMakeLists.txt
# flow/Knobs.cpp
# flow/Knobs.h
# flow/genericactors.actor.cpp
# flow/serialize.h
|
2020-02-21 19:09:16 -08:00 |
A.J. Beamon
|
7eed0f11b9
|
Update bindings/java/src/main/com/apple/foundationdb/directory/DirectoryLayer.java
Fix conversion of byte to long.
|
2020-02-21 16:27:12 -08:00 |
A.J. Beamon
|
7fbdd4e4fe
|
Fix: directory layer was unpacking little endian numbers without properly handling signs.
|
2020-02-21 15:42:34 -08:00 |
A.J. Beamon
|
d1f050690a
|
Merge pull request #2454 from ajbeamon/document-range-read-efficiency
Document efficiency of reverse range reads
|
2020-02-20 15:25:38 -08:00 |
A.J. Beamon
|
a3ba22b8a2
|
Merge pull request #2635 from daniilguit/master
Java Binding: add option to not close network thread on shutdown hook
|
2020-02-15 10:43:18 -08:00 |
Daniil GItelson
|
f6a282223c
|
Java Binding: FDB.shutdownHook documentation update
|
2020-02-15 20:18:14 +03:00 |
mpilman
|
3a1e878a9b
|
Upgrade to boost 1.72
|
2020-02-14 18:10:13 -08:00 |
Xin Dong
|
f43a5d614a
|
Removed unnecessary codes in Java bindings. Cleaned up Go bindings a bit.
|
2020-02-12 14:57:40 -08:00 |
Xin Dong
|
2e1d03cbe7
|
Addressed AJ's review comments
|
2020-02-12 14:57:40 -08:00 |
Xin Dong
|
bd19dd278e
|
Apply suggestions from code review
Co-Authored-By: A.J. Beamon <ajbeamon@users.noreply.github.com>
|
2020-02-12 14:57:40 -08:00 |
Xin Dong
|
d20ce99774
|
Resolved the review comment and renamed the functions
|
2020-02-12 14:57:40 -08:00 |
Xin Dong
|
85c10d13a5
|
Exposed the byte sample function to the following bindings:
- Flow
- Java
- Go [ needs verify ]
- Python [ needs verify ]
- Ruby [ needs verify ]
|
2020-02-12 14:57:40 -08:00 |
mpilman
|
5a9d420cb7
|
Merge remote-tracking branch 'upstream/release-6.2' into release-merges/20200210
|
2020-02-10 10:02:05 -08:00 |
Daniil GItelson
|
00a1d2c17c
|
Java Binding: introduce FDB.disableShutdownHook
|
2020-02-04 23:19:36 +03:00 |
Daniil GItelson
|
25304e3587
|
Merge with official repository master
|
2020-02-04 21:53:05 +03:00 |
Daniil GItelson
|
a38827b4e6
|
Java Binding: add option to not close network thread on shutdown hook
|
2020-02-02 21:10:23 +03:00 |
A.J. Beamon
|
72f92626e4
|
Update API version to 700
|
2020-01-30 09:26:27 -08:00 |
Xin Dong
|
68f6e7be97
|
Added some java docs and changed some texts in fdboptions for further comparision and clarification around .asList() and .iterator()
|
2020-01-29 14:01:54 -08:00 |
A.J. Beamon
|
341e74eaf2
|
Add retry loop to Java binding tester instruction reader
|
2020-01-17 11:59:44 -08:00 |
Alvin Moore
|
06e7bc061d
|
Merge pull request #2500 from apple/release-6.2
Merge Release 6.2 Into Master
|
2019-12-23 15:00:34 -08:00 |
Alvin Moore
|
6acf04bb72
|
Ensured that the cmake variable is always initialized/set to some value when compared and thereby has an expected value
|
2019-12-23 11:50:01 -08:00 |
Alvin Moore
|
c0614bc037
|
Merge pull request #2492 from apple/release-6.2
Release 6.2 Merge Into Master
|
2019-12-20 15:21:33 -08:00 |
Alvin Moore
|
c7fc72af39
|
Changed the name of the java jar to conform with the existing prerelease nomenclature
|
2019-12-20 12:23:28 -08:00 |
A.J. Beamon
|
48c0c3d67c
|
Merge pull request #2460 from apple/release-6.2
Release 6.2 Merge Into Master
|
2019-12-13 14:11:08 -08:00 |
A.J. Beamon
|
000f7ff2a0
|
Merge pull request #2457 from gauravvnera/doc_blitz_clear_range
DocBlitz : Clarify Documentation for clear_range API
|
2019-12-13 12:36:24 -08:00 |
gauravvnera
|
83da581314
|
addressed review comments
|
2019-12-14 00:10:25 +05:30 |
gauravvnera
|
f788ba5f85
|
Add keyAfter method to Java bindings
|
2019-12-13 19:25:43 +05:30 |
gauravvnera
|
1dedd3df56
|
Clarify Documentation for clear_range
|
2019-12-13 09:18:57 +05:30 |
A.J. Beamon
|
3cc3f1d2ad
|
Note that range reads are supported natively by the database and have little cost over regular range reads.
|
2019-12-12 10:50:21 -08:00 |
Alvin Moore
|
bdc16def8e
|
Merge pull request #2437 from AlvinMooreSr/publish_cmake
CMake Publishing Changes
|
2019-12-12 06:50:04 -08:00 |
Xin Dong
|
8016d02699
|
Added documents explaining the at-most-once guarantee provided by add callbacks function
|
2019-12-11 14:45:39 -08:00 |
A.J. Beamon
|
bdbc97c452
|
Add docuentation about opening connections to multiple clusters
|
2019-12-10 12:38:37 -08:00 |
Alvin Moore
|
53ea319ec7
|
Added support for publishing jni library to the packages/lib directory
|
2019-12-10 11:44:45 -08:00 |
Evan Tschannen
|
0953bf376d
|
fixed Javadoc headings
|
2019-10-25 13:38:04 -07:00 |
Andrew Noyes
|
95c6c9618e
|
Update documentation and testers for new options
|
2019-09-05 16:40:12 -07:00 |
Evan Tschannen
|
b509a441e7
|
Merge branch 'master' into feature-skip-confirm
# Conflicts:
# bindings/flow/tester/Tester.actor.cpp
# bindings/go/src/_stacktester/stacktester.go
# bindings/java/src/test/com/apple/foundationdb/test/AsyncStackTester.java
# bindings/java/src/test/com/apple/foundationdb/test/StackTester.java
# bindings/python/tests/tester.py
# bindings/ruby/tests/tester.rb
# documentation/sphinx/source/api-c.rst
# documentation/sphinx/source/api-python.rst
# documentation/sphinx/source/api-ruby.rst
# documentation/sphinx/source/data-modeling.rst
# documentation/sphinx/source/developer-guide.rst
# fdbclient/vexillographer/fdb.options
# fdbserver/MasterProxyServer.actor.cpp
|
2019-07-27 15:08:13 -07:00 |