Skip to content

Crit messages unsupported version 0x0 != 0x1 from transport/strmsock.cpp #2607

@openhpi2

Description

@openhpi2

Hi Anton,

Greetings..

We are using OpenHPI version 3.2.0

Below critical logs are observed during restart of management-blade, which are very rare occurrence.

Sep 29 12:00:32.231478 crit CLA-0 openhpid: transport: /var/fpwork/fullbuild-jenkins/workspace/R_FPT_41.4.1.x-rc/variant/wr-x86_64-j/SS_OpenHPI/openhpi/transport/strmsock.cpp:198: unsupported version 0x0 != 0x1.

Sep 29 12:00:46.826558 crit CLA-0 openhpid: transport: /var/fpwork/fullbuild-jenkins/workspace/R_FPT_41.4.1.x-rc/variant/wr-x86_64-j/SS_OpenHPI/openhpi/transport/strmsock.cpp:198: unsupported version 0x0 != 0x1.

From code, could see comparison is made b/n ver & dMhRpcVersion variables.

      uint8_t ver = hdr[dMhOffFlags] >> 4;
      if ( ver != dMhRpcVersion ) {
            CRIT( "unsupported version 0x%x != 0x%x.",
                 ver,
                 dMhRpcVersion );
            return false;
        }

Could you please throw some light on various possible situations, where above messages would be displayed.

Best Regards,
Mahesh.

Reported by: nj1213

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions