unmeshjoshi

Results 5 issues of unmeshjoshi

Added a Dockerfile to build Ubuntu 18.04 based image with all the required dependencies to run mongo build.

Building logcabin code with correct dependency versions is a hassle. Using docker container helps as we can control the versions being used. VSCode with its remote development pack allows to...

Recently we used DBDeploy in large globally distributed problem teams. I have put some of the learning here http://peopleandcode.blogspot.in/2016/02/using-dbdeploy-in-large-globally.html. The changes in this pull request helped us a lot in...

The tests are run by assigning random ports in method TestUtils.getRandomPort. It looks like the ports conflict once in a while. Kafka had similar issue https://issues.apache.org/jira/browse/KAFKA-1501 and they discourage use...

replicator/src/main/java/replicate/net/SocketClient.java blocks in blockingSendAndReceive if no read timeout is set. Ideally, the server should return error response in case request futures in the async processing pipeline do not complete.