Joel Wejdenstål

Results 16 issues of Joel Wejdenstål

Worth noting is some implementations provide different features and guarantees such as being able to share reference guards across threads which is useful for async. I think that all maps...

Currently, we don't propagate remote errors correctly when joining existing K8S sessions leading to confusion as reported in https://github.com/gravitational/teleport/issues/14775. This PR resolves this by improving some local `tsh` error messages...

kubernetes-access
backport-required
backport/branch/v9
backport/branch/v10

Paired with https://github.com/gravitational/teleport.e/pull/504 Removes the legacy session service since Moderated Sessions trackers are now used instead. All dependent usage on this service was phased out in v10 so I believe...

server-access

This PR fixes some unguarded accesses to the sessions map on the K8S proxy service.

kubernetes-access
backport-required
kubernetes
backport/branch/v9
backport/branch/v10

So I have been developing something very similar to crossbeam-epoch for a little while now and I wanted to write some tests for defer speeds. I did however run into...

crossbeam-epoch

This is a tracking issue for feature requests and ideas for the cache system redesign i'll be taking a look at and working on when 0.6.0. First mission is probably...

enhancement
feature-request
cache
tracking

Attemping to cross compile to aarch64-apple-darwin with `CC` set to `clang` fails with the following output. ``` The following warnings were emitted during compilation: warning: sqlite3/sqlite3.c:14391:11: fatal error: 'TargetConditionals.h' file...