new Object[]{getLocalNodeIdString(),
getRemoteNodeIdString(),
request});
}
Scope scope = TProtocolUtil.getScope(request.getStore().getScope());
for (KeyedValues kv : request.getValues()) {
Iterable<VersionedValue> tvvi = kv.getValues();
Iterable<Versioned<byte[]>> vs = new TVersionedValueIterable(tvvi);
syncManager.writeSyncValue(request.getStore().getStoreName(),
scope,