110111112113114115116117118119120
}); synchronized(queryGroup) { if (queryGroup.isPending()) { try { queryGroup.wait(10000); } catch(InterruptedException exception) { throw new RuntimeException(exception); } } }