Re: -EXT-Re: debugging slow table creation

2024-06-20 Thread Lahr-Vivaz, Emilio
ave Marion Sent: Thursday, June 20, 2024 10:57 AM To: user@accumulo.apache.org Subject: Re: -EXT-Re: debugging slow table creation WARNING: This message is from an external source. Evaluate the message carefully BEFORE clicking on links or opening attachments. I was able to reproduce your

Re: -EXT-Re: debugging slow table creation

2024-06-20 Thread Dave Marion
> table cache as the number of zk table nodes increases. Does that seem > feasible? Is there anything I can do to mitigate the issue? > > Thanks, > > Emilio Lahr-Vivaz > General Atomics, CCRi > > > From: Dave Marion > Sent

Re: -EXT-Re: debugging slow table creation

2024-06-18 Thread Lahr-Vivaz, Emilio
ble? Is there anything I can do to mitigate the issue? Thanks, Emilio Lahr-Vivaz General Atomics, CCRi From: Dave Marion Sent: Thursday, June 13, 2024 7:56 PM To: user@accumulo.apache.org Subject: -EXT-Re: debugging slow table creation WARNING: This message i

Re: debugging slow table creation

2024-06-13 Thread Dave Marion
Emilio,  The create table operation is a Fate operation that runs in the Manager. My immediate thought is that maybe the number of Fate operations that you are creating for your other tables is making the create table operation wait for an available thread. I don't have the code in front of me, but

debugging slow table creation

2024-06-13 Thread Lahr-Vivaz, Emilio
Hello, We've noticed that creating a table in Accumulo 2.1 tends to get slower and slower as the number of tables in the system increases, and once we get have several thousand tables creating more really bogs down (on the order of minutes). Does anyone have any tips on debugging this issue, or