ytsaurus
ytsaurus copied to clipboard
YTsaurus is a scalable and fault-tolerant open-source big data platform.
I hereby agree to the terms of the CLA available at: https://yandex.ru/legal/cla/?lang=en
Assume you added `options.ThreadCount_ + 1` write tasks to writer. `options.ThreadCount_` tasks are running now and the last one is waiting in the `ThreadPool_` queue, i.e. all `TaskFutures_` are not...
Implements #549. HTTP proxies now have an additional `/solomon_proxy/sensors` handle, which can be used to collect metrics from internal YT components without network access to their monitoring ports. There are...
Add CRI Image Cache This is SLRU cache which tracks docker images and their tags and digests.
Pickling is known not to be working when working in Jupyter/IPyNotebook. It would be great to investigate the root cause of that and, ideally, to come up with a workaround....
Links: https://kubernetes.io/docs/concepts/architecture/garbage-collection/#container-image-lifecycle
Without unused "error" argument retry does not happens. Fixes: c437f3bb48e ("Cosmetics")
For now it requires yt binaries available: YtTestEnvironment runs [YtInstance](https://github.com/ytsaurus/ytsaurus/blob/5ced0b14fa24ecc8e2a551d8d27481420040c3b2/yt/python/yt/testlib/test_environment.py#L190) which executes YT binaries in order to get a running YT instance. Let's add an ability to run the tests...
Weighted cookie allows to reclaim space before inserting new value. This helps to avoid temporary overcommit. Cookie weight don't have to exactly match weight of final value, and could be...
Currently, IO intensive operations can occupy a disk and prevent others from accessing it in a reasonable time We need to introduce fair IO throttling that will solve this issue...