clear
query|
facets|
time |
Search criteria: .
Results from 101 to 110 from
23482 (0.0s).
|
|
|
Loading phrases to help you refine your search...
|
[expand - 6 more]
[collapse]
-
How to find the actual size of zk data -
ZooKeeper - [mail # user]
|
...Mark,Thanks, yes it would be nice to have as part of JMX. Please let me know ifits already there or any tool that does.RamOn Tue, Mar 20, 2018 at 2:27 AM, Mark Fenes wrote:> Ok, und... |
|
|
|
|
How to find the actual size of zk data - ZooKeeper - [mail # user]
|
...Ok, understood. Maybe the best way of calculating the ZK data size would beto count/estimate the number of znodes and their average data size pernode. This would eliminate file size differen... |
|
|
|
How to find the actual size of zk data - ZooKeeper - [mail # user]
|
...zkTreeutil has option to dump every thing into a directory and create sametree in filesystem under that directory, i am talking about that size.RamOn Mon, Mar 19, 2018 at 5:42 AM, Mark Fenes... |
|
|
|
How to find the actual size of zk data - ZooKeeper - [mail # user]
|
...Hi Ram,If the format of the snapshot file and the zktreeutil dump file isdifferent, they will have different sizes. Does zktreeutil export the zkdata in XML format?MarkOn Fri, Mar 16, 2018 a... |
|
|
|
How to find the actual size of zk data - ZooKeeper - [mail # user]
|
...Jordan,Thank you, even though you have multiple snapshot files in dataDirzookeeper uses only one latest file right? If my latest snapshot file is1GB means my total zk data side is 1GB ? &nbs... |
|
|
|
How to find the actual size of zk data - ZooKeeper - [mail # user]
|
...> How to find actual size of zookeeper data since it store and operate from> in-memory? and snapshot may not give me actual size?ZooKeeper transactions/snapshots are stored on di... |
|
|
|
How to find the actual size of zk data - ZooKeeper - [mail # user]
|
...Hi,How to find actual size of zookeeper data since it store and operate fromin-memory? and snapshot may not give me actual size? I used zkteeUtils todump the data is it the actual size... |
|
|
|
|
|
[ZOOKEEPER-1990] suspicious instantiation of java Random instances -
ZooKeeper - [issue]
|
...It's not clear to me why we are doing this, but it looks very suspicious. Why aren't we just calling "new Random()" in these cases? (even for the tests I don't really see it - typically that... |
|
|
|
|
[ZOOKEEPER-2844] Zookeeper auto purge process does not purge files -
ZooKeeper - [issue]
|
...I'm using Zookeeper 3.4.6The ZK log data folder keeps growing with transaction logs files (log.*).I set the following in zoo.cfg:autopurge.purgeInterval=1autopurge.snapRetainCount=3dataDir=.... |
|
|
|
|
[ZOOKEEPER-2962] The function queueEmpty() in FastLeaderElection.Messenger is not used, should be removed. -
ZooKeeper - [issue]
|
|
|
|
|
[expand - 2 more]
[collapse]
-
zktreeutils compilation error -
ZooKeeper - [mail # user]
|
...Yes, i followed the read me.On Sun, Mar 18, 2018, 2:11 AM Flavio Junqueira wrote:> Hi Ram,>> Just so that I understand the steps you have followed. Did you follow the> inst... |
|
|
|
|
zktreeutils compilation error - ZooKeeper - [mail # user]
|
...Hi Ram,Just so that I understand the steps you have followed. Did you follow the instructions in the README file?-Flavio > On 17 Mar 2018, at 22:59, rammohan ganapavarapu wrote:>... |
|
|
|
zktreeutils compilation error - ZooKeeper - [mail # user]
|
...Hi,I am getting below error when i try to compile the zktreeutils, any ideawhat could be the issue?make all-recursivemake[1]: Entering directory`/home/rganapavarapu/zookeeper/src/contr... |
|
|
|
|
|
[expand - 6 more]
[collapse]
-
3.4.12 -
ZooKeeper - [mail # dev]
|
...+1 for cutting a 3.4.12 RC. Thanks for volunteering, Abe.-Flavio> On 8 Mar 2018, at 18:53, Rakesh Radhakrishnan wrote:> > Appreciate Abe for the initiative and efforts!> &g... |
|
|
|
|
3.4.12 - ZooKeeper - [mail # dev]
|
...Appreciate Abe for the initiative and efforts!+1, for "3.4.12" releasing.Please feel free to ping me if any help needed when making this release.Regards,RakeshOn Sat, Mar 3, 2018 at 4:19 AM,... |
|
|
|
3.4.12 - ZooKeeper - [mail # dev]
|
...Thank's Pat.I'll get started on this ASAP.On Mon, Mar 5, 2018, at 10:14, Patrick Hunt wrote:> Thanks for "volunteering" Abe. :-)> > sgtm, +1 - there are some important fixes to get ... |
|
|
|
3.4.12 - ZooKeeper - [mail # dev]
|
...Thanks for "volunteering" Abe. :-)sgtm, +1 - there are some important fixes to get out for 3.4.FYI the "how to release" page is here:https://cwiki.apache.org/confluence/display/ZOOKEEPER/How... |
|
|
|
3.4.12 - ZooKeeper - [mail # dev]
|
...I am very much interested in taking a turn as a RM and I think it is a great time to do a release (now that 2967, 2249, and 2960 arge merged in).I agree that ZOOKEEPER-2184 can be pushed aga... |
|
|
|
3.4.12 - ZooKeeper - [mail # dev]
|
...There are 19 resolved issues http://bit.ly/2oK9aTxand 14 unresolved http://bit.ly/2oFWywSZOOKEEPER-2184 is the only unresolved blocker, however that's not aregression and was pushed from 3.4... |
|
|
|
3.4.12 - ZooKeeper - [mail # dev]
|
...Hi dev,User has recently run into the regression of 3.4.11 (ZOOKEEPER-2960) (again?)Are we good to cut 3.4.12 soon or still waiting for something to becommitted?Andor... |
|
|
|
|
|
[ZOOKEEPER-2604] Temporary node has not been deleted -
ZooKeeper - [issue]
|
...i use zkclient to connect zookeeper-server , but sometime when i close my zkclient ,the Temporary node can't be deleted。i have search this bug,and i fixed it by delete the data dir... |
|
|
|
|
[expand - 3 more]
[collapse]
-
SASL for Client connections -
ZooKeeper - [mail # user]
|
...This is related to a long standing bug in our documentation (see: ZOOKEEPER-2668). requireClientAuthScheme does not actually do anything. It is never read by the code.On Thu, Mar 8, 2018, at... |
|
|
|
|
SASL for Client connections - ZooKeeper - [mail # user]
|
...Hi Abe,We are trying to understand the difference between settingrequireClientAuthScheme=sasl andrequireClientAuthScheme=allWhen a client does not have a valid Kerberos ticket, the behaviour... |
|
|
|
SASL for Client connections - ZooKeeper - [mail # user]
|
...Hi Harish-Currently there is no way to restrict ALL incoming client connections when using SASL.In ZooKeeper, SASL works on a node by node basis.Thanks,AbeOn Thu, Mar 8, 2018, at 03:58, Hari... |
|
|
|
SASL for Client connections - ZooKeeper - [mail # user]
|
...Hi,I have enabled SASL on my Zookeeper, with below configuration.*requireClientAuthScheme=sasl**authProvider.1=org.apache.zookeeper.server.auth.SASLAuthenticationProvider*But still I see tha... |
|
|
|
|
|
Zookeeper Leader thread works -
ZooKeeper - [mail # dev]
|
...Dear Team,I've query regarding Leader thread work in zookeeper.In one of my use case, I want Leader thread to listen on some event otherthen own's children.*Use Case - *Basically I've two si... |
|
|
|
|
[ZOOKEEPER-2960] The dataDir and dataLogDir are used opposingly -
ZooKeeper - [issue]
|
..._emphasized text_After upgrading from zookeeper 3.4.5, to 3.4.11, without editing zoo.cfg, the new version of the server tries to use the dataDir as the dataLogDir, and the dataLogDir as the... |
|
|
|
|
|