drill
DRILL-8283: Add a configurable recursive file listing size limit
#2632
Merged
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Overview
Commits
10
Changes
View On
GitHub
Commits
DRILL-8283: Add a configurable recursive file listing size limit.
jnturton
committed
2 years ago
Fix Jira number in unit test comment.
jnturton
committed
2 years ago
Recursive listing max size <= 0 means no limit and default = 0.
jnturton
committed
2 years ago
Attempt to abort all tasks in the fork join pool upon encountering the limit.
jnturton
committed
2 years ago
Reverse limit check expression order so that fileCounter inc is not short-circuited.
jnturton
committed
2 years ago
Handle CancellationException in FileSystemUtil.
jnturton
committed
2 years ago
Convert BOOT option to a JVM system property.
jnturton
committed
2 years ago
Remove default option value from drill-module.conf.
jnturton
committed
2 years ago
Move drill.exec.recursive_listing_max_size to FileSystem conf.
jnturton
committed
2 years ago
Checkstyle: remove tabs from core-site-example.xml.
jnturton
committed
2 years ago
Loading