It looks like all the fields are present, just printed in a different order. Are you using the 'map' protobuf type by chance?
On Monday, January 22, 2018 at 12:48:55 AM UTC-8, [email protected] wrote: > > Hi, > > I am trying to log the response received for a request to the server using > the following statement in JAVA. > > LOGGER.info("Response:{} received from UCore for PnmId:{}", > next,identifier.getPnmId()); > > From the logs I observe that few of the fields are missing however the > value exists when logging GenerateMessageV3 or by logging the typecasted > GeneratedMessageV3. > > 22/Jan/2018 13:45:04,360- TransitionCounterStatsAction: > Response:{stats.CounterList.counter=[value: 7.0 > , name: UE_EMM_REGISTERED_ACTIVE > value: 5.0 > , name: UE_EMM_REGISTERED_IDLE > value: 6.0 > , name: TOTAL_ECM_CONNECTED_UES > value: 8.0 > ]} received from UCore for PnmId:525 > > > However, when I iterate through the GeneratedMessageV3 after typecasting > it to the relevant object I could find all name/value pairs getting logged. > > 22/Jan/2018 13:45:04,360- TransitionCounterStatsAction: on next for > PnmId:525 > 22/Jan/2018 13:45:04,360- TransitionCounterStatsAction: > Name:UE_EMM_DEREGISTERED,Value:7.0 > 22/Jan/2018 13:45:04,360- TransitionCounterStatsAction: > Name:UE_EMM_REGISTERED_ACTIVE,Value:5.0 > 22/Jan/2018 13:45:04,360- TransitionCounterStatsAction: > Name:UE_EMM_REGISTERED_IDLE,Value:6.0 > 22/Jan/2018 13:45:04,360- TransitionCounterStatsAction: > Name:TOTAL_ECM_CONNECTED_UES,Value:8.0 > > Is this a bug or a known issue? > > > Regards > Basak > > -- You received this message because you are subscribed to the Google Groups "grpc.io" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/grpc-io. To view this discussion on the web visit https://groups.google.com/d/msgid/grpc-io/23b107bf-d4c3-4766-9183-3d7aa8b18c1d%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
