Closed shubhamtagra closed 4 years ago
fixes #361 along with other issues.
Tested this with sequential runs of query that reads ~200GB. Also tested with 20 parallel runs of same query.
Pushed a new commit that fixes #371, with that fix long running tests are green where multiple reads are issued in parallel and few are cancelled.
Unable to see this comment on github but i have tried to minimize the changes hence not moved things like these around.
On Wed, May 6, 2020 at 3:38 PM Harmandeep Singh notifications@github.com wrote:
@harmandeeps commented on this pull request.
In rubix-bookkeeper/src/test/java/com/qubole/rubix/bookkeeper/TestFileDownloader.java https://github.com/qubole/rubix/pull/368#discussion_r420679340:
@@ -150,7 +156,7 @@ public void testProcessDownloadRequests() throws Exception
int dataDownloaded = (int) downloader.processDownloadRequests(requestChains);
- int expectedDownloadedDataSize = 600;
- int expectedDownloadedDataSize = 800;
nit: we can declare a static final cconstant for this.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/qubole/rubix/pull/368#pullrequestreview-406471635, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABYVF266CIPFOZVTX67SBFLRQEZKNANCNFSM4MVK6XZQ .
-- Thanks, Shubham Qubole, https://www.qubole.com
@stagraqubole when are you planning for next RubiX release so that we can update Presto dependencies?
@sopel39 its in progress, should be available in a day.
Multiple fixes, reviewing by commits will be easier: