JUnit version 4.13.2
.2026-05-18 14:26:20,131 INFO  [main] hdfs.MiniDFSCluster (MiniDFSCluster.java:<init>(569)) - starting cluster: numNameNodes=1, numDataNodes=1
2026-05-18 14:26:20,740 WARN  [main] util.NativeCodeLoader (NativeCodeLoader.java:<clinit>(60)) - Unable to load native-hadoop library for your platform... using builtin-java classes where applicable
2026-05-18 14:26:20,969 INFO  [main] namenode.NameNode (NameNode.java:format(1393)) - Formatting using clusterid: testClusterID
2026-05-18 14:26:20,993 INFO  [main] namenode.FSEditLog (FSEditLog.java:newInstance(238)) - Edit logging is async:true
2026-05-18 14:26:21,035 INFO  [main] namenode.FSNamesystem (FSNamesystem.java:<init>(869)) - KeyProvider: null
2026-05-18 14:26:21,037 INFO  [main] namenode.FSNamesystem (FSNamesystemLock.java:<init>(142)) - fsLock is fair: true
2026-05-18 14:26:21,037 INFO  [main] namenode.FSNamesystem (FSNamesystemLock.java:<init>(160)) - Detailed lock hold time metrics enabled: false
2026-05-18 14:26:21,084 INFO  [main] namenode.FSNamesystem (FSNamesystem.java:<init>(904)) - fsOwner                = slave (auth:SIMPLE)
2026-05-18 14:26:21,085 INFO  [main] namenode.FSNamesystem (FSNamesystem.java:<init>(905)) - supergroup             = supergroup
2026-05-18 14:26:21,085 INFO  [main] namenode.FSNamesystem (FSNamesystem.java:<init>(906)) - isPermissionEnabled    = true
2026-05-18 14:26:21,085 INFO  [main] namenode.FSNamesystem (FSNamesystem.java:<init>(907)) - isStoragePolicyEnabled = true
2026-05-18 14:26:21,086 INFO  [main] namenode.FSNamesystem (FSNamesystem.java:<init>(918)) - HA Enabled: false
2026-05-18 14:26:21,154 INFO  [main] common.Util (Util.java:isDiskStatsEnabled(428)) - dfs.datanode.fileio.profiling.sampling.percentage set to 0. Disabling file IO profiling
2026-05-18 14:26:21,313 INFO  [main] blockmanagement.DatanodeManager (DatanodeManager.java:stopSlowPeerCollector(412)) - Slow peers collection thread shutdown
2026-05-18 14:26:21,320 INFO  [main] Configuration.deprecation (Configuration.java:logDeprecation(1462)) - hadoop.configured.node.mapping is deprecated. Instead, use net.topology.configured.node.mapping
2026-05-18 14:26:21,321 INFO  [main] blockmanagement.DatanodeManager (DatanodeManager.java:setBlockInvalidateLimit(2182)) - dfs.block.invalidate.limit : configured=1000, counted=60, effected=1000
2026-05-18 14:26:21,321 INFO  [main] blockmanagement.DatanodeManager (DatanodeManager.java:<init>(320)) - dfs.namenode.datanode.registration.ip-hostname-check=true
2026-05-18 14:26:21,325 INFO  [main] blockmanagement.BlockManager (InvalidateBlocks.java:printBlockDeletionTime(77)) - dfs.namenode.startup.delay.block.deletion.sec is set to 000:00:00:00.000
2026-05-18 14:26:21,325 INFO  [main] blockmanagement.BlockManager (InvalidateBlocks.java:printBlockDeletionTime(83)) - The block deletion will start around 2026 May 18 14:26:21
2026-05-18 14:26:21,327 INFO  [main] util.GSet (LightWeightGSet.java:computeCapacity(408)) - Computing capacity for map BlocksMap
2026-05-18 14:26:21,327 INFO  [main] util.GSet (LightWeightGSet.java:computeCapacity(409)) - VM type       = 64-bit
2026-05-18 14:26:21,331 INFO  [main] util.GSet (LightWeightGSet.java:computeCapacity(410)) - 2.0% max memory 3.7 GB = 75.0 MB
2026-05-18 14:26:21,331 INFO  [main] util.GSet (LightWeightGSet.java:computeCapacity(415)) - capacity      = 2^23 = 8388608 entries
2026-05-18 14:26:21,366 INFO  [main] blockmanagement.BlockManager (BlockManager.java:createSPSManager(5778)) - Storage policy satisfier is disabled
2026-05-18 14:26:21,366 INFO  [main] blockmanagement.BlockManager (BlockManager.java:createBlockTokenSecretManager(696)) - dfs.block.access.token.enable = false
2026-05-18 14:26:21,372 INFO  [main] blockmanagement.BlockManagerSafeMode (BlockManagerSafeMode.java:<init>(656)) - Using 1000 as SafeModeMonitor Interval
2026-05-18 14:26:21,373 INFO  [main] blockmanagement.BlockManagerSafeMode (BlockManagerSafeMode.java:<init>(161)) - dfs.namenode.safemode.threshold-pct = 0.999
2026-05-18 14:26:21,373 INFO  [main] blockmanagement.BlockManagerSafeMode (BlockManagerSafeMode.java:<init>(162)) - dfs.namenode.safemode.min.datanodes = 0
2026-05-18 14:26:21,373 INFO  [main] blockmanagement.BlockManagerSafeMode (BlockManagerSafeMode.java:<init>(164)) - dfs.namenode.safemode.extension = 0
2026-05-18 14:26:21,373 INFO  [main] blockmanagement.BlockManager (BlockManager.java:printInitialConfigs(682)) - defaultReplication         = 1
2026-05-18 14:26:21,374 INFO  [main] blockmanagement.BlockManager (BlockManager.java:printInitialConfigs(683)) - maxReplication             = 512
2026-05-18 14:26:21,374 INFO  [main] blockmanagement.BlockManager (BlockManager.java:printInitialConfigs(684)) - minReplication             = 1
2026-05-18 14:26:21,374 INFO  [main] blockmanagement.BlockManager (BlockManager.java:printInitialConfigs(685)) - maxReplicationStreams      = 2
2026-05-18 14:26:21,374 INFO  [main] blockmanagement.BlockManager (BlockManager.java:printInitialConfigs(686)) - redundancyRecheckInterval  = 3000ms
2026-05-18 14:26:21,374 INFO  [main] blockmanagement.BlockManager (BlockManager.java:printInitialConfigs(687)) - encryptDataTransfer        = false
2026-05-18 14:26:21,374 INFO  [main] blockmanagement.BlockManager (BlockManager.java:printInitialConfigs(688)) - maxNumBlocksToLog          = 1000
2026-05-18 14:26:21,420 INFO  [main] namenode.FSDirectory (SerialNumberManager.java:<clinit>(51)) - GLOBAL serial map: bits=29 maxEntries=536870911
2026-05-18 14:26:21,420 INFO  [main] namenode.FSDirectory (SerialNumberManager.java:<clinit>(51)) - USER serial map: bits=24 maxEntries=16777215
2026-05-18 14:26:21,420 INFO  [main] namenode.FSDirectory (SerialNumberManager.java:<clinit>(51)) - GROUP serial map: bits=24 maxEntries=16777215
2026-05-18 14:26:21,420 INFO  [main] namenode.FSDirectory (SerialNumberManager.java:<clinit>(51)) - XATTR serial map: bits=24 maxEntries=16777215
2026-05-18 14:26:21,431 INFO  [main] util.GSet (LightWeightGSet.java:computeCapacity(408)) - Computing capacity for map INodeMap
2026-05-18 14:26:21,432 INFO  [main] util.GSet (LightWeightGSet.java:computeCapacity(409)) - VM type       = 64-bit
2026-05-18 14:26:21,432 INFO  [main] util.GSet (LightWeightGSet.java:computeCapacity(410)) - 1.0% max memory 3.7 GB = 37.5 MB
2026-05-18 14:26:21,432 INFO  [main] util.GSet (LightWeightGSet.java:computeCapacity(415)) - capacity      = 2^22 = 4194304 entries
2026-05-18 14:26:21,445 INFO  [main] namenode.FSDirectory (FSDirectory.java:<init>(339)) - ACLs enabled? true
2026-05-18 14:26:21,445 INFO  [main] namenode.FSDirectory (FSDirectory.java:<init>(343)) - POSIX ACL inheritance enabled? true
2026-05-18 14:26:21,446 INFO  [main] namenode.FSDirectory (FSDirectory.java:<init>(347)) - XAttrs enabled? true
2026-05-18 14:26:21,446 INFO  [main] namenode.NameNode (FSDirectory.java:<init>(414)) - Caching file names occurring more than 10 times
2026-05-18 14:26:21,453 INFO  [main] snapshot.SnapshotManager (SnapshotManager.java:<init>(163)) - Loaded config captureOpenFiles: false, skipCaptureAccessTimeOnlyChange: false, snapshotDiffAllowSnapRootDescendant: true, maxSnapshotFSLimit: 65536, maxSnapshotLimit: 65536
2026-05-18 14:26:21,453 INFO  [main] snapshot.SnapshotManager (SnapshotManager.java:<init>(176)) - dfs.namenode.snapshot.deletion.ordered = false
2026-05-18 14:26:21,455 INFO  [main] snapshot.SnapshotManager (DirectoryDiffListFactory.java:init(43)) - SkipList is disabled
2026-05-18 14:26:21,460 INFO  [main] util.GSet (LightWeightGSet.java:computeCapacity(408)) - Computing capacity for map cachedBlocks
2026-05-18 14:26:21,460 INFO  [main] util.GSet (LightWeightGSet.java:computeCapacity(409)) - VM type       = 64-bit
2026-05-18 14:26:21,460 INFO  [main] util.GSet (LightWeightGSet.java:computeCapacity(410)) - 0.25% max memory 3.7 GB = 9.4 MB
2026-05-18 14:26:21,461 INFO  [main] util.GSet (LightWeightGSet.java:computeCapacity(415)) - capacity      = 2^20 = 1048576 entries
2026-05-18 14:26:21,478 INFO  [main] metrics.TopMetrics (TopMetrics.java:logConf(76)) - NNTop conf: dfs.namenode.top.window.num.buckets = 10
2026-05-18 14:26:21,478 INFO  [main] metrics.TopMetrics (TopMetrics.java:logConf(78)) - NNTop conf: dfs.namenode.top.num.users = 10
2026-05-18 14:26:21,478 INFO  [main] metrics.TopMetrics (TopMetrics.java:logConf(80)) - NNTop conf: dfs.namenode.top.windows.minutes = 1,5,25
2026-05-18 14:26:21,483 INFO  [main] namenode.FSNamesystem (FSNamesystem.java:initRetryCache(1158)) - Retry cache on namenode is enabled
2026-05-18 14:26:21,484 INFO  [main] namenode.FSNamesystem (FSNamesystem.java:initRetryCache(1166)) - Retry cache will use 0.03 of total heap and retry cache entry expiry time is 600000 millis
2026-05-18 14:26:21,489 INFO  [main] util.GSet (LightWeightGSet.java:computeCapacity(408)) - Computing capacity for map NameNodeRetryCache
2026-05-18 14:26:21,489 INFO  [main] util.GSet (LightWeightGSet.java:computeCapacity(409)) - VM type       = 64-bit
2026-05-18 14:26:21,490 INFO  [main] util.GSet (LightWeightGSet.java:computeCapacity(410)) - 0.029999999329447746% max memory 3.7 GB = 1.1 MB
2026-05-18 14:26:21,490 INFO  [main] util.GSet (LightWeightGSet.java:computeCapacity(415)) - capacity      = 2^17 = 131072 entries
2026-05-18 14:26:21,523 INFO  [main] namenode.FSImage (FSImage.java:format(186)) - Allocated new BlockPoolId: BP-1892847834-10.240.0.206-1779114381511
2026-05-18 14:26:21,547 INFO  [main] common.Storage (NNStorage.java:format(595)) - Storage directory /tmp/hdfs-test13178904786871687114/name-0-1 has been successfully formatted.
2026-05-18 14:26:21,553 INFO  [main] common.Storage (NNStorage.java:format(595)) - Storage directory /tmp/hdfs-test13178904786871687114/name-0-2 has been successfully formatted.
2026-05-18 14:26:21,597 INFO  [FSImageSaver for /tmp/hdfs-test13178904786871687114/name-0-1 of type IMAGE_AND_EDITS] namenode.FSImageFormatProtobuf (FSImageFormatProtobuf.java:save(732)) - Saving image file /tmp/hdfs-test13178904786871687114/name-0-1/current/fsimage.ckpt_0000000000000000000 using no compression
2026-05-18 14:26:21,597 INFO  [FSImageSaver for /tmp/hdfs-test13178904786871687114/name-0-2 of type IMAGE_AND_EDITS] namenode.FSImageFormatProtobuf (FSImageFormatProtobuf.java:save(732)) - Saving image file /tmp/hdfs-test13178904786871687114/name-0-2/current/fsimage.ckpt_0000000000000000000 using no compression
2026-05-18 14:26:21,806 INFO  [FSImageSaver for /tmp/hdfs-test13178904786871687114/name-0-2 of type IMAGE_AND_EDITS] namenode.FSImageFormatProtobuf (FSImageFormatProtobuf.java:save(736)) - Image file /tmp/hdfs-test13178904786871687114/name-0-2/current/fsimage.ckpt_0000000000000000000 of size 400 bytes saved in 0 seconds .
2026-05-18 14:26:21,806 INFO  [FSImageSaver for /tmp/hdfs-test13178904786871687114/name-0-1 of type IMAGE_AND_EDITS] namenode.FSImageFormatProtobuf (FSImageFormatProtobuf.java:save(736)) - Image file /tmp/hdfs-test13178904786871687114/name-0-1/current/fsimage.ckpt_0000000000000000000 of size 400 bytes saved in 0 seconds .
2026-05-18 14:26:21,852 INFO  [main] namenode.NNStorageRetentionManager (NNStorageRetentionManager.java:getImageTxIdToRetain(205)) - Going to retain 1 images with txid >= 0
2026-05-18 14:26:21,863 INFO  [main] blockmanagement.DatanodeManager (DatanodeManager.java:stopSlowPeerCollector(412)) - Slow peers collection thread shutdown
2026-05-18 14:26:21,899 INFO  [main] namenode.FSNamesystem (FSNamesystem.java:stopActiveServices(1509)) - Stopping services started for active state
2026-05-18 14:26:21,900 INFO  [main] namenode.FSNamesystem (FSNamesystem.java:stopStandbyServices(1613)) - Stopping services started for standby state
2026-05-18 14:26:21,901 INFO  [main] namenode.NameNode (NameNode.java:createNameNode(1846)) - createNameNode []
2026-05-18 14:26:21,996 WARN  [main] impl.MetricsConfig (MetricsConfig.java:loadFirst(138)) - Cannot locate configuration: tried hadoop-metrics2-namenode.properties,hadoop-metrics2.properties
2026-05-18 14:26:22,083 INFO  [main] impl.MetricsSystemImpl (MetricsSystemImpl.java:startTimer(378)) - Scheduled Metric snapshot period at 10 second(s).
2026-05-18 14:26:22,084 INFO  [main] impl.MetricsSystemImpl (MetricsSystemImpl.java:start(191)) - NameNode metrics system started
2026-05-18 14:26:22,090 INFO  [main] namenode.NameNodeUtils (NameNodeUtils.java:getClientNamenodeAddress(79)) - fs.defaultFS is hdfs://127.0.0.1:0
2026-05-18 14:26:22,147 INFO  [org.apache.hadoop.util.JvmPauseMonitor$Monitor@3bd55d8] util.JvmPauseMonitor (JvmPauseMonitor.java:run(185)) - Starting JVM pause monitor
2026-05-18 14:26:22,187 INFO  [main] hdfs.DFSUtil (DFSUtil.java:httpServerTemplateForNNAndJN(1769)) - Filter initializers set : org.apache.hadoop.http.lib.StaticUserWebFilter,org.apache.hadoop.hdfs.web.AuthFilterInitializer
2026-05-18 14:26:22,199 INFO  [main] hdfs.DFSUtil (DFSUtil.java:httpServerTemplateForNNAndJN(1791)) - Starting Web-server for hdfs at: http://localhost:0
2026-05-18 14:26:22,229 INFO  [main] util.log (Log.java:initialized(170)) - Logging initialized @3264ms to org.eclipse.jetty.util.log.Slf4jLog
2026-05-18 14:26:22,421 WARN  [main] server.AuthenticationFilter (AuthenticationFilter.java:constructSecretProvider(240)) - Unable to initialize FileSignerSecretProvider, falling back to use random secrets. Reason: Could not read signature secret file: /home/slave/hadoop-http-auth-signature-secret
2026-05-18 14:26:22,457 INFO  [main] http.HttpServer2 (HttpServer2.java:addGlobalFilter(1205)) - Added global filter 'safety' (class=org.apache.hadoop.http.HttpServer2$QuotingInputFilter)
2026-05-18 14:26:22,461 INFO  [main] http.HttpServer2 (HttpServer2.java:addFilter(1178)) - Added filter static_user_filter (class=org.apache.hadoop.http.lib.StaticUserWebFilter$StaticUserFilter) to context hdfs
2026-05-18 14:26:22,462 INFO  [main] http.HttpServer2 (HttpServer2.java:addFilter(1188)) - Added filter static_user_filter (class=org.apache.hadoop.http.lib.StaticUserWebFilter$StaticUserFilter) to context static
2026-05-18 14:26:22,467 INFO  [main] http.HttpServer2 (HttpServer2.java:addFilter(1178)) - Added filter AuthFilter (class=org.apache.hadoop.hdfs.web.AuthFilter) to context hdfs
2026-05-18 14:26:22,467 INFO  [main] http.HttpServer2 (HttpServer2.java:addFilter(1188)) - Added filter AuthFilter (class=org.apache.hadoop.hdfs.web.AuthFilter) to context static
2026-05-18 14:26:22,472 INFO  [main] http.HttpServer2 (HttpServer2.java:addAsyncProfilerServlet(813)) - ASYNC_PROFILER_HOME environment variable and async.profiler.home system property not specified. Disabling /prof endpoint.
2026-05-18 14:26:22,540 INFO  [main] http.HttpServer2 (HttpServer2.java:addJerseyResourcePackage(1032)) - addJerseyResourcePackage: packageName=org.apache.hadoop.hdfs.server.namenode.web.resources;org.apache.hadoop.hdfs.web.resources, pathSpec=/webhdfs/v1/*
2026-05-18 14:26:22,559 INFO  [main] http.HttpServer2 (HttpServer2.java:bindListener(1452)) - Jetty bound to port 42747
2026-05-18 14:26:22,561 INFO  [main] server.Server (Server.java:doStart(375)) - jetty-9.4.53.v20231009; built: 2023-10-09T12:29:09.265Z; git: 27bde00a0b95a1d5bbee0eae7984f891d2d0f8c9; jvm 17.0.18+8
2026-05-18 14:26:22,603 INFO  [main] server.session (DefaultSessionIdManager.java:doStart(334)) - DefaultSessionIdManager workerName=node0
2026-05-18 14:26:22,603 INFO  [main] server.session (DefaultSessionIdManager.java:doStart(339)) - No SessionScavenger set, using defaults
2026-05-18 14:26:22,605 INFO  [main] server.session (HouseKeeper.java:startScavenging(132)) - node0 Scavenging every 660000ms
2026-05-18 14:26:22,629 WARN  [main] server.AuthenticationFilter (AuthenticationFilter.java:constructSecretProvider(240)) - Unable to initialize FileSignerSecretProvider, falling back to use random secrets. Reason: Could not read signature secret file: /home/slave/hadoop-http-auth-signature-secret
2026-05-18 14:26:22,634 INFO  [main] handler.ContextHandler (ContextHandler.java:doStart(921)) - Started o.e.j.s.ServletContextHandler@2bcec6a6{static,/static,jar:file:/tmp/dist-test-taskaYoNv3/java/build/jars/hadoop-hdfs-3.4.1-tests.jar!/webapps/static,AVAILABLE}
2026-05-18 14:26:22,953 INFO  [main] handler.ContextHandler (ContextHandler.java:doStart(921)) - Started o.e.j.w.WebAppContext@60acd609{hdfs,/,file:///tmp/jetty-localhost-42747-hadoop-hdfs-3_4_1-tests_jar-_-any-8199258943456783804/webapp/,AVAILABLE}{jar:file:/tmp/dist-test-taskaYoNv3/java/build/jars/hadoop-hdfs-3.4.1-tests.jar!/webapps/hdfs}
2026-05-18 14:26:22,966 INFO  [main] server.AbstractConnector (AbstractConnector.java:doStart(333)) - Started ServerConnector@73ab3aac{HTTP/1.1, (http/1.1)}{localhost:42747}
2026-05-18 14:26:22,966 INFO  [main] server.Server (Server.java:doStart(415)) - Started @4001ms
2026-05-18 14:26:22,999 INFO  [main] namenode.FSEditLog (FSEditLog.java:newInstance(238)) - Edit logging is async:true
2026-05-18 14:26:23,023 INFO  [main] namenode.FSNamesystem (FSNamesystem.java:<init>(869)) - KeyProvider: null
2026-05-18 14:26:23,023 INFO  [main] namenode.FSNamesystem (FSNamesystemLock.java:<init>(142)) - fsLock is fair: true
2026-05-18 14:26:23,023 INFO  [main] namenode.FSNamesystem (FSNamesystemLock.java:<init>(160)) - Detailed lock hold time metrics enabled: false
2026-05-18 14:26:23,024 INFO  [main] namenode.FSNamesystem (FSNamesystem.java:<init>(904)) - fsOwner                = slave (auth:SIMPLE)
2026-05-18 14:26:23,024 INFO  [main] namenode.FSNamesystem (FSNamesystem.java:<init>(905)) - supergroup             = supergroup
2026-05-18 14:26:23,024 INFO  [main] namenode.FSNamesystem (FSNamesystem.java:<init>(906)) - isPermissionEnabled    = true
2026-05-18 14:26:23,024 INFO  [main] namenode.FSNamesystem (FSNamesystem.java:<init>(907)) - isStoragePolicyEnabled = true
2026-05-18 14:26:23,025 INFO  [main] namenode.FSNamesystem (FSNamesystem.java:<init>(918)) - HA Enabled: false
2026-05-18 14:26:23,025 INFO  [main] common.Util (Util.java:isDiskStatsEnabled(428)) - dfs.datanode.fileio.profiling.sampling.percentage set to 0. Disabling file IO profiling
2026-05-18 14:26:23,026 INFO  [main] blockmanagement.DatanodeManager (DatanodeManager.java:stopSlowPeerCollector(412)) - Slow peers collection thread shutdown
2026-05-18 14:26:23,026 INFO  [main] blockmanagement.DatanodeManager (DatanodeManager.java:setBlockInvalidateLimit(2182)) - dfs.block.invalidate.limit : configured=1000, counted=60, effected=1000
2026-05-18 14:26:23,026 INFO  [main] blockmanagement.DatanodeManager (DatanodeManager.java:<init>(320)) - dfs.namenode.datanode.registration.ip-hostname-check=true
2026-05-18 14:26:23,027 INFO  [main] blockmanagement.BlockManager (InvalidateBlocks.java:printBlockDeletionTime(77)) - dfs.namenode.startup.delay.block.deletion.sec is set to 000:00:00:00.000
2026-05-18 14:26:23,028 INFO  [main] blockmanagement.BlockManager (InvalidateBlocks.java:printBlockDeletionTime(83)) - The block deletion will start around 2026 May 18 14:26:23
2026-05-18 14:26:23,028 INFO  [main] util.GSet (LightWeightGSet.java:computeCapacity(408)) - Computing capacity for map BlocksMap
2026-05-18 14:26:23,029 INFO  [main] util.GSet (LightWeightGSet.java:computeCapacity(409)) - VM type       = 64-bit
2026-05-18 14:26:23,029 INFO  [main] util.GSet (LightWeightGSet.java:computeCapacity(410)) - 2.0% max memory 3.7 GB = 75.0 MB
2026-05-18 14:26:23,030 INFO  [main] util.GSet (LightWeightGSet.java:computeCapacity(415)) - capacity      = 2^23 = 8388608 entries
2026-05-18 14:26:23,062 INFO  [main] blockmanagement.BlockManager (BlockManager.java:createSPSManager(5778)) - Storage policy satisfier is disabled
2026-05-18 14:26:23,062 INFO  [main] blockmanagement.BlockManager (BlockManager.java:createBlockTokenSecretManager(696)) - dfs.block.access.token.enable = false
2026-05-18 14:26:23,062 INFO  [main] blockmanagement.BlockManagerSafeMode (BlockManagerSafeMode.java:<init>(656)) - Using 1000 as SafeModeMonitor Interval
2026-05-18 14:26:23,062 INFO  [main] blockmanagement.BlockManagerSafeMode (BlockManagerSafeMode.java:<init>(161)) - dfs.namenode.safemode.threshold-pct = 0.999
2026-05-18 14:26:23,063 INFO  [main] blockmanagement.BlockManagerSafeMode (BlockManagerSafeMode.java:<init>(162)) - dfs.namenode.safemode.min.datanodes = 0
2026-05-18 14:26:23,063 INFO  [main] blockmanagement.BlockManagerSafeMode (BlockManagerSafeMode.java:<init>(164)) - dfs.namenode.safemode.extension = 0
2026-05-18 14:26:23,063 INFO  [main] blockmanagement.BlockManager (BlockManager.java:printInitialConfigs(682)) - defaultReplication         = 1
2026-05-18 14:26:23,063 INFO  [main] blockmanagement.BlockManager (BlockManager.java:printInitialConfigs(683)) - maxReplication             = 512
2026-05-18 14:26:23,064 INFO  [main] blockmanagement.BlockManager (BlockManager.java:printInitialConfigs(684)) - minReplication             = 1
2026-05-18 14:26:23,064 INFO  [main] blockmanagement.BlockManager (BlockManager.java:printInitialConfigs(685)) - maxReplicationStreams      = 2
2026-05-18 14:26:23,064 INFO  [main] blockmanagement.BlockManager (BlockManager.java:printInitialConfigs(686)) - redundancyRecheckInterval  = 3000ms
2026-05-18 14:26:23,064 INFO  [main] blockmanagement.BlockManager (BlockManager.java:printInitialConfigs(687)) - encryptDataTransfer        = false
2026-05-18 14:26:23,064 INFO  [main] blockmanagement.BlockManager (BlockManager.java:printInitialConfigs(688)) - maxNumBlocksToLog          = 1000
2026-05-18 14:26:23,065 INFO  [main] util.GSet (LightWeightGSet.java:computeCapacity(408)) - Computing capacity for map INodeMap
2026-05-18 14:26:23,065 INFO  [main] util.GSet (LightWeightGSet.java:computeCapacity(409)) - VM type       = 64-bit
2026-05-18 14:26:23,066 INFO  [main] util.GSet (LightWeightGSet.java:computeCapacity(410)) - 1.0% max memory 3.7 GB = 37.5 MB
2026-05-18 14:26:23,066 INFO  [main] util.GSet (LightWeightGSet.java:computeCapacity(415)) - capacity      = 2^22 = 4194304 entries
2026-05-18 14:26:23,079 INFO  [main] namenode.FSDirectory (FSDirectory.java:<init>(339)) - ACLs enabled? true
2026-05-18 14:26:23,079 INFO  [main] namenode.FSDirectory (FSDirectory.java:<init>(343)) - POSIX ACL inheritance enabled? true
2026-05-18 14:26:23,079 INFO  [main] namenode.FSDirectory (FSDirectory.java:<init>(347)) - XAttrs enabled? true
2026-05-18 14:26:23,079 INFO  [main] namenode.NameNode (FSDirectory.java:<init>(414)) - Caching file names occurring more than 10 times
2026-05-18 14:26:23,079 INFO  [main] snapshot.SnapshotManager (SnapshotManager.java:<init>(163)) - Loaded config captureOpenFiles: false, skipCaptureAccessTimeOnlyChange: false, snapshotDiffAllowSnapRootDescendant: true, maxSnapshotFSLimit: 65536, maxSnapshotLimit: 65536
2026-05-18 14:26:23,080 INFO  [main] snapshot.SnapshotManager (SnapshotManager.java:<init>(176)) - dfs.namenode.snapshot.deletion.ordered = false
2026-05-18 14:26:23,080 INFO  [main] snapshot.SnapshotManager (DirectoryDiffListFactory.java:init(43)) - SkipList is disabled
2026-05-18 14:26:23,080 INFO  [main] util.GSet (LightWeightGSet.java:computeCapacity(408)) - Computing capacity for map cachedBlocks
2026-05-18 14:26:23,080 INFO  [main] util.GSet (LightWeightGSet.java:computeCapacity(409)) - VM type       = 64-bit
2026-05-18 14:26:23,081 INFO  [main] util.GSet (LightWeightGSet.java:computeCapacity(410)) - 0.25% max memory 3.7 GB = 9.4 MB
2026-05-18 14:26:23,081 INFO  [main] util.GSet (LightWeightGSet.java:computeCapacity(415)) - capacity      = 2^20 = 1048576 entries
2026-05-18 14:26:23,084 INFO  [main] metrics.TopMetrics (TopMetrics.java:logConf(76)) - NNTop conf: dfs.namenode.top.window.num.buckets = 10
2026-05-18 14:26:23,085 INFO  [main] metrics.TopMetrics (TopMetrics.java:logConf(78)) - NNTop conf: dfs.namenode.top.num.users = 10
2026-05-18 14:26:23,085 INFO  [main] metrics.TopMetrics (TopMetrics.java:logConf(80)) - NNTop conf: dfs.namenode.top.windows.minutes = 1,5,25
2026-05-18 14:26:23,085 INFO  [main] namenode.FSNamesystem (FSNamesystem.java:initRetryCache(1158)) - Retry cache on namenode is enabled
2026-05-18 14:26:23,085 INFO  [main] namenode.FSNamesystem (FSNamesystem.java:initRetryCache(1166)) - Retry cache will use 0.03 of total heap and retry cache entry expiry time is 600000 millis
2026-05-18 14:26:23,086 INFO  [main] util.GSet (LightWeightGSet.java:computeCapacity(408)) - Computing capacity for map NameNodeRetryCache
2026-05-18 14:26:23,086 INFO  [main] util.GSet (LightWeightGSet.java:computeCapacity(409)) - VM type       = 64-bit
2026-05-18 14:26:23,086 INFO  [main] util.GSet (LightWeightGSet.java:computeCapacity(410)) - 0.029999999329447746% max memory 3.7 GB = 1.1 MB
2026-05-18 14:26:23,087 INFO  [main] util.GSet (LightWeightGSet.java:computeCapacity(415)) - capacity      = 2^17 = 131072 entries
2026-05-18 14:26:23,100 INFO  [main] common.Storage (Storage.java:tryLock(948)) - Lock on /tmp/hdfs-test13178904786871687114/name-0-1/in_use.lock acquired by nodename 27070@dist-test-slave-5czt
2026-05-18 14:26:23,105 INFO  [main] common.Storage (Storage.java:tryLock(948)) - Lock on /tmp/hdfs-test13178904786871687114/name-0-2/in_use.lock acquired by nodename 27070@dist-test-slave-5czt
2026-05-18 14:26:23,108 INFO  [main] namenode.FileJournalManager (FileJournalManager.java:recoverUnfinalizedSegments(428)) - Recovering unfinalized segments in /tmp/hdfs-test13178904786871687114/name-0-1/current
2026-05-18 14:26:23,108 INFO  [main] namenode.FileJournalManager (FileJournalManager.java:recoverUnfinalizedSegments(428)) - Recovering unfinalized segments in /tmp/hdfs-test13178904786871687114/name-0-2/current
2026-05-18 14:26:23,109 INFO  [main] namenode.FSImage (FSImage.java:loadFSImage(734)) - No edit log streams selected.
2026-05-18 14:26:23,109 INFO  [main] namenode.FSImage (FSImage.java:loadFSImageFile(800)) - Planning to load image: FSImageFile(file=/tmp/hdfs-test13178904786871687114/name-0-1/current/fsimage_0000000000000000000, cpktTxId=0000000000000000000)
2026-05-18 14:26:23,133 INFO  [main] namenode.FSImageFormatPBINode (FSImageFormatPBINode.java:loadINodeSectionHeader(411)) - Loading 1 INodes.
2026-05-18 14:26:23,138 INFO  [main] namenode.FSImageFormatPBINode (FSImageFormatPBINode.java:loadINodeSection(369)) - Successfully loaded 1 inodes
2026-05-18 14:26:23,143 INFO  [main] namenode.FSImageFormatPBINode (FSImageFormatPBINode.java:waitBlocksMapAndNameCacheUpdateFinished(342)) - Completed update blocks map and name cache, total waiting duration 0ms.
2026-05-18 14:26:23,146 INFO  [main] namenode.FSImageFormatProtobuf (FSImageFormatProtobuf.java:load(255)) - Loaded FSImage in 0 seconds.
2026-05-18 14:26:23,146 INFO  [main] namenode.FSImage (FSImage.java:loadFSImage(980)) - Loaded image for txid 0 from /tmp/hdfs-test13178904786871687114/name-0-1/current/fsimage_0000000000000000000
2026-05-18 14:26:23,150 INFO  [main] namenode.FSNamesystem (FSNamesystem.java:loadFSImage(1280)) - Need to save fs image? false (staleImage=false, haEnabled=false, isRollingUpgrade=false)
2026-05-18 14:26:23,151 INFO  [main] namenode.FSEditLog (FSEditLog.java:startLogSegment(1417)) - Starting log segment at 1
2026-05-18 14:26:23,170 INFO  [main] namenode.NameCache (NameCache.java:initialized(143)) - initialized with 0 entries 0 lookups
2026-05-18 14:26:23,170 INFO  [main] namenode.FSNamesystem (FSNamesystem.java:loadFromDisk(841)) - Finished loading FSImage in 79 msecs
2026-05-18 14:26:23,517 INFO  [main] namenode.NameNode (NameNodeRpcServer.java:<init>(452)) - RPC server is binding to localhost:0
2026-05-18 14:26:23,517 INFO  [main] namenode.NameNode (NameNodeRpcServer.java:<init>(457)) - Enable NameNode state context:false
2026-05-18 14:26:23,526 INFO  [main] ipc.CallQueueManager (CallQueueManager.java:<init>(93)) - Using callQueue: class java.util.concurrent.LinkedBlockingQueue, queueCapacity: 1000, scheduler: class org.apache.hadoop.ipc.DefaultRpcScheduler, ipcBackoff: false, ipcFailOver: false.
2026-05-18 14:26:23,536 INFO  [main] ipc.Server (Server.java:<init>(1438)) - Listener at localhost:39681
2026-05-18 14:26:23,537 INFO  [Socket Reader #1 for port 0] ipc.Server (Server.java:run(1474)) - Starting Socket Reader #1 for port 0
2026-05-18 14:26:23,599 INFO  [main] namenode.NameNode (NameNode.java:initialize(916)) - Clients are to use localhost:39681 to access this namenode/service.
2026-05-18 14:26:23,603 INFO  [main] namenode.FSNamesystem (FSNamesystem.java:registerMBean(5656)) - Registered FSNamesystemState, ReplicatedBlocksState and ECBlockGroupsState MBeans.
2026-05-18 14:26:23,620 INFO  [main] namenode.LeaseManager (LeaseManager.java:getNumUnderConstructionBlocks(166)) - Number of blocks under construction: 0
2026-05-18 14:26:23,626 INFO  [main] blockmanagement.DatanodeAdminDefaultMonitor (DatanodeAdminDefaultMonitor.java:processConf(126)) - Initialized the Default Decommission and Maintenance monitor
2026-05-18 14:26:23,628 INFO  [MarkedDeleteBlockScrubberThread] blockmanagement.BlockManager (BlockManager.java:run(5296)) - Start MarkedDeleteBlockScrubber thread
2026-05-18 14:26:23,629 INFO  [main] blockmanagement.BlockManager (BlockManager.java:initializeReplQueues(5505)) - initializing replication queues
2026-05-18 14:26:23,630 INFO  [main] hdfs.StateChange (BlockManagerSafeMode.java:leaveSafeMode(409)) - STATE* Leaving safe mode after 0 secs
2026-05-18 14:26:23,630 INFO  [main] hdfs.StateChange (BlockManagerSafeMode.java:leaveSafeMode(415)) - STATE* Network topology has 0 racks and 0 datanodes
2026-05-18 14:26:23,630 INFO  [main] hdfs.StateChange (BlockManagerSafeMode.java:leaveSafeMode(417)) - STATE* UnderReplicatedBlocks has 0 blocks
2026-05-18 14:26:23,640 INFO  [Reconstruction Queue Initializer] blockmanagement.BlockManager (BlockManager.java:processMisReplicatesAsync(4030)) - Total number of blocks            = 0
2026-05-18 14:26:23,640 INFO  [Reconstruction Queue Initializer] blockmanagement.BlockManager (BlockManager.java:processMisReplicatesAsync(4031)) - Number of invalid blocks          = 0
2026-05-18 14:26:23,640 INFO  [Reconstruction Queue Initializer] blockmanagement.BlockManager (BlockManager.java:processMisReplicatesAsync(4032)) - Number of under-replicated blocks = 0
2026-05-18 14:26:23,641 INFO  [Reconstruction Queue Initializer] blockmanagement.BlockManager (BlockManager.java:processMisReplicatesAsync(4033)) - Number of  over-replicated blocks = 0
2026-05-18 14:26:23,641 INFO  [Reconstruction Queue Initializer] blockmanagement.BlockManager (BlockManager.java:processMisReplicatesAsync(4035)) - Number of blocks being written    = 0
2026-05-18 14:26:23,641 INFO  [Reconstruction Queue Initializer] hdfs.StateChange (BlockManager.java:processMisReplicatesAsync(4038)) - STATE* Replication Queue initialization scan for invalid, over- and under-replicated blocks completed in 11 msec
2026-05-18 14:26:23,641 INFO  [Reconstruction Queue Initializer] blockmanagement.BlockManager (BlockManager.java:processMisReplicatesAsync(4047)) - Reconstruction queues initialisation progress: 0.0, total number of blocks processed: 0/0
2026-05-18 14:26:23,671 INFO  [IPC Server Responder] ipc.Server (Server.java:run(1713)) - IPC Server Responder: starting
2026-05-18 14:26:23,671 INFO  [IPC Server listener on 0] ipc.Server (Server.java:run(1553)) - IPC Server listener on 0: starting
2026-05-18 14:26:23,674 INFO  [main] namenode.NameNode (NameNode.java:startCommonServices(1031)) - NameNode RPC up at: localhost/127.0.0.1:39681.
2026-05-18 14:26:23,675 INFO  [main] namenode.FSNamesystem (FSNamesystem.java:startActiveServices(1392)) - Starting services required for active state
2026-05-18 14:26:23,675 INFO  [main] namenode.FSDirectory (FSDirectory.java:updateCountForQuota(857)) - Initializing quota with 12 thread(s)
2026-05-18 14:26:23,679 INFO  [main] namenode.FSDirectory (FSDirectory.java:updateCountForQuota(866)) - Quota initialization completed in 3 milliseconds
name space=1
storage space=0
storage types=RAM_DISK=0, SSD=0, DISK=0, ARCHIVE=0, PROVIDED=0, NVDIMM=0
2026-05-18 14:26:23,683 INFO  [CacheReplicationMonitor(751496204)] blockmanagement.CacheReplicationMonitor (CacheReplicationMonitor.java:run(165)) - Starting CacheReplicationMonitor with interval 30000 milliseconds
2026-05-18 14:26:23,699 INFO  [main] hdfs.MiniDFSCluster (MiniDFSCluster.java:startDataNodes(1772)) - Starting DataNode 0 with dfs.datanode.data.dir: [DISK]file:/tmp/hdfs-test13178904786871687114/data/data1,[DISK]file:/tmp/hdfs-test13178904786871687114/data/data2
2026-05-18 14:26:23,773 INFO  [main] checker.ThrottledAsyncChecker (ThrottledAsyncChecker.java:schedule(137)) - Scheduling a check for [DISK]file:/tmp/hdfs-test13178904786871687114/data/data1
2026-05-18 14:26:23,794 INFO  [main] checker.ThrottledAsyncChecker (ThrottledAsyncChecker.java:schedule(137)) - Scheduling a check for [DISK]file:/tmp/hdfs-test13178904786871687114/data/data2
2026-05-18 14:26:23,825 INFO  [main] impl.MetricsSystemImpl (MetricsSystemImpl.java:init(158)) - DataNode metrics system started (again)
2026-05-18 14:26:23,834 INFO  [main] common.Util (Util.java:isDiskStatsEnabled(428)) - dfs.datanode.fileio.profiling.sampling.percentage set to 0. Disabling file IO profiling
2026-05-18 14:26:23,840 INFO  [main] datanode.BlockScanner (BlockScanner.java:<init>(201)) - Initialized block scanner with targetBytesPerSec 1048576
2026-05-18 14:26:23,846 INFO  [main] datanode.DataNode (DataNode.java:<init>(591)) - Configured hostname is 127.0.0.1
2026-05-18 14:26:23,848 INFO  [main] common.Util (Util.java:isDiskStatsEnabled(428)) - dfs.datanode.fileio.profiling.sampling.percentage set to 0. Disabling file IO profiling
2026-05-18 14:26:23,852 INFO  [main] datanode.DataNode (DataNode.java:startDataNode(1914)) - Starting DataNode with maxLockedMemory = 0
2026-05-18 14:26:23,857 INFO  [main] datanode.DataNode (DataNode.java:initDataXceiver(1677)) - Opened streaming server at /127.0.0.1:41049
2026-05-18 14:26:23,860 INFO  [main] datanode.DataNode (DataXceiverServer.java:<init>(93)) - Balancing bandwidth is 104857600 bytes/s
2026-05-18 14:26:23,860 INFO  [main] datanode.DataNode (DataXceiverServer.java:<init>(94)) - Number threads for balancing is 100
2026-05-18 14:26:23,877 WARN  [main] server.AuthenticationFilter (AuthenticationFilter.java:constructSecretProvider(240)) - Unable to initialize FileSignerSecretProvider, falling back to use random secrets. Reason: Could not read signature secret file: /home/slave/hadoop-http-auth-signature-secret
2026-05-18 14:26:23,882 INFO  [main] http.HttpServer2 (HttpServer2.java:addGlobalFilter(1205)) - Added global filter 'safety' (class=org.apache.hadoop.http.HttpServer2$QuotingInputFilter)
2026-05-18 14:26:23,884 INFO  [main] http.HttpServer2 (HttpServer2.java:addFilter(1178)) - Added filter static_user_filter (class=org.apache.hadoop.http.lib.StaticUserWebFilter$StaticUserFilter) to context datanode
2026-05-18 14:26:23,884 INFO  [main] http.HttpServer2 (HttpServer2.java:addFilter(1188)) - Added filter static_user_filter (class=org.apache.hadoop.http.lib.StaticUserWebFilter$StaticUserFilter) to context static
2026-05-18 14:26:23,885 INFO  [main] http.HttpServer2 (HttpServer2.java:addAsyncProfilerServlet(813)) - ASYNC_PROFILER_HOME environment variable and async.profiler.home system property not specified. Disabling /prof endpoint.
2026-05-18 14:26:23,889 INFO  [main] http.HttpServer2 (HttpServer2.java:bindListener(1452)) - Jetty bound to port 45125
2026-05-18 14:26:23,889 INFO  [main] server.Server (Server.java:doStart(375)) - jetty-9.4.53.v20231009; built: 2023-10-09T12:29:09.265Z; git: 27bde00a0b95a1d5bbee0eae7984f891d2d0f8c9; jvm 17.0.18+8
2026-05-18 14:26:23,891 INFO  [main] server.session (DefaultSessionIdManager.java:doStart(334)) - DefaultSessionIdManager workerName=node0
2026-05-18 14:26:23,891 INFO  [main] server.session (DefaultSessionIdManager.java:doStart(339)) - No SessionScavenger set, using defaults
2026-05-18 14:26:23,891 INFO  [main] server.session (HouseKeeper.java:startScavenging(132)) - node0 Scavenging every 600000ms
2026-05-18 14:26:23,892 INFO  [main] handler.ContextHandler (ContextHandler.java:doStart(921)) - Started o.e.j.s.ServletContextHandler@77ab22be{static,/static,jar:file:/tmp/dist-test-taskaYoNv3/java/build/jars/hadoop-hdfs-3.4.1-tests.jar!/webapps/static,AVAILABLE}
2026-05-18 14:26:24,050 INFO  [main] handler.ContextHandler (ContextHandler.java:doStart(921)) - Started o.e.j.w.WebAppContext@58fa5769{datanode,/,file:///tmp/jetty-localhost-45125-hadoop-hdfs-3_4_1-tests_jar-_-any-7495593426168317605/webapp/,AVAILABLE}{jar:file:/tmp/dist-test-taskaYoNv3/java/build/jars/hadoop-hdfs-3.4.1-tests.jar!/webapps/datanode}
2026-05-18 14:26:24,051 INFO  [main] server.AbstractConnector (AbstractConnector.java:doStart(333)) - Started ServerConnector@135a8c6f{HTTP/1.1, (http/1.1)}{localhost:45125}
2026-05-18 14:26:24,051 INFO  [main] server.Server (Server.java:doStart(415)) - Started @5086ms
2026-05-18 14:26:24,255 WARN  [main] web.DatanodeHttpServer (RestCsrfPreventionFilterHandler.java:<init>(75)) - Got null for restCsrfPreventionFilter - will not do any filtering.
2026-05-18 14:26:24,377 INFO  [main] web.DatanodeHttpServer (DatanodeHttpServer.java:start(306)) - Listening HTTP traffic on /127.0.0.1:37799
2026-05-18 14:26:24,379 INFO  [org.apache.hadoop.util.JvmPauseMonitor$Monitor@e95595b] util.JvmPauseMonitor (JvmPauseMonitor.java:run(185)) - Starting JVM pause monitor
2026-05-18 14:26:24,380 INFO  [main] datanode.DataNode (DataNode.java:startDataNode(1942)) - dnUserName = slave
2026-05-18 14:26:24,380 INFO  [main] datanode.DataNode (DataNode.java:startDataNode(1943)) - supergroup = supergroup
2026-05-18 14:26:24,410 INFO  [main] ipc.CallQueueManager (CallQueueManager.java:<init>(93)) - Using callQueue: class java.util.concurrent.LinkedBlockingQueue, queueCapacity: 1000, scheduler: class org.apache.hadoop.ipc.DefaultRpcScheduler, ipcBackoff: false, ipcFailOver: false.
2026-05-18 14:26:24,411 INFO  [main] ipc.Server (Server.java:<init>(1438)) - Listener at localhost:46705
2026-05-18 14:26:24,412 INFO  [Socket Reader #1 for port 0] ipc.Server (Server.java:run(1474)) - Starting Socket Reader #1 for port 0
2026-05-18 14:26:24,422 INFO  [main] datanode.DataNode (DataNode.java:initIpcServer(1564)) - Opened IPC server at /127.0.0.1:46705
2026-05-18 14:26:24,453 INFO  [main] datanode.DataNode (BlockPoolManager.java:refreshNamenodes(150)) - Refresh request received for nameservices: null
2026-05-18 14:26:24,454 INFO  [main] datanode.DataNode (BlockPoolManager.java:doRefreshNamenodes(211)) - Starting BPOfferServices for nameservices: <default>
2026-05-18 14:26:24,464 INFO  [Thread-62] datanode.DataNode (BPServiceActor.java:run(882)) - Block pool <registering> (Datanode Uuid unassigned) service to localhost/127.0.0.1:39681 starting to offer service
2026-05-18 14:26:24,472 INFO  [IPC Server Responder] ipc.Server (Server.java:run(1713)) - IPC Server Responder: starting
2026-05-18 14:26:24,472 INFO  [IPC Server listener on 0] ipc.Server (Server.java:run(1553)) - IPC Server listener on 0: starting
2026-05-18 14:26:24,759 INFO  [Thread-62] datanode.DataNode (BPOfferService.java:verifyAndSetNamespaceInfo(381)) - Acknowledging ACTIVE Namenode during handshake Block pool <registering> (Datanode Uuid unassigned) service to localhost/127.0.0.1:39681
2026-05-18 14:26:24,760 INFO  [Thread-62] common.Storage (DataStorage.java:getParallelVolumeLoadThreadsNum(356)) - Using 2 threads to upgrade data directories (dfs.datanode.parallel.volumes.load.threads.num=2, dataDirs=2)
2026-05-18 14:26:24,764 INFO  [Thread-62] common.Storage (Storage.java:tryLock(948)) - Lock on /tmp/hdfs-test13178904786871687114/data/data1/in_use.lock acquired by nodename 27070@dist-test-slave-5czt
2026-05-18 14:26:24,764 INFO  [Thread-62] common.Storage (DataStorage.java:loadStorageDirectory(284)) - Storage directory with location [DISK]file:/tmp/hdfs-test13178904786871687114/data/data1 is not formatted for namespace 1594904568. Formatting...
2026-05-18 14:26:24,766 INFO  [Thread-62] common.Storage (DataStorage.java:createStorageID(160)) - Generated new storageID DS-9d4c8095-cbed-4a1a-b478-2e6406825a6b for directory /tmp/hdfs-test13178904786871687114/data/data1 
2026-05-18 14:26:24,776 INFO  [Thread-62] common.Storage (Storage.java:tryLock(948)) - Lock on /tmp/hdfs-test13178904786871687114/data/data2/in_use.lock acquired by nodename 27070@dist-test-slave-5czt
2026-05-18 14:26:24,776 INFO  [Thread-62] common.Storage (DataStorage.java:loadStorageDirectory(284)) - Storage directory with location [DISK]file:/tmp/hdfs-test13178904786871687114/data/data2 is not formatted for namespace 1594904568. Formatting...
2026-05-18 14:26:24,777 INFO  [Thread-62] common.Storage (DataStorage.java:createStorageID(160)) - Generated new storageID DS-222895be-1fa9-460c-8332-325ab2ac5a5f for directory /tmp/hdfs-test13178904786871687114/data/data2 
2026-05-18 14:26:24,804 INFO  [Thread-62] common.Storage (BlockPoolSliceStorage.java:recoverTransitionRead(255)) - Analyzing storage directories for bpid BP-1892847834-10.240.0.206-1779114381511
2026-05-18 14:26:24,805 INFO  [Thread-62] common.Storage (Storage.java:lock(907)) - Locking is disabled for /tmp/hdfs-test13178904786871687114/data/data1/current/BP-1892847834-10.240.0.206-1779114381511
2026-05-18 14:26:24,805 INFO  [Thread-62] common.Storage (BlockPoolSliceStorage.java:loadStorageDirectory(168)) - Block pool storage directory for location [DISK]file:/tmp/hdfs-test13178904786871687114/data/data1 and block pool id BP-1892847834-10.240.0.206-1779114381511 is not formatted. Formatting ...
2026-05-18 14:26:24,805 INFO  [Thread-62] common.Storage (BlockPoolSliceStorage.java:format(284)) - Formatting block pool BP-1892847834-10.240.0.206-1779114381511 directory /tmp/hdfs-test13178904786871687114/data/data1/current/BP-1892847834-10.240.0.206-1779114381511/current
2026-05-18 14:26:24,833 INFO  [Thread-62] common.Storage (BlockPoolSliceStorage.java:recoverTransitionRead(255)) - Analyzing storage directories for bpid BP-1892847834-10.240.0.206-1779114381511
2026-05-18 14:26:24,834 INFO  [Thread-62] common.Storage (Storage.java:lock(907)) - Locking is disabled for /tmp/hdfs-test13178904786871687114/data/data2/current/BP-1892847834-10.240.0.206-1779114381511
2026-05-18 14:26:24,834 INFO  [Thread-62] common.Storage (BlockPoolSliceStorage.java:loadStorageDirectory(168)) - Block pool storage directory for location [DISK]file:/tmp/hdfs-test13178904786871687114/data/data2 and block pool id BP-1892847834-10.240.0.206-1779114381511 is not formatted. Formatting ...
2026-05-18 14:26:24,834 INFO  [Thread-62] common.Storage (BlockPoolSliceStorage.java:format(284)) - Formatting block pool BP-1892847834-10.240.0.206-1779114381511 directory /tmp/hdfs-test13178904786871687114/data/data2/current/BP-1892847834-10.240.0.206-1779114381511/current
2026-05-18 14:26:24,840 INFO  [Thread-62] datanode.DataNode (DataNode.java:initStorage(2262)) - Setting up storage: nsid=1594904568;bpid=BP-1892847834-10.240.0.206-1779114381511;lv=-57;nsInfo=lv=-67;cid=testClusterID;nsid=1594904568;c=1779114381511;bpid=BP-1892847834-10.240.0.206-1779114381511;dnuuid=null
2026-05-18 14:26:24,846 INFO  [Thread-62] datanode.DataNode (DataNode.java:checkDatanodeUuid(2060)) - Generated and persisted new Datanode UUID 06ec32a2-75ec-4209-ae82-6b48870b6a0e
2026-05-18 14:26:24,877 INFO  [Thread-62] fsdataset.RoundRobinVolumeChoosingPolicy (RoundRobinVolumeChoosingPolicy.java:setConf(67)) - Round robin volume choosing policy initialized: dfs.datanode.round-robin-volume-choosing-policy.additional-available-space = 0
2026-05-18 14:26:24,948 INFO  [IPC Server handler 1 on default port 39681] lib.Interns (Interns.java:removeEldestEntry(50)) - Metrics intern cache overflow at 2011 for MetricsSystem={MetricsSystem=MetricsInfoImpl{name=MetricsSystem, description=MetricsSystem}, MetricsSystem record=MetricsInfoImpl{name=MetricsSystem, description=MetricsSystem record}}
2026-05-18 14:26:24,966 INFO  [Thread-62] impl.FsDatasetImpl (FsVolumeList.java:addVolume(400)) - Added new volume: DS-9d4c8095-cbed-4a1a-b478-2e6406825a6b
2026-05-18 14:26:24,966 INFO  [Thread-62] impl.FsDatasetImpl (FsDatasetImpl.java:addVolume(483)) - Added volume - [DISK]file:/tmp/hdfs-test13178904786871687114/data/data1, StorageType: DISK
2026-05-18 14:26:24,969 INFO  [Thread-62] impl.FsDatasetImpl (FsVolumeList.java:addVolume(400)) - Added new volume: DS-222895be-1fa9-460c-8332-325ab2ac5a5f
2026-05-18 14:26:24,969 INFO  [Thread-62] impl.FsDatasetImpl (FsDatasetImpl.java:addVolume(483)) - Added volume - [DISK]file:/tmp/hdfs-test13178904786871687114/data/data2, StorageType: DISK
2026-05-18 14:26:24,974 INFO  [Thread-62] impl.MemoryMappableBlockLoader (MemoryMappableBlockLoader.java:initialize(47)) - Initializing cache loader: MemoryMappableBlockLoader.
2026-05-18 14:26:24,979 INFO  [Thread-62] impl.FsDatasetImpl (FsDatasetImpl.java:registerMBean(2651)) - Registered FSDatasetState MBean
2026-05-18 14:26:24,985 INFO  [Thread-62] impl.FsDatasetImpl (FsDatasetImpl.java:addBlockPool(3228)) - Adding block pool BP-1892847834-10.240.0.206-1779114381511
2026-05-18 14:26:24,988 INFO  [Thread-81] impl.FsDatasetImpl (FsVolumeList.java:run(513)) - Scanning block pool BP-1892847834-10.240.0.206-1779114381511 on volume /tmp/hdfs-test13178904786871687114/data/data1...
2026-05-18 14:26:24,996 INFO  [Thread-82] impl.FsDatasetImpl (FsVolumeList.java:run(513)) - Scanning block pool BP-1892847834-10.240.0.206-1779114381511 on volume /tmp/hdfs-test13178904786871687114/data/data2...
2026-05-18 14:26:24,998 WARN  [Thread-81] impl.FsDatasetImpl (BlockPoolSlice.java:loadDfsUsed(347)) - dfsUsed file missing in /tmp/hdfs-test13178904786871687114/data/data1/current/BP-1892847834-10.240.0.206-1779114381511/current, will proceed with Du for space computation calculation, 
2026-05-18 14:26:24,999 WARN  [Thread-82] impl.FsDatasetImpl (BlockPoolSlice.java:loadDfsUsed(347)) - dfsUsed file missing in /tmp/hdfs-test13178904786871687114/data/data2/current/BP-1892847834-10.240.0.206-1779114381511/current, will proceed with Du for space computation calculation, 
2026-05-18 14:26:25,033 INFO  [IPC Server handler 1 on default port 39681] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=datanodeReport	src=null	dst=null	perm=null	proto=rpc
2026-05-18 14:26:25,039 INFO  [main] hdfs.MiniDFSCluster (MiniDFSCluster.java:shouldWait(2946)) - dnInfo.length != numDataNodes
2026-05-18 14:26:25,040 INFO  [main] hdfs.MiniDFSCluster (MiniDFSCluster.java:waitActive(2870)) - Waiting for cluster to become active
2026-05-18 14:26:25,040 INFO  [Thread-82] impl.FsDatasetImpl (FsVolumeList.java:run(518)) - Time taken to scan block pool BP-1892847834-10.240.0.206-1779114381511 on /tmp/hdfs-test13178904786871687114/data/data2: 45ms
2026-05-18 14:26:25,045 INFO  [Thread-81] impl.FsDatasetImpl (FsVolumeList.java:run(518)) - Time taken to scan block pool BP-1892847834-10.240.0.206-1779114381511 on /tmp/hdfs-test13178904786871687114/data/data1: 57ms
2026-05-18 14:26:25,045 INFO  [Thread-62] impl.FsDatasetImpl (FsVolumeList.java:addBlockPool(538)) - Total time to scan all replicas for block pool BP-1892847834-10.240.0.206-1779114381511: 60ms
2026-05-18 14:26:25,048 INFO  [Thread-85] impl.FsDatasetImpl (FsVolumeList.java:run(266)) - Adding replicas to map for block pool BP-1892847834-10.240.0.206-1779114381511 on volume /tmp/hdfs-test13178904786871687114/data/data1...
2026-05-18 14:26:25,048 INFO  [Thread-86] impl.FsDatasetImpl (FsVolumeList.java:run(266)) - Adding replicas to map for block pool BP-1892847834-10.240.0.206-1779114381511 on volume /tmp/hdfs-test13178904786871687114/data/data2...
2026-05-18 14:26:25,048 INFO  [Thread-86] impl.BlockPoolSlice (BlockPoolSlice.java:readReplicasFromCache(963)) - Replica Cache file: /tmp/hdfs-test13178904786871687114/data/data2/current/BP-1892847834-10.240.0.206-1779114381511/current/replicas doesn't exist 
2026-05-18 14:26:25,048 INFO  [Thread-85] impl.BlockPoolSlice (BlockPoolSlice.java:readReplicasFromCache(963)) - Replica Cache file: /tmp/hdfs-test13178904786871687114/data/data1/current/BP-1892847834-10.240.0.206-1779114381511/current/replicas doesn't exist 
2026-05-18 14:26:25,050 INFO  [Thread-86] impl.FsDatasetImpl (FsVolumeList.java:run(271)) - Time to add replicas to map for block pool BP-1892847834-10.240.0.206-1779114381511 on volume /tmp/hdfs-test13178904786871687114/data/data2: 2ms
2026-05-18 14:26:25,050 INFO  [Thread-85] impl.FsDatasetImpl (FsVolumeList.java:run(271)) - Time to add replicas to map for block pool BP-1892847834-10.240.0.206-1779114381511 on volume /tmp/hdfs-test13178904786871687114/data/data1: 2ms
2026-05-18 14:26:25,050 INFO  [Thread-62] impl.FsDatasetImpl (FsVolumeList.java:getAllVolumesMap(292)) - Total time to add all replicas to map for block pool BP-1892847834-10.240.0.206-1779114381511: 4ms
2026-05-18 14:26:25,051 INFO  [Thread-62] checker.ThrottledAsyncChecker (ThrottledAsyncChecker.java:schedule(137)) - Scheduling a check for /tmp/hdfs-test13178904786871687114/data/data1
2026-05-18 14:26:25,057 INFO  [Thread-62] checker.DatasetVolumeChecker (DatasetVolumeChecker.java:checkAllVolumes(223)) - Scheduled health check for volume /tmp/hdfs-test13178904786871687114/data/data1
2026-05-18 14:26:25,058 INFO  [Thread-62] checker.ThrottledAsyncChecker (ThrottledAsyncChecker.java:schedule(137)) - Scheduling a check for /tmp/hdfs-test13178904786871687114/data/data2
2026-05-18 14:26:25,059 INFO  [Thread-62] checker.DatasetVolumeChecker (DatasetVolumeChecker.java:checkAllVolumes(223)) - Scheduled health check for volume /tmp/hdfs-test13178904786871687114/data/data2
2026-05-18 14:26:25,062 INFO  [VolumeScannerThread(/tmp/hdfs-test13178904786871687114/data/data1)] datanode.VolumeScanner (VolumeScanner.java:findNextUsableBlockIter(385)) - Now scanning bpid BP-1892847834-10.240.0.206-1779114381511 on volume /tmp/hdfs-test13178904786871687114/data/data1
2026-05-18 14:26:25,062 INFO  [VolumeScannerThread(/tmp/hdfs-test13178904786871687114/data/data2)] datanode.VolumeScanner (VolumeScanner.java:findNextUsableBlockIter(385)) - Now scanning bpid BP-1892847834-10.240.0.206-1779114381511 on volume /tmp/hdfs-test13178904786871687114/data/data2
2026-05-18 14:26:25,063 INFO  [VolumeScannerThread(/tmp/hdfs-test13178904786871687114/data/data1)] datanode.VolumeScanner (VolumeScanner.java:getNextBlockToScan(505)) - VolumeScanner(/tmp/hdfs-test13178904786871687114/data/data1, DS-9d4c8095-cbed-4a1a-b478-2e6406825a6b): finished scanning block pool BP-1892847834-10.240.0.206-1779114381511
2026-05-18 14:26:25,064 WARN  [Thread-62] datanode.DirectoryScanner (DirectoryScanner.java:<init>(302)) - dfs.datanode.directoryscan.throttle.limit.ms.per.sec set to value above 1000 ms/sec. Assuming default value of -1
2026-05-18 14:26:25,065 INFO  [Thread-62] datanode.DirectoryScanner (DirectoryScanner.java:start(367)) - Periodic Directory Tree Verification scan starting in 4245020ms with interval of 21600000ms and throttle limit of -1ms/s
2026-05-18 14:26:25,064 INFO  [VolumeScannerThread(/tmp/hdfs-test13178904786871687114/data/data2)] datanode.VolumeScanner (VolumeScanner.java:getNextBlockToScan(505)) - VolumeScanner(/tmp/hdfs-test13178904786871687114/data/data2, DS-222895be-1fa9-460c-8332-325ab2ac5a5f): finished scanning block pool BP-1892847834-10.240.0.206-1779114381511
2026-05-18 14:26:25,074 INFO  [BP-1892847834-10.240.0.206-1779114381511 heartbeating to localhost/127.0.0.1:39681] datanode.DataNode (BPServiceActor.java:register(824)) - Block pool BP-1892847834-10.240.0.206-1779114381511 (Datanode Uuid 06ec32a2-75ec-4209-ae82-6b48870b6a0e) service to localhost/127.0.0.1:39681 beginning handshake with NN: localhost/127.0.0.1:39681.
2026-05-18 14:26:25,081 INFO  [VolumeScannerThread(/tmp/hdfs-test13178904786871687114/data/data1)] datanode.VolumeScanner (VolumeScanner.java:findNextUsableBlockIter(402)) - VolumeScanner(/tmp/hdfs-test13178904786871687114/data/data1, DS-9d4c8095-cbed-4a1a-b478-2e6406825a6b): no suitable block pools found to scan.  Waiting 1814399982 ms.
2026-05-18 14:26:25,083 INFO  [VolumeScannerThread(/tmp/hdfs-test13178904786871687114/data/data2)] datanode.VolumeScanner (VolumeScanner.java:findNextUsableBlockIter(402)) - VolumeScanner(/tmp/hdfs-test13178904786871687114/data/data2, DS-222895be-1fa9-460c-8332-325ab2ac5a5f): no suitable block pools found to scan.  Waiting 1814399978 ms.
2026-05-18 14:26:25,099 INFO  [IPC Server handler 2 on default port 39681] hdfs.StateChange (DatanodeManager.java:registerDatanode(1188)) - BLOCK* registerDatanode: from DatanodeRegistration(127.0.0.1:41049, datanodeUuid=06ec32a2-75ec-4209-ae82-6b48870b6a0e, infoPort=37799, infoSecurePort=0, ipcPort=46705, storageInfo=lv=-57;cid=testClusterID;nsid=1594904568;c=1779114381511) storage 06ec32a2-75ec-4209-ae82-6b48870b6a0e
2026-05-18 14:26:25,102 INFO  [IPC Server handler 2 on default port 39681] net.NetworkTopology (NetworkTopology.java:add(156)) - Adding a new node: /default-rack/127.0.0.1:41049
2026-05-18 14:26:25,102 INFO  [IPC Server handler 2 on default port 39681] blockmanagement.BlockReportLeaseManager (BlockReportLeaseManager.java:registerNode(200)) - Registered DN 06ec32a2-75ec-4209-ae82-6b48870b6a0e (127.0.0.1:41049).
2026-05-18 14:26:25,114 INFO  [BP-1892847834-10.240.0.206-1779114381511 heartbeating to localhost/127.0.0.1:39681] datanode.DataNode (BPServiceActor.java:register(851)) - Block pool BP-1892847834-10.240.0.206-1779114381511 (Datanode Uuid 06ec32a2-75ec-4209-ae82-6b48870b6a0e) service to localhost/127.0.0.1:39681 successfully registered with NN: localhost/127.0.0.1:39681.
2026-05-18 14:26:25,114 INFO  [BP-1892847834-10.240.0.206-1779114381511 heartbeating to localhost/127.0.0.1:39681] datanode.DataNode (BPServiceActor.java:offerService(667)) - For namenode localhost/127.0.0.1:39681 using BLOCKREPORT_INTERVAL of 21600000msecs CACHEREPORT_INTERVAL of 10000msecs Initial delay: 0msecs; heartBeatInterval=3000
2026-05-18 14:26:25,134 INFO  [IPC Server handler 3 on default port 39681] blockmanagement.DatanodeDescriptor (DatanodeDescriptor.java:updateStorage(1065)) - Adding new storage ID DS-9d4c8095-cbed-4a1a-b478-2e6406825a6b for DN 127.0.0.1:41049
2026-05-18 14:26:25,135 INFO  [IPC Server handler 3 on default port 39681] blockmanagement.DatanodeDescriptor (DatanodeDescriptor.java:updateStorage(1065)) - Adding new storage ID DS-222895be-1fa9-460c-8332-325ab2ac5a5f for DN 127.0.0.1:41049
2026-05-18 14:26:25,143 INFO  [IPC Server handler 4 on default port 39681] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=datanodeReport	src=null	dst=null	perm=null	proto=rpc
2026-05-18 14:26:25,149 INFO  [main] hdfs.MiniDFSCluster (MiniDFSCluster.java:waitActive(2922)) - Cluster is active
2026-05-18 14:26:25,151 INFO  [BP-1892847834-10.240.0.206-1779114381511 heartbeating to localhost/127.0.0.1:39681] datanode.DataNode (BPServiceActor.java:offerService(729)) - After receiving heartbeat response, updating state of namenode localhost:39681 to active
2026-05-18 14:26:25,172 INFO  [Block report processor] BlockStateChange (BlockManager.java:processReport(2940)) - BLOCK* processReport 0xe8f3490c1c432a30 with lease ID 0xe14503cfec63d46e: Processing first storage report for DS-222895be-1fa9-460c-8332-325ab2ac5a5f from datanode DatanodeRegistration(127.0.0.1:41049, datanodeUuid=06ec32a2-75ec-4209-ae82-6b48870b6a0e, infoPort=37799, infoSecurePort=0, ipcPort=46705, storageInfo=lv=-57;cid=testClusterID;nsid=1594904568;c=1779114381511)
2026-05-18 14:26:25,174 INFO  [Block report processor] BlockStateChange (BlockManager.java:processReport(2972)) - BLOCK* processReport 0xe8f3490c1c432a30 with lease ID 0xe14503cfec63d46e: from storage DS-222895be-1fa9-460c-8332-325ab2ac5a5f node DatanodeRegistration(127.0.0.1:41049, datanodeUuid=06ec32a2-75ec-4209-ae82-6b48870b6a0e, infoPort=37799, infoSecurePort=0, ipcPort=46705, storageInfo=lv=-57;cid=testClusterID;nsid=1594904568;c=1779114381511), blocks: 0, hasStaleStorage: true, processing time: 2 msecs, invalidatedBlocks: 0
2026-05-18 14:26:25,175 INFO  [Block report processor] BlockStateChange (BlockManager.java:processReport(2940)) - BLOCK* processReport 0xe8f3490c1c432a30 with lease ID 0xe14503cfec63d46e: Processing first storage report for DS-9d4c8095-cbed-4a1a-b478-2e6406825a6b from datanode DatanodeRegistration(127.0.0.1:41049, datanodeUuid=06ec32a2-75ec-4209-ae82-6b48870b6a0e, infoPort=37799, infoSecurePort=0, ipcPort=46705, storageInfo=lv=-57;cid=testClusterID;nsid=1594904568;c=1779114381511)
2026-05-18 14:26:25,175 INFO  [Block report processor] BlockStateChange (BlockManager.java:processReport(2972)) - BLOCK* processReport 0xe8f3490c1c432a30 with lease ID 0xe14503cfec63d46e: from storage DS-9d4c8095-cbed-4a1a-b478-2e6406825a6b node DatanodeRegistration(127.0.0.1:41049, datanodeUuid=06ec32a2-75ec-4209-ae82-6b48870b6a0e, infoPort=37799, infoSecurePort=0, ipcPort=46705, storageInfo=lv=-57;cid=testClusterID;nsid=1594904568;c=1779114381511), blocks: 0, hasStaleStorage: false, processing time: 0 msecs, invalidatedBlocks: 0
2026-05-18 14:26:25,205 INFO  [BP-1892847834-10.240.0.206-1779114381511 heartbeating to localhost/127.0.0.1:39681] datanode.DataNode (BPServiceActor.java:blockReport(457)) - Successfully sent block report 0xe8f3490c1c432a30 with lease ID 0xe14503cfec63d46e to namenode: localhost/127.0.0.1:39681,  containing 2 storage report(s), of which we sent 2. The reports had 0 total blocks and used 1 RPC(s). This took 4 msecs to generate and 49 msecs for RPC and NN processing. Got back one command: FinalizeCommand/5.
2026-05-18 14:26:25,206 INFO  [Command processor] datanode.DataNode (BPOfferService.java:processCommandFromActive(767)) - Got finalize command for block pool BP-1892847834-10.240.0.206-1779114381511
2026-05-18 14:26:25,455 INFO  [main] backup.BackupIO (BackupIO.scala:writeTableMetadata(95)) - Writing metadata to hdfs://localhost:39681/id_taco-taco/1779114360000/.kudu-metadata.json
2026-05-18 14:26:25,502 INFO  [IPC Server handler 6 on default port 39681] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=create	src=/id_taco-taco/1779114360000/.kudu-metadata.json	dst=null	perm=slave:supergroup:rw-r--r--	proto=rpc
2026-05-18 14:26:25,749 INFO  [IPC Server handler 0 on default port 39681] hdfs.StateChange (FSDirWriteFileOp.java:logAllocatedBlock(801)) - BLOCK* allocate blk_1073741825_1001, replicas=127.0.0.1:41049 for /id_taco-taco/1779114360000/.kudu-metadata.json
2026-05-18 14:26:25,797 INFO  [DataXceiver for client DFSClient_NONMAPREDUCE_-749075260_1 at /127.0.0.1:53566 [Receiving block BP-1892847834-10.240.0.206-1779114381511:blk_1073741825_1001]] datanode.DataNode (DataXceiver.java:writeBlock(759)) - Receiving BP-1892847834-10.240.0.206-1779114381511:blk_1073741825_1001 src: /127.0.0.1:53566 dest: /127.0.0.1:41049
2026-05-18 14:26:25,840 INFO  [PacketResponder: BP-1892847834-10.240.0.206-1779114381511:blk_1073741825_1001, type=LAST_IN_PIPELINE] DataNode.clienttrace (BlockReceiver.java:finalizeBlock(1576)) - src: /127.0.0.1:53566, dest: /127.0.0.1:41049, volume: /tmp/hdfs-test13178904786871687114/data/data1, bytes: 92, op: HDFS_WRITE, cliID: DFSClient_NONMAPREDUCE_-749075260_1, offset: 0, srvID: 06ec32a2-75ec-4209-ae82-6b48870b6a0e, blockid: BP-1892847834-10.240.0.206-1779114381511:blk_1073741825_1001, duration(ns): 10309369
2026-05-18 14:26:25,840 INFO  [PacketResponder: BP-1892847834-10.240.0.206-1779114381511:blk_1073741825_1001, type=LAST_IN_PIPELINE] datanode.DataNode (BlockReceiver.java:run(1549)) - PacketResponder: BP-1892847834-10.240.0.206-1779114381511:blk_1073741825_1001, type=LAST_IN_PIPELINE terminating
2026-05-18 14:26:25,849 INFO  [IPC Server handler 2 on default port 39681] namenode.FSNamesystem (FSNamesystem.java:checkBlocksComplete(3286)) - BLOCK* blk_1073741825_1001 is COMMITTED but not COMPLETE(numNodes= 0 <  minimum = 1) in file /id_taco-taco/1779114360000/.kudu-metadata.json
2026-05-18 14:26:25,861 INFO  [Block report processor] BlockStateChange (BlockManager.java:addStoredBlock(3777)) - BLOCK* addStoredBlock: 127.0.0.1:41049 is added to blk_1073741825_1001 (size=92)
2026-05-18 14:26:26,255 INFO  [IPC Server handler 6 on default port 39681] hdfs.StateChange (FSNamesystem.java:completeFile(3239)) - DIR* completeFile: /id_taco-taco/1779114360000/.kudu-metadata.json is closed by DFSClient_NONMAPREDUCE_-749075260_1
2026-05-18 14:26:26,256 INFO  [main] backup.BackupIO (BackupIO.scala:writeTableMetadata(95)) - Writing metadata to hdfs://localhost:39681/id_taco-taco/1779114364000/.kudu-metadata.json
2026-05-18 14:26:26,260 INFO  [IPC Server handler 7 on default port 39681] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=create	src=/id_taco-taco/1779114364000/.kudu-metadata.json	dst=null	perm=slave:supergroup:rw-r--r--	proto=rpc
2026-05-18 14:26:26,263 INFO  [IPC Server handler 8 on default port 39681] hdfs.StateChange (FSDirWriteFileOp.java:logAllocatedBlock(801)) - BLOCK* allocate blk_1073741826_1002, replicas=127.0.0.1:41049 for /id_taco-taco/1779114364000/.kudu-metadata.json
2026-05-18 14:26:26,267 INFO  [DataXceiver for client DFSClient_NONMAPREDUCE_-749075260_1 at /127.0.0.1:53576 [Receiving block BP-1892847834-10.240.0.206-1779114381511:blk_1073741826_1002]] datanode.DataNode (DataXceiver.java:writeBlock(759)) - Receiving BP-1892847834-10.240.0.206-1779114381511:blk_1073741826_1002 src: /127.0.0.1:53576 dest: /127.0.0.1:41049
2026-05-18 14:26:26,271 INFO  [PacketResponder: BP-1892847834-10.240.0.206-1779114381511:blk_1073741826_1002, type=LAST_IN_PIPELINE] DataNode.clienttrace (BlockReceiver.java:finalizeBlock(1576)) - src: /127.0.0.1:53576, dest: /127.0.0.1:41049, volume: /tmp/hdfs-test13178904786871687114/data/data2, bytes: 121, op: HDFS_WRITE, cliID: DFSClient_NONMAPREDUCE_-749075260_1, offset: 0, srvID: 06ec32a2-75ec-4209-ae82-6b48870b6a0e, blockid: BP-1892847834-10.240.0.206-1779114381511:blk_1073741826_1002, duration(ns): 1972220
2026-05-18 14:26:26,271 INFO  [PacketResponder: BP-1892847834-10.240.0.206-1779114381511:blk_1073741826_1002, type=LAST_IN_PIPELINE] datanode.DataNode (BlockReceiver.java:run(1549)) - PacketResponder: BP-1892847834-10.240.0.206-1779114381511:blk_1073741826_1002, type=LAST_IN_PIPELINE terminating
2026-05-18 14:26:26,274 INFO  [IPC Server handler 0 on default port 39681] namenode.FSNamesystem (FSNamesystem.java:checkBlocksComplete(3286)) - BLOCK* blk_1073741826_1002 is COMMITTED but not COMPLETE(numNodes= 0 <  minimum = 1) in file /id_taco-taco/1779114364000/.kudu-metadata.json
2026-05-18 14:26:26,276 INFO  [Block report processor] BlockStateChange (BlockManager.java:addStoredBlock(3777)) - BLOCK* addStoredBlock: 127.0.0.1:41049 is added to blk_1073741826_1002 (size=121)
2026-05-18 14:26:26,678 INFO  [IPC Server handler 1 on default port 39681] hdfs.StateChange (FSNamesystem.java:completeFile(3239)) - DIR* completeFile: /id_taco-taco/1779114364000/.kudu-metadata.json is closed by DFSClient_NONMAPREDUCE_-749075260_1
2026-05-18 14:26:26,680 INFO  [main] backup.BackupIO (BackupIO.scala:writeTableMetadata(95)) - Writing metadata to hdfs://localhost:39681/id_taco-taco/1779114369000/.kudu-metadata.json
2026-05-18 14:26:26,683 INFO  [IPC Server handler 2 on default port 39681] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=create	src=/id_taco-taco/1779114369000/.kudu-metadata.json	dst=null	perm=slave:supergroup:rw-r--r--	proto=rpc
2026-05-18 14:26:26,687 INFO  [IPC Server handler 4 on default port 39681] hdfs.StateChange (FSDirWriteFileOp.java:logAllocatedBlock(801)) - BLOCK* allocate blk_1073741827_1003, replicas=127.0.0.1:41049 for /id_taco-taco/1779114369000/.kudu-metadata.json
2026-05-18 14:26:26,690 INFO  [DataXceiver for client DFSClient_NONMAPREDUCE_-749075260_1 at /127.0.0.1:53584 [Receiving block BP-1892847834-10.240.0.206-1779114381511:blk_1073741827_1003]] datanode.DataNode (DataXceiver.java:writeBlock(759)) - Receiving BP-1892847834-10.240.0.206-1779114381511:blk_1073741827_1003 src: /127.0.0.1:53584 dest: /127.0.0.1:41049
2026-05-18 14:26:26,693 INFO  [PacketResponder: BP-1892847834-10.240.0.206-1779114381511:blk_1073741827_1003, type=LAST_IN_PIPELINE] DataNode.clienttrace (BlockReceiver.java:finalizeBlock(1576)) - src: /127.0.0.1:53584, dest: /127.0.0.1:41049, volume: /tmp/hdfs-test13178904786871687114/data/data1, bytes: 121, op: HDFS_WRITE, cliID: DFSClient_NONMAPREDUCE_-749075260_1, offset: 0, srvID: 06ec32a2-75ec-4209-ae82-6b48870b6a0e, blockid: BP-1892847834-10.240.0.206-1779114381511:blk_1073741827_1003, duration(ns): 1610177
2026-05-18 14:26:26,694 INFO  [PacketResponder: BP-1892847834-10.240.0.206-1779114381511:blk_1073741827_1003, type=LAST_IN_PIPELINE] datanode.DataNode (BlockReceiver.java:run(1549)) - PacketResponder: BP-1892847834-10.240.0.206-1779114381511:blk_1073741827_1003, type=LAST_IN_PIPELINE terminating
2026-05-18 14:26:26,696 INFO  [Block report processor] BlockStateChange (BlockManager.java:addStoredBlock(3777)) - BLOCK* addStoredBlock: 127.0.0.1:41049 is added to blk_1073741827_1003 (size=121)
2026-05-18 14:26:26,697 INFO  [IPC Server handler 5 on default port 39681] hdfs.StateChange (FSNamesystem.java:completeFile(3239)) - DIR* completeFile: /id_taco-taco/1779114369000/.kudu-metadata.json is closed by DFSClient_NONMAPREDUCE_-749075260_1
2026-05-18 14:26:26,840 INFO  [IPC Server handler 6 on default port 39681] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/	dst=null	perm=null	proto=rpc
2026-05-18 14:26:26,845 INFO  [IPC Server handler 7 on default port 39681] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=listStatus	src=/	dst=null	perm=null	proto=rpc
2026-05-18 14:26:26,852 INFO  [IPC Server handler 8 on default port 39681] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=listStatus	src=/id_taco-taco	dst=null	perm=null	proto=rpc
2026-05-18 14:26:26,855 INFO  [IPC Server handler 9 on default port 39681] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779114360000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:26:26,863 INFO  [IPC Server handler 0 on default port 39681] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=open	src=/id_taco-taco/1779114360000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:26:26,926 INFO  [IPC Server handler 1 on default port 39681] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779114364000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:26:26,929 INFO  [IPC Server handler 2 on default port 39681] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=open	src=/id_taco-taco/1779114364000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:26:26,934 INFO  [IPC Server handler 4 on default port 39681] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779114369000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:26:26,936 INFO  [IPC Server handler 3 on default port 39681] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=open	src=/id_taco-taco/1779114369000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:26:26,941 INFO  [main] backup.BackupIO (BackupIO.scala:readTableBackups(236)) - Found 3 paths in hdfs://localhost:39681/id_taco-taco
checking existence of hdfs://localhost:39681/id_taco-taco/1779114360000/.kudu-metadata.json
2026-05-18 14:26:26,972 INFO  [IPC Server handler 5 on default port 39681] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779114360000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
checking existence of hdfs://localhost:39681/id_taco-taco/1779114364000/.kudu-metadata.json
2026-05-18 14:26:26,975 INFO  [IPC Server handler 6 on default port 39681] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779114364000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
checking existence of hdfs://localhost:39681/id_taco-taco/1779114369000/.kudu-metadata.json
2026-05-18 14:26:26,978 INFO  [IPC Server handler 7 on default port 39681] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779114369000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:26:26,979 INFO  [main] backup.BackupIO (BackupIO.scala:writeTableMetadata(95)) - Writing metadata to hdfs://localhost:39681/id_taco-taco/1779114365000/.kudu-metadata.json
2026-05-18 14:26:26,982 INFO  [IPC Server handler 8 on default port 39681] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=create	src=/id_taco-taco/1779114365000/.kudu-metadata.json	dst=null	perm=slave:supergroup:rw-r--r--	proto=rpc
2026-05-18 14:26:26,986 INFO  [IPC Server handler 9 on default port 39681] hdfs.StateChange (FSDirWriteFileOp.java:logAllocatedBlock(801)) - BLOCK* allocate blk_1073741828_1004, replicas=127.0.0.1:41049 for /id_taco-taco/1779114365000/.kudu-metadata.json
2026-05-18 14:26:26,989 INFO  [DataXceiver for client DFSClient_NONMAPREDUCE_-749075260_1 at /127.0.0.1:53610 [Receiving block BP-1892847834-10.240.0.206-1779114381511:blk_1073741828_1004]] datanode.DataNode (DataXceiver.java:writeBlock(759)) - Receiving BP-1892847834-10.240.0.206-1779114381511:blk_1073741828_1004 src: /127.0.0.1:53610 dest: /127.0.0.1:41049
2026-05-18 14:26:26,992 INFO  [PacketResponder: BP-1892847834-10.240.0.206-1779114381511:blk_1073741828_1004, type=LAST_IN_PIPELINE] DataNode.clienttrace (BlockReceiver.java:finalizeBlock(1576)) - src: /127.0.0.1:53610, dest: /127.0.0.1:41049, volume: /tmp/hdfs-test13178904786871687114/data/data2, bytes: 92, op: HDFS_WRITE, cliID: DFSClient_NONMAPREDUCE_-749075260_1, offset: 0, srvID: 06ec32a2-75ec-4209-ae82-6b48870b6a0e, blockid: BP-1892847834-10.240.0.206-1779114381511:blk_1073741828_1004, duration(ns): 1476821
2026-05-18 14:26:26,992 INFO  [PacketResponder: BP-1892847834-10.240.0.206-1779114381511:blk_1073741828_1004, type=LAST_IN_PIPELINE] datanode.DataNode (BlockReceiver.java:run(1549)) - PacketResponder: BP-1892847834-10.240.0.206-1779114381511:blk_1073741828_1004, type=LAST_IN_PIPELINE terminating
2026-05-18 14:26:26,994 INFO  [Block report processor] BlockStateChange (BlockManager.java:addStoredBlock(3777)) - BLOCK* addStoredBlock: 127.0.0.1:41049 is added to blk_1073741828_1004 (size=92)
2026-05-18 14:26:26,995 INFO  [IPC Server handler 1 on default port 39681] hdfs.StateChange (FSNamesystem.java:completeFile(3239)) - DIR* completeFile: /id_taco-taco/1779114365000/.kudu-metadata.json is closed by DFSClient_NONMAPREDUCE_-749075260_1
2026-05-18 14:26:26,996 INFO  [main] backup.BackupIO (BackupIO.scala:writeTableMetadata(95)) - Writing metadata to hdfs://localhost:39681/id_taco-taco/1779114370000/.kudu-metadata.json
2026-05-18 14:26:26,999 INFO  [IPC Server handler 2 on default port 39681] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=create	src=/id_taco-taco/1779114370000/.kudu-metadata.json	dst=null	perm=slave:supergroup:rw-r--r--	proto=rpc
2026-05-18 14:26:27,002 INFO  [IPC Server handler 4 on default port 39681] hdfs.StateChange (FSDirWriteFileOp.java:logAllocatedBlock(801)) - BLOCK* allocate blk_1073741829_1005, replicas=127.0.0.1:41049 for /id_taco-taco/1779114370000/.kudu-metadata.json
2026-05-18 14:26:27,012 INFO  [DataXceiver for client DFSClient_NONMAPREDUCE_-749075260_1 at /127.0.0.1:53616 [Receiving block BP-1892847834-10.240.0.206-1779114381511:blk_1073741829_1005]] datanode.DataNode (DataXceiver.java:writeBlock(759)) - Receiving BP-1892847834-10.240.0.206-1779114381511:blk_1073741829_1005 src: /127.0.0.1:53616 dest: /127.0.0.1:41049
2026-05-18 14:26:27,016 INFO  [PacketResponder: BP-1892847834-10.240.0.206-1779114381511:blk_1073741829_1005, type=LAST_IN_PIPELINE] DataNode.clienttrace (BlockReceiver.java:finalizeBlock(1576)) - src: /127.0.0.1:53616, dest: /127.0.0.1:41049, volume: /tmp/hdfs-test13178904786871687114/data/data1, bytes: 121, op: HDFS_WRITE, cliID: DFSClient_NONMAPREDUCE_-749075260_1, offset: 0, srvID: 06ec32a2-75ec-4209-ae82-6b48870b6a0e, blockid: BP-1892847834-10.240.0.206-1779114381511:blk_1073741829_1005, duration(ns): 1620972
2026-05-18 14:26:27,016 INFO  [PacketResponder: BP-1892847834-10.240.0.206-1779114381511:blk_1073741829_1005, type=LAST_IN_PIPELINE] datanode.DataNode (BlockReceiver.java:run(1549)) - PacketResponder: BP-1892847834-10.240.0.206-1779114381511:blk_1073741829_1005, type=LAST_IN_PIPELINE terminating
2026-05-18 14:26:27,018 INFO  [Block report processor] BlockStateChange (BlockManager.java:addStoredBlock(3777)) - BLOCK* addStoredBlock: 127.0.0.1:41049 is added to blk_1073741829_1005 (size=121)
2026-05-18 14:26:27,019 INFO  [IPC Server handler 5 on default port 39681] hdfs.StateChange (FSNamesystem.java:completeFile(3239)) - DIR* completeFile: /id_taco-taco/1779114370000/.kudu-metadata.json is closed by DFSClient_NONMAPREDUCE_-749075260_1
2026-05-18 14:26:27,020 INFO  [main] backup.BackupIO (BackupIO.scala:writeTableMetadata(95)) - Writing metadata to hdfs://localhost:39681/id_taco-taco/1779114375000/.kudu-metadata.json
2026-05-18 14:26:27,023 INFO  [IPC Server handler 6 on default port 39681] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=create	src=/id_taco-taco/1779114375000/.kudu-metadata.json	dst=null	perm=slave:supergroup:rw-r--r--	proto=rpc
2026-05-18 14:26:27,026 INFO  [IPC Server handler 7 on default port 39681] hdfs.StateChange (FSDirWriteFileOp.java:logAllocatedBlock(801)) - BLOCK* allocate blk_1073741830_1006, replicas=127.0.0.1:41049 for /id_taco-taco/1779114375000/.kudu-metadata.json
2026-05-18 14:26:27,029 INFO  [DataXceiver for client DFSClient_NONMAPREDUCE_-749075260_1 at /127.0.0.1:53628 [Receiving block BP-1892847834-10.240.0.206-1779114381511:blk_1073741830_1006]] datanode.DataNode (DataXceiver.java:writeBlock(759)) - Receiving BP-1892847834-10.240.0.206-1779114381511:blk_1073741830_1006 src: /127.0.0.1:53628 dest: /127.0.0.1:41049
2026-05-18 14:26:27,033 INFO  [PacketResponder: BP-1892847834-10.240.0.206-1779114381511:blk_1073741830_1006, type=LAST_IN_PIPELINE] DataNode.clienttrace (BlockReceiver.java:finalizeBlock(1576)) - src: /127.0.0.1:53628, dest: /127.0.0.1:41049, volume: /tmp/hdfs-test13178904786871687114/data/data2, bytes: 121, op: HDFS_WRITE, cliID: DFSClient_NONMAPREDUCE_-749075260_1, offset: 0, srvID: 06ec32a2-75ec-4209-ae82-6b48870b6a0e, blockid: BP-1892847834-10.240.0.206-1779114381511:blk_1073741830_1006, duration(ns): 2993118
2026-05-18 14:26:27,034 INFO  [PacketResponder: BP-1892847834-10.240.0.206-1779114381511:blk_1073741830_1006, type=LAST_IN_PIPELINE] datanode.DataNode (BlockReceiver.java:run(1549)) - PacketResponder: BP-1892847834-10.240.0.206-1779114381511:blk_1073741830_1006, type=LAST_IN_PIPELINE terminating
2026-05-18 14:26:27,035 INFO  [Block report processor] BlockStateChange (BlockManager.java:addStoredBlock(3777)) - BLOCK* addStoredBlock: 127.0.0.1:41049 is added to blk_1073741830_1006 (size=121)
2026-05-18 14:26:27,036 INFO  [IPC Server handler 9 on default port 39681] hdfs.StateChange (FSNamesystem.java:completeFile(3239)) - DIR* completeFile: /id_taco-taco/1779114375000/.kudu-metadata.json is closed by DFSClient_NONMAPREDUCE_-749075260_1
2026-05-18 14:26:27,037 INFO  [main] backup.BackupIO (BackupIO.scala:writeTableMetadata(95)) - Writing metadata to hdfs://localhost:39681/id_taco-taco/1779114380000/.kudu-metadata.json
2026-05-18 14:26:27,040 INFO  [IPC Server handler 0 on default port 39681] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=create	src=/id_taco-taco/1779114380000/.kudu-metadata.json	dst=null	perm=slave:supergroup:rw-r--r--	proto=rpc
2026-05-18 14:26:27,043 INFO  [IPC Server handler 1 on default port 39681] hdfs.StateChange (FSDirWriteFileOp.java:logAllocatedBlock(801)) - BLOCK* allocate blk_1073741831_1007, replicas=127.0.0.1:41049 for /id_taco-taco/1779114380000/.kudu-metadata.json
2026-05-18 14:26:27,046 INFO  [DataXceiver for client DFSClient_NONMAPREDUCE_-749075260_1 at /127.0.0.1:53638 [Receiving block BP-1892847834-10.240.0.206-1779114381511:blk_1073741831_1007]] datanode.DataNode (DataXceiver.java:writeBlock(759)) - Receiving BP-1892847834-10.240.0.206-1779114381511:blk_1073741831_1007 src: /127.0.0.1:53638 dest: /127.0.0.1:41049
2026-05-18 14:26:27,058 INFO  [PacketResponder: BP-1892847834-10.240.0.206-1779114381511:blk_1073741831_1007, type=LAST_IN_PIPELINE] DataNode.clienttrace (BlockReceiver.java:finalizeBlock(1576)) - src: /127.0.0.1:53638, dest: /127.0.0.1:41049, volume: /tmp/hdfs-test13178904786871687114/data/data1, bytes: 121, op: HDFS_WRITE, cliID: DFSClient_NONMAPREDUCE_-749075260_1, offset: 0, srvID: 06ec32a2-75ec-4209-ae82-6b48870b6a0e, blockid: BP-1892847834-10.240.0.206-1779114381511:blk_1073741831_1007, duration(ns): 1180789
2026-05-18 14:26:27,058 INFO  [PacketResponder: BP-1892847834-10.240.0.206-1779114381511:blk_1073741831_1007, type=LAST_IN_PIPELINE] datanode.DataNode (BlockReceiver.java:run(1549)) - PacketResponder: BP-1892847834-10.240.0.206-1779114381511:blk_1073741831_1007, type=LAST_IN_PIPELINE terminating
2026-05-18 14:26:27,059 INFO  [Block report processor] BlockStateChange (BlockManager.java:addStoredBlock(3777)) - BLOCK* addStoredBlock: 127.0.0.1:41049 is added to blk_1073741831_1007 (size=121)
2026-05-18 14:26:27,061 INFO  [IPC Server handler 4 on default port 39681] hdfs.StateChange (FSNamesystem.java:completeFile(3239)) - DIR* completeFile: /id_taco-taco/1779114380000/.kudu-metadata.json is closed by DFSClient_NONMAPREDUCE_-749075260_1
2026-05-18 14:26:27,062 INFO  [main] backup.BackupIO (BackupIO.scala:writeTableMetadata(95)) - Writing metadata to hdfs://localhost:39681/id_taco-taco/1779114384000/.kudu-metadata.json
2026-05-18 14:26:27,065 INFO  [IPC Server handler 3 on default port 39681] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=create	src=/id_taco-taco/1779114384000/.kudu-metadata.json	dst=null	perm=slave:supergroup:rw-r--r--	proto=rpc
2026-05-18 14:26:27,070 INFO  [IPC Server handler 5 on default port 39681] hdfs.StateChange (FSDirWriteFileOp.java:logAllocatedBlock(801)) - BLOCK* allocate blk_1073741832_1008, replicas=127.0.0.1:41049 for /id_taco-taco/1779114384000/.kudu-metadata.json
2026-05-18 14:26:27,073 INFO  [DataXceiver for client DFSClient_NONMAPREDUCE_-749075260_1 at /127.0.0.1:53648 [Receiving block BP-1892847834-10.240.0.206-1779114381511:blk_1073741832_1008]] datanode.DataNode (DataXceiver.java:writeBlock(759)) - Receiving BP-1892847834-10.240.0.206-1779114381511:blk_1073741832_1008 src: /127.0.0.1:53648 dest: /127.0.0.1:41049
2026-05-18 14:26:27,076 INFO  [PacketResponder: BP-1892847834-10.240.0.206-1779114381511:blk_1073741832_1008, type=LAST_IN_PIPELINE] DataNode.clienttrace (BlockReceiver.java:finalizeBlock(1576)) - src: /127.0.0.1:53648, dest: /127.0.0.1:41049, volume: /tmp/hdfs-test13178904786871687114/data/data2, bytes: 121, op: HDFS_WRITE, cliID: DFSClient_NONMAPREDUCE_-749075260_1, offset: 0, srvID: 06ec32a2-75ec-4209-ae82-6b48870b6a0e, blockid: BP-1892847834-10.240.0.206-1779114381511:blk_1073741832_1008, duration(ns): 1711388
2026-05-18 14:26:27,076 INFO  [PacketResponder: BP-1892847834-10.240.0.206-1779114381511:blk_1073741832_1008, type=LAST_IN_PIPELINE] datanode.DataNode (BlockReceiver.java:run(1549)) - PacketResponder: BP-1892847834-10.240.0.206-1779114381511:blk_1073741832_1008, type=LAST_IN_PIPELINE terminating
2026-05-18 14:26:27,078 INFO  [Block report processor] BlockStateChange (BlockManager.java:addStoredBlock(3777)) - BLOCK* addStoredBlock: 127.0.0.1:41049 is added to blk_1073741832_1008 (size=121)
2026-05-18 14:26:27,079 INFO  [IPC Server handler 7 on default port 39681] hdfs.StateChange (FSNamesystem.java:completeFile(3239)) - DIR* completeFile: /id_taco-taco/1779114384000/.kudu-metadata.json is closed by DFSClient_NONMAPREDUCE_-749075260_1
2026-05-18 14:26:27,080 INFO  [main] backup.BackupIO (BackupIO.scala:writeTableMetadata(95)) - Writing metadata to hdfs://localhost:39681/id_taco-taco/1779114367000/.kudu-metadata.json
2026-05-18 14:26:27,083 INFO  [IPC Server handler 8 on default port 39681] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=create	src=/id_taco-taco/1779114367000/.kudu-metadata.json	dst=null	perm=slave:supergroup:rw-r--r--	proto=rpc
2026-05-18 14:26:27,088 INFO  [IPC Server handler 9 on default port 39681] hdfs.StateChange (FSDirWriteFileOp.java:logAllocatedBlock(801)) - BLOCK* allocate blk_1073741833_1009, replicas=127.0.0.1:41049 for /id_taco-taco/1779114367000/.kudu-metadata.json
2026-05-18 14:26:27,091 INFO  [DataXceiver for client DFSClient_NONMAPREDUCE_-749075260_1 at /127.0.0.1:53656 [Receiving block BP-1892847834-10.240.0.206-1779114381511:blk_1073741833_1009]] datanode.DataNode (DataXceiver.java:writeBlock(759)) - Receiving BP-1892847834-10.240.0.206-1779114381511:blk_1073741833_1009 src: /127.0.0.1:53656 dest: /127.0.0.1:41049
2026-05-18 14:26:27,102 INFO  [PacketResponder: BP-1892847834-10.240.0.206-1779114381511:blk_1073741833_1009, type=LAST_IN_PIPELINE] DataNode.clienttrace (BlockReceiver.java:finalizeBlock(1576)) - src: /127.0.0.1:53656, dest: /127.0.0.1:41049, volume: /tmp/hdfs-test13178904786871687114/data/data1, bytes: 121, op: HDFS_WRITE, cliID: DFSClient_NONMAPREDUCE_-749075260_1, offset: 0, srvID: 06ec32a2-75ec-4209-ae82-6b48870b6a0e, blockid: BP-1892847834-10.240.0.206-1779114381511:blk_1073741833_1009, duration(ns): 4514437
2026-05-18 14:26:27,103 INFO  [Block report processor] BlockStateChange (BlockManager.java:addStoredBlock(3777)) - BLOCK* addStoredBlock: 127.0.0.1:41049 is added to blk_1073741833_1009 (size=121)
2026-05-18 14:26:27,104 INFO  [IPC Server handler 1 on default port 39681] hdfs.StateChange (FSNamesystem.java:completeFile(3239)) - DIR* completeFile: /id_taco-taco/1779114367000/.kudu-metadata.json is closed by DFSClient_NONMAPREDUCE_-749075260_1
2026-05-18 14:26:27,103 INFO  [PacketResponder: BP-1892847834-10.240.0.206-1779114381511:blk_1073741833_1009, type=LAST_IN_PIPELINE] datanode.DataNode (BlockReceiver.java:run(1549)) - PacketResponder: BP-1892847834-10.240.0.206-1779114381511:blk_1073741833_1009, type=LAST_IN_PIPELINE terminating
2026-05-18 14:26:27,124 INFO  [IPC Server handler 2 on default port 39681] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/	dst=null	perm=null	proto=rpc
2026-05-18 14:26:27,128 INFO  [IPC Server handler 4 on default port 39681] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=listStatus	src=/	dst=null	perm=null	proto=rpc
2026-05-18 14:26:27,131 INFO  [IPC Server handler 3 on default port 39681] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=listStatus	src=/id_taco-taco	dst=null	perm=null	proto=rpc
2026-05-18 14:26:27,135 INFO  [IPC Server handler 5 on default port 39681] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779114360000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:26:27,137 INFO  [IPC Server handler 6 on default port 39681] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=open	src=/id_taco-taco/1779114360000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:26:27,143 INFO  [IPC Server handler 7 on default port 39681] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779114364000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:26:27,145 INFO  [IPC Server handler 8 on default port 39681] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=open	src=/id_taco-taco/1779114364000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:26:27,151 INFO  [IPC Server handler 9 on default port 39681] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779114365000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:26:27,153 INFO  [IPC Server handler 0 on default port 39681] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=open	src=/id_taco-taco/1779114365000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:26:27,159 INFO  [IPC Server handler 1 on default port 39681] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779114367000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:26:27,161 INFO  [IPC Server handler 2 on default port 39681] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=open	src=/id_taco-taco/1779114367000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:26:27,166 INFO  [IPC Server handler 4 on default port 39681] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779114369000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:26:27,168 INFO  [IPC Server handler 3 on default port 39681] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=open	src=/id_taco-taco/1779114369000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:26:27,173 INFO  [IPC Server handler 5 on default port 39681] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779114370000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:26:27,174 INFO  [IPC Server handler 6 on default port 39681] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=open	src=/id_taco-taco/1779114370000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:26:27,179 INFO  [IPC Server handler 7 on default port 39681] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779114375000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:26:27,181 INFO  [IPC Server handler 8 on default port 39681] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=open	src=/id_taco-taco/1779114375000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:26:27,186 INFO  [IPC Server handler 9 on default port 39681] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779114380000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:26:27,189 INFO  [IPC Server handler 0 on default port 39681] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=open	src=/id_taco-taco/1779114380000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:26:27,194 INFO  [IPC Server handler 1 on default port 39681] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779114384000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:26:27,196 INFO  [IPC Server handler 2 on default port 39681] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=open	src=/id_taco-taco/1779114384000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:26:27,200 INFO  [main] backup.BackupIO (BackupIO.scala:readTableBackups(236)) - Found 9 paths in hdfs://localhost:39681/id_taco-taco
DRY RUN: Delete backup name: taco, id: id_taco, fromMs: 1779114364000, toMs: 1779114369000
DRY RUN: Delete backup name: taco, id: id_taco, fromMs: 1779114360000, toMs: 1779114364000
DRY RUN: Delete backup name: taco, id: id_taco, fromMs: 0, toMs: 1779114360000
DRY RUN: Delete backup name: taco, id: id_taco, fromMs: 1779114365000, toMs: 1779114367000
checking existence of hdfs://localhost:39681/id_taco-taco/1779114360000/.kudu-metadata.json
2026-05-18 14:26:27,221 INFO  [IPC Server handler 4 on default port 39681] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779114360000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
checking existence of hdfs://localhost:39681/id_taco-taco/1779114364000/.kudu-metadata.json
2026-05-18 14:26:27,223 INFO  [IPC Server handler 3 on default port 39681] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779114364000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
checking existence of hdfs://localhost:39681/id_taco-taco/1779114369000/.kudu-metadata.json
2026-05-18 14:26:27,225 INFO  [IPC Server handler 5 on default port 39681] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779114369000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
checking existence of hdfs://localhost:39681/id_taco-taco/1779114367000/.kudu-metadata.json
2026-05-18 14:26:27,227 INFO  [IPC Server handler 6 on default port 39681] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779114367000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
checking existence of hdfs://localhost:39681/id_taco-taco/1779114365000/.kudu-metadata.json
2026-05-18 14:26:27,229 INFO  [IPC Server handler 7 on default port 39681] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779114365000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
checking existence of hdfs://localhost:39681/id_taco-taco/1779114370000/.kudu-metadata.json
2026-05-18 14:26:27,231 INFO  [IPC Server handler 8 on default port 39681] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779114370000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
checking existence of hdfs://localhost:39681/id_taco-taco/1779114375000/.kudu-metadata.json
2026-05-18 14:26:27,232 INFO  [IPC Server handler 9 on default port 39681] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779114375000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
checking existence of hdfs://localhost:39681/id_taco-taco/1779114380000/.kudu-metadata.json
2026-05-18 14:26:27,234 INFO  [IPC Server handler 0 on default port 39681] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779114380000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
checking existence of hdfs://localhost:39681/id_taco-taco/1779114384000/.kudu-metadata.json
2026-05-18 14:26:27,236 INFO  [IPC Server handler 1 on default port 39681] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779114384000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:26:27,253 INFO  [IPC Server handler 2 on default port 39681] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/	dst=null	perm=null	proto=rpc
2026-05-18 14:26:27,254 INFO  [IPC Server handler 4 on default port 39681] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=listStatus	src=/	dst=null	perm=null	proto=rpc
2026-05-18 14:26:27,256 INFO  [IPC Server handler 3 on default port 39681] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=listStatus	src=/id_taco-taco	dst=null	perm=null	proto=rpc
2026-05-18 14:26:27,259 INFO  [IPC Server handler 5 on default port 39681] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779114360000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:26:27,261 INFO  [IPC Server handler 6 on default port 39681] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=open	src=/id_taco-taco/1779114360000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:26:27,266 INFO  [IPC Server handler 7 on default port 39681] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779114364000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:26:27,267 INFO  [IPC Server handler 8 on default port 39681] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=open	src=/id_taco-taco/1779114364000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:26:27,272 INFO  [IPC Server handler 9 on default port 39681] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779114365000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:26:27,274 INFO  [IPC Server handler 0 on default port 39681] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=open	src=/id_taco-taco/1779114365000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:26:27,278 INFO  [IPC Server handler 1 on default port 39681] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779114367000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:26:27,281 INFO  [IPC Server handler 2 on default port 39681] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=open	src=/id_taco-taco/1779114367000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:26:27,288 INFO  [IPC Server handler 4 on default port 39681] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779114369000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:26:27,290 INFO  [IPC Server handler 3 on default port 39681] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=open	src=/id_taco-taco/1779114369000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:26:27,295 INFO  [IPC Server handler 5 on default port 39681] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779114370000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:26:27,297 INFO  [IPC Server handler 6 on default port 39681] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=open	src=/id_taco-taco/1779114370000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:26:27,303 INFO  [IPC Server handler 7 on default port 39681] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779114375000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:26:27,305 INFO  [IPC Server handler 8 on default port 39681] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=open	src=/id_taco-taco/1779114375000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:26:27,310 INFO  [IPC Server handler 9 on default port 39681] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779114380000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:26:27,312 INFO  [IPC Server handler 0 on default port 39681] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=open	src=/id_taco-taco/1779114380000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:26:27,316 INFO  [IPC Server handler 1 on default port 39681] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779114384000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:26:27,318 INFO  [IPC Server handler 2 on default port 39681] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=open	src=/id_taco-taco/1779114384000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:26:27,322 INFO  [main] backup.BackupIO (BackupIO.scala:readTableBackups(236)) - Found 9 paths in hdfs://localhost:39681/id_taco-taco
Delete backup name: taco, id: id_taco, fromMs: 1779114364000, toMs: 1779114369000
2026-05-18 14:26:27,342 INFO  [IPC Server handler 4 on default port 39681] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=delete	src=/id_taco-taco/1779114369000	dst=null	perm=null	proto=rpc
Delete backup name: taco, id: id_taco, fromMs: 1779114360000, toMs: 1779114364000
2026-05-18 14:26:27,346 INFO  [IPC Server handler 3 on default port 39681] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=delete	src=/id_taco-taco/1779114364000	dst=null	perm=null	proto=rpc
Delete backup name: taco, id: id_taco, fromMs: 0, toMs: 1779114360000
2026-05-18 14:26:27,348 INFO  [IPC Server handler 5 on default port 39681] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=delete	src=/id_taco-taco/1779114360000	dst=null	perm=null	proto=rpc
Delete backup name: taco, id: id_taco, fromMs: 1779114365000, toMs: 1779114367000
2026-05-18 14:26:27,350 INFO  [IPC Server handler 6 on default port 39681] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=delete	src=/id_taco-taco/1779114367000	dst=null	perm=null	proto=rpc
checking existence of hdfs://localhost:39681/id_taco-taco/1779114360000/.kudu-metadata.json
2026-05-18 14:26:27,352 INFO  [IPC Server handler 7 on default port 39681] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779114360000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
checking existence of hdfs://localhost:39681/id_taco-taco/1779114364000/.kudu-metadata.json
2026-05-18 14:26:27,354 INFO  [IPC Server handler 8 on default port 39681] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779114364000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
checking existence of hdfs://localhost:39681/id_taco-taco/1779114369000/.kudu-metadata.json
2026-05-18 14:26:27,356 INFO  [IPC Server handler 9 on default port 39681] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779114369000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
checking existence of hdfs://localhost:39681/id_taco-taco/1779114367000/.kudu-metadata.json
2026-05-18 14:26:27,357 INFO  [IPC Server handler 0 on default port 39681] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779114367000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
checking existence of hdfs://localhost:39681/id_taco-taco/1779114365000/.kudu-metadata.json
2026-05-18 14:26:27,360 INFO  [IPC Server handler 1 on default port 39681] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779114365000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
checking existence of hdfs://localhost:39681/id_taco-taco/1779114370000/.kudu-metadata.json
2026-05-18 14:26:27,362 INFO  [IPC Server handler 2 on default port 39681] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779114370000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
checking existence of hdfs://localhost:39681/id_taco-taco/1779114375000/.kudu-metadata.json
2026-05-18 14:26:27,363 INFO  [IPC Server handler 4 on default port 39681] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779114375000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
checking existence of hdfs://localhost:39681/id_taco-taco/1779114380000/.kudu-metadata.json
2026-05-18 14:26:27,365 INFO  [IPC Server handler 3 on default port 39681] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779114380000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
checking existence of hdfs://localhost:39681/id_taco-taco/1779114384000/.kudu-metadata.json
2026-05-18 14:26:27,367 INFO  [IPC Server handler 5 on default port 39681] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779114384000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:26:27,367 INFO  [main] backup.BackupIO (BackupIO.scala:writeTableMetadata(95)) - Writing metadata to hdfs://localhost:39681/id_taco-taco/1779114366000/.kudu-metadata.json
2026-05-18 14:26:27,369 INFO  [IPC Server handler 6 on default port 39681] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=create	src=/id_taco-taco/1779114366000/.kudu-metadata.json	dst=null	perm=slave:supergroup:rw-r--r--	proto=rpc
2026-05-18 14:26:27,374 INFO  [IPC Server handler 7 on default port 39681] hdfs.StateChange (FSDirWriteFileOp.java:logAllocatedBlock(801)) - BLOCK* allocate blk_1073741834_1010, replicas=127.0.0.1:41049 for /id_taco-taco/1779114366000/.kudu-metadata.json
2026-05-18 14:26:27,377 INFO  [DataXceiver for client DFSClient_NONMAPREDUCE_-749075260_1 at /127.0.0.1:53662 [Receiving block BP-1892847834-10.240.0.206-1779114381511:blk_1073741834_1010]] datanode.DataNode (DataXceiver.java:writeBlock(759)) - Receiving BP-1892847834-10.240.0.206-1779114381511:blk_1073741834_1010 src: /127.0.0.1:53662 dest: /127.0.0.1:41049
2026-05-18 14:26:27,382 INFO  [PacketResponder: BP-1892847834-10.240.0.206-1779114381511:blk_1073741834_1010, type=LAST_IN_PIPELINE] DataNode.clienttrace (BlockReceiver.java:finalizeBlock(1576)) - src: /127.0.0.1:53662, dest: /127.0.0.1:41049, volume: /tmp/hdfs-test13178904786871687114/data/data2, bytes: 92, op: HDFS_WRITE, cliID: DFSClient_NONMAPREDUCE_-749075260_1, offset: 0, srvID: 06ec32a2-75ec-4209-ae82-6b48870b6a0e, blockid: BP-1892847834-10.240.0.206-1779114381511:blk_1073741834_1010, duration(ns): 2759431
2026-05-18 14:26:27,382 INFO  [PacketResponder: BP-1892847834-10.240.0.206-1779114381511:blk_1073741834_1010, type=LAST_IN_PIPELINE] datanode.DataNode (BlockReceiver.java:run(1549)) - PacketResponder: BP-1892847834-10.240.0.206-1779114381511:blk_1073741834_1010, type=LAST_IN_PIPELINE terminating
2026-05-18 14:26:27,383 INFO  [Block report processor] BlockStateChange (BlockManager.java:addStoredBlock(3777)) - BLOCK* addStoredBlock: 127.0.0.1:41049 is added to blk_1073741834_1010 (size=92)
2026-05-18 14:26:27,384 INFO  [IPC Server handler 9 on default port 39681] hdfs.StateChange (FSNamesystem.java:completeFile(3239)) - DIR* completeFile: /id_taco-taco/1779114366000/.kudu-metadata.json is closed by DFSClient_NONMAPREDUCE_-749075260_1
2026-05-18 14:26:27,386 INFO  [main] backup.BackupIO (BackupIO.scala:writeTableMetadata(95)) - Writing metadata to hdfs://localhost:39681/id_taco-taco/1779114371000/.kudu-metadata.json
2026-05-18 14:26:27,388 INFO  [IPC Server handler 0 on default port 39681] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=create	src=/id_taco-taco/1779114371000/.kudu-metadata.json	dst=null	perm=slave:supergroup:rw-r--r--	proto=rpc
2026-05-18 14:26:27,392 INFO  [IPC Server handler 1 on default port 39681] hdfs.StateChange (FSDirWriteFileOp.java:logAllocatedBlock(801)) - BLOCK* allocate blk_1073741835_1011, replicas=127.0.0.1:41049 for /id_taco-taco/1779114371000/.kudu-metadata.json
2026-05-18 14:26:27,395 INFO  [DataXceiver for client DFSClient_NONMAPREDUCE_-749075260_1 at /127.0.0.1:53676 [Receiving block BP-1892847834-10.240.0.206-1779114381511:blk_1073741835_1011]] datanode.DataNode (DataXceiver.java:writeBlock(759)) - Receiving BP-1892847834-10.240.0.206-1779114381511:blk_1073741835_1011 src: /127.0.0.1:53676 dest: /127.0.0.1:41049
2026-05-18 14:26:27,404 INFO  [PacketResponder: BP-1892847834-10.240.0.206-1779114381511:blk_1073741835_1011, type=LAST_IN_PIPELINE] DataNode.clienttrace (BlockReceiver.java:finalizeBlock(1576)) - src: /127.0.0.1:53676, dest: /127.0.0.1:41049, volume: /tmp/hdfs-test13178904786871687114/data/data1, bytes: 121, op: HDFS_WRITE, cliID: DFSClient_NONMAPREDUCE_-749075260_1, offset: 0, srvID: 06ec32a2-75ec-4209-ae82-6b48870b6a0e, blockid: BP-1892847834-10.240.0.206-1779114381511:blk_1073741835_1011, duration(ns): 7339679
2026-05-18 14:26:27,405 INFO  [PacketResponder: BP-1892847834-10.240.0.206-1779114381511:blk_1073741835_1011, type=LAST_IN_PIPELINE] datanode.DataNode (BlockReceiver.java:run(1549)) - PacketResponder: BP-1892847834-10.240.0.206-1779114381511:blk_1073741835_1011, type=LAST_IN_PIPELINE terminating
2026-05-18 14:26:27,406 INFO  [Block report processor] BlockStateChange (BlockManager.java:addStoredBlock(3777)) - BLOCK* addStoredBlock: 127.0.0.1:41049 is added to blk_1073741835_1011 (size=121)
2026-05-18 14:26:27,411 INFO  [IPC Server handler 4 on default port 39681] hdfs.StateChange (FSNamesystem.java:completeFile(3239)) - DIR* completeFile: /id_taco-taco/1779114371000/.kudu-metadata.json is closed by DFSClient_NONMAPREDUCE_-749075260_1
2026-05-18 14:26:27,413 INFO  [main] backup.BackupIO (BackupIO.scala:writeTableMetadata(95)) - Writing metadata to hdfs://localhost:39681/id_taco-taco/1779114376000/.kudu-metadata.json
2026-05-18 14:26:27,416 INFO  [IPC Server handler 3 on default port 39681] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=create	src=/id_taco-taco/1779114376000/.kudu-metadata.json	dst=null	perm=slave:supergroup:rw-r--r--	proto=rpc
2026-05-18 14:26:27,419 INFO  [IPC Server handler 5 on default port 39681] hdfs.StateChange (FSDirWriteFileOp.java:logAllocatedBlock(801)) - BLOCK* allocate blk_1073741836_1012, replicas=127.0.0.1:41049 for /id_taco-taco/1779114376000/.kudu-metadata.json
2026-05-18 14:26:27,423 INFO  [DataXceiver for client DFSClient_NONMAPREDUCE_-749075260_1 at /127.0.0.1:53688 [Receiving block BP-1892847834-10.240.0.206-1779114381511:blk_1073741836_1012]] datanode.DataNode (DataXceiver.java:writeBlock(759)) - Receiving BP-1892847834-10.240.0.206-1779114381511:blk_1073741836_1012 src: /127.0.0.1:53688 dest: /127.0.0.1:41049
2026-05-18 14:26:27,427 INFO  [PacketResponder: BP-1892847834-10.240.0.206-1779114381511:blk_1073741836_1012, type=LAST_IN_PIPELINE] DataNode.clienttrace (BlockReceiver.java:finalizeBlock(1576)) - src: /127.0.0.1:53688, dest: /127.0.0.1:41049, volume: /tmp/hdfs-test13178904786871687114/data/data2, bytes: 121, op: HDFS_WRITE, cliID: DFSClient_NONMAPREDUCE_-749075260_1, offset: 0, srvID: 06ec32a2-75ec-4209-ae82-6b48870b6a0e, blockid: BP-1892847834-10.240.0.206-1779114381511:blk_1073741836_1012, duration(ns): 2237093
2026-05-18 14:26:27,428 INFO  [PacketResponder: BP-1892847834-10.240.0.206-1779114381511:blk_1073741836_1012, type=LAST_IN_PIPELINE] datanode.DataNode (BlockReceiver.java:run(1549)) - PacketResponder: BP-1892847834-10.240.0.206-1779114381511:blk_1073741836_1012, type=LAST_IN_PIPELINE terminating
2026-05-18 14:26:27,429 INFO  [IPC Server handler 6 on default port 39681] namenode.FSNamesystem (FSNamesystem.java:checkBlocksComplete(3286)) - BLOCK* blk_1073741836_1012 is COMMITTED but not COMPLETE(numNodes= 0 <  minimum = 1) in file /id_taco-taco/1779114376000/.kudu-metadata.json
2026-05-18 14:26:27,430 INFO  [Block report processor] BlockStateChange (BlockManager.java:addStoredBlock(3777)) - BLOCK* addStoredBlock: 127.0.0.1:41049 is added to blk_1073741836_1012 (size=121)
2026-05-18 14:26:27,832 INFO  [IPC Server handler 8 on default port 39681] hdfs.StateChange (FSNamesystem.java:completeFile(3239)) - DIR* completeFile: /id_taco-taco/1779114376000/.kudu-metadata.json is closed by DFSClient_NONMAPREDUCE_-749075260_1
2026-05-18 14:26:27,833 INFO  [main] backup.BackupIO (BackupIO.scala:writeTableMetadata(95)) - Writing metadata to hdfs://localhost:39681/id_taco-taco/1779114381000/.kudu-metadata.json
2026-05-18 14:26:27,836 INFO  [IPC Server handler 9 on default port 39681] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=create	src=/id_taco-taco/1779114381000/.kudu-metadata.json	dst=null	perm=slave:supergroup:rw-r--r--	proto=rpc
2026-05-18 14:26:27,839 INFO  [IPC Server handler 0 on default port 39681] hdfs.StateChange (FSDirWriteFileOp.java:logAllocatedBlock(801)) - BLOCK* allocate blk_1073741837_1013, replicas=127.0.0.1:41049 for /id_taco-taco/1779114381000/.kudu-metadata.json
2026-05-18 14:26:27,842 INFO  [DataXceiver for client DFSClient_NONMAPREDUCE_-749075260_1 at /127.0.0.1:53704 [Receiving block BP-1892847834-10.240.0.206-1779114381511:blk_1073741837_1013]] datanode.DataNode (DataXceiver.java:writeBlock(759)) - Receiving BP-1892847834-10.240.0.206-1779114381511:blk_1073741837_1013 src: /127.0.0.1:53704 dest: /127.0.0.1:41049
2026-05-18 14:26:27,845 INFO  [PacketResponder: BP-1892847834-10.240.0.206-1779114381511:blk_1073741837_1013, type=LAST_IN_PIPELINE] DataNode.clienttrace (BlockReceiver.java:finalizeBlock(1576)) - src: /127.0.0.1:53704, dest: /127.0.0.1:41049, volume: /tmp/hdfs-test13178904786871687114/data/data1, bytes: 121, op: HDFS_WRITE, cliID: DFSClient_NONMAPREDUCE_-749075260_1, offset: 0, srvID: 06ec32a2-75ec-4209-ae82-6b48870b6a0e, blockid: BP-1892847834-10.240.0.206-1779114381511:blk_1073741837_1013, duration(ns): 2061503
2026-05-18 14:26:27,845 INFO  [PacketResponder: BP-1892847834-10.240.0.206-1779114381511:blk_1073741837_1013, type=LAST_IN_PIPELINE] datanode.DataNode (BlockReceiver.java:run(1549)) - PacketResponder: BP-1892847834-10.240.0.206-1779114381511:blk_1073741837_1013, type=LAST_IN_PIPELINE terminating
2026-05-18 14:26:27,847 INFO  [IPC Server handler 2 on default port 39681] namenode.FSNamesystem (FSNamesystem.java:checkBlocksComplete(3286)) - BLOCK* blk_1073741837_1013 is COMMITTED but not COMPLETE(numNodes= 0 <  minimum = 1) in file /id_taco-taco/1779114381000/.kudu-metadata.json
2026-05-18 14:26:27,848 INFO  [Block report processor] BlockStateChange (BlockManager.java:addStoredBlock(3777)) - BLOCK* addStoredBlock: 127.0.0.1:41049 is added to blk_1073741837_1013 (size=121)
2026-05-18 14:26:28,249 INFO  [IPC Server handler 3 on default port 39681] hdfs.StateChange (FSNamesystem.java:completeFile(3239)) - DIR* completeFile: /id_taco-taco/1779114381000/.kudu-metadata.json is closed by DFSClient_NONMAPREDUCE_-749075260_1
2026-05-18 14:26:28,251 INFO  [main] backup.BackupIO (BackupIO.scala:writeTableMetadata(95)) - Writing metadata to hdfs://localhost:39681/id_taco-taco/1779114383000/.kudu-metadata.json
2026-05-18 14:26:28,253 INFO  [IPC Server handler 5 on default port 39681] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=create	src=/id_taco-taco/1779114383000/.kudu-metadata.json	dst=null	perm=slave:supergroup:rw-r--r--	proto=rpc
2026-05-18 14:26:28,256 INFO  [IPC Server handler 6 on default port 39681] hdfs.StateChange (FSDirWriteFileOp.java:logAllocatedBlock(801)) - BLOCK* allocate blk_1073741838_1014, replicas=127.0.0.1:41049 for /id_taco-taco/1779114383000/.kudu-metadata.json
2026-05-18 14:26:28,258 INFO  [DataXceiver for client DFSClient_NONMAPREDUCE_-749075260_1 at /127.0.0.1:53718 [Receiving block BP-1892847834-10.240.0.206-1779114381511:blk_1073741838_1014]] datanode.DataNode (DataXceiver.java:writeBlock(759)) - Receiving BP-1892847834-10.240.0.206-1779114381511:blk_1073741838_1014 src: /127.0.0.1:53718 dest: /127.0.0.1:41049
2026-05-18 14:26:28,260 INFO  [PacketResponder: BP-1892847834-10.240.0.206-1779114381511:blk_1073741838_1014, type=LAST_IN_PIPELINE] DataNode.clienttrace (BlockReceiver.java:finalizeBlock(1576)) - src: /127.0.0.1:53718, dest: /127.0.0.1:41049, volume: /tmp/hdfs-test13178904786871687114/data/data2, bytes: 121, op: HDFS_WRITE, cliID: DFSClient_NONMAPREDUCE_-749075260_1, offset: 0, srvID: 06ec32a2-75ec-4209-ae82-6b48870b6a0e, blockid: BP-1892847834-10.240.0.206-1779114381511:blk_1073741838_1014, duration(ns): 833310
2026-05-18 14:26:28,261 INFO  [PacketResponder: BP-1892847834-10.240.0.206-1779114381511:blk_1073741838_1014, type=LAST_IN_PIPELINE] datanode.DataNode (BlockReceiver.java:run(1549)) - PacketResponder: BP-1892847834-10.240.0.206-1779114381511:blk_1073741838_1014, type=LAST_IN_PIPELINE terminating
2026-05-18 14:26:28,262 INFO  [IPC Server handler 8 on default port 39681] namenode.FSNamesystem (FSNamesystem.java:checkBlocksComplete(3286)) - BLOCK* blk_1073741838_1014 is COMMITTED but not COMPLETE(numNodes= 0 <  minimum = 1) in file /id_taco-taco/1779114383000/.kudu-metadata.json
2026-05-18 14:26:28,262 INFO  [Block report processor] BlockStateChange (BlockManager.java:addStoredBlock(3777)) - BLOCK* addStoredBlock: 127.0.0.1:41049 is added to blk_1073741838_1014 (size=121)
2026-05-18 14:26:28,664 INFO  [IPC Server handler 9 on default port 39681] hdfs.StateChange (FSNamesystem.java:completeFile(3239)) - DIR* completeFile: /id_taco-taco/1779114383000/.kudu-metadata.json is closed by DFSClient_NONMAPREDUCE_-749075260_1
2026-05-18 14:26:28,682 INFO  [IPC Server handler 0 on default port 39681] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/	dst=null	perm=null	proto=rpc
2026-05-18 14:26:28,684 INFO  [IPC Server handler 1 on default port 39681] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=listStatus	src=/	dst=null	perm=null	proto=rpc
2026-05-18 14:26:28,686 INFO  [IPC Server handler 2 on default port 39681] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=listStatus	src=/id_taco-taco	dst=null	perm=null	proto=rpc
2026-05-18 14:26:28,688 INFO  [IPC Server handler 4 on default port 39681] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779114365000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:26:28,689 INFO  [IPC Server handler 3 on default port 39681] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=open	src=/id_taco-taco/1779114365000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:26:28,693 INFO  [IPC Server handler 5 on default port 39681] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779114366000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:26:28,694 INFO  [IPC Server handler 6 on default port 39681] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=open	src=/id_taco-taco/1779114366000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:26:28,698 INFO  [IPC Server handler 7 on default port 39681] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779114370000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:26:28,699 INFO  [IPC Server handler 8 on default port 39681] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=open	src=/id_taco-taco/1779114370000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:26:28,703 INFO  [IPC Server handler 9 on default port 39681] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779114371000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:26:28,704 INFO  [IPC Server handler 0 on default port 39681] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=open	src=/id_taco-taco/1779114371000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:26:28,709 INFO  [IPC Server handler 1 on default port 39681] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779114375000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:26:28,710 INFO  [IPC Server handler 2 on default port 39681] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=open	src=/id_taco-taco/1779114375000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:26:28,715 INFO  [IPC Server handler 4 on default port 39681] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779114376000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:26:28,717 INFO  [IPC Server handler 3 on default port 39681] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=open	src=/id_taco-taco/1779114376000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:26:28,721 INFO  [IPC Server handler 5 on default port 39681] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779114380000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:26:28,725 INFO  [IPC Server handler 6 on default port 39681] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=open	src=/id_taco-taco/1779114380000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:26:28,729 INFO  [IPC Server handler 7 on default port 39681] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779114381000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:26:28,731 INFO  [IPC Server handler 8 on default port 39681] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=open	src=/id_taco-taco/1779114381000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:26:28,735 INFO  [IPC Server handler 9 on default port 39681] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779114383000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:26:28,737 INFO  [IPC Server handler 0 on default port 39681] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=open	src=/id_taco-taco/1779114383000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:26:28,742 INFO  [IPC Server handler 1 on default port 39681] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779114384000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:26:28,743 INFO  [IPC Server handler 2 on default port 39681] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=open	src=/id_taco-taco/1779114384000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:26:28,746 INFO  [main] backup.BackupIO (BackupIO.scala:readTableBackups(236)) - Found 10 paths in hdfs://localhost:39681/id_taco-taco
checking existence of hdfs://localhost:39681/id_taco-taco/1779114360000/.kudu-metadata.json
2026-05-18 14:26:28,752 INFO  [IPC Server handler 4 on default port 39681] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779114360000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
checking existence of hdfs://localhost:39681/id_taco-taco/1779114364000/.kudu-metadata.json
2026-05-18 14:26:28,754 INFO  [IPC Server handler 3 on default port 39681] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779114364000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
checking existence of hdfs://localhost:39681/id_taco-taco/1779114369000/.kudu-metadata.json
2026-05-18 14:26:28,756 INFO  [IPC Server handler 5 on default port 39681] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779114369000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
checking existence of hdfs://localhost:39681/id_taco-taco/1779114365000/.kudu-metadata.json
2026-05-18 14:26:28,758 INFO  [IPC Server handler 6 on default port 39681] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779114365000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
checking existence of hdfs://localhost:39681/id_taco-taco/1779114370000/.kudu-metadata.json
2026-05-18 14:26:28,760 INFO  [IPC Server handler 7 on default port 39681] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779114370000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
checking existence of hdfs://localhost:39681/id_taco-taco/1779114375000/.kudu-metadata.json
2026-05-18 14:26:28,762 INFO  [IPC Server handler 8 on default port 39681] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779114375000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
checking existence of hdfs://localhost:39681/id_taco-taco/1779114380000/.kudu-metadata.json
2026-05-18 14:26:28,764 INFO  [IPC Server handler 9 on default port 39681] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779114380000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
checking existence of hdfs://localhost:39681/id_taco-taco/1779114384000/.kudu-metadata.json
2026-05-18 14:26:28,765 INFO  [IPC Server handler 0 on default port 39681] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779114384000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
checking existence of hdfs://localhost:39681/id_taco-taco/1779114366000/.kudu-metadata.json
2026-05-18 14:26:28,769 INFO  [IPC Server handler 1 on default port 39681] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779114366000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
checking existence of hdfs://localhost:39681/id_taco-taco/1779114371000/.kudu-metadata.json
2026-05-18 14:26:28,771 INFO  [IPC Server handler 2 on default port 39681] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779114371000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
checking existence of hdfs://localhost:39681/id_taco-taco/1779114376000/.kudu-metadata.json
2026-05-18 14:26:28,773 INFO  [IPC Server handler 4 on default port 39681] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779114376000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
checking existence of hdfs://localhost:39681/id_taco-taco/1779114381000/.kudu-metadata.json
2026-05-18 14:26:28,774 INFO  [IPC Server handler 3 on default port 39681] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779114381000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
checking existence of hdfs://localhost:39681/id_taco-taco/1779114383000/.kudu-metadata.json
2026-05-18 14:26:28,776 INFO  [IPC Server handler 5 on default port 39681] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779114383000/.kudu-metadata.json	dst=null	perm=null	proto=rpc

Time: 9.414

OK (1 test)

2026-05-18 14:26:28,790 WARN  [shutdown-hook-0] impl.FsDatasetImpl (BlockPoolSlice.java:saveDfsUsed(413)) - Failed to write dfsUsed to /tmp/hdfs-test13178904786871687114/data/data2/current/BP-1892847834-10.240.0.206-1779114381511/current/dfsUsed
java.nio.file.NoSuchFileException: /tmp/hdfs-test13178904786871687114/data/data2/current/BP-1892847834-10.240.0.206-1779114381511/current/dfsUsed
	at java.base/sun.nio.fs.UnixException.translateToIOException(UnixException.java:92)
	at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:106)
	at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:111)
	at java.base/sun.nio.fs.UnixFileSystemProvider.newByteChannel(UnixFileSystemProvider.java:218)
	at java.base/java.nio.file.spi.FileSystemProvider.newOutputStream(FileSystemProvider.java:484)
	at java.base/java.nio.file.Files.newOutputStream(Files.java:228)
	at org.apache.hadoop.hdfs.server.datanode.fsdataset.impl.BlockPoolSlice.saveDfsUsed(BlockPoolSlice.java:402)
	at org.apache.hadoop.hdfs.server.datanode.fsdataset.impl.BlockPoolSlice$2.run(BlockPoolSlice.java:235)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
2026-05-18 14:26:28,793 WARN  [shutdown-hook-0] impl.FsDatasetImpl (BlockPoolSlice.java:saveDfsUsed(413)) - Failed to write dfsUsed to /tmp/hdfs-test13178904786871687114/data/data1/current/BP-1892847834-10.240.0.206-1779114381511/current/dfsUsed
java.nio.file.NoSuchFileException: /tmp/hdfs-test13178904786871687114/data/data1/current/BP-1892847834-10.240.0.206-1779114381511/current/dfsUsed
	at java.base/sun.nio.fs.UnixException.translateToIOException(UnixException.java:92)
	at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:106)
	at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:111)
	at java.base/sun.nio.fs.UnixFileSystemProvider.newByteChannel(UnixFileSystemProvider.java:218)
	at java.base/java.nio.file.spi.FileSystemProvider.newOutputStream(FileSystemProvider.java:484)
	at java.base/java.nio.file.Files.newOutputStream(Files.java:228)
	at org.apache.hadoop.hdfs.server.datanode.fsdataset.impl.BlockPoolSlice.saveDfsUsed(BlockPoolSlice.java:402)
	at org.apache.hadoop.hdfs.server.datanode.fsdataset.impl.BlockPoolSlice$2.run(BlockPoolSlice.java:235)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
2026-05-18 14:26:28,793 INFO  [shutdown-hook-0] namenode.FSImage (FSImage.java:lambda$run$0(1057)) - FSImageSaver clean checkpoint: txid=0 when meet shutdown.
2026-05-18 14:26:28,794 INFO  [shutdown-hook-0] namenode.FSImage (FSImage.java:lambda$run$0(1057)) - FSImageSaver clean checkpoint: txid=0 when meet shutdown.
