Seongbae Chang
Seongbae Chang
These changes make whisks.v.2.1/packges-public view function to check whether doc.binding is undfined before getting the length of it. It can prevent from CouchDB producing unnecessary logs. ## Description When 'packages-public'...
## Environment details: * local deployment / ubuntu * couchdb 2.3.1 and 3.3.3 ## Steps to reproduce the issue: You can find this log when whisk.v2.1.0/packages-public view re-build index. In...
Normalize Kafka configuration units to bytes for message and request size parameters. ## Description Kafka configuration units related to size are in bytes. However, ByteSize supports various units. I believe...
Refactor docker info formatter to use Go template syntax. ## Description This change refactors the docker info command formatter argument in the invoker deployment task to use the Go template...