Tomas Celaya
Tomas Celaya
This is part feature request and part bug. The automatic tracing includes a check where both the ochttp client and server components inspect the URL path before attaching a trace...
As the title states, double-clicking on the general channel in the Slack I'm signed into causes the following crash: ``` TypeError: Cannot read property 'width' of null at Box.Element._getWidth (~/.nvm/versions/node/v8.3.0/lib/node_modules/slackadaisical/node_modules/blessed/lib/widgets/element.js:1060:19)...
$checkDir did not contain a trailing slash on OS X Yosemite so $cdnJsonPath was '.../path/to.cdn.json' instead of '.../path/to/.cdn.json' Haven't had a chance to test it elsewhere.
[`Signer#sign(String, KeyPair, byte[])`](https://github.com/joyent/java-http-signature/blob/master/common/src/main/java/com/joyent/http/signature/Signer.java#L370)
It is possible for users to set encryption-related metadata. In some cases this metadata will simply be overridden (i.e. when passed alongside a regular `PUT`) but in other cases it...
As noted in #250 there are cases where MantaEncryptedObjectInputStream will fail to read all the bytes requested. This is possible since `java.io.InputStream.read(byte[], int, int)` warns that: > An attempt is...
There are three areas identified where we want more enhancements for metrics: # Response Codes Referenced from [this comment](https://github.com/joyent/java-manta/pull/418#issuecomment-391062543) in #418, we should also track metrics around unexpected response codes....
We should be able to include this test case in the `-unshaded` module now that #327 has been merged. Just making a note of this test since I keep forgetting...
Currently users can attempt to skip a fixed number of directory creation steps when utilizing the recursive option to `MantaClient#putDirectory`. As a precaution the initial implementation of this feature reverted...
Including a “client ID” header in our requests could help with serverside metrics. Since there isn’t much benefit to telling apart two client instances that are otherwise identical but happen...