Tiramisu Mokka

Results 217 comments of Tiramisu Mokka

Well, technically, a single client uses only a singe connection. However, I can imagine an application, that create's a new rpc client per request and may have multiple requests in...

@TaslimAlam If i understand you correctly, then you need to use RpcCall#call with completion handler, which will asynchronously call CompletionHandler#completed when call complete.

Well, according to the XDR standard, strings are ASCII only https://datatracker.ietf.org/doc/html/rfc1014#section-3.10 One option can be to extend Xdr class to provide `Xdr#xdrEncodeString(String, encoding)`. Tough, I don't know how to make...

Hi Xavier, For such purposes, dCache already provides access files that keep track of namespace modifications. Why it should be in billing?

@QiulanHuang Does all dcache components run 9.2.17?

@cfgamboa thanks for the detailed update > Will it be simple for dcache to start cataloging this type of errors? I don't understand the question. What is the expected behavior?

@onnozweers indeed, any storage.* scope turns the token into a authorization token. So, as there is no storage.create, the writing is forbidden. Obviously, the logging must report that.