Jeffrey Devloo

Results 47 issues of Jeffrey Devloo

Observed on Nuvolat: ``` 2019-04-04 07:30:00 85500 -0400 - NY1SRV0002 - 37325/140295038162688 - lib/ensure single - 0 - INFO - New task ovs.generic.refresh_package_information with default params scheduled for execution 2019-04-04...

type_enhancement
state_codecomplete

A small entry can be kept for every scrubber which every scrubber updates. After a certain lease period, another scrubber can cleanup the old scrubbers registrations and continue itself

state_inprogress
type_enhancement

### Problem description While looking around for certain bugs/annoyances in our libraries, I discovered that we are 4.5 years behind on updates on our core dependencies: #### Front-end - Knockout:...

type_enhancement

### Feature description Using Arakoon as resultbackend made us discard pickling. Putting DataObjects on the current backend will default to using the kombu JSON serializer which will fail. To counter...

type_feature
state_question

Certain middleware functions are not logged in the webapp-api

type_enhancement
state_codecomplete

The dynamic function does not reload the self.scrubbing_information property. This leads to the dynamic making no sense as it keeps using cached information. The current work-around is to discard all...

type_enhancement
state_codecomplete

Certain volumes on the Nuvolat environment are only having one mds entry in their metadata backend config while their should be at a minimum of 2. The only thing that...

All 'plugin' alike systems within the framework use imp.load and check for decorator metadata to load in the dynamic configurable function. Because imp.load loads a single file, not a module,...

type_enhancement
state_codecomplete

The DataObject hybrids work by using metaclasses. This means that they are only resolvable when instantiating one as opposed to having a complete definition out of the box. Having these...

state_inprogress

If the DataList generated to represent the relation between objects is queried, it'll cache results under the relational key, causing mismatches.

type_bug
state_verification