Fabien Viale

Results 44 comments of Fabien Viale

The standard binding mechanism is to try to bind to a public API address preferably, and if no public address is available (which is most often the case), to bind...

Some improvements have been made to the binding strategy, but there are still cases where the server will bind for example to a docker interface instead of a "standard" one....

If [ImmutableSortedMap](http://docs.guava-libraries.googlecode.com/git/javadoc/com/google/common/collect/ImmutableSortedMap.html) refers to an immutable map, it would not be well suited to the tasks maps as tasks are added dynamically during iterations/replications. Unless I missed something.

We should as well consider LinkedHashMap, which preserves insertion order. As TaskIds are always incrementing, insertion order should match TaskIds order.