Al

Results 24 issues of 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...

bug

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...

The release test was missing in the workflow.

test&build

`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...

question
good first issue

Fix linting errors of `apps/antidote_crdt/test` and include the file in the `elvis.config` again.

code-style
good first issue

`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.

test&build
good first issue

Wait until prometheus collector is updated for the new architecture and update the rebar.config

antidote_stats

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":...

enhancement

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}]`)....

feature-request