Cache[] nonOwners = getNonOwners("diffkey", 1);
assert owners.length == 1;
assert nonOwners.length == 1;
Cache ownerCache = owners[0];
Cache nonOwnerCache = nonOwners[0];
ownerCache.put("diffkey", new Externalizable() {
private static final long serialVersionUID = -483939825697574242L;
public void writeExternal(ObjectOutput out) throws IOException {
throw new UnknownError();
}