Istvan Toth
Istvan Toth
We need to change the release script for that. right ?
Opened HBASE-29095 for the relase script change.
Yes, @ok2c .
AsyncDirectHttp1Spnego still succeeds, because it doesn't rely on getting the Subject from the Thread JAAS Scope. So SPNEGO in general still works with Async as long the Principal is explicitly...
> I do not fully understand what does the streams mean here... > > All requests and responses are fully kept in memory here I think? Currently they are. The...
I have added org.apache.hadoop.hbase.rest.TestGetAndPutResource.testMultipleCellPutPBEntity() to illustrate how ProtobufEntity can be used to more efficiently execute PUT operations.
Fixed the warnings (though most were in code that I haven't touched) and added a test that can serve as an example on using ProtobufEntity. PTAL @Apache9 .
Can you take a look @Apache9 ?
Now that you're back from vacation and hopefully settled can you take a look at this again, @Apache9 ?
Can we get back to this patch, @Apache9 ? To recap: This is a perf optimization for the included REST Client, that avoids copying the full HTTP response into a...