Al
Al
**Is your feature request related to a problem? Please describe.** Currently, I have to be very patient when using my pen. When I start writing, if I do it too...
The `HTTPServer.java` class (in `simpleclient_httpserver`) references internal `com.sun.*` packages, which makes the server unsable for modern Java build setups: ```java import com.sun.net.httpserver.HttpHandler; import com.sun.net.httpserver.HttpServer; import com.sun.net.httpserver.HttpExchange; ``` Starting the server...
`rebar3 release` generates the following warnings: ``` ❯ ./rebar3 release ===> Verifying dependencies... ===> Analyzing applications... ===> Compiling vectorclock ===> Compiling antidote_crdt ===> Compiling antidote_stats ===> Compiling antidote_pb_codec ===> Compiling...
Fix linting errors of `apps/antidote_crdt/test` and include the file in the `elvis.config` again.
`antidote:inter_dc_query_router:request_log_entries/0` creates a `inter_dc_sub_vnode.(\d+).coverdata` temporary file which is not cleaned up (likely bug in meck and eunit cover interaction). There are some some warnings showing up in cover.log.
Wait until prometheus collector is updated for the new architecture and update the rebar.config
Fix missing non-behavior spec annotations for public methods. Dependencies: [antidote_deps,otp] Sources: ['antidote/src'] Unspecced in "antidote/src/clocksi_interactive_coord_sup.erl": * [x] start_fsm/0 * [x] start_link/0 Unspecced in "antidote/src/inter_dc_sub_vnode.erl": * [x] start_vnode/1 Unspecced in "antidote/src/zmq_utils.erl":...
Simplify
PR needs investigation. Introduces non-deterministic bugs.
Draft implementation of listing all keys in an AntidoteDB data center (over all shards in the cluster). The new API method return a list of bound objects (`[{Key, Type Bucket}]`)....