Message from discussion
LazyStoreClient from SocketStoreClientFactory??
Received: by 10.101.152.17 with SMTP id e17mr8461095ano.9.1322564108918;
Tue, 29 Nov 2011 02:55:08 -0800 (PST)
X-BeenThere: project-voldemort@googlegroups.com
Received: by 10.150.43.22 with SMTP id q22ls3451292ybq.7.gmail; Tue, 29 Nov
2011 02:55:08 -0800 (PST)
Received: by 10.236.170.198 with SMTP id p46mr5289328yhl.8.1322564108001;
Tue, 29 Nov 2011 02:55:08 -0800 (PST)
Received: by 10.236.170.198 with SMTP id p46mr5289327yhl.8.1322564107958;
Tue, 29 Nov 2011 02:55:07 -0800 (PST)
Return-Path: <maarten.koopm...@gmail.com>
Received: from mail-gy0-f173.google.com (mail-gy0-f173.google.com [209.85.160.173])
by gmr-mx.google.com with ESMTPS id e44si7661511yhk.0.2011.11.29.02.55.07
(version=TLSv1/SSLv3 cipher=OTHER);
Tue, 29 Nov 2011 02:55:07 -0800 (PST)
Received-SPF: pass (google.com: domain of maarten.koopm...@gmail.com designates 209.85.160.173 as permitted sender) client-ip=209.85.160.173;
Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of maarten.koopm...@gmail.com designates 209.85.160.173 as permitted sender) smtp.mail=maarten.koopm...@gmail.com; dkim=pass (test mode) header...@gmail.com
Received: by ghbg19 with SMTP id g19so8161843ghb.18
for <project-voldemort@googlegroups.com>; Tue, 29 Nov 2011 02:55:07 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
d=gmail.com; s=gamma;
h=mime-version:date:message-id:subject:from:to:content-type;
bh=2ADCZN1Tlmu5PBJC2Ooj9gC1+MweFMvRdiOtUajskp0=;
b=pJQCvUUQOKua4oEY7+PIAiwfRLK3hklBjtYmD2MIjERvujUtTkWz6OCzbWYczNB/Ee
I+oOtEZnCaAie6Z/kLVlx3nIJUFCTLmoAml+HGOAr/H2vzKQ0CJEvr88p67ql0RqCZNj
RgVr949YAuvEAAQ4XedMw0FntVJbQnpY1ZklU=
MIME-Version: 1.0
Received: by 10.50.216.167 with SMTP id or7mr55129778igc.22.1322564107799;
Tue, 29 Nov 2011 02:55:07 -0800 (PST)
Received: by 10.231.15.193 with HTTP; Tue, 29 Nov 2011 02:55:07 -0800 (PST)
Date: Tue, 29 Nov 2011 11:55:07 +0100
Message-ID: <CAJ9WAGe7q2O5+EhXqLOpvx1OEDcHMrZLTgu9=KFm2_-zkAjxiw@mail.gmail.com>
Subject: LazyStoreClient from SocketStoreClientFactory??
From: Maarten Koopmans <maarten.koopm...@gmail.com>
To: project-voldemort@googlegroups.com
Content-Type: text/plain; charset=ISO-8859-1
Hi,
In the latests release I noticed I get a LazyStoreClient back - which
for some reason breaks a particular part of my code (don't know why
yet). Is there a way to force the factory to give me a DefaultClient
or to force the LazyClient to initialize?
Anyway, that would make debugging a lot easier :-)
--Maarten