Alexandros Touloupis
Alexandros Touloupis
Hello, More specifically in case that all hosts are unavailable in line: https://github.com/Netflix/astyanax/blob/master/astyanax-cql/src/main/java/com/netflix/astyanax/cql/CqlKeyspaceImpl.java#L404 will throw an exception that is not thrown back to the caller but just logged. com.datastax.driver.core.exceptions.NoHostAvailableException: All...
Fix for issue #601. (https://github.com/Netflix/astyanax/issues/601)
As there is a usage of `cmd.Start()` ensure that [Wait()](https://pkg.go.dev/os/exec#Cmd.Wait) will be called to clean up resources. Currently in a running app that might poll for the status, this causes...