George Gensure

Results 166 comments of George Gensure

Your local cas file cache is too small to hold your largest action: try increasing the cas storage on the worker. It is stuck waiting for an entry expiration. I've...

> 1. what is `entry expiration`, why it was waiting for it? Waiting on entry expiration is a poor name for the file cache waiting for any blob (content) to...

Definitely need some discussion on this. Can you frame the situation that you discovered to determine that the entry is actually missing on the filesystem? The longer term presentation here...

Gross. OK, I'll tackle a couple of the problems here. First, the prometheus publisher should not throw NPE on shutdown. @80degreeswest please fix this Second, the dispatch monitor (and really...

Nah, it's the responsibility of the driver to treat exceptional events with exceptions. A retry represents and requires a policy, and should not be hidden behind a driver shield. Putting...

Regarding the action resource pool, there are a couple of considerations: It could not be done in a wrapper, because the wrapper's invocation only occurs once an executor slot has...

There's a couple of problems here - one is that the updated match mechanisms are not accounting for null queueEntry as expected. What revision was this test conducted at? Line...

Some of this noise should be reduced by changes in #897. These are all also secondary effects - nothing here is specifically broken, unless you can prove that some blobs...

I added cluster emulation behavior specifically for this support for non-clustered redis. Have you tried it? Is there an error message? On Thu, Mar 24, 2022, 6:26 PM Trevor Hickey...

Depends on the secret scope. If you want to deliver the same secret to every action environment for every invocation, just put it in your worker image at a known...