其他对等节点无法读取超级账本结构世界状态

I setup a hyperledger fabric environment with the default configure file from enter link description here deploying pbft network, however, with default 0.6 version fabric. I call putState in vp0((I generate the date in query context of vp0 and use channel passed it to invoke context (because we can only call putState in invoke context). as other node do not have this data, it will just ignore putState in other nodes) and when call getState again, only vp0 can read the vale stored by putState while vp1-vp3 cannot get that value, it return empty. any ideas on this issue?