Hi,
I’m getting an error when attempting to create a Reflection on a dataset. What exactly does this error mean and how do I fix it?
SYSTEM ERROR: TimeoutException: Timeout waiting for task.
SqlOperatorImpl PARQUET_WRITER
Location 1:17:1
Fragment 1:17
[Error Id: 6d7b8b30-6d20-48f2-9904-69256855646b on ip-X-X-X-X.us-west-2.compute.internal:-1]
(java.io.IOException) Timeout occured during I/O request for sabot://ip-X-X-X-X.us-west-2.compute.internal:45678
com.dremio.exec.store.dfs.RemoteNodeFileSystem.getFileStatus():547
com.dremio.exec.store.dfs.PseudoDistributedFileSystem$GetFileStatusTask$1.call():1045
com.dremio.exec.store.dfs.PseudoDistributedFileSystem$GetFileStatusTask$1.call():1041
java.util.concurrent.FutureTask.run():266
java.util.concurrent.ThreadPoolExecutor.runWorker():1149
java.util.concurrent.ThreadPoolExecutor$Worker.run():624
java.lang.Thread.run():748
Caused By (java.util.concurrent.TimeoutException) Timeout waiting for task.
com.google.common.util.concurrent.AbstractFuture$Sync.get():269
com.google.common.util.concurrent.AbstractFuture.get():96
com.google.common.util.concurrent.ForwardingFuture.get():69
com.google.common.util.concurrent.AbstractCheckedFuture.checkedGet():107
com.dremio.exec.store.dfs.RemoteNodeFileSystem.getFileStatus():544
com.dremio.exec.store.dfs.PseudoDistributedFileSystem$GetFileStatusTask$1.call():1045
com.dremio.exec.store.dfs.PseudoDistributedFileSystem$GetFileStatusTask$1.call():1041
java.util.concurrent.FutureTask.run():266
java.util.concurrent.ThreadPoolExecutor.runWorker():1149
java.util.concurrent.ThreadPoolExecutor$Worker.run():624
java.lang.Thread.run():748