Home | History | Annotate | Download | only in engine

Lines Matching full:server

134   // SyncEntity has NOT been applied to SERVER fields.
142 // When a server sends down a client tag, the following cases can occur:
143 // 1) Client has entry for tag already, ID is server style, matches
144 // 2) Client has entry for tag already, ID is server, doesn't match.
151 // on the server, if two clients commit the same tag at the same time.
154 // Case 3 - We need to replace the local ID with the server ID so that
172 // we don't server delete the item, because we don't allow it to
174 // the server, and we won't pay attention to it.
184 // We should change the ID of the local entry to the server entry.
185 // This will result in an server ID with base version == 0, but that's
197 // The server will track the client that sent up the original commit and
201 // There is however still a race condition if the server has not
203 // again. To mitigate this, we need to have the server time out in
207 // We need to check if we have an entry that didn't get its server
208 // id updated correctly. The server sends down a client ID
211 // server side ones to avoid multiple copies of the same thing.
232 VLOG(1) << "Reuniting lost commit response IDs. server id: "
239 // Fallback: target an entry having the server ID, creating one if needed.
357 // when the server speaks only the old sync_pb::SyncEntity_BookmarkData-based
363 // In the new-style protocol, the server no longer sends bookmark info for
386 // If we already think the item is server-deleted, we're done.
392 // The server returns very lightweight replies for deletions, so we don't
400 // Otherwise, fake a server version by bumping the local number.
476 // Now find the closest up-to-date sibling in the server order.
486 LOG(WARNING) << "Client and server time mismatch";
505 LOG(WARNING) << "Server/local ordering mismatch";
539 VLOG(1) << "Splitting server information, local entry: " << *entry
540 << " server entry: " << new_entry;
544 // from the server data.
568 << " Illegal predecessor after converting from server position.";
719 // This update is to an item of a datatype we don't recognize. The server
731 LOG(ERROR) << "Server update doesn't agree with previous updates. ";
744 // when the server does not give us an update following the
757 LOG(ERROR) << "Server update doesn't agree with committed item. ";
770 LOG(ERROR) << "Server update doesn't match local data with same "
793 // TODO(nick): We hit this path for items deleted items that the server
796 // would actually succeed on the server; in the protocol, a base
802 VLOG(1) << "Server update is attempting undelete. " << *target
816 LOG(WARNING) << "Update older than current server version for "