SimonTian

Results 9 issues of SimonTian

I was confused about one query type recently, wish some advises If my graph is like below root -> A, root -> A' A -> C, A -> D A'...

we want generate storage for different data versions offline, is there any solution? thx.

discussion

Why not make addinlinedata public? inline data may lose in nesting query

EtcdWatchTimedOut seems raised in _wrap_request (client.py) ``` def _wrap_request(payload): ... except (HTTPError, HTTPException, socket.error) as e: if (isinstance(params, dict) and params.get("wait") == "true" and isinstance(e, ReadTimeoutError)): _log.debug("Watch timed out.") raise...

see below issue https://github.com/jplana/python-etcd/issues/268

**Alluxio Version:** 2.9.3 **Describe the bug** Restful /paths/{path}/exists API return 200 with empty content, for example 'exists' should return true or false and never expected to have an empty bytes...

type-bug

## Descripition The connection between client and server may be broken in some cases, for example, network fluctuations, so I was trying to have a retry logic when producer send...

### Search before asking - [X] I searched in the [issues](https://github.com/apache/pulsar-client-cpp/issues) and found nothing similar. ### Version client 3.2 server 3.2.2 ### Minimal reproduce step Use a producer to send...

**Is your feature request related to a problem? Please describe.** I tried `alluxio fs cp` or `alluxio fs touch`, the target files all have mime-type "application/octet-stream", when integreted with some...

type-feature
stale