hail icon indicating copy to clipboard operation
hail copied to clipboard

Cloud-native genomic dataframes and batch computing

Results 235 hail issues
Sort by recently updated
recently updated
newest added

### What happened? We need to add `nsenter` to the gcsfuse and blobfuse commands on the workers to make sure the resources are allocated to the user's namespace and not...

new-feature
batch

### What happened? Ben W reports that he can reliably cause a batch worker VM to become non-responsive, triggering the driver to kill the VM, and the job to get...

bug
batch

> [!NOTE] > I don't think it necessarily makes sense to merge this into `main`; just checking it in here for review. An example of a migrated post with a...

do-not-test

The treatment of `ClientPayloadError` as a sometimes transient error was originally made in response to [an existing issue](https://github.com/aio-libs/aiohttp/issues/4581) in aiohttp that can cause transient errors on the client that are...

Python integration tests often fail waiting to allocate highmem instances for worker jobs. Since we control both APIs, it seems reasonable to move the testing burdon for vm allocation onto...

Slightly tweak the `Bindings` class to store a single array of (name, type) pairs, with the various environments referring back to that array. This simplifies passes that want to create...

This adds simple unit tests to the CI functionality that generates the configs for `gateway` and `internal-gateway`. It also adds a developer-only endpoint to CI for easier inspection of what...

WIP

This catches a few things missed in https://github.com/hail-is/hail/pull/14521 and adds `PCanonicalArrayBackedContainer` as an extension trait to `PArrayBackedContainer`, ensuring that types implementing this trait are specifically backed by `PCanonicalArray`.