Reading it again I notice I said "thread dump" where I wanted to say thread stack traces :) El 26/10/2015 22:34, "Ignasi Barrera" <[email protected]> escribió:
> Hi Yaron, > > I don't believe it is a rate limit thing, as you should also face > those issues if you create the four nodes sequentially. Anyway, it is > difficult to determine the cause without reading the code that spawns > the threads and invokes jclouds to create the nodes. Could you share > the relevant bits of code? > > Also, when your program hangs, could you take a thread dump of the > process and share it too? That would be very helpful to know the exact > point where the threads are locked and what operations are in > progress. > > > I. > > On 26 October 2015 at 18:00, Yaron Rosenbaum <[email protected]> > wrote: > > Hi > > > > I’m trying to create multiple nodes in multiple threads on GCE (each > thread > > creates a single node) (the nodes have different properties, hence need > > different templates). > > > > The problem is, that when trying to create more than 4 nodes, the fifth > node > > doesn’t get created. The API just hangs. > > I’m guessing there’s some sort of rate limiting on the GCE side, > wondering > > if this is correct, and if so - how to throttle down jClouds. Otherwise - > > what could possibly be causing this? > > > > > > Regards, > > Yaron > > (Y) > > >
