Closed
Bug 1478160
Opened 7 years ago
Closed 7 years ago
Fix ByteString UUID in RichMessage to be Serializable
Categories
(Data Platform and Tools :: General, defect, P1)
Data Platform and Tools
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: frank, Assigned: frank)
References
Details
Attachments
(1 file)
Currently moztelemetry uses ByteString.copyFromUTF8 to copy the UUID in RichMessage [0]. Unfortunately it's not serializeable in 2.5. Easy fix is to upgrade the protobuf version.
[0] https://github.com/mozilla/moztelemetry/blob/master/src/main/scala/com/mozilla/telemetry/heka/package.scala#L160
Comment 1•7 years ago
|
||
| Assignee | ||
Updated•7 years ago
|
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Updated•3 years ago
|
Component: Datasets: General → General
You need to log in
before you can comment on or make changes to this bug.
Description
•