Jeffrey Devloo
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...
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
### 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:...
### 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...
Certain middleware functions are not logged in the webapp-api
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...
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,...
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...
If the DataList generated to represent the relation between objects is queried, it'll cache results under the relational key, causing mismatches.