Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Summary: malanka wants to send 6GB Glean fact batches to the server, which currently fails with Thrift deserialization errors: ``` W0118 11:49:04.386687 5031 SendQueue.hs:255] Thread killed: ApplicationException {applicationException_message = "user error (incomplete input)", applicationException_type = ApplicationExceptionType_Unknown} DB write failure: ApplicationException {applicationException_message = "user error (incomplete input)", applicationException_type = ApplicationExceptionType_Unknown} ``` The spec for the compact protocol doesn't prescribe a bit-size for these fields, as far as I can tell: https://www.internalfb.com/intern/staticdocs/thrift/docs/features/serialization/protocols#compact-protocol Reviewed By: simonmar Differential Revision: D52903378 fbshipit-source-id: fde0017779ced80a7911a99cc63f2dffefb26406
- Loading branch information