Ying Zhao
Ying Zhao
as example code: ``` async def watch_job_event(namespace: str, callback: asyncio.coroutines): """ watch job event""" async with ApiClient() as api: batchv1 = client.BatchV1Api(api) w = watch.Watch() logging.info("begin to watch job events")...
**Alluxio Version:** 2.7 **Describe the bug** We found file in alluxio cache is inconsistent with remote s3-compatible file system, but only some of them are inconsistent, most files working fine....
#### What would you like to be added: user can set cool down time for preemptible job's pod by add some labels or annotations, to avoid some pods being preempted...
**Alluxio Version:** 2.9.0-SNAPSHOT-5f981271cc825ddf0cf130caea330de0df5a4bca **Describe the bug** our tasks use alluxio as data cache, and have met some empty files in alluxio but file on UFS is not empty. we found...
**Alluxio Version:** 2.8.1 **Describe the bug**  As shown, "Bytes Read Cache" here is negative, which is obviously incorrect **To Reproduce** After alluxio cluster is ready, at the beginning of...
**Alluxio Version:** 2.8.1 **Describe the bug** we mount alluxio with fuse to kubernetes pod, when we try to write some files to alluxio path, the error below occurs:  Actually,...
I noticed that this datepicker is based on this one(https://github.com/amsul/pickadate.js), and modified to angularjs-based. but there are plenty of api of amsul's pickadate, so I'm wondering if there also are...