| clear query|facets|time |
Search criteria: .
Results from 1 to 7 from
7 (0.476s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: long time full gc - Zookeeper - [mail # user]
|
|
...After full gc finish, the client receive disconnected event, and reconnect server, after the reconnect is successful , the client receive the session expried event form server. So I th...
|
|
|
Author: lei liu,
2012-10-29, 02:16
|
|
|
long time full gc - Zookeeper - [mail # user]
|
|
...I have one application, that use zk client to create ephemeral znode, the session timout is 30 seconds, if the application encounter long time full gc, example 60 seconds, after ...
|
|
|
Author: lei liu,
2012-10-28, 12:41
|
|
|
set wacher failed - Zookeeper - [mail # user]
|
|
...I write Wacher class, I call zk.getData(path, watch, null) in process() method, example below code: public class AppVersionMappingChildrenNodeWatcher implements Watcher { ...
|
|
|
Author: lei liu,
2011-07-29, 08:23
|
|
|
Re: session expiry - Zookeeper - [mail # user]
|
|
...Hi Mahadev, thank you very much. yes, you are right, I just have one server. I am new to zookeeper. I think my application should pay attention to below tow points wh...
|
|
|
Author: lei liu,
2011-06-23, 05:54
|
|
|
session expiry - Zookeeper - [mail # user]
|
|
...I create "group" znode, and add "A","B","C" three children to the znode. I want to print all children of "group" znode periodically,example below code: public class ListGroup extends C...
|
|
|
Author: lei liu,
2011-06-22, 10:07
|
|
|
Re: the event is not nidified - Zookeeper - [mail # user]
|
|
...Hi Ted, thank you for your reply. Can you tell me why I need to reset the watch? I think that is confusing. Thanks, LiuLei 2011/6/21 Ted Dunning aMode_watches...
|
|
|
Author: lei liu,
2011-06-21, 09:32
|
|
|
the event is not nidified - Zookeeper - [mail # user]
|
|
...I use Zookeeper 3.3.3 version. I create "test" znode, and I add many children for the znode. I want to listen EventType.NodeChildrenChanged event, when there is EventType.NodeChildrenC...
|
|
|
Author: lei liu,
2011-06-21, 02:17
|
|
|
|