This is an automated email from the ASF dual-hosted git repository.
xiangfu0 pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/pinot.git
from c27e3a77701 Close Files.walk stream in LocalLogFileServer to prevent
file descriptor leak (#19242)
add c194ee562cd Improve Controller ingestFromURI filesystem validation
(#19238)
No new revisions were added by this update.
Summary of changes:
.../apache/pinot/controller/ControllerConf.java | 3 +
.../exception/ControllerApplicationException.java | 22 +-
.../resources/PinotIngestionRestletResource.java | 20 +-
.../pinot/controller/util/FileIngestionHelper.java | 156 +++++--
.../pinot/controller/ControllerConfTest.java | 9 +
...PinotIngestionRestletResourceStatelessTest.java | 70 ++-
.../ControllerApplicationExceptionTest.java | 64 +++
.../controller/util/FileIngestionHelperTest.java | 473 +++++++++++++++++++--
.../batch/hadoop/HadoopSegmentCreationMapper.java | 3 +-
.../spark3/SparkSegmentGenerationJobRunner.java | 2 +-
.../spark3/SparkSegmentMetadataPushJobRunner.java | 16 +-
.../batch/spark3/SparkSegmentTarPushJobRunner.java | 2 +-
.../pinot/plugin/filesystem/HadoopPinotFS.java | 4 +-
.../pinot/plugin/filesystem/HadoopPinotFSTest.java | 60 +++
.../org/apache/pinot/spi/filesystem/PinotFS.java | 3 +-
.../pinot/spi/filesystem/PinotFSFactory.java | 88 +++-
.../pinot/spi/filesystem/PinotFSFactoryTest.java | 127 ++++++
17 files changed, 994 insertions(+), 128 deletions(-)
create mode 100644
pinot-controller/src/test/java/org/apache/pinot/controller/api/exception/ControllerApplicationExceptionTest.java
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]