You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
--wait is passed to the source ProxyClient, while the target ProxyClient gets the default value of true. In general the wait flag does not do what it's supposed to do (i.e. hangs).
This issue is for a: (mark with an
x)The documentation and assumed correct functionality of
--waitis:However, in
cassandra-proxy/src/main/java/com/microsoft/azure/cassandraproxy/Proxy.java
Line 228 in f184bca
--waitis passed to the source ProxyClient, while the target ProxyClient gets the default value oftrue. In general thewaitflag does not do what it's supposed to do (i.e. hangs).