Skip to content

Commit b7b8efe

Browse files
committed
increase segment upload time threshold
1 parent c0023da commit b7b8efe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pinot-core/src/main/java/org/apache/pinot/core/data/manager/realtime/PinotFSSegmentUploader.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
*/
4646
public class PinotFSSegmentUploader implements SegmentUploader {
4747
private static final Logger LOGGER = LoggerFactory.getLogger(PinotFSSegmentUploader.class);
48-
public static final int DEFAULT_SEGMENT_UPLOAD_TIMEOUT_MILLIS = 10 * 1000;
48+
public static final int DEFAULT_SEGMENT_UPLOAD_TIMEOUT_MILLIS = 60 * 1000;
4949

5050
private final String _segmentStoreUriStr;
5151
private final ExecutorService _executorService = Executors.newCachedThreadPool();

0 commit comments

Comments
 (0)