Skip to content

Message size doesn't show correctly for Pack-Unpack #3

Open
@pplimport

Description

@pplimport

Original author: Osman Sarood
Original issue: https://charm.cs.illinois.edu/redmine/issues/258


The message sizes only represent the 112 bytes header if pack unpack for messages is used. Parameter marshalling works correctly.
Example:

  1. charm/examples/ring: Currently the example uses pack unpack methods for custom Msg type. Trace-projections fails to log the correct message size. The example currently uses a group. However, the behavior is the same for arrays.
  2. If you change the same code to use parameter marshalling instead of custom message, the message size is shown correctly.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions