aboutsummaryrefslogtreecommitdiff
path: root/exec/java-exec/src/main/java/org/apache/drill/exec/work/fragment
AgeCommit message (Expand)Author
2018-10-19DRILL-6793: FragmentExecutor cannot send its final state for the case when Ro...Bohdan Kazydub
2018-10-01DRILL-6724: Dump operator context to logs when error occurs during query exec...Bohdan Kazydub
2018-08-28DRILL-6422: Replace guava imports with shaded onesVolodymyr Vysotskyi
2018-08-23DRILL-6385: Support JPPD featureweijie.tong
2018-06-15DRILL-6468: CatastrophicFailures should not do a graceful shutdown of drill w...Timothy Farkas
2018-05-18DRILL-6255: Drillbit while sending control message to itself creates a connec...Sorabh Hamirwasia
2018-04-17DRILL-6320: Fixed license headers.Drill Dev
2018-03-29DRILL-6125: Fix possible memory leak when query is cancelled or finished.Timothy Farkas
2018-03-07DRILL-6151: Fragment executors may terminate without sending final batch to a...Vlad Rozov
2018-01-26DRILL-5730: Mock testing improvements and interface improvementsTimothy Farkas
2018-01-11DRILL-5961: For long running queries (> 10 min) Drill may raise FragmentSetup...Vlad Rozov
2017-09-24DRILL-5721: Update based on merge conflict with DRILL-3449Sorabh Hamirwasia
2017-09-24DRILL-5721: Query with only root fragment and no non-root fragment hangs when...Sorabh Hamirwasia
2017-09-16DRILL-3449: When Foreman node dies, the FragmentExecutor still tries to send ...Vlad Rozov
2017-09-14DRILL-5269 Make DirectSubScan Jackson JSON deserializableVlad Rozov
2017-04-07DRILL-5355: Misc. code cleanup closes #784Paul Rogers
2017-02-24DRILL-4280: CORE (bit to bit authentication, control)Sudheesh Katkam
2017-02-24DRILL-4280: REFACTORSudheesh Katkam
2016-08-09DRILL-4766: FragmentExecutor should use EventProcessor and avoid blocking rpc...adeneche
2016-02-05DRILL-3581: Upgrade to Guava 18.0Jacques Nadeau
2015-12-21DRILL-4134: Allocator ImprovementsJacques Nadeau
2015-11-12DRILL-3987: (REFACTOR) Common and Vector modules building.Jacques Nadeau
2015-11-02DRILL-3242: Update RPC layer so that requests and response are managed on a s...Jacques Nadeau
2015-09-10DRILL-1942-hygieneChris Westin
2015-07-07DRILL-3450: Moved methods from AbstractStatusReporter and NonRootStatusReport...Sudheesh Katkam
2015-07-06DRILL-3096: Fixed logging in FragmentExecutorSudheesh Katkam
2015-06-25DRILL-3147: tpcds-sf1-parquet query 73 causes memory leakadeneche
2015-06-24DRILL-2903: General improvements to tests in TestDrillbitResilienceSudheesh Katkam
2015-06-23DRILL-3319: Replaced UserException#build() method with #build(Logger) method ...Sudheesh Katkam
2015-06-05DRILL-3035: Created ControlsInjector interface to enforce method implementationsSudheesh Katkam
2015-05-14DRILL-3052, DRILL-3066: Improve fragment state management in face of early ca...Jacques Nadeau
2015-05-14DRILL-3063: TestQueriesOnLargeFile leaks memory with 16M limitChris Westin
2015-05-13DRILL-3079: Move execution fragment json parsing from RPC message to fragment...Jacques Nadeau
2015-05-12DRILL-2755: (part2) Use and handle InterruptedException during query processingvkorukanti
2015-05-12DRILL-2780: Check for open files when closing OperatorContextSteven Phillips
2015-05-11DRILL-2977, DRILL-2978: Swap fragment execution method implementations, and c...Sudheesh Katkam
2015-05-10DRILL-2755: Use and handle InterruptedException during query processing.vkorukanti
2015-05-10DRILL-2697: Pauses sites wait indefinitely for a resume signal DrillClient se...Sudheesh Katkam
2015-05-10DRILL-2878: FragmentExecutor.closeOutResources() is not called if an exceptio...adeneche
2015-05-10DRILL-2757: Verify operators correctly handle low memory conditions and cance...adeneche
2015-05-02DRILL-2940, DRILL-2847: Improve Memory CharacteristicsJacques Nadeau
2015-05-02DRILL-2826: Simplify and centralize Operator CleanupJacques Nadeau
2015-04-29DRILL-2898: Update fragment executor to capture OutOfMemory exceptions and re...Jacques Nadeau
2015-04-21DRILL-2514: Add support for impersonation in FileSystem storage plugin.vkorukanti
2015-04-21DRILL-2413: FileSystemPlugin refactoring: avoid sharing DrillFileSystem acros...vkorukanti
2015-04-20DRILL-2383: Support to inject exceptions and pauses in various components of ...Sudheesh Katkam
2015-04-18DRILL-2762: Update Fragment state reporting and error collectionJacques Nadeau
2015-04-16DRILL-2675 (PART-2): Implement a subset of User Exceptions to improve how err...adeneche
2015-04-15DRILL-2675: Implement a subset of User Exceptions to improve how errors are r...adeneche
2015-03-26DRILL-2575: FragmentExecutor.cancel() blasts through state transitions regard...Chris Westin