We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32c2277 commit d2ed41eCopy full SHA for d2ed41e
code/processes/gateway.q
@@ -507,9 +507,9 @@ syncexecjpre36:{[query;servertype;joinfunction]
507
// to allow parallel execution, send an async query up each handle, then block and wait for the results
508
(neg handles)@\:({@[neg .z.w;@[{(1b;.z.p;value x)};x;{(0b;.z.p;x)}];{@[neg .z.w;(0b;.z.p;x);()]}]};query);
509
// flush
510
- (neg handles)@\:.gw.placehold;
+ (neg handles)@\:(::);
511
// block and wait for the results
512
- res:handles@\:.gw.placehold;
+ res:handles@\:(::);
513
// update the usage data
514
update inuse:0b,usage:usage+(handles!res[;1] - start)[handle] from `.gw.servers where handle in handles;
515
// check if there are any errors in the returned results
0 commit comments