Alexandre Dutra

Results 140 comments of Alexandre Dutra

This may affect Reaper. If present, Reaper will use ` dc.GetDatacenterServiceName()` as its contact point, effectively ignoring all Stargate nodes. Will this service still be reachable? If not, I guess...

Network policies require a network plugin, and even if network plugins are installed by default on most cloud providers, we can't guarantee that there will always be such a plugin...

Do we have a definition of "special characters"? Would it be enough to apply e.g. percent encoding to all base locations?

Are we ok with a destructive encoding function? I.e. if both `foo#` and `foo?` become `foo` (or `foo_`), the encoded result becomes ambiguous.

https://en.wikipedia.org/wiki/Punycode ?

> Exactly what I was thinking :) Is there a good OSS impl.? It seems the jdk has one: https://docs.oracle.com/en%2Fjava%2Fjavase%2F21%2Fdocs%2Fapi%2F%2F/java.base/java/net/IDN.html

Yes, and I'm also concerned by the fact that it encodes all the ASCII characters first, then all the rest after, thus altering the natural sort order of original names....

When `forkEvery` setting is removed, usually the integration tests end up in OOM: ``` [1419.245s][warning][codecache] CodeHeap 'non-profiled nmethods' is full. Compiler has been disabled. [1419.245s][warning][codecache] Try increasing the code heap...

I got a heap dump yesterday. The biggest objects are of these 2 types: ``` io.quarkus.deployment.dev.RuntimeUpdatesProcessor io.quarkus.bootstrap.classloading.QuarkusClassLoader ``` There were 166 instances of `QuarkusClassLoader`.

The token `K_ANN` has been added to the "basic unreserved keywords" rule by this commit: https://github.com/apache/cassandra/commit/949b760f5516c139591473038917247b1fd7f500. I agree that unreserved keywords lack of a clear, well-defined meaning, but in any...