JUnit version 4.13.2
.2026-05-18 14:00:04,687 INFO  [main] hdfs.MiniDFSCluster (MiniDFSCluster.java:<init>(569)) - starting cluster: numNameNodes=1, numDataNodes=1
2026-05-18 14:00:05,267 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:00:05,414 INFO  [main] namenode.NameNode (NameNode.java:format(1393)) - Formatting using clusterid: testClusterID
2026-05-18 14:00:05,429 INFO  [main] namenode.FSEditLog (FSEditLog.java:newInstance(238)) - Edit logging is async:true
2026-05-18 14:00:05,460 INFO  [main] namenode.FSNamesystem (FSNamesystem.java:<init>(869)) - KeyProvider: null
2026-05-18 14:00:05,462 INFO  [main] namenode.FSNamesystem (FSNamesystemLock.java:<init>(142)) - fsLock is fair: true
2026-05-18 14:00:05,463 INFO  [main] namenode.FSNamesystem (FSNamesystemLock.java:<init>(160)) - Detailed lock hold time metrics enabled: false
2026-05-18 14:00:05,503 INFO  [main] namenode.FSNamesystem (FSNamesystem.java:<init>(904)) - fsOwner                = slave (auth:SIMPLE)
2026-05-18 14:00:05,503 INFO  [main] namenode.FSNamesystem (FSNamesystem.java:<init>(905)) - supergroup             = supergroup
2026-05-18 14:00:05,503 INFO  [main] namenode.FSNamesystem (FSNamesystem.java:<init>(906)) - isPermissionEnabled    = true
2026-05-18 14:00:05,504 INFO  [main] namenode.FSNamesystem (FSNamesystem.java:<init>(907)) - isStoragePolicyEnabled = true
2026-05-18 14:00:05,504 INFO  [main] namenode.FSNamesystem (FSNamesystem.java:<init>(918)) - HA Enabled: false
2026-05-18 14:00:05,544 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:00:05,680 INFO  [main] blockmanagement.DatanodeManager (DatanodeManager.java:stopSlowPeerCollector(412)) - Slow peers collection thread shutdown
2026-05-18 14:00:05,684 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:00:05,685 INFO  [main] blockmanagement.DatanodeManager (DatanodeManager.java:setBlockInvalidateLimit(2182)) - dfs.block.invalidate.limit : configured=1000, counted=60, effected=1000
2026-05-18 14:00:05,685 INFO  [main] blockmanagement.DatanodeManager (DatanodeManager.java:<init>(320)) - dfs.namenode.datanode.registration.ip-hostname-check=true
2026-05-18 14:00:05,688 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:00:05,689 INFO  [main] blockmanagement.BlockManager (InvalidateBlocks.java:printBlockDeletionTime(83)) - The block deletion will start around 2026 May 18 14:00:05
2026-05-18 14:00:05,690 INFO  [main] util.GSet (LightWeightGSet.java:computeCapacity(408)) - Computing capacity for map BlocksMap
2026-05-18 14:00:05,691 INFO  [main] util.GSet (LightWeightGSet.java:computeCapacity(409)) - VM type       = 64-bit
2026-05-18 14:00:05,692 INFO  [main] util.GSet (LightWeightGSet.java:computeCapacity(410)) - 2.0% max memory 3.7 GB = 75.0 MB
2026-05-18 14:00:05,693 INFO  [main] util.GSet (LightWeightGSet.java:computeCapacity(415)) - capacity      = 2^23 = 8388608 entries
2026-05-18 14:00:05,727 INFO  [main] blockmanagement.BlockManager (BlockManager.java:createSPSManager(5778)) - Storage policy satisfier is disabled
2026-05-18 14:00:05,727 INFO  [main] blockmanagement.BlockManager (BlockManager.java:createBlockTokenSecretManager(696)) - dfs.block.access.token.enable = false
2026-05-18 14:00:05,732 INFO  [main] blockmanagement.BlockManagerSafeMode (BlockManagerSafeMode.java:<init>(656)) - Using 1000 as SafeModeMonitor Interval
2026-05-18 14:00:05,733 INFO  [main] blockmanagement.BlockManagerSafeMode (BlockManagerSafeMode.java:<init>(161)) - dfs.namenode.safemode.threshold-pct = 0.999
2026-05-18 14:00:05,733 INFO  [main] blockmanagement.BlockManagerSafeMode (BlockManagerSafeMode.java:<init>(162)) - dfs.namenode.safemode.min.datanodes = 0
2026-05-18 14:00:05,733 INFO  [main] blockmanagement.BlockManagerSafeMode (BlockManagerSafeMode.java:<init>(164)) - dfs.namenode.safemode.extension = 0
2026-05-18 14:00:05,734 INFO  [main] blockmanagement.BlockManager (BlockManager.java:printInitialConfigs(682)) - defaultReplication         = 1
2026-05-18 14:00:05,734 INFO  [main] blockmanagement.BlockManager (BlockManager.java:printInitialConfigs(683)) - maxReplication             = 512
2026-05-18 14:00:05,735 INFO  [main] blockmanagement.BlockManager (BlockManager.java:printInitialConfigs(684)) - minReplication             = 1
2026-05-18 14:00:05,735 INFO  [main] blockmanagement.BlockManager (BlockManager.java:printInitialConfigs(685)) - maxReplicationStreams      = 2
2026-05-18 14:00:05,735 INFO  [main] blockmanagement.BlockManager (BlockManager.java:printInitialConfigs(686)) - redundancyRecheckInterval  = 3000ms
2026-05-18 14:00:05,736 INFO  [main] blockmanagement.BlockManager (BlockManager.java:printInitialConfigs(687)) - encryptDataTransfer        = false
2026-05-18 14:00:05,736 INFO  [main] blockmanagement.BlockManager (BlockManager.java:printInitialConfigs(688)) - maxNumBlocksToLog          = 1000
2026-05-18 14:00:05,772 INFO  [main] namenode.FSDirectory (SerialNumberManager.java:<clinit>(51)) - GLOBAL serial map: bits=29 maxEntries=536870911
2026-05-18 14:00:05,772 INFO  [main] namenode.FSDirectory (SerialNumberManager.java:<clinit>(51)) - USER serial map: bits=24 maxEntries=16777215
2026-05-18 14:00:05,773 INFO  [main] namenode.FSDirectory (SerialNumberManager.java:<clinit>(51)) - GROUP serial map: bits=24 maxEntries=16777215
2026-05-18 14:00:05,773 INFO  [main] namenode.FSDirectory (SerialNumberManager.java:<clinit>(51)) - XATTR serial map: bits=24 maxEntries=16777215
2026-05-18 14:00:05,782 INFO  [main] util.GSet (LightWeightGSet.java:computeCapacity(408)) - Computing capacity for map INodeMap
2026-05-18 14:00:05,782 INFO  [main] util.GSet (LightWeightGSet.java:computeCapacity(409)) - VM type       = 64-bit
2026-05-18 14:00:05,783 INFO  [main] util.GSet (LightWeightGSet.java:computeCapacity(410)) - 1.0% max memory 3.7 GB = 37.5 MB
2026-05-18 14:00:05,783 INFO  [main] util.GSet (LightWeightGSet.java:computeCapacity(415)) - capacity      = 2^22 = 4194304 entries
2026-05-18 14:00:05,796 INFO  [main] namenode.FSDirectory (FSDirectory.java:<init>(339)) - ACLs enabled? true
2026-05-18 14:00:05,796 INFO  [main] namenode.FSDirectory (FSDirectory.java:<init>(343)) - POSIX ACL inheritance enabled? true
2026-05-18 14:00:05,796 INFO  [main] namenode.FSDirectory (FSDirectory.java:<init>(347)) - XAttrs enabled? true
2026-05-18 14:00:05,797 INFO  [main] namenode.NameNode (FSDirectory.java:<init>(414)) - Caching file names occurring more than 10 times
2026-05-18 14:00:05,804 INFO  [main] snapshot.SnapshotManager (SnapshotManager.java:<init>(163)) - Loaded config captureOpenFiles: false, skipCaptureAccessTimeOnlyChange: false, snapshotDiffAllowSnapRootDescendant: true, maxSnapshotFSLimit: 65536, maxSnapshotLimit: 65536
2026-05-18 14:00:05,805 INFO  [main] snapshot.SnapshotManager (SnapshotManager.java:<init>(176)) - dfs.namenode.snapshot.deletion.ordered = false
2026-05-18 14:00:05,808 INFO  [main] snapshot.SnapshotManager (DirectoryDiffListFactory.java:init(43)) - SkipList is disabled
2026-05-18 14:00:05,812 INFO  [main] util.GSet (LightWeightGSet.java:computeCapacity(408)) - Computing capacity for map cachedBlocks
2026-05-18 14:00:05,812 INFO  [main] util.GSet (LightWeightGSet.java:computeCapacity(409)) - VM type       = 64-bit
2026-05-18 14:00:05,812 INFO  [main] util.GSet (LightWeightGSet.java:computeCapacity(410)) - 0.25% max memory 3.7 GB = 9.4 MB
2026-05-18 14:00:05,813 INFO  [main] util.GSet (LightWeightGSet.java:computeCapacity(415)) - capacity      = 2^20 = 1048576 entries
2026-05-18 14:00:05,825 INFO  [main] metrics.TopMetrics (TopMetrics.java:logConf(76)) - NNTop conf: dfs.namenode.top.window.num.buckets = 10
2026-05-18 14:00:05,825 INFO  [main] metrics.TopMetrics (TopMetrics.java:logConf(78)) - NNTop conf: dfs.namenode.top.num.users = 10
2026-05-18 14:00:05,825 INFO  [main] metrics.TopMetrics (TopMetrics.java:logConf(80)) - NNTop conf: dfs.namenode.top.windows.minutes = 1,5,25
2026-05-18 14:00:05,829 INFO  [main] namenode.FSNamesystem (FSNamesystem.java:initRetryCache(1158)) - Retry cache on namenode is enabled
2026-05-18 14:00:05,829 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:00:05,832 INFO  [main] util.GSet (LightWeightGSet.java:computeCapacity(408)) - Computing capacity for map NameNodeRetryCache
2026-05-18 14:00:05,832 INFO  [main] util.GSet (LightWeightGSet.java:computeCapacity(409)) - VM type       = 64-bit
2026-05-18 14:00:05,833 INFO  [main] util.GSet (LightWeightGSet.java:computeCapacity(410)) - 0.029999999329447746% max memory 3.7 GB = 1.1 MB
2026-05-18 14:00:05,833 INFO  [main] util.GSet (LightWeightGSet.java:computeCapacity(415)) - capacity      = 2^17 = 131072 entries
2026-05-18 14:00:05,867 INFO  [main] namenode.FSImage (FSImage.java:format(186)) - Allocated new BlockPoolId: BP-808400760-10.240.0.164-1779112805857
2026-05-18 14:00:05,892 INFO  [main] common.Storage (NNStorage.java:format(595)) - Storage directory /tmp/hdfs-test4487218098256654243/name-0-1 has been successfully formatted.
2026-05-18 14:00:05,899 INFO  [main] common.Storage (NNStorage.java:format(595)) - Storage directory /tmp/hdfs-test4487218098256654243/name-0-2 has been successfully formatted.
2026-05-18 14:00:05,941 INFO  [FSImageSaver for /tmp/hdfs-test4487218098256654243/name-0-2 of type IMAGE_AND_EDITS] namenode.FSImageFormatProtobuf (FSImageFormatProtobuf.java:save(732)) - Saving image file /tmp/hdfs-test4487218098256654243/name-0-2/current/fsimage.ckpt_0000000000000000000 using no compression
2026-05-18 14:00:05,941 INFO  [FSImageSaver for /tmp/hdfs-test4487218098256654243/name-0-1 of type IMAGE_AND_EDITS] namenode.FSImageFormatProtobuf (FSImageFormatProtobuf.java:save(732)) - Saving image file /tmp/hdfs-test4487218098256654243/name-0-1/current/fsimage.ckpt_0000000000000000000 using no compression
2026-05-18 14:00:06,084 INFO  [FSImageSaver for /tmp/hdfs-test4487218098256654243/name-0-2 of type IMAGE_AND_EDITS] namenode.FSImageFormatProtobuf (FSImageFormatProtobuf.java:save(736)) - Image file /tmp/hdfs-test4487218098256654243/name-0-2/current/fsimage.ckpt_0000000000000000000 of size 400 bytes saved in 0 seconds .
2026-05-18 14:00:06,084 INFO  [FSImageSaver for /tmp/hdfs-test4487218098256654243/name-0-1 of type IMAGE_AND_EDITS] namenode.FSImageFormatProtobuf (FSImageFormatProtobuf.java:save(736)) - Image file /tmp/hdfs-test4487218098256654243/name-0-1/current/fsimage.ckpt_0000000000000000000 of size 400 bytes saved in 0 seconds .
2026-05-18 14:00:06,109 INFO  [main] namenode.NNStorageRetentionManager (NNStorageRetentionManager.java:getImageTxIdToRetain(205)) - Going to retain 1 images with txid >= 0
2026-05-18 14:00:06,121 INFO  [main] blockmanagement.DatanodeManager (DatanodeManager.java:stopSlowPeerCollector(412)) - Slow peers collection thread shutdown
2026-05-18 14:00:06,161 INFO  [main] namenode.FSNamesystem (FSNamesystem.java:stopActiveServices(1509)) - Stopping services started for active state
2026-05-18 14:00:06,161 INFO  [main] namenode.FSNamesystem (FSNamesystem.java:stopStandbyServices(1613)) - Stopping services started for standby state
2026-05-18 14:00:06,164 INFO  [main] namenode.NameNode (NameNode.java:createNameNode(1846)) - createNameNode []
2026-05-18 14:00:06,247 WARN  [main] impl.MetricsConfig (MetricsConfig.java:loadFirst(138)) - Cannot locate configuration: tried hadoop-metrics2-namenode.properties,hadoop-metrics2.properties
2026-05-18 14:00:06,358 INFO  [main] impl.MetricsSystemImpl (MetricsSystemImpl.java:startTimer(378)) - Scheduled Metric snapshot period at 10 second(s).
2026-05-18 14:00:06,358 INFO  [main] impl.MetricsSystemImpl (MetricsSystemImpl.java:start(191)) - NameNode metrics system started
2026-05-18 14:00:06,367 INFO  [main] namenode.NameNodeUtils (NameNodeUtils.java:getClientNamenodeAddress(79)) - fs.defaultFS is hdfs://127.0.0.1:0
2026-05-18 14:00:06,427 INFO  [org.apache.hadoop.util.JvmPauseMonitor$Monitor@3bd55d8] util.JvmPauseMonitor (JvmPauseMonitor.java:run(185)) - Starting JVM pause monitor
2026-05-18 14:00:06,445 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:00:06,452 INFO  [main] hdfs.DFSUtil (DFSUtil.java:httpServerTemplateForNNAndJN(1791)) - Starting Web-server for hdfs at: http://localhost:0
2026-05-18 14:00:06,469 INFO  [main] util.log (Log.java:initialized(170)) - Logging initialized @2735ms to org.eclipse.jetty.util.log.Slf4jLog
2026-05-18 14:00:06,578 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:00:06,621 INFO  [main] http.HttpServer2 (HttpServer2.java:addGlobalFilter(1205)) - Added global filter 'safety' (class=org.apache.hadoop.http.HttpServer2$QuotingInputFilter)
2026-05-18 14:00:06,625 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:00:06,625 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:00:06,630 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:00:06,630 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:00:06,634 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:00:06,684 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:00:06,700 INFO  [main] http.HttpServer2 (HttpServer2.java:bindListener(1452)) - Jetty bound to port 46107
2026-05-18 14:00:06,702 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:00:06,742 INFO  [main] server.session (DefaultSessionIdManager.java:doStart(334)) - DefaultSessionIdManager workerName=node0
2026-05-18 14:00:06,743 INFO  [main] server.session (DefaultSessionIdManager.java:doStart(339)) - No SessionScavenger set, using defaults
2026-05-18 14:00:06,746 INFO  [main] server.session (HouseKeeper.java:startScavenging(132)) - node0 Scavenging every 660000ms
2026-05-18 14:00:06,772 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:00:06,779 INFO  [main] handler.ContextHandler (ContextHandler.java:doStart(921)) - Started o.e.j.s.ServletContextHandler@2bcec6a6{static,/static,jar:file:/tmp/dist-test-taskwDoa4d/java/build/jars/hadoop-hdfs-3.4.1-tests.jar!/webapps/static,AVAILABLE}
2026-05-18 14:00:07,095 INFO  [main] handler.ContextHandler (ContextHandler.java:doStart(921)) - Started o.e.j.w.WebAppContext@60acd609{hdfs,/,file:///tmp/jetty-localhost-46107-hadoop-hdfs-3_4_1-tests_jar-_-any-16547206844967656349/webapp/,AVAILABLE}{jar:file:/tmp/dist-test-taskwDoa4d/java/build/jars/hadoop-hdfs-3.4.1-tests.jar!/webapps/hdfs}
2026-05-18 14:00:07,105 INFO  [main] server.AbstractConnector (AbstractConnector.java:doStart(333)) - Started ServerConnector@73ab3aac{HTTP/1.1, (http/1.1)}{localhost:46107}
2026-05-18 14:00:07,106 INFO  [main] server.Server (Server.java:doStart(415)) - Started @3372ms
2026-05-18 14:00:07,127 INFO  [main] namenode.FSEditLog (FSEditLog.java:newInstance(238)) - Edit logging is async:true
2026-05-18 14:00:07,147 INFO  [main] namenode.FSNamesystem (FSNamesystem.java:<init>(869)) - KeyProvider: null
2026-05-18 14:00:07,148 INFO  [main] namenode.FSNamesystem (FSNamesystemLock.java:<init>(142)) - fsLock is fair: true
2026-05-18 14:00:07,148 INFO  [main] namenode.FSNamesystem (FSNamesystemLock.java:<init>(160)) - Detailed lock hold time metrics enabled: false
2026-05-18 14:00:07,148 INFO  [main] namenode.FSNamesystem (FSNamesystem.java:<init>(904)) - fsOwner                = slave (auth:SIMPLE)
2026-05-18 14:00:07,148 INFO  [main] namenode.FSNamesystem (FSNamesystem.java:<init>(905)) - supergroup             = supergroup
2026-05-18 14:00:07,148 INFO  [main] namenode.FSNamesystem (FSNamesystem.java:<init>(906)) - isPermissionEnabled    = true
2026-05-18 14:00:07,149 INFO  [main] namenode.FSNamesystem (FSNamesystem.java:<init>(907)) - isStoragePolicyEnabled = true
2026-05-18 14:00:07,149 INFO  [main] namenode.FSNamesystem (FSNamesystem.java:<init>(918)) - HA Enabled: false
2026-05-18 14:00:07,150 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:00:07,150 INFO  [main] blockmanagement.DatanodeManager (DatanodeManager.java:stopSlowPeerCollector(412)) - Slow peers collection thread shutdown
2026-05-18 14:00:07,151 INFO  [main] blockmanagement.DatanodeManager (DatanodeManager.java:setBlockInvalidateLimit(2182)) - dfs.block.invalidate.limit : configured=1000, counted=60, effected=1000
2026-05-18 14:00:07,151 INFO  [main] blockmanagement.DatanodeManager (DatanodeManager.java:<init>(320)) - dfs.namenode.datanode.registration.ip-hostname-check=true
2026-05-18 14:00:07,151 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:00:07,152 INFO  [main] blockmanagement.BlockManager (InvalidateBlocks.java:printBlockDeletionTime(83)) - The block deletion will start around 2026 May 18 14:00:07
2026-05-18 14:00:07,152 INFO  [main] util.GSet (LightWeightGSet.java:computeCapacity(408)) - Computing capacity for map BlocksMap
2026-05-18 14:00:07,152 INFO  [main] util.GSet (LightWeightGSet.java:computeCapacity(409)) - VM type       = 64-bit
2026-05-18 14:00:07,153 INFO  [main] util.GSet (LightWeightGSet.java:computeCapacity(410)) - 2.0% max memory 3.7 GB = 75.0 MB
2026-05-18 14:00:07,153 INFO  [main] util.GSet (LightWeightGSet.java:computeCapacity(415)) - capacity      = 2^23 = 8388608 entries
2026-05-18 14:00:07,178 INFO  [main] blockmanagement.BlockManager (BlockManager.java:createSPSManager(5778)) - Storage policy satisfier is disabled
2026-05-18 14:00:07,179 INFO  [main] blockmanagement.BlockManager (BlockManager.java:createBlockTokenSecretManager(696)) - dfs.block.access.token.enable = false
2026-05-18 14:00:07,179 INFO  [main] blockmanagement.BlockManagerSafeMode (BlockManagerSafeMode.java:<init>(656)) - Using 1000 as SafeModeMonitor Interval
2026-05-18 14:00:07,179 INFO  [main] blockmanagement.BlockManagerSafeMode (BlockManagerSafeMode.java:<init>(161)) - dfs.namenode.safemode.threshold-pct = 0.999
2026-05-18 14:00:07,180 INFO  [main] blockmanagement.BlockManagerSafeMode (BlockManagerSafeMode.java:<init>(162)) - dfs.namenode.safemode.min.datanodes = 0
2026-05-18 14:00:07,180 INFO  [main] blockmanagement.BlockManagerSafeMode (BlockManagerSafeMode.java:<init>(164)) - dfs.namenode.safemode.extension = 0
2026-05-18 14:00:07,180 INFO  [main] blockmanagement.BlockManager (BlockManager.java:printInitialConfigs(682)) - defaultReplication         = 1
2026-05-18 14:00:07,181 INFO  [main] blockmanagement.BlockManager (BlockManager.java:printInitialConfigs(683)) - maxReplication             = 512
2026-05-18 14:00:07,181 INFO  [main] blockmanagement.BlockManager (BlockManager.java:printInitialConfigs(684)) - minReplication             = 1
2026-05-18 14:00:07,181 INFO  [main] blockmanagement.BlockManager (BlockManager.java:printInitialConfigs(685)) - maxReplicationStreams      = 2
2026-05-18 14:00:07,181 INFO  [main] blockmanagement.BlockManager (BlockManager.java:printInitialConfigs(686)) - redundancyRecheckInterval  = 3000ms
2026-05-18 14:00:07,181 INFO  [main] blockmanagement.BlockManager (BlockManager.java:printInitialConfigs(687)) - encryptDataTransfer        = false
2026-05-18 14:00:07,181 INFO  [main] blockmanagement.BlockManager (BlockManager.java:printInitialConfigs(688)) - maxNumBlocksToLog          = 1000
2026-05-18 14:00:07,182 INFO  [main] util.GSet (LightWeightGSet.java:computeCapacity(408)) - Computing capacity for map INodeMap
2026-05-18 14:00:07,182 INFO  [main] util.GSet (LightWeightGSet.java:computeCapacity(409)) - VM type       = 64-bit
2026-05-18 14:00:07,183 INFO  [main] util.GSet (LightWeightGSet.java:computeCapacity(410)) - 1.0% max memory 3.7 GB = 37.5 MB
2026-05-18 14:00:07,183 INFO  [main] util.GSet (LightWeightGSet.java:computeCapacity(415)) - capacity      = 2^22 = 4194304 entries
2026-05-18 14:00:07,196 INFO  [main] namenode.FSDirectory (FSDirectory.java:<init>(339)) - ACLs enabled? true
2026-05-18 14:00:07,197 INFO  [main] namenode.FSDirectory (FSDirectory.java:<init>(343)) - POSIX ACL inheritance enabled? true
2026-05-18 14:00:07,197 INFO  [main] namenode.FSDirectory (FSDirectory.java:<init>(347)) - XAttrs enabled? true
2026-05-18 14:00:07,197 INFO  [main] namenode.NameNode (FSDirectory.java:<init>(414)) - Caching file names occurring more than 10 times
2026-05-18 14:00:07,197 INFO  [main] snapshot.SnapshotManager (SnapshotManager.java:<init>(163)) - Loaded config captureOpenFiles: false, skipCaptureAccessTimeOnlyChange: false, snapshotDiffAllowSnapRootDescendant: true, maxSnapshotFSLimit: 65536, maxSnapshotLimit: 65536
2026-05-18 14:00:07,197 INFO  [main] snapshot.SnapshotManager (SnapshotManager.java:<init>(176)) - dfs.namenode.snapshot.deletion.ordered = false
2026-05-18 14:00:07,197 INFO  [main] snapshot.SnapshotManager (DirectoryDiffListFactory.java:init(43)) - SkipList is disabled
2026-05-18 14:00:07,197 INFO  [main] util.GSet (LightWeightGSet.java:computeCapacity(408)) - Computing capacity for map cachedBlocks
2026-05-18 14:00:07,198 INFO  [main] util.GSet (LightWeightGSet.java:computeCapacity(409)) - VM type       = 64-bit
2026-05-18 14:00:07,198 INFO  [main] util.GSet (LightWeightGSet.java:computeCapacity(410)) - 0.25% max memory 3.7 GB = 9.4 MB
2026-05-18 14:00:07,199 INFO  [main] util.GSet (LightWeightGSet.java:computeCapacity(415)) - capacity      = 2^20 = 1048576 entries
2026-05-18 14:00:07,203 INFO  [main] metrics.TopMetrics (TopMetrics.java:logConf(76)) - NNTop conf: dfs.namenode.top.window.num.buckets = 10
2026-05-18 14:00:07,203 INFO  [main] metrics.TopMetrics (TopMetrics.java:logConf(78)) - NNTop conf: dfs.namenode.top.num.users = 10
2026-05-18 14:00:07,203 INFO  [main] metrics.TopMetrics (TopMetrics.java:logConf(80)) - NNTop conf: dfs.namenode.top.windows.minutes = 1,5,25
2026-05-18 14:00:07,203 INFO  [main] namenode.FSNamesystem (FSNamesystem.java:initRetryCache(1158)) - Retry cache on namenode is enabled
2026-05-18 14:00:07,203 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:00:07,203 INFO  [main] util.GSet (LightWeightGSet.java:computeCapacity(408)) - Computing capacity for map NameNodeRetryCache
2026-05-18 14:00:07,204 INFO  [main] util.GSet (LightWeightGSet.java:computeCapacity(409)) - VM type       = 64-bit
2026-05-18 14:00:07,204 INFO  [main] util.GSet (LightWeightGSet.java:computeCapacity(410)) - 0.029999999329447746% max memory 3.7 GB = 1.1 MB
2026-05-18 14:00:07,204 INFO  [main] util.GSet (LightWeightGSet.java:computeCapacity(415)) - capacity      = 2^17 = 131072 entries
2026-05-18 14:00:07,217 INFO  [main] common.Storage (Storage.java:tryLock(948)) - Lock on /tmp/hdfs-test4487218098256654243/name-0-1/in_use.lock acquired by nodename 7005@dist-test-slave-k0fn
2026-05-18 14:00:07,222 INFO  [main] common.Storage (Storage.java:tryLock(948)) - Lock on /tmp/hdfs-test4487218098256654243/name-0-2/in_use.lock acquired by nodename 7005@dist-test-slave-k0fn
2026-05-18 14:00:07,225 INFO  [main] namenode.FileJournalManager (FileJournalManager.java:recoverUnfinalizedSegments(428)) - Recovering unfinalized segments in /tmp/hdfs-test4487218098256654243/name-0-1/current
2026-05-18 14:00:07,225 INFO  [main] namenode.FileJournalManager (FileJournalManager.java:recoverUnfinalizedSegments(428)) - Recovering unfinalized segments in /tmp/hdfs-test4487218098256654243/name-0-2/current
2026-05-18 14:00:07,226 INFO  [main] namenode.FSImage (FSImage.java:loadFSImage(734)) - No edit log streams selected.
2026-05-18 14:00:07,226 INFO  [main] namenode.FSImage (FSImage.java:loadFSImageFile(800)) - Planning to load image: FSImageFile(file=/tmp/hdfs-test4487218098256654243/name-0-1/current/fsimage_0000000000000000000, cpktTxId=0000000000000000000)
2026-05-18 14:00:07,247 INFO  [main] namenode.FSImageFormatPBINode (FSImageFormatPBINode.java:loadINodeSectionHeader(411)) - Loading 1 INodes.
2026-05-18 14:00:07,250 INFO  [main] namenode.FSImageFormatPBINode (FSImageFormatPBINode.java:loadINodeSection(369)) - Successfully loaded 1 inodes
2026-05-18 14:00:07,254 INFO  [main] namenode.FSImageFormatPBINode (FSImageFormatPBINode.java:waitBlocksMapAndNameCacheUpdateFinished(342)) - Completed update blocks map and name cache, total waiting duration 0ms.
2026-05-18 14:00:07,256 INFO  [main] namenode.FSImageFormatProtobuf (FSImageFormatProtobuf.java:load(255)) - Loaded FSImage in 0 seconds.
2026-05-18 14:00:07,256 INFO  [main] namenode.FSImage (FSImage.java:loadFSImage(980)) - Loaded image for txid 0 from /tmp/hdfs-test4487218098256654243/name-0-1/current/fsimage_0000000000000000000
2026-05-18 14:00:07,261 INFO  [main] namenode.FSNamesystem (FSNamesystem.java:loadFSImage(1280)) - Need to save fs image? false (staleImage=false, haEnabled=false, isRollingUpgrade=false)
2026-05-18 14:00:07,261 INFO  [main] namenode.FSEditLog (FSEditLog.java:startLogSegment(1417)) - Starting log segment at 1
2026-05-18 14:00:07,282 INFO  [main] namenode.NameCache (NameCache.java:initialized(143)) - initialized with 0 entries 0 lookups
2026-05-18 14:00:07,282 INFO  [main] namenode.FSNamesystem (FSNamesystem.java:loadFromDisk(841)) - Finished loading FSImage in 75 msecs
2026-05-18 14:00:07,410 INFO  [main] namenode.NameNode (NameNodeRpcServer.java:<init>(452)) - RPC server is binding to localhost:0
2026-05-18 14:00:07,410 INFO  [main] namenode.NameNode (NameNodeRpcServer.java:<init>(457)) - Enable NameNode state context:false
2026-05-18 14:00:07,419 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:00:07,427 INFO  [main] ipc.Server (Server.java:<init>(1438)) - Listener at localhost:39437
2026-05-18 14:00:07,429 INFO  [Socket Reader #1 for port 0] ipc.Server (Server.java:run(1474)) - Starting Socket Reader #1 for port 0
2026-05-18 14:00:07,488 INFO  [main] namenode.NameNode (NameNode.java:initialize(916)) - Clients are to use localhost:39437 to access this namenode/service.
2026-05-18 14:00:07,492 INFO  [main] namenode.FSNamesystem (FSNamesystem.java:registerMBean(5656)) - Registered FSNamesystemState, ReplicatedBlocksState and ECBlockGroupsState MBeans.
2026-05-18 14:00:07,510 INFO  [main] namenode.LeaseManager (LeaseManager.java:getNumUnderConstructionBlocks(166)) - Number of blocks under construction: 0
2026-05-18 14:00:07,518 INFO  [main] blockmanagement.DatanodeAdminDefaultMonitor (DatanodeAdminDefaultMonitor.java:processConf(126)) - Initialized the Default Decommission and Maintenance monitor
2026-05-18 14:00:07,519 INFO  [MarkedDeleteBlockScrubberThread] blockmanagement.BlockManager (BlockManager.java:run(5296)) - Start MarkedDeleteBlockScrubber thread
2026-05-18 14:00:07,522 INFO  [main] blockmanagement.BlockManager (BlockManager.java:initializeReplQueues(5505)) - initializing replication queues
2026-05-18 14:00:07,522 INFO  [main] hdfs.StateChange (BlockManagerSafeMode.java:leaveSafeMode(409)) - STATE* Leaving safe mode after 0 secs
2026-05-18 14:00:07,523 INFO  [main] hdfs.StateChange (BlockManagerSafeMode.java:leaveSafeMode(415)) - STATE* Network topology has 0 racks and 0 datanodes
2026-05-18 14:00:07,523 INFO  [main] hdfs.StateChange (BlockManagerSafeMode.java:leaveSafeMode(417)) - STATE* UnderReplicatedBlocks has 0 blocks
2026-05-18 14:00:07,535 INFO  [Reconstruction Queue Initializer] blockmanagement.BlockManager (BlockManager.java:processMisReplicatesAsync(4030)) - Total number of blocks            = 0
2026-05-18 14:00:07,535 INFO  [Reconstruction Queue Initializer] blockmanagement.BlockManager (BlockManager.java:processMisReplicatesAsync(4031)) - Number of invalid blocks          = 0
2026-05-18 14:00:07,535 INFO  [Reconstruction Queue Initializer] blockmanagement.BlockManager (BlockManager.java:processMisReplicatesAsync(4032)) - Number of under-replicated blocks = 0
2026-05-18 14:00:07,535 INFO  [Reconstruction Queue Initializer] blockmanagement.BlockManager (BlockManager.java:processMisReplicatesAsync(4033)) - Number of  over-replicated blocks = 0
2026-05-18 14:00:07,535 INFO  [Reconstruction Queue Initializer] blockmanagement.BlockManager (BlockManager.java:processMisReplicatesAsync(4035)) - Number of blocks being written    = 0
2026-05-18 14:00:07,536 INFO  [Reconstruction Queue Initializer] hdfs.StateChange (BlockManager.java:processMisReplicatesAsync(4038)) - STATE* Replication Queue initialization scan for invalid, over- and under-replicated blocks completed in 13 msec
2026-05-18 14:00:07,536 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:00:07,558 INFO  [IPC Server Responder] ipc.Server (Server.java:run(1713)) - IPC Server Responder: starting
2026-05-18 14:00:07,558 INFO  [IPC Server listener on 0] ipc.Server (Server.java:run(1553)) - IPC Server listener on 0: starting
2026-05-18 14:00:07,562 INFO  [main] namenode.NameNode (NameNode.java:startCommonServices(1031)) - NameNode RPC up at: localhost/127.0.0.1:39437.
2026-05-18 14:00:07,563 INFO  [main] namenode.FSNamesystem (FSNamesystem.java:startActiveServices(1392)) - Starting services required for active state
2026-05-18 14:00:07,563 INFO  [main] namenode.FSDirectory (FSDirectory.java:updateCountForQuota(857)) - Initializing quota with 12 thread(s)
2026-05-18 14:00:07,568 INFO  [main] namenode.FSDirectory (FSDirectory.java:updateCountForQuota(866)) - Quota initialization completed in 5 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:00:07,572 INFO  [CacheReplicationMonitor(819974713)] blockmanagement.CacheReplicationMonitor (CacheReplicationMonitor.java:run(165)) - Starting CacheReplicationMonitor with interval 30000 milliseconds
2026-05-18 14:00:07,584 INFO  [main] hdfs.MiniDFSCluster (MiniDFSCluster.java:startDataNodes(1772)) - Starting DataNode 0 with dfs.datanode.data.dir: [DISK]file:/tmp/hdfs-test4487218098256654243/data/data1,[DISK]file:/tmp/hdfs-test4487218098256654243/data/data2
2026-05-18 14:00:07,635 INFO  [main] checker.ThrottledAsyncChecker (ThrottledAsyncChecker.java:schedule(137)) - Scheduling a check for [DISK]file:/tmp/hdfs-test4487218098256654243/data/data1
2026-05-18 14:00:07,648 INFO  [main] checker.ThrottledAsyncChecker (ThrottledAsyncChecker.java:schedule(137)) - Scheduling a check for [DISK]file:/tmp/hdfs-test4487218098256654243/data/data2
2026-05-18 14:00:07,680 INFO  [main] impl.MetricsSystemImpl (MetricsSystemImpl.java:init(158)) - DataNode metrics system started (again)
2026-05-18 14:00:07,685 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:00:07,690 INFO  [main] datanode.BlockScanner (BlockScanner.java:<init>(201)) - Initialized block scanner with targetBytesPerSec 1048576
2026-05-18 14:00:07,695 INFO  [main] datanode.DataNode (DataNode.java:<init>(591)) - Configured hostname is 127.0.0.1
2026-05-18 14:00:07,696 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:00:07,701 INFO  [main] datanode.DataNode (DataNode.java:startDataNode(1914)) - Starting DataNode with maxLockedMemory = 0
2026-05-18 14:00:07,707 INFO  [main] datanode.DataNode (DataNode.java:initDataXceiver(1677)) - Opened streaming server at /127.0.0.1:44883
2026-05-18 14:00:07,709 INFO  [main] datanode.DataNode (DataXceiverServer.java:<init>(93)) - Balancing bandwidth is 104857600 bytes/s
2026-05-18 14:00:07,710 INFO  [main] datanode.DataNode (DataXceiverServer.java:<init>(94)) - Number threads for balancing is 100
2026-05-18 14:00:07,718 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:00:07,723 INFO  [main] http.HttpServer2 (HttpServer2.java:addGlobalFilter(1205)) - Added global filter 'safety' (class=org.apache.hadoop.http.HttpServer2$QuotingInputFilter)
2026-05-18 14:00:07,726 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:00:07,726 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:00:07,726 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:00:07,730 INFO  [main] http.HttpServer2 (HttpServer2.java:bindListener(1452)) - Jetty bound to port 41251
2026-05-18 14:00:07,730 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:00:07,732 INFO  [main] server.session (DefaultSessionIdManager.java:doStart(334)) - DefaultSessionIdManager workerName=node0
2026-05-18 14:00:07,732 INFO  [main] server.session (DefaultSessionIdManager.java:doStart(339)) - No SessionScavenger set, using defaults
2026-05-18 14:00:07,733 INFO  [main] server.session (HouseKeeper.java:startScavenging(132)) - node0 Scavenging every 600000ms
2026-05-18 14:00:07,734 INFO  [main] handler.ContextHandler (ContextHandler.java:doStart(921)) - Started o.e.j.s.ServletContextHandler@2f4ba1ae{static,/static,jar:file:/tmp/dist-test-taskwDoa4d/java/build/jars/hadoop-hdfs-3.4.1-tests.jar!/webapps/static,AVAILABLE}
2026-05-18 14:00:07,913 INFO  [main] handler.ContextHandler (ContextHandler.java:doStart(921)) - Started o.e.j.w.WebAppContext@1e3e1014{datanode,/,file:///tmp/jetty-localhost-41251-hadoop-hdfs-3_4_1-tests_jar-_-any-3969580017339423165/webapp/,AVAILABLE}{jar:file:/tmp/dist-test-taskwDoa4d/java/build/jars/hadoop-hdfs-3.4.1-tests.jar!/webapps/datanode}
2026-05-18 14:00:07,915 INFO  [main] server.AbstractConnector (AbstractConnector.java:doStart(333)) - Started ServerConnector@6ca372ef{HTTP/1.1, (http/1.1)}{localhost:41251}
2026-05-18 14:00:07,915 INFO  [main] server.Server (Server.java:doStart(415)) - Started @4181ms
2026-05-18 14:00:08,026 WARN  [main] web.DatanodeHttpServer (RestCsrfPreventionFilterHandler.java:<init>(75)) - Got null for restCsrfPreventionFilter - will not do any filtering.
2026-05-18 14:00:08,136 INFO  [main] web.DatanodeHttpServer (DatanodeHttpServer.java:start(306)) - Listening HTTP traffic on /127.0.0.1:33399
2026-05-18 14:00:08,138 INFO  [org.apache.hadoop.util.JvmPauseMonitor$Monitor@66a5755] util.JvmPauseMonitor (JvmPauseMonitor.java:run(185)) - Starting JVM pause monitor
2026-05-18 14:00:08,139 INFO  [main] datanode.DataNode (DataNode.java:startDataNode(1942)) - dnUserName = slave
2026-05-18 14:00:08,139 INFO  [main] datanode.DataNode (DataNode.java:startDataNode(1943)) - supergroup = supergroup
2026-05-18 14:00:08,153 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:00:08,154 INFO  [main] ipc.Server (Server.java:<init>(1438)) - Listener at localhost:39145
2026-05-18 14:00:08,154 INFO  [Socket Reader #1 for port 0] ipc.Server (Server.java:run(1474)) - Starting Socket Reader #1 for port 0
2026-05-18 14:00:08,161 INFO  [main] datanode.DataNode (DataNode.java:initIpcServer(1564)) - Opened IPC server at /127.0.0.1:39145
2026-05-18 14:00:08,200 INFO  [main] datanode.DataNode (BlockPoolManager.java:refreshNamenodes(150)) - Refresh request received for nameservices: null
2026-05-18 14:00:08,201 INFO  [main] datanode.DataNode (BlockPoolManager.java:doRefreshNamenodes(211)) - Starting BPOfferServices for nameservices: <default>
2026-05-18 14:00:08,212 INFO  [Thread-62] datanode.DataNode (BPServiceActor.java:run(882)) - Block pool <registering> (Datanode Uuid unassigned) service to localhost/127.0.0.1:39437 starting to offer service
2026-05-18 14:00:08,217 INFO  [IPC Server Responder] ipc.Server (Server.java:run(1713)) - IPC Server Responder: starting
2026-05-18 14:00:08,217 INFO  [IPC Server listener on 0] ipc.Server (Server.java:run(1553)) - IPC Server listener on 0: starting
2026-05-18 14:00:08,488 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:39437
2026-05-18 14:00:08,491 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:00:08,497 INFO  [Thread-62] common.Storage (Storage.java:tryLock(948)) - Lock on /tmp/hdfs-test4487218098256654243/data/data1/in_use.lock acquired by nodename 7005@dist-test-slave-k0fn
2026-05-18 14:00:08,498 INFO  [Thread-62] common.Storage (DataStorage.java:loadStorageDirectory(284)) - Storage directory with location [DISK]file:/tmp/hdfs-test4487218098256654243/data/data1 is not formatted for namespace 1053512372. Formatting...
2026-05-18 14:00:08,500 INFO  [Thread-62] common.Storage (DataStorage.java:createStorageID(160)) - Generated new storageID DS-de79e5af-3181-4dfb-b28f-b825e315abea for directory /tmp/hdfs-test4487218098256654243/data/data1 
2026-05-18 14:00:08,520 INFO  [Thread-62] common.Storage (Storage.java:tryLock(948)) - Lock on /tmp/hdfs-test4487218098256654243/data/data2/in_use.lock acquired by nodename 7005@dist-test-slave-k0fn
2026-05-18 14:00:08,521 INFO  [Thread-62] common.Storage (DataStorage.java:loadStorageDirectory(284)) - Storage directory with location [DISK]file:/tmp/hdfs-test4487218098256654243/data/data2 is not formatted for namespace 1053512372. Formatting...
2026-05-18 14:00:08,521 INFO  [Thread-62] common.Storage (DataStorage.java:createStorageID(160)) - Generated new storageID DS-e30a95f4-ce36-41ce-a1f5-67762433cec6 for directory /tmp/hdfs-test4487218098256654243/data/data2 
2026-05-18 14:00:08,573 INFO  [Thread-62] common.Storage (BlockPoolSliceStorage.java:recoverTransitionRead(255)) - Analyzing storage directories for bpid BP-808400760-10.240.0.164-1779112805857
2026-05-18 14:00:08,573 INFO  [Thread-62] common.Storage (Storage.java:lock(907)) - Locking is disabled for /tmp/hdfs-test4487218098256654243/data/data1/current/BP-808400760-10.240.0.164-1779112805857
2026-05-18 14:00:08,574 INFO  [Thread-62] common.Storage (BlockPoolSliceStorage.java:loadStorageDirectory(168)) - Block pool storage directory for location [DISK]file:/tmp/hdfs-test4487218098256654243/data/data1 and block pool id BP-808400760-10.240.0.164-1779112805857 is not formatted. Formatting ...
2026-05-18 14:00:08,574 INFO  [Thread-62] common.Storage (BlockPoolSliceStorage.java:format(284)) - Formatting block pool BP-808400760-10.240.0.164-1779112805857 directory /tmp/hdfs-test4487218098256654243/data/data1/current/BP-808400760-10.240.0.164-1779112805857/current
2026-05-18 14:00:08,629 INFO  [Thread-62] common.Storage (BlockPoolSliceStorage.java:recoverTransitionRead(255)) - Analyzing storage directories for bpid BP-808400760-10.240.0.164-1779112805857
2026-05-18 14:00:08,629 INFO  [Thread-62] common.Storage (Storage.java:lock(907)) - Locking is disabled for /tmp/hdfs-test4487218098256654243/data/data2/current/BP-808400760-10.240.0.164-1779112805857
2026-05-18 14:00:08,629 INFO  [Thread-62] common.Storage (BlockPoolSliceStorage.java:loadStorageDirectory(168)) - Block pool storage directory for location [DISK]file:/tmp/hdfs-test4487218098256654243/data/data2 and block pool id BP-808400760-10.240.0.164-1779112805857 is not formatted. Formatting ...
2026-05-18 14:00:08,630 INFO  [Thread-62] common.Storage (BlockPoolSliceStorage.java:format(284)) - Formatting block pool BP-808400760-10.240.0.164-1779112805857 directory /tmp/hdfs-test4487218098256654243/data/data2/current/BP-808400760-10.240.0.164-1779112805857/current
2026-05-18 14:00:08,640 INFO  [Thread-62] datanode.DataNode (DataNode.java:initStorage(2262)) - Setting up storage: nsid=1053512372;bpid=BP-808400760-10.240.0.164-1779112805857;lv=-57;nsInfo=lv=-67;cid=testClusterID;nsid=1053512372;c=1779112805857;bpid=BP-808400760-10.240.0.164-1779112805857;dnuuid=null
2026-05-18 14:00:08,650 INFO  [Thread-62] datanode.DataNode (DataNode.java:checkDatanodeUuid(2060)) - Generated and persisted new Datanode UUID 14dd98b2-4bfd-4f54-9d1d-21020dba521b
2026-05-18 14:00:08,679 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:00:08,763 INFO  [IPC Server handler 0 on default port 39437] 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:00:08,799 INFO  [Thread-62] impl.FsDatasetImpl (FsVolumeList.java:addVolume(400)) - Added new volume: DS-de79e5af-3181-4dfb-b28f-b825e315abea
2026-05-18 14:00:08,799 INFO  [Thread-62] impl.FsDatasetImpl (FsDatasetImpl.java:addVolume(483)) - Added volume - [DISK]file:/tmp/hdfs-test4487218098256654243/data/data1, StorageType: DISK
2026-05-18 14:00:08,804 INFO  [Thread-62] impl.FsDatasetImpl (FsVolumeList.java:addVolume(400)) - Added new volume: DS-e30a95f4-ce36-41ce-a1f5-67762433cec6
2026-05-18 14:00:08,805 INFO  [Thread-62] impl.FsDatasetImpl (FsDatasetImpl.java:addVolume(483)) - Added volume - [DISK]file:/tmp/hdfs-test4487218098256654243/data/data2, StorageType: DISK
2026-05-18 14:00:08,809 INFO  [Thread-62] impl.MemoryMappableBlockLoader (MemoryMappableBlockLoader.java:initialize(47)) - Initializing cache loader: MemoryMappableBlockLoader.
2026-05-18 14:00:08,818 INFO  [Thread-62] impl.FsDatasetImpl (FsDatasetImpl.java:registerMBean(2651)) - Registered FSDatasetState MBean
2026-05-18 14:00:08,827 INFO  [Thread-62] impl.FsDatasetImpl (FsDatasetImpl.java:addBlockPool(3228)) - Adding block pool BP-808400760-10.240.0.164-1779112805857
2026-05-18 14:00:08,829 INFO  [Thread-81] impl.FsDatasetImpl (FsVolumeList.java:run(513)) - Scanning block pool BP-808400760-10.240.0.164-1779112805857 on volume /tmp/hdfs-test4487218098256654243/data/data1...
2026-05-18 14:00:08,838 INFO  [Thread-82] impl.FsDatasetImpl (FsVolumeList.java:run(513)) - Scanning block pool BP-808400760-10.240.0.164-1779112805857 on volume /tmp/hdfs-test4487218098256654243/data/data2...
2026-05-18 14:00:08,841 WARN  [Thread-82] impl.FsDatasetImpl (BlockPoolSlice.java:loadDfsUsed(347)) - dfsUsed file missing in /tmp/hdfs-test4487218098256654243/data/data2/current/BP-808400760-10.240.0.164-1779112805857/current, will proceed with Du for space computation calculation, 
2026-05-18 14:00:08,843 WARN  [Thread-81] impl.FsDatasetImpl (BlockPoolSlice.java:loadDfsUsed(347)) - dfsUsed file missing in /tmp/hdfs-test4487218098256654243/data/data1/current/BP-808400760-10.240.0.164-1779112805857/current, will proceed with Du for space computation calculation, 
2026-05-18 14:00:08,887 INFO  [IPC Server handler 0 on default port 39437] 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:00:08,897 INFO  [main] hdfs.MiniDFSCluster (MiniDFSCluster.java:shouldWait(2946)) - dnInfo.length != numDataNodes
2026-05-18 14:00:08,897 INFO  [main] hdfs.MiniDFSCluster (MiniDFSCluster.java:waitActive(2870)) - Waiting for cluster to become active
2026-05-18 14:00:08,914 INFO  [Thread-81] impl.FsDatasetImpl (FsVolumeList.java:run(518)) - Time taken to scan block pool BP-808400760-10.240.0.164-1779112805857 on /tmp/hdfs-test4487218098256654243/data/data1: 84ms
2026-05-18 14:00:08,918 INFO  [Thread-82] impl.FsDatasetImpl (FsVolumeList.java:run(518)) - Time taken to scan block pool BP-808400760-10.240.0.164-1779112805857 on /tmp/hdfs-test4487218098256654243/data/data2: 80ms
2026-05-18 14:00:08,921 INFO  [Thread-62] impl.FsDatasetImpl (FsVolumeList.java:addBlockPool(538)) - Total time to scan all replicas for block pool BP-808400760-10.240.0.164-1779112805857: 92ms
2026-05-18 14:00:08,923 INFO  [Thread-85] impl.FsDatasetImpl (FsVolumeList.java:run(266)) - Adding replicas to map for block pool BP-808400760-10.240.0.164-1779112805857 on volume /tmp/hdfs-test4487218098256654243/data/data1...
2026-05-18 14:00:08,924 INFO  [Thread-85] impl.BlockPoolSlice (BlockPoolSlice.java:readReplicasFromCache(963)) - Replica Cache file: /tmp/hdfs-test4487218098256654243/data/data1/current/BP-808400760-10.240.0.164-1779112805857/current/replicas doesn't exist 
2026-05-18 14:00:08,926 INFO  [Thread-85] impl.FsDatasetImpl (FsVolumeList.java:run(271)) - Time to add replicas to map for block pool BP-808400760-10.240.0.164-1779112805857 on volume /tmp/hdfs-test4487218098256654243/data/data1: 2ms
2026-05-18 14:00:08,924 INFO  [Thread-86] impl.FsDatasetImpl (FsVolumeList.java:run(266)) - Adding replicas to map for block pool BP-808400760-10.240.0.164-1779112805857 on volume /tmp/hdfs-test4487218098256654243/data/data2...
2026-05-18 14:00:08,926 INFO  [Thread-86] impl.BlockPoolSlice (BlockPoolSlice.java:readReplicasFromCache(963)) - Replica Cache file: /tmp/hdfs-test4487218098256654243/data/data2/current/BP-808400760-10.240.0.164-1779112805857/current/replicas doesn't exist 
2026-05-18 14:00:08,928 INFO  [Thread-86] impl.FsDatasetImpl (FsVolumeList.java:run(271)) - Time to add replicas to map for block pool BP-808400760-10.240.0.164-1779112805857 on volume /tmp/hdfs-test4487218098256654243/data/data2: 1ms
2026-05-18 14:00:08,928 INFO  [Thread-62] impl.FsDatasetImpl (FsVolumeList.java:getAllVolumesMap(292)) - Total time to add all replicas to map for block pool BP-808400760-10.240.0.164-1779112805857: 6ms
2026-05-18 14:00:08,929 INFO  [Thread-62] checker.ThrottledAsyncChecker (ThrottledAsyncChecker.java:schedule(137)) - Scheduling a check for /tmp/hdfs-test4487218098256654243/data/data1
2026-05-18 14:00:08,939 INFO  [Thread-62] checker.DatasetVolumeChecker (DatasetVolumeChecker.java:checkAllVolumes(223)) - Scheduled health check for volume /tmp/hdfs-test4487218098256654243/data/data1
2026-05-18 14:00:08,941 INFO  [Thread-62] checker.ThrottledAsyncChecker (ThrottledAsyncChecker.java:schedule(137)) - Scheduling a check for /tmp/hdfs-test4487218098256654243/data/data2
2026-05-18 14:00:08,941 INFO  [Thread-62] checker.DatasetVolumeChecker (DatasetVolumeChecker.java:checkAllVolumes(223)) - Scheduled health check for volume /tmp/hdfs-test4487218098256654243/data/data2
2026-05-18 14:00:08,943 INFO  [VolumeScannerThread(/tmp/hdfs-test4487218098256654243/data/data1)] datanode.VolumeScanner (VolumeScanner.java:findNextUsableBlockIter(385)) - Now scanning bpid BP-808400760-10.240.0.164-1779112805857 on volume /tmp/hdfs-test4487218098256654243/data/data1
2026-05-18 14:00:08,943 INFO  [VolumeScannerThread(/tmp/hdfs-test4487218098256654243/data/data2)] datanode.VolumeScanner (VolumeScanner.java:findNextUsableBlockIter(385)) - Now scanning bpid BP-808400760-10.240.0.164-1779112805857 on volume /tmp/hdfs-test4487218098256654243/data/data2
2026-05-18 14:00:08,944 INFO  [VolumeScannerThread(/tmp/hdfs-test4487218098256654243/data/data2)] datanode.VolumeScanner (VolumeScanner.java:getNextBlockToScan(505)) - VolumeScanner(/tmp/hdfs-test4487218098256654243/data/data2, DS-e30a95f4-ce36-41ce-a1f5-67762433cec6): finished scanning block pool BP-808400760-10.240.0.164-1779112805857
2026-05-18 14:00:08,944 INFO  [VolumeScannerThread(/tmp/hdfs-test4487218098256654243/data/data1)] datanode.VolumeScanner (VolumeScanner.java:getNextBlockToScan(505)) - VolumeScanner(/tmp/hdfs-test4487218098256654243/data/data1, DS-de79e5af-3181-4dfb-b28f-b825e315abea): finished scanning block pool BP-808400760-10.240.0.164-1779112805857
2026-05-18 14:00:08,952 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:00:08,954 INFO  [Thread-62] datanode.DirectoryScanner (DirectoryScanner.java:start(367)) - Periodic Directory Tree Verification scan starting in 20849498ms with interval of 21600000ms and throttle limit of -1ms/s
2026-05-18 14:00:08,964 INFO  [VolumeScannerThread(/tmp/hdfs-test4487218098256654243/data/data1)] datanode.VolumeScanner (VolumeScanner.java:findNextUsableBlockIter(402)) - VolumeScanner(/tmp/hdfs-test4487218098256654243/data/data1, DS-de79e5af-3181-4dfb-b28f-b825e315abea): no suitable block pools found to scan.  Waiting 1814399979 ms.
2026-05-18 14:00:08,965 INFO  [VolumeScannerThread(/tmp/hdfs-test4487218098256654243/data/data2)] datanode.VolumeScanner (VolumeScanner.java:findNextUsableBlockIter(402)) - VolumeScanner(/tmp/hdfs-test4487218098256654243/data/data2, DS-e30a95f4-ce36-41ce-a1f5-67762433cec6): no suitable block pools found to scan.  Waiting 1814399978 ms.
2026-05-18 14:00:08,972 INFO  [BP-808400760-10.240.0.164-1779112805857 heartbeating to localhost/127.0.0.1:39437] datanode.DataNode (BPServiceActor.java:register(824)) - Block pool BP-808400760-10.240.0.164-1779112805857 (Datanode Uuid 14dd98b2-4bfd-4f54-9d1d-21020dba521b) service to localhost/127.0.0.1:39437 beginning handshake with NN: localhost/127.0.0.1:39437.
2026-05-18 14:00:08,992 INFO  [IPC Server handler 3 on default port 39437] hdfs.StateChange (DatanodeManager.java:registerDatanode(1188)) - BLOCK* registerDatanode: from DatanodeRegistration(127.0.0.1:44883, datanodeUuid=14dd98b2-4bfd-4f54-9d1d-21020dba521b, infoPort=33399, infoSecurePort=0, ipcPort=39145, storageInfo=lv=-57;cid=testClusterID;nsid=1053512372;c=1779112805857) storage 14dd98b2-4bfd-4f54-9d1d-21020dba521b
2026-05-18 14:00:08,994 INFO  [IPC Server handler 3 on default port 39437] net.NetworkTopology (NetworkTopology.java:add(156)) - Adding a new node: /default-rack/127.0.0.1:44883
2026-05-18 14:00:08,994 INFO  [IPC Server handler 3 on default port 39437] blockmanagement.BlockReportLeaseManager (BlockReportLeaseManager.java:registerNode(200)) - Registered DN 14dd98b2-4bfd-4f54-9d1d-21020dba521b (127.0.0.1:44883).
2026-05-18 14:00:09,000 INFO  [IPC Server handler 5 on default port 39437] 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:00:09,005 INFO  [main] hdfs.MiniDFSCluster (MiniDFSCluster.java:shouldWait(2953)) - !dn.datanode.isDatanodeFullyStarted()
2026-05-18 14:00:09,005 INFO  [main] hdfs.MiniDFSCluster (MiniDFSCluster.java:waitActive(2870)) - Waiting for cluster to become active
2026-05-18 14:00:09,005 INFO  [BP-808400760-10.240.0.164-1779112805857 heartbeating to localhost/127.0.0.1:39437] datanode.DataNode (BPServiceActor.java:register(851)) - Block pool BP-808400760-10.240.0.164-1779112805857 (Datanode Uuid 14dd98b2-4bfd-4f54-9d1d-21020dba521b) service to localhost/127.0.0.1:39437 successfully registered with NN: localhost/127.0.0.1:39437.
2026-05-18 14:00:09,006 INFO  [BP-808400760-10.240.0.164-1779112805857 heartbeating to localhost/127.0.0.1:39437] datanode.DataNode (BPServiceActor.java:offerService(667)) - For namenode localhost/127.0.0.1:39437 using BLOCKREPORT_INTERVAL of 21600000msecs CACHEREPORT_INTERVAL of 10000msecs Initial delay: 0msecs; heartBeatInterval=3000
2026-05-18 14:00:09,020 INFO  [IPC Server handler 7 on default port 39437] blockmanagement.DatanodeDescriptor (DatanodeDescriptor.java:updateStorage(1065)) - Adding new storage ID DS-de79e5af-3181-4dfb-b28f-b825e315abea for DN 127.0.0.1:44883
2026-05-18 14:00:09,021 INFO  [IPC Server handler 7 on default port 39437] blockmanagement.DatanodeDescriptor (DatanodeDescriptor.java:updateStorage(1065)) - Adding new storage ID DS-e30a95f4-ce36-41ce-a1f5-67762433cec6 for DN 127.0.0.1:44883
2026-05-18 14:00:09,030 INFO  [BP-808400760-10.240.0.164-1779112805857 heartbeating to localhost/127.0.0.1:39437] datanode.DataNode (BPServiceActor.java:offerService(729)) - After receiving heartbeat response, updating state of namenode localhost:39437 to active
2026-05-18 14:00:09,055 INFO  [Block report processor] BlockStateChange (BlockManager.java:processReport(2940)) - BLOCK* processReport 0x141bcbfc21430b4e with lease ID 0x9e4f3e6dbcffb983: Processing first storage report for DS-de79e5af-3181-4dfb-b28f-b825e315abea from datanode DatanodeRegistration(127.0.0.1:44883, datanodeUuid=14dd98b2-4bfd-4f54-9d1d-21020dba521b, infoPort=33399, infoSecurePort=0, ipcPort=39145, storageInfo=lv=-57;cid=testClusterID;nsid=1053512372;c=1779112805857)
2026-05-18 14:00:09,056 INFO  [Block report processor] BlockStateChange (BlockManager.java:processReport(2972)) - BLOCK* processReport 0x141bcbfc21430b4e with lease ID 0x9e4f3e6dbcffb983: from storage DS-de79e5af-3181-4dfb-b28f-b825e315abea node DatanodeRegistration(127.0.0.1:44883, datanodeUuid=14dd98b2-4bfd-4f54-9d1d-21020dba521b, infoPort=33399, infoSecurePort=0, ipcPort=39145, storageInfo=lv=-57;cid=testClusterID;nsid=1053512372;c=1779112805857), blocks: 0, hasStaleStorage: true, processing time: 1 msecs, invalidatedBlocks: 0
2026-05-18 14:00:09,057 INFO  [Block report processor] BlockStateChange (BlockManager.java:processReport(2940)) - BLOCK* processReport 0x141bcbfc21430b4e with lease ID 0x9e4f3e6dbcffb983: Processing first storage report for DS-e30a95f4-ce36-41ce-a1f5-67762433cec6 from datanode DatanodeRegistration(127.0.0.1:44883, datanodeUuid=14dd98b2-4bfd-4f54-9d1d-21020dba521b, infoPort=33399, infoSecurePort=0, ipcPort=39145, storageInfo=lv=-57;cid=testClusterID;nsid=1053512372;c=1779112805857)
2026-05-18 14:00:09,057 INFO  [Block report processor] BlockStateChange (BlockManager.java:processReport(2972)) - BLOCK* processReport 0x141bcbfc21430b4e with lease ID 0x9e4f3e6dbcffb983: from storage DS-e30a95f4-ce36-41ce-a1f5-67762433cec6 node DatanodeRegistration(127.0.0.1:44883, datanodeUuid=14dd98b2-4bfd-4f54-9d1d-21020dba521b, infoPort=33399, infoSecurePort=0, ipcPort=39145, storageInfo=lv=-57;cid=testClusterID;nsid=1053512372;c=1779112805857), blocks: 0, hasStaleStorage: false, processing time: 0 msecs, invalidatedBlocks: 0
2026-05-18 14:00:09,073 INFO  [BP-808400760-10.240.0.164-1779112805857 heartbeating to localhost/127.0.0.1:39437] datanode.DataNode (BPServiceActor.java:blockReport(457)) - Successfully sent block report 0x141bcbfc21430b4e with lease ID 0x9e4f3e6dbcffb983 to namenode: localhost/127.0.0.1:39437,  containing 2 storage report(s), of which we sent 2. The reports had 0 total blocks and used 1 RPC(s). This took 6 msecs to generate and 35 msecs for RPC and NN processing. Got back one command: FinalizeCommand/5.
2026-05-18 14:00:09,075 INFO  [Command processor] datanode.DataNode (BPOfferService.java:processCommandFromActive(767)) - Got finalize command for block pool BP-808400760-10.240.0.164-1779112805857
2026-05-18 14:00:09,108 INFO  [IPC Server handler 2 on default port 39437] 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:00:09,112 INFO  [main] hdfs.MiniDFSCluster (MiniDFSCluster.java:waitActive(2922)) - Cluster is active
2026-05-18 14:00:09,435 INFO  [main] backup.BackupIO (BackupIO.scala:writeTableMetadata(95)) - Writing metadata to hdfs://localhost:39437/id_taco-taco/1779112784000/.kudu-metadata.json
2026-05-18 14:00:09,492 INFO  [IPC Server handler 4 on default port 39437] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=create	src=/id_taco-taco/1779112784000/.kudu-metadata.json	dst=null	perm=slave:supergroup:rw-r--r--	proto=rpc
2026-05-18 14:00:09,749 INFO  [IPC Server handler 0 on default port 39437] hdfs.StateChange (FSDirWriteFileOp.java:logAllocatedBlock(801)) - BLOCK* allocate blk_1073741825_1001, replicas=127.0.0.1:44883 for /id_taco-taco/1779112784000/.kudu-metadata.json
2026-05-18 14:00:09,827 INFO  [DataXceiver for client DFSClient_NONMAPREDUCE_1950317709_1 at /127.0.0.1:50144 [Receiving block BP-808400760-10.240.0.164-1779112805857:blk_1073741825_1001]] datanode.DataNode (DataXceiver.java:writeBlock(759)) - Receiving BP-808400760-10.240.0.164-1779112805857:blk_1073741825_1001 src: /127.0.0.1:50144 dest: /127.0.0.1:44883
2026-05-18 14:00:09,868 INFO  [PacketResponder: BP-808400760-10.240.0.164-1779112805857:blk_1073741825_1001, type=LAST_IN_PIPELINE] DataNode.clienttrace (BlockReceiver.java:finalizeBlock(1576)) - src: /127.0.0.1:50144, dest: /127.0.0.1:44883, volume: /tmp/hdfs-test4487218098256654243/data/data1, bytes: 92, op: HDFS_WRITE, cliID: DFSClient_NONMAPREDUCE_1950317709_1, offset: 0, srvID: 14dd98b2-4bfd-4f54-9d1d-21020dba521b, blockid: BP-808400760-10.240.0.164-1779112805857:blk_1073741825_1001, duration(ns): 10420340
2026-05-18 14:00:09,869 INFO  [PacketResponder: BP-808400760-10.240.0.164-1779112805857:blk_1073741825_1001, type=LAST_IN_PIPELINE] datanode.DataNode (BlockReceiver.java:run(1549)) - PacketResponder: BP-808400760-10.240.0.164-1779112805857:blk_1073741825_1001, type=LAST_IN_PIPELINE terminating
2026-05-18 14:00:09,881 INFO  [IPC Server handler 5 on default port 39437] namenode.FSNamesystem (FSNamesystem.java:checkBlocksComplete(3286)) - BLOCK* blk_1073741825_1001 is COMMITTED but not COMPLETE(numNodes= 0 <  minimum = 1) in file /id_taco-taco/1779112784000/.kudu-metadata.json
2026-05-18 14:00:09,895 INFO  [Block report processor] BlockStateChange (BlockManager.java:addStoredBlock(3777)) - BLOCK* addStoredBlock: 127.0.0.1:44883 is added to blk_1073741825_1001 (size=92)
2026-05-18 14:00:10,288 INFO  [IPC Server handler 4 on default port 39437] hdfs.StateChange (FSNamesystem.java:completeFile(3239)) - DIR* completeFile: /id_taco-taco/1779112784000/.kudu-metadata.json is closed by DFSClient_NONMAPREDUCE_1950317709_1
2026-05-18 14:00:10,290 INFO  [main] backup.BackupIO (BackupIO.scala:writeTableMetadata(95)) - Writing metadata to hdfs://localhost:39437/id_taco-taco/1779112788000/.kudu-metadata.json
2026-05-18 14:00:10,293 INFO  [IPC Server handler 1 on default port 39437] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=create	src=/id_taco-taco/1779112788000/.kudu-metadata.json	dst=null	perm=slave:supergroup:rw-r--r--	proto=rpc
2026-05-18 14:00:10,300 INFO  [IPC Server handler 6 on default port 39437] hdfs.StateChange (FSDirWriteFileOp.java:logAllocatedBlock(801)) - BLOCK* allocate blk_1073741826_1002, replicas=127.0.0.1:44883 for /id_taco-taco/1779112788000/.kudu-metadata.json
2026-05-18 14:00:10,303 INFO  [DataXceiver for client DFSClient_NONMAPREDUCE_1950317709_1 at /127.0.0.1:50160 [Receiving block BP-808400760-10.240.0.164-1779112805857:blk_1073741826_1002]] datanode.DataNode (DataXceiver.java:writeBlock(759)) - Receiving BP-808400760-10.240.0.164-1779112805857:blk_1073741826_1002 src: /127.0.0.1:50160 dest: /127.0.0.1:44883
2026-05-18 14:00:10,309 INFO  [PacketResponder: BP-808400760-10.240.0.164-1779112805857:blk_1073741826_1002, type=LAST_IN_PIPELINE] DataNode.clienttrace (BlockReceiver.java:finalizeBlock(1576)) - src: /127.0.0.1:50160, dest: /127.0.0.1:44883, volume: /tmp/hdfs-test4487218098256654243/data/data2, bytes: 121, op: HDFS_WRITE, cliID: DFSClient_NONMAPREDUCE_1950317709_1, offset: 0, srvID: 14dd98b2-4bfd-4f54-9d1d-21020dba521b, blockid: BP-808400760-10.240.0.164-1779112805857:blk_1073741826_1002, duration(ns): 2773612
2026-05-18 14:00:10,309 INFO  [PacketResponder: BP-808400760-10.240.0.164-1779112805857:blk_1073741826_1002, type=LAST_IN_PIPELINE] datanode.DataNode (BlockReceiver.java:run(1549)) - PacketResponder: BP-808400760-10.240.0.164-1779112805857:blk_1073741826_1002, type=LAST_IN_PIPELINE terminating
2026-05-18 14:00:10,312 INFO  [Block report processor] BlockStateChange (BlockManager.java:addStoredBlock(3777)) - BLOCK* addStoredBlock: 127.0.0.1:44883 is added to blk_1073741826_1002 (size=121)
2026-05-18 14:00:10,313 INFO  [IPC Server handler 0 on default port 39437] hdfs.StateChange (FSNamesystem.java:completeFile(3239)) - DIR* completeFile: /id_taco-taco/1779112788000/.kudu-metadata.json is closed by DFSClient_NONMAPREDUCE_1950317709_1
2026-05-18 14:00:10,315 INFO  [main] backup.BackupIO (BackupIO.scala:writeTableMetadata(95)) - Writing metadata to hdfs://localhost:39437/id_taco-taco/1779112793000/.kudu-metadata.json
2026-05-18 14:00:10,319 INFO  [IPC Server handler 3 on default port 39437] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=create	src=/id_taco-taco/1779112793000/.kudu-metadata.json	dst=null	perm=slave:supergroup:rw-r--r--	proto=rpc
2026-05-18 14:00:10,324 INFO  [IPC Server handler 5 on default port 39437] hdfs.StateChange (FSDirWriteFileOp.java:logAllocatedBlock(801)) - BLOCK* allocate blk_1073741827_1003, replicas=127.0.0.1:44883 for /id_taco-taco/1779112793000/.kudu-metadata.json
2026-05-18 14:00:10,327 INFO  [DataXceiver for client DFSClient_NONMAPREDUCE_1950317709_1 at /127.0.0.1:50164 [Receiving block BP-808400760-10.240.0.164-1779112805857:blk_1073741827_1003]] datanode.DataNode (DataXceiver.java:writeBlock(759)) - Receiving BP-808400760-10.240.0.164-1779112805857:blk_1073741827_1003 src: /127.0.0.1:50164 dest: /127.0.0.1:44883
2026-05-18 14:00:10,332 INFO  [PacketResponder: BP-808400760-10.240.0.164-1779112805857:blk_1073741827_1003, type=LAST_IN_PIPELINE] DataNode.clienttrace (BlockReceiver.java:finalizeBlock(1576)) - src: /127.0.0.1:50164, dest: /127.0.0.1:44883, volume: /tmp/hdfs-test4487218098256654243/data/data1, bytes: 121, op: HDFS_WRITE, cliID: DFSClient_NONMAPREDUCE_1950317709_1, offset: 0, srvID: 14dd98b2-4bfd-4f54-9d1d-21020dba521b, blockid: BP-808400760-10.240.0.164-1779112805857:blk_1073741827_1003, duration(ns): 2618516
2026-05-18 14:00:10,332 INFO  [PacketResponder: BP-808400760-10.240.0.164-1779112805857:blk_1073741827_1003, type=LAST_IN_PIPELINE] datanode.DataNode (BlockReceiver.java:run(1549)) - PacketResponder: BP-808400760-10.240.0.164-1779112805857:blk_1073741827_1003, type=LAST_IN_PIPELINE terminating
2026-05-18 14:00:10,334 INFO  [Block report processor] BlockStateChange (BlockManager.java:addStoredBlock(3777)) - BLOCK* addStoredBlock: 127.0.0.1:44883 is added to blk_1073741827_1003 (size=121)
2026-05-18 14:00:10,335 INFO  [IPC Server handler 9 on default port 39437] hdfs.StateChange (FSNamesystem.java:completeFile(3239)) - DIR* completeFile: /id_taco-taco/1779112793000/.kudu-metadata.json is closed by DFSClient_NONMAPREDUCE_1950317709_1
2026-05-18 14:00:10,478 INFO  [IPC Server handler 2 on default port 39437] 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:00:10,484 INFO  [IPC Server handler 4 on default port 39437] 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:00:10,493 INFO  [IPC Server handler 1 on default port 39437] 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:00:10,497 INFO  [IPC Server handler 6 on default port 39437] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779112784000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:00:10,507 INFO  [IPC Server handler 8 on default port 39437] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=open	src=/id_taco-taco/1779112784000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:00:10,598 INFO  [IPC Server handler 0 on default port 39437] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779112788000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:00:10,602 INFO  [IPC Server handler 3 on default port 39437] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=open	src=/id_taco-taco/1779112788000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:00:10,612 INFO  [IPC Server handler 5 on default port 39437] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779112793000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:00:10,615 INFO  [IPC Server handler 7 on default port 39437] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=open	src=/id_taco-taco/1779112793000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:00:10,622 INFO  [main] backup.BackupIO (BackupIO.scala:readTableBackups(236)) - Found 3 paths in hdfs://localhost:39437/id_taco-taco
checking existence of hdfs://localhost:39437/id_taco-taco/1779112784000/.kudu-metadata.json
2026-05-18 14:00:10,673 INFO  [IPC Server handler 9 on default port 39437] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779112784000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
checking existence of hdfs://localhost:39437/id_taco-taco/1779112788000/.kudu-metadata.json
2026-05-18 14:00:10,676 INFO  [IPC Server handler 2 on default port 39437] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779112788000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
checking existence of hdfs://localhost:39437/id_taco-taco/1779112793000/.kudu-metadata.json
2026-05-18 14:00:10,680 INFO  [IPC Server handler 4 on default port 39437] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779112793000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:00:10,681 INFO  [main] backup.BackupIO (BackupIO.scala:writeTableMetadata(95)) - Writing metadata to hdfs://localhost:39437/id_taco-taco/1779112789000/.kudu-metadata.json
2026-05-18 14:00:10,684 INFO  [IPC Server handler 1 on default port 39437] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=create	src=/id_taco-taco/1779112789000/.kudu-metadata.json	dst=null	perm=slave:supergroup:rw-r--r--	proto=rpc
2026-05-18 14:00:10,690 INFO  [IPC Server handler 6 on default port 39437] hdfs.StateChange (FSDirWriteFileOp.java:logAllocatedBlock(801)) - BLOCK* allocate blk_1073741828_1004, replicas=127.0.0.1:44883 for /id_taco-taco/1779112789000/.kudu-metadata.json
2026-05-18 14:00:10,697 INFO  [DataXceiver for client DFSClient_NONMAPREDUCE_1950317709_1 at /127.0.0.1:50170 [Receiving block BP-808400760-10.240.0.164-1779112805857:blk_1073741828_1004]] datanode.DataNode (DataXceiver.java:writeBlock(759)) - Receiving BP-808400760-10.240.0.164-1779112805857:blk_1073741828_1004 src: /127.0.0.1:50170 dest: /127.0.0.1:44883
2026-05-18 14:00:10,703 INFO  [PacketResponder: BP-808400760-10.240.0.164-1779112805857:blk_1073741828_1004, type=LAST_IN_PIPELINE] DataNode.clienttrace (BlockReceiver.java:finalizeBlock(1576)) - src: /127.0.0.1:50170, dest: /127.0.0.1:44883, volume: /tmp/hdfs-test4487218098256654243/data/data2, bytes: 92, op: HDFS_WRITE, cliID: DFSClient_NONMAPREDUCE_1950317709_1, offset: 0, srvID: 14dd98b2-4bfd-4f54-9d1d-21020dba521b, blockid: BP-808400760-10.240.0.164-1779112805857:blk_1073741828_1004, duration(ns): 2569733
2026-05-18 14:00:10,703 INFO  [PacketResponder: BP-808400760-10.240.0.164-1779112805857:blk_1073741828_1004, type=LAST_IN_PIPELINE] datanode.DataNode (BlockReceiver.java:run(1549)) - PacketResponder: BP-808400760-10.240.0.164-1779112805857:blk_1073741828_1004, type=LAST_IN_PIPELINE terminating
2026-05-18 14:00:10,705 INFO  [Block report processor] BlockStateChange (BlockManager.java:addStoredBlock(3777)) - BLOCK* addStoredBlock: 127.0.0.1:44883 is added to blk_1073741828_1004 (size=92)
2026-05-18 14:00:10,706 INFO  [IPC Server handler 0 on default port 39437] hdfs.StateChange (FSNamesystem.java:completeFile(3239)) - DIR* completeFile: /id_taco-taco/1779112789000/.kudu-metadata.json is closed by DFSClient_NONMAPREDUCE_1950317709_1
2026-05-18 14:00:10,708 INFO  [main] backup.BackupIO (BackupIO.scala:writeTableMetadata(95)) - Writing metadata to hdfs://localhost:39437/id_taco-taco/1779112794000/.kudu-metadata.json
2026-05-18 14:00:10,711 INFO  [IPC Server handler 3 on default port 39437] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=create	src=/id_taco-taco/1779112794000/.kudu-metadata.json	dst=null	perm=slave:supergroup:rw-r--r--	proto=rpc
2026-05-18 14:00:10,716 INFO  [IPC Server handler 5 on default port 39437] hdfs.StateChange (FSDirWriteFileOp.java:logAllocatedBlock(801)) - BLOCK* allocate blk_1073741829_1005, replicas=127.0.0.1:44883 for /id_taco-taco/1779112794000/.kudu-metadata.json
2026-05-18 14:00:10,721 INFO  [DataXceiver for client DFSClient_NONMAPREDUCE_1950317709_1 at /127.0.0.1:50186 [Receiving block BP-808400760-10.240.0.164-1779112805857:blk_1073741829_1005]] datanode.DataNode (DataXceiver.java:writeBlock(759)) - Receiving BP-808400760-10.240.0.164-1779112805857:blk_1073741829_1005 src: /127.0.0.1:50186 dest: /127.0.0.1:44883
2026-05-18 14:00:10,728 INFO  [PacketResponder: BP-808400760-10.240.0.164-1779112805857:blk_1073741829_1005, type=LAST_IN_PIPELINE] DataNode.clienttrace (BlockReceiver.java:finalizeBlock(1576)) - src: /127.0.0.1:50186, dest: /127.0.0.1:44883, volume: /tmp/hdfs-test4487218098256654243/data/data1, bytes: 121, op: HDFS_WRITE, cliID: DFSClient_NONMAPREDUCE_1950317709_1, offset: 0, srvID: 14dd98b2-4bfd-4f54-9d1d-21020dba521b, blockid: BP-808400760-10.240.0.164-1779112805857:blk_1073741829_1005, duration(ns): 5476864
2026-05-18 14:00:10,729 INFO  [PacketResponder: BP-808400760-10.240.0.164-1779112805857:blk_1073741829_1005, type=LAST_IN_PIPELINE] datanode.DataNode (BlockReceiver.java:run(1549)) - PacketResponder: BP-808400760-10.240.0.164-1779112805857:blk_1073741829_1005, type=LAST_IN_PIPELINE terminating
2026-05-18 14:00:10,730 INFO  [Block report processor] BlockStateChange (BlockManager.java:addStoredBlock(3777)) - BLOCK* addStoredBlock: 127.0.0.1:44883 is added to blk_1073741829_1005 (size=121)
2026-05-18 14:00:10,732 INFO  [IPC Server handler 9 on default port 39437] hdfs.StateChange (FSNamesystem.java:completeFile(3239)) - DIR* completeFile: /id_taco-taco/1779112794000/.kudu-metadata.json is closed by DFSClient_NONMAPREDUCE_1950317709_1
2026-05-18 14:00:10,733 INFO  [main] backup.BackupIO (BackupIO.scala:writeTableMetadata(95)) - Writing metadata to hdfs://localhost:39437/id_taco-taco/1779112799000/.kudu-metadata.json
2026-05-18 14:00:10,736 INFO  [IPC Server handler 2 on default port 39437] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=create	src=/id_taco-taco/1779112799000/.kudu-metadata.json	dst=null	perm=slave:supergroup:rw-r--r--	proto=rpc
2026-05-18 14:00:10,740 INFO  [IPC Server handler 4 on default port 39437] hdfs.StateChange (FSDirWriteFileOp.java:logAllocatedBlock(801)) - BLOCK* allocate blk_1073741830_1006, replicas=127.0.0.1:44883 for /id_taco-taco/1779112799000/.kudu-metadata.json
2026-05-18 14:00:10,745 INFO  [DataXceiver for client DFSClient_NONMAPREDUCE_1950317709_1 at /127.0.0.1:50200 [Receiving block BP-808400760-10.240.0.164-1779112805857:blk_1073741830_1006]] datanode.DataNode (DataXceiver.java:writeBlock(759)) - Receiving BP-808400760-10.240.0.164-1779112805857:blk_1073741830_1006 src: /127.0.0.1:50200 dest: /127.0.0.1:44883
2026-05-18 14:00:10,749 INFO  [PacketResponder: BP-808400760-10.240.0.164-1779112805857:blk_1073741830_1006, type=LAST_IN_PIPELINE] DataNode.clienttrace (BlockReceiver.java:finalizeBlock(1576)) - src: /127.0.0.1:50200, dest: /127.0.0.1:44883, volume: /tmp/hdfs-test4487218098256654243/data/data2, bytes: 121, op: HDFS_WRITE, cliID: DFSClient_NONMAPREDUCE_1950317709_1, offset: 0, srvID: 14dd98b2-4bfd-4f54-9d1d-21020dba521b, blockid: BP-808400760-10.240.0.164-1779112805857:blk_1073741830_1006, duration(ns): 1999452
2026-05-18 14:00:10,751 INFO  [Block report processor] BlockStateChange (BlockManager.java:addStoredBlock(3777)) - BLOCK* addStoredBlock: 127.0.0.1:44883 is added to blk_1073741830_1006 (size=121)
2026-05-18 14:00:10,752 INFO  [IPC Server handler 6 on default port 39437] hdfs.StateChange (FSNamesystem.java:completeFile(3239)) - DIR* completeFile: /id_taco-taco/1779112799000/.kudu-metadata.json is closed by DFSClient_NONMAPREDUCE_1950317709_1
2026-05-18 14:00:10,754 INFO  [main] backup.BackupIO (BackupIO.scala:writeTableMetadata(95)) - Writing metadata to hdfs://localhost:39437/id_taco-taco/1779112804000/.kudu-metadata.json
2026-05-18 14:00:10,758 INFO  [IPC Server handler 8 on default port 39437] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=create	src=/id_taco-taco/1779112804000/.kudu-metadata.json	dst=null	perm=slave:supergroup:rw-r--r--	proto=rpc
2026-05-18 14:00:10,762 INFO  [PacketResponder: BP-808400760-10.240.0.164-1779112805857:blk_1073741830_1006, type=LAST_IN_PIPELINE] datanode.DataNode (BlockReceiver.java:run(1549)) - PacketResponder: BP-808400760-10.240.0.164-1779112805857:blk_1073741830_1006, type=LAST_IN_PIPELINE terminating
2026-05-18 14:00:10,763 INFO  [IPC Server handler 0 on default port 39437] hdfs.StateChange (FSDirWriteFileOp.java:logAllocatedBlock(801)) - BLOCK* allocate blk_1073741831_1007, replicas=127.0.0.1:44883 for /id_taco-taco/1779112804000/.kudu-metadata.json
2026-05-18 14:00:10,767 INFO  [DataXceiver for client DFSClient_NONMAPREDUCE_1950317709_1 at /127.0.0.1:50204 [Receiving block BP-808400760-10.240.0.164-1779112805857:blk_1073741831_1007]] datanode.DataNode (DataXceiver.java:writeBlock(759)) - Receiving BP-808400760-10.240.0.164-1779112805857:blk_1073741831_1007 src: /127.0.0.1:50204 dest: /127.0.0.1:44883
2026-05-18 14:00:10,770 INFO  [PacketResponder: BP-808400760-10.240.0.164-1779112805857:blk_1073741831_1007, type=LAST_IN_PIPELINE] DataNode.clienttrace (BlockReceiver.java:finalizeBlock(1576)) - src: /127.0.0.1:50204, dest: /127.0.0.1:44883, volume: /tmp/hdfs-test4487218098256654243/data/data1, bytes: 121, op: HDFS_WRITE, cliID: DFSClient_NONMAPREDUCE_1950317709_1, offset: 0, srvID: 14dd98b2-4bfd-4f54-9d1d-21020dba521b, blockid: BP-808400760-10.240.0.164-1779112805857:blk_1073741831_1007, duration(ns): 1451127
2026-05-18 14:00:10,771 INFO  [Block report processor] BlockStateChange (BlockManager.java:addStoredBlock(3777)) - BLOCK* addStoredBlock: 127.0.0.1:44883 is added to blk_1073741831_1007 (size=121)
2026-05-18 14:00:10,774 INFO  [PacketResponder: BP-808400760-10.240.0.164-1779112805857:blk_1073741831_1007, type=LAST_IN_PIPELINE] datanode.DataNode (BlockReceiver.java:run(1549)) - PacketResponder: BP-808400760-10.240.0.164-1779112805857:blk_1073741831_1007, type=LAST_IN_PIPELINE terminating
2026-05-18 14:00:10,777 INFO  [IPC Server handler 5 on default port 39437] hdfs.StateChange (FSNamesystem.java:completeFile(3239)) - DIR* completeFile: /id_taco-taco/1779112804000/.kudu-metadata.json is closed by DFSClient_NONMAPREDUCE_1950317709_1
2026-05-18 14:00:10,779 INFO  [main] backup.BackupIO (BackupIO.scala:writeTableMetadata(95)) - Writing metadata to hdfs://localhost:39437/id_taco-taco/1779112808000/.kudu-metadata.json
2026-05-18 14:00:10,782 INFO  [IPC Server handler 7 on default port 39437] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=create	src=/id_taco-taco/1779112808000/.kudu-metadata.json	dst=null	perm=slave:supergroup:rw-r--r--	proto=rpc
2026-05-18 14:00:10,788 INFO  [IPC Server handler 9 on default port 39437] hdfs.StateChange (FSDirWriteFileOp.java:logAllocatedBlock(801)) - BLOCK* allocate blk_1073741832_1008, replicas=127.0.0.1:44883 for /id_taco-taco/1779112808000/.kudu-metadata.json
2026-05-18 14:00:10,792 INFO  [DataXceiver for client DFSClient_NONMAPREDUCE_1950317709_1 at /127.0.0.1:50218 [Receiving block BP-808400760-10.240.0.164-1779112805857:blk_1073741832_1008]] datanode.DataNode (DataXceiver.java:writeBlock(759)) - Receiving BP-808400760-10.240.0.164-1779112805857:blk_1073741832_1008 src: /127.0.0.1:50218 dest: /127.0.0.1:44883
2026-05-18 14:00:10,798 INFO  [PacketResponder: BP-808400760-10.240.0.164-1779112805857:blk_1073741832_1008, type=LAST_IN_PIPELINE] DataNode.clienttrace (BlockReceiver.java:finalizeBlock(1576)) - src: /127.0.0.1:50218, dest: /127.0.0.1:44883, volume: /tmp/hdfs-test4487218098256654243/data/data2, bytes: 121, op: HDFS_WRITE, cliID: DFSClient_NONMAPREDUCE_1950317709_1, offset: 0, srvID: 14dd98b2-4bfd-4f54-9d1d-21020dba521b, blockid: BP-808400760-10.240.0.164-1779112805857:blk_1073741832_1008, duration(ns): 1721694
2026-05-18 14:00:10,799 INFO  [PacketResponder: BP-808400760-10.240.0.164-1779112805857:blk_1073741832_1008, type=LAST_IN_PIPELINE] datanode.DataNode (BlockReceiver.java:run(1549)) - PacketResponder: BP-808400760-10.240.0.164-1779112805857:blk_1073741832_1008, type=LAST_IN_PIPELINE terminating
2026-05-18 14:00:10,801 INFO  [IPC Server handler 4 on default port 39437] namenode.FSNamesystem (FSNamesystem.java:checkBlocksComplete(3286)) - BLOCK* blk_1073741832_1008 is COMMITTED but not COMPLETE(numNodes= 0 <  minimum = 1) in file /id_taco-taco/1779112808000/.kudu-metadata.json
2026-05-18 14:00:10,802 INFO  [Block report processor] BlockStateChange (BlockManager.java:addStoredBlock(3777)) - BLOCK* addStoredBlock: 127.0.0.1:44883 is added to blk_1073741832_1008 (size=121)
2026-05-18 14:00:11,205 INFO  [IPC Server handler 1 on default port 39437] hdfs.StateChange (FSNamesystem.java:completeFile(3239)) - DIR* completeFile: /id_taco-taco/1779112808000/.kudu-metadata.json is closed by DFSClient_NONMAPREDUCE_1950317709_1
2026-05-18 14:00:11,206 INFO  [main] backup.BackupIO (BackupIO.scala:writeTableMetadata(95)) - Writing metadata to hdfs://localhost:39437/id_taco-taco/1779112791000/.kudu-metadata.json
2026-05-18 14:00:11,209 INFO  [IPC Server handler 6 on default port 39437] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=create	src=/id_taco-taco/1779112791000/.kudu-metadata.json	dst=null	perm=slave:supergroup:rw-r--r--	proto=rpc
2026-05-18 14:00:11,214 INFO  [IPC Server handler 8 on default port 39437] hdfs.StateChange (FSDirWriteFileOp.java:logAllocatedBlock(801)) - BLOCK* allocate blk_1073741833_1009, replicas=127.0.0.1:44883 for /id_taco-taco/1779112791000/.kudu-metadata.json
2026-05-18 14:00:11,217 INFO  [DataXceiver for client DFSClient_NONMAPREDUCE_1950317709_1 at /127.0.0.1:50234 [Receiving block BP-808400760-10.240.0.164-1779112805857:blk_1073741833_1009]] datanode.DataNode (DataXceiver.java:writeBlock(759)) - Receiving BP-808400760-10.240.0.164-1779112805857:blk_1073741833_1009 src: /127.0.0.1:50234 dest: /127.0.0.1:44883
2026-05-18 14:00:11,222 INFO  [PacketResponder: BP-808400760-10.240.0.164-1779112805857:blk_1073741833_1009, type=LAST_IN_PIPELINE] DataNode.clienttrace (BlockReceiver.java:finalizeBlock(1576)) - src: /127.0.0.1:50234, dest: /127.0.0.1:44883, volume: /tmp/hdfs-test4487218098256654243/data/data1, bytes: 121, op: HDFS_WRITE, cliID: DFSClient_NONMAPREDUCE_1950317709_1, offset: 0, srvID: 14dd98b2-4bfd-4f54-9d1d-21020dba521b, blockid: BP-808400760-10.240.0.164-1779112805857:blk_1073741833_1009, duration(ns): 1407644
2026-05-18 14:00:11,222 INFO  [PacketResponder: BP-808400760-10.240.0.164-1779112805857:blk_1073741833_1009, type=LAST_IN_PIPELINE] datanode.DataNode (BlockReceiver.java:run(1549)) - PacketResponder: BP-808400760-10.240.0.164-1779112805857:blk_1073741833_1009, type=LAST_IN_PIPELINE terminating
2026-05-18 14:00:11,223 INFO  [Block report processor] BlockStateChange (BlockManager.java:addStoredBlock(3777)) - BLOCK* addStoredBlock: 127.0.0.1:44883 is added to blk_1073741833_1009 (size=121)
2026-05-18 14:00:11,224 INFO  [IPC Server handler 3 on default port 39437] hdfs.StateChange (FSNamesystem.java:completeFile(3239)) - DIR* completeFile: /id_taco-taco/1779112791000/.kudu-metadata.json is closed by DFSClient_NONMAPREDUCE_1950317709_1
2026-05-18 14:00:11,247 INFO  [IPC Server handler 5 on default port 39437] 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:00:11,249 INFO  [IPC Server handler 7 on default port 39437] 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:00:11,252 INFO  [IPC Server handler 9 on default port 39437] 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:00:11,255 INFO  [IPC Server handler 2 on default port 39437] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779112784000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:00:11,258 INFO  [IPC Server handler 4 on default port 39437] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=open	src=/id_taco-taco/1779112784000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:00:11,264 INFO  [IPC Server handler 1 on default port 39437] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779112788000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:00:11,267 INFO  [IPC Server handler 6 on default port 39437] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=open	src=/id_taco-taco/1779112788000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:00:11,272 INFO  [IPC Server handler 8 on default port 39437] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779112789000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:00:11,275 INFO  [IPC Server handler 0 on default port 39437] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=open	src=/id_taco-taco/1779112789000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:00:11,281 INFO  [IPC Server handler 3 on default port 39437] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779112791000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:00:11,283 INFO  [IPC Server handler 5 on default port 39437] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=open	src=/id_taco-taco/1779112791000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:00:11,289 INFO  [IPC Server handler 7 on default port 39437] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779112793000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:00:11,292 INFO  [IPC Server handler 9 on default port 39437] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=open	src=/id_taco-taco/1779112793000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:00:11,299 INFO  [IPC Server handler 2 on default port 39437] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779112794000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:00:11,301 INFO  [IPC Server handler 4 on default port 39437] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=open	src=/id_taco-taco/1779112794000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:00:11,307 INFO  [IPC Server handler 1 on default port 39437] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779112799000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:00:11,309 INFO  [IPC Server handler 6 on default port 39437] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=open	src=/id_taco-taco/1779112799000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:00:11,316 INFO  [IPC Server handler 8 on default port 39437] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779112804000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:00:11,319 INFO  [IPC Server handler 0 on default port 39437] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=open	src=/id_taco-taco/1779112804000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:00:11,326 INFO  [IPC Server handler 3 on default port 39437] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779112808000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:00:11,329 INFO  [IPC Server handler 5 on default port 39437] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=open	src=/id_taco-taco/1779112808000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:00:11,334 INFO  [main] backup.BackupIO (BackupIO.scala:readTableBackups(236)) - Found 9 paths in hdfs://localhost:39437/id_taco-taco
DRY RUN: Delete backup name: taco, id: id_taco, fromMs: 1779112788000, toMs: 1779112793000
DRY RUN: Delete backup name: taco, id: id_taco, fromMs: 1779112784000, toMs: 1779112788000
DRY RUN: Delete backup name: taco, id: id_taco, fromMs: 0, toMs: 1779112784000
DRY RUN: Delete backup name: taco, id: id_taco, fromMs: 1779112789000, toMs: 1779112791000
checking existence of hdfs://localhost:39437/id_taco-taco/1779112784000/.kudu-metadata.json
2026-05-18 14:00:11,355 INFO  [IPC Server handler 7 on default port 39437] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779112784000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
checking existence of hdfs://localhost:39437/id_taco-taco/1779112788000/.kudu-metadata.json
2026-05-18 14:00:11,357 INFO  [IPC Server handler 9 on default port 39437] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779112788000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
checking existence of hdfs://localhost:39437/id_taco-taco/1779112793000/.kudu-metadata.json
2026-05-18 14:00:11,360 INFO  [IPC Server handler 2 on default port 39437] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779112793000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
checking existence of hdfs://localhost:39437/id_taco-taco/1779112791000/.kudu-metadata.json
2026-05-18 14:00:11,362 INFO  [IPC Server handler 4 on default port 39437] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779112791000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
checking existence of hdfs://localhost:39437/id_taco-taco/1779112789000/.kudu-metadata.json
2026-05-18 14:00:11,365 INFO  [IPC Server handler 1 on default port 39437] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779112789000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
checking existence of hdfs://localhost:39437/id_taco-taco/1779112794000/.kudu-metadata.json
2026-05-18 14:00:11,367 INFO  [IPC Server handler 6 on default port 39437] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779112794000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
checking existence of hdfs://localhost:39437/id_taco-taco/1779112799000/.kudu-metadata.json
2026-05-18 14:00:11,369 INFO  [IPC Server handler 8 on default port 39437] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779112799000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
checking existence of hdfs://localhost:39437/id_taco-taco/1779112804000/.kudu-metadata.json
2026-05-18 14:00:11,372 INFO  [IPC Server handler 0 on default port 39437] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779112804000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
checking existence of hdfs://localhost:39437/id_taco-taco/1779112808000/.kudu-metadata.json
2026-05-18 14:00:11,375 INFO  [IPC Server handler 3 on default port 39437] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779112808000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:00:11,399 INFO  [IPC Server handler 5 on default port 39437] 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:00:11,401 INFO  [IPC Server handler 7 on default port 39437] 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:00:11,404 INFO  [IPC Server handler 9 on default port 39437] 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:00:11,408 INFO  [IPC Server handler 2 on default port 39437] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779112784000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:00:11,411 INFO  [IPC Server handler 4 on default port 39437] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=open	src=/id_taco-taco/1779112784000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:00:11,418 INFO  [IPC Server handler 1 on default port 39437] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779112788000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:00:11,422 INFO  [IPC Server handler 6 on default port 39437] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=open	src=/id_taco-taco/1779112788000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:00:11,429 INFO  [IPC Server handler 8 on default port 39437] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779112789000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:00:11,432 INFO  [IPC Server handler 0 on default port 39437] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=open	src=/id_taco-taco/1779112789000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:00:11,439 INFO  [IPC Server handler 3 on default port 39437] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779112791000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:00:11,442 INFO  [IPC Server handler 5 on default port 39437] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=open	src=/id_taco-taco/1779112791000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:00:11,452 INFO  [IPC Server handler 7 on default port 39437] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779112793000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:00:11,455 INFO  [IPC Server handler 9 on default port 39437] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=open	src=/id_taco-taco/1779112793000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:00:11,462 INFO  [IPC Server handler 2 on default port 39437] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779112794000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:00:11,464 INFO  [IPC Server handler 4 on default port 39437] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=open	src=/id_taco-taco/1779112794000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:00:11,470 INFO  [IPC Server handler 1 on default port 39437] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779112799000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:00:11,472 INFO  [IPC Server handler 6 on default port 39437] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=open	src=/id_taco-taco/1779112799000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:00:11,478 INFO  [IPC Server handler 8 on default port 39437] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779112804000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:00:11,480 INFO  [IPC Server handler 0 on default port 39437] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=open	src=/id_taco-taco/1779112804000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:00:11,486 INFO  [IPC Server handler 3 on default port 39437] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779112808000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:00:11,488 INFO  [IPC Server handler 5 on default port 39437] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=open	src=/id_taco-taco/1779112808000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:00:11,494 INFO  [main] backup.BackupIO (BackupIO.scala:readTableBackups(236)) - Found 9 paths in hdfs://localhost:39437/id_taco-taco
Delete backup name: taco, id: id_taco, fromMs: 1779112788000, toMs: 1779112793000
2026-05-18 14:00:11,512 INFO  [IPC Server handler 7 on default port 39437] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=delete	src=/id_taco-taco/1779112793000	dst=null	perm=null	proto=rpc
Delete backup name: taco, id: id_taco, fromMs: 1779112784000, toMs: 1779112788000
2026-05-18 14:00:11,516 INFO  [IPC Server handler 9 on default port 39437] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=delete	src=/id_taco-taco/1779112788000	dst=null	perm=null	proto=rpc
Delete backup name: taco, id: id_taco, fromMs: 0, toMs: 1779112784000
2026-05-18 14:00:11,519 INFO  [IPC Server handler 2 on default port 39437] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=delete	src=/id_taco-taco/1779112784000	dst=null	perm=null	proto=rpc
Delete backup name: taco, id: id_taco, fromMs: 1779112789000, toMs: 1779112791000
2026-05-18 14:00:11,521 INFO  [IPC Server handler 4 on default port 39437] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=delete	src=/id_taco-taco/1779112791000	dst=null	perm=null	proto=rpc
checking existence of hdfs://localhost:39437/id_taco-taco/1779112784000/.kudu-metadata.json
2026-05-18 14:00:11,524 INFO  [IPC Server handler 1 on default port 39437] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779112784000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
checking existence of hdfs://localhost:39437/id_taco-taco/1779112788000/.kudu-metadata.json
2026-05-18 14:00:11,526 INFO  [IPC Server handler 6 on default port 39437] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779112788000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
checking existence of hdfs://localhost:39437/id_taco-taco/1779112793000/.kudu-metadata.json
2026-05-18 14:00:11,528 INFO  [IPC Server handler 8 on default port 39437] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779112793000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
checking existence of hdfs://localhost:39437/id_taco-taco/1779112791000/.kudu-metadata.json
2026-05-18 14:00:11,530 INFO  [IPC Server handler 0 on default port 39437] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779112791000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
checking existence of hdfs://localhost:39437/id_taco-taco/1779112789000/.kudu-metadata.json
2026-05-18 14:00:11,533 INFO  [IPC Server handler 3 on default port 39437] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779112789000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
checking existence of hdfs://localhost:39437/id_taco-taco/1779112794000/.kudu-metadata.json
2026-05-18 14:00:11,535 INFO  [IPC Server handler 5 on default port 39437] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779112794000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
checking existence of hdfs://localhost:39437/id_taco-taco/1779112799000/.kudu-metadata.json
2026-05-18 14:00:11,537 INFO  [IPC Server handler 7 on default port 39437] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779112799000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
checking existence of hdfs://localhost:39437/id_taco-taco/1779112804000/.kudu-metadata.json
2026-05-18 14:00:11,539 INFO  [IPC Server handler 9 on default port 39437] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779112804000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
checking existence of hdfs://localhost:39437/id_taco-taco/1779112808000/.kudu-metadata.json
2026-05-18 14:00:11,540 INFO  [IPC Server handler 2 on default port 39437] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779112808000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:00:11,541 INFO  [main] backup.BackupIO (BackupIO.scala:writeTableMetadata(95)) - Writing metadata to hdfs://localhost:39437/id_taco-taco/1779112790000/.kudu-metadata.json
2026-05-18 14:00:11,544 INFO  [IPC Server handler 4 on default port 39437] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=create	src=/id_taco-taco/1779112790000/.kudu-metadata.json	dst=null	perm=slave:supergroup:rw-r--r--	proto=rpc
2026-05-18 14:00:11,547 INFO  [IPC Server handler 1 on default port 39437] hdfs.StateChange (FSDirWriteFileOp.java:logAllocatedBlock(801)) - BLOCK* allocate blk_1073741834_1010, replicas=127.0.0.1:44883 for /id_taco-taco/1779112790000/.kudu-metadata.json
2026-05-18 14:00:11,551 INFO  [DataXceiver for client DFSClient_NONMAPREDUCE_1950317709_1 at /127.0.0.1:50244 [Receiving block BP-808400760-10.240.0.164-1779112805857:blk_1073741834_1010]] datanode.DataNode (DataXceiver.java:writeBlock(759)) - Receiving BP-808400760-10.240.0.164-1779112805857:blk_1073741834_1010 src: /127.0.0.1:50244 dest: /127.0.0.1:44883
2026-05-18 14:00:11,557 INFO  [PacketResponder: BP-808400760-10.240.0.164-1779112805857:blk_1073741834_1010, type=LAST_IN_PIPELINE] DataNode.clienttrace (BlockReceiver.java:finalizeBlock(1576)) - src: /127.0.0.1:50244, dest: /127.0.0.1:44883, volume: /tmp/hdfs-test4487218098256654243/data/data2, bytes: 92, op: HDFS_WRITE, cliID: DFSClient_NONMAPREDUCE_1950317709_1, offset: 0, srvID: 14dd98b2-4bfd-4f54-9d1d-21020dba521b, blockid: BP-808400760-10.240.0.164-1779112805857:blk_1073741834_1010, duration(ns): 2831945
2026-05-18 14:00:11,557 INFO  [PacketResponder: BP-808400760-10.240.0.164-1779112805857:blk_1073741834_1010, type=LAST_IN_PIPELINE] datanode.DataNode (BlockReceiver.java:run(1549)) - PacketResponder: BP-808400760-10.240.0.164-1779112805857:blk_1073741834_1010, type=LAST_IN_PIPELINE terminating
2026-05-18 14:00:11,560 INFO  [Block report processor] BlockStateChange (BlockManager.java:addStoredBlock(3777)) - BLOCK* addStoredBlock: 127.0.0.1:44883 is added to blk_1073741834_1010 (size=92)
2026-05-18 14:00:11,560 INFO  [IPC Server handler 8 on default port 39437] hdfs.StateChange (FSNamesystem.java:completeFile(3239)) - DIR* completeFile: /id_taco-taco/1779112790000/.kudu-metadata.json is closed by DFSClient_NONMAPREDUCE_1950317709_1
2026-05-18 14:00:11,562 INFO  [main] backup.BackupIO (BackupIO.scala:writeTableMetadata(95)) - Writing metadata to hdfs://localhost:39437/id_taco-taco/1779112795000/.kudu-metadata.json
2026-05-18 14:00:11,564 INFO  [IPC Server handler 0 on default port 39437] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=create	src=/id_taco-taco/1779112795000/.kudu-metadata.json	dst=null	perm=slave:supergroup:rw-r--r--	proto=rpc
2026-05-18 14:00:11,568 INFO  [IPC Server handler 3 on default port 39437] hdfs.StateChange (FSDirWriteFileOp.java:logAllocatedBlock(801)) - BLOCK* allocate blk_1073741835_1011, replicas=127.0.0.1:44883 for /id_taco-taco/1779112795000/.kudu-metadata.json
2026-05-18 14:00:11,570 INFO  [DataXceiver for client DFSClient_NONMAPREDUCE_1950317709_1 at /127.0.0.1:50254 [Receiving block BP-808400760-10.240.0.164-1779112805857:blk_1073741835_1011]] datanode.DataNode (DataXceiver.java:writeBlock(759)) - Receiving BP-808400760-10.240.0.164-1779112805857:blk_1073741835_1011 src: /127.0.0.1:50254 dest: /127.0.0.1:44883
2026-05-18 14:00:11,573 INFO  [PacketResponder: BP-808400760-10.240.0.164-1779112805857:blk_1073741835_1011, type=LAST_IN_PIPELINE] DataNode.clienttrace (BlockReceiver.java:finalizeBlock(1576)) - src: /127.0.0.1:50254, dest: /127.0.0.1:44883, volume: /tmp/hdfs-test4487218098256654243/data/data1, bytes: 121, op: HDFS_WRITE, cliID: DFSClient_NONMAPREDUCE_1950317709_1, offset: 0, srvID: 14dd98b2-4bfd-4f54-9d1d-21020dba521b, blockid: BP-808400760-10.240.0.164-1779112805857:blk_1073741835_1011, duration(ns): 1339991
2026-05-18 14:00:11,574 INFO  [PacketResponder: BP-808400760-10.240.0.164-1779112805857:blk_1073741835_1011, type=LAST_IN_PIPELINE] datanode.DataNode (BlockReceiver.java:run(1549)) - PacketResponder: BP-808400760-10.240.0.164-1779112805857:blk_1073741835_1011, type=LAST_IN_PIPELINE terminating
2026-05-18 14:00:11,575 INFO  [Block report processor] BlockStateChange (BlockManager.java:addStoredBlock(3777)) - BLOCK* addStoredBlock: 127.0.0.1:44883 is added to blk_1073741835_1011 (size=121)
2026-05-18 14:00:11,576 INFO  [IPC Server handler 7 on default port 39437] hdfs.StateChange (FSNamesystem.java:completeFile(3239)) - DIR* completeFile: /id_taco-taco/1779112795000/.kudu-metadata.json is closed by DFSClient_NONMAPREDUCE_1950317709_1
2026-05-18 14:00:11,577 INFO  [main] backup.BackupIO (BackupIO.scala:writeTableMetadata(95)) - Writing metadata to hdfs://localhost:39437/id_taco-taco/1779112800000/.kudu-metadata.json
2026-05-18 14:00:11,580 INFO  [IPC Server handler 9 on default port 39437] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=create	src=/id_taco-taco/1779112800000/.kudu-metadata.json	dst=null	perm=slave:supergroup:rw-r--r--	proto=rpc
2026-05-18 14:00:11,584 INFO  [IPC Server handler 2 on default port 39437] hdfs.StateChange (FSDirWriteFileOp.java:logAllocatedBlock(801)) - BLOCK* allocate blk_1073741836_1012, replicas=127.0.0.1:44883 for /id_taco-taco/1779112800000/.kudu-metadata.json
2026-05-18 14:00:11,588 INFO  [DataXceiver for client DFSClient_NONMAPREDUCE_1950317709_1 at /127.0.0.1:50258 [Receiving block BP-808400760-10.240.0.164-1779112805857:blk_1073741836_1012]] datanode.DataNode (DataXceiver.java:writeBlock(759)) - Receiving BP-808400760-10.240.0.164-1779112805857:blk_1073741836_1012 src: /127.0.0.1:50258 dest: /127.0.0.1:44883
2026-05-18 14:00:11,592 INFO  [PacketResponder: BP-808400760-10.240.0.164-1779112805857:blk_1073741836_1012, type=LAST_IN_PIPELINE] DataNode.clienttrace (BlockReceiver.java:finalizeBlock(1576)) - src: /127.0.0.1:50258, dest: /127.0.0.1:44883, volume: /tmp/hdfs-test4487218098256654243/data/data2, bytes: 121, op: HDFS_WRITE, cliID: DFSClient_NONMAPREDUCE_1950317709_1, offset: 0, srvID: 14dd98b2-4bfd-4f54-9d1d-21020dba521b, blockid: BP-808400760-10.240.0.164-1779112805857:blk_1073741836_1012, duration(ns): 2500800
2026-05-18 14:00:11,593 INFO  [PacketResponder: BP-808400760-10.240.0.164-1779112805857:blk_1073741836_1012, type=LAST_IN_PIPELINE] datanode.DataNode (BlockReceiver.java:run(1549)) - PacketResponder: BP-808400760-10.240.0.164-1779112805857:blk_1073741836_1012, type=LAST_IN_PIPELINE terminating
2026-05-18 14:00:11,595 INFO  [IPC Server handler 1 on default port 39437] namenode.FSNamesystem (FSNamesystem.java:checkBlocksComplete(3286)) - BLOCK* blk_1073741836_1012 is COMMITTED but not COMPLETE(numNodes= 0 <  minimum = 1) in file /id_taco-taco/1779112800000/.kudu-metadata.json
2026-05-18 14:00:11,595 INFO  [Block report processor] BlockStateChange (BlockManager.java:addStoredBlock(3777)) - BLOCK* addStoredBlock: 127.0.0.1:44883 is added to blk_1073741836_1012 (size=121)
2026-05-18 14:00:11,999 INFO  [IPC Server handler 6 on default port 39437] hdfs.StateChange (FSNamesystem.java:completeFile(3239)) - DIR* completeFile: /id_taco-taco/1779112800000/.kudu-metadata.json is closed by DFSClient_NONMAPREDUCE_1950317709_1
2026-05-18 14:00:12,000 INFO  [main] backup.BackupIO (BackupIO.scala:writeTableMetadata(95)) - Writing metadata to hdfs://localhost:39437/id_taco-taco/1779112805000/.kudu-metadata.json
2026-05-18 14:00:12,003 INFO  [IPC Server handler 8 on default port 39437] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=create	src=/id_taco-taco/1779112805000/.kudu-metadata.json	dst=null	perm=slave:supergroup:rw-r--r--	proto=rpc
2026-05-18 14:00:12,008 INFO  [IPC Server handler 0 on default port 39437] hdfs.StateChange (FSDirWriteFileOp.java:logAllocatedBlock(801)) - BLOCK* allocate blk_1073741837_1013, replicas=127.0.0.1:44883 for /id_taco-taco/1779112805000/.kudu-metadata.json
2026-05-18 14:00:12,012 INFO  [DataXceiver for client DFSClient_NONMAPREDUCE_1950317709_1 at /127.0.0.1:50274 [Receiving block BP-808400760-10.240.0.164-1779112805857:blk_1073741837_1013]] datanode.DataNode (DataXceiver.java:writeBlock(759)) - Receiving BP-808400760-10.240.0.164-1779112805857:blk_1073741837_1013 src: /127.0.0.1:50274 dest: /127.0.0.1:44883
2026-05-18 14:00:12,016 INFO  [PacketResponder: BP-808400760-10.240.0.164-1779112805857:blk_1073741837_1013, type=LAST_IN_PIPELINE] DataNode.clienttrace (BlockReceiver.java:finalizeBlock(1576)) - src: /127.0.0.1:50274, dest: /127.0.0.1:44883, volume: /tmp/hdfs-test4487218098256654243/data/data1, bytes: 121, op: HDFS_WRITE, cliID: DFSClient_NONMAPREDUCE_1950317709_1, offset: 0, srvID: 14dd98b2-4bfd-4f54-9d1d-21020dba521b, blockid: BP-808400760-10.240.0.164-1779112805857:blk_1073741837_1013, duration(ns): 1921087
2026-05-18 14:00:12,016 INFO  [PacketResponder: BP-808400760-10.240.0.164-1779112805857:blk_1073741837_1013, type=LAST_IN_PIPELINE] datanode.DataNode (BlockReceiver.java:run(1549)) - PacketResponder: BP-808400760-10.240.0.164-1779112805857:blk_1073741837_1013, type=LAST_IN_PIPELINE terminating
2026-05-18 14:00:12,017 INFO  [Block report processor] BlockStateChange (BlockManager.java:addStoredBlock(3777)) - BLOCK* addStoredBlock: 127.0.0.1:44883 is added to blk_1073741837_1013 (size=121)
2026-05-18 14:00:12,020 INFO  [IPC Server handler 7 on default port 39437] hdfs.StateChange (FSNamesystem.java:completeFile(3239)) - DIR* completeFile: /id_taco-taco/1779112805000/.kudu-metadata.json is closed by DFSClient_NONMAPREDUCE_1950317709_1
2026-05-18 14:00:12,021 INFO  [main] backup.BackupIO (BackupIO.scala:writeTableMetadata(95)) - Writing metadata to hdfs://localhost:39437/id_taco-taco/1779112807000/.kudu-metadata.json
2026-05-18 14:00:12,024 INFO  [IPC Server handler 9 on default port 39437] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=create	src=/id_taco-taco/1779112807000/.kudu-metadata.json	dst=null	perm=slave:supergroup:rw-r--r--	proto=rpc
2026-05-18 14:00:12,027 INFO  [IPC Server handler 2 on default port 39437] hdfs.StateChange (FSDirWriteFileOp.java:logAllocatedBlock(801)) - BLOCK* allocate blk_1073741838_1014, replicas=127.0.0.1:44883 for /id_taco-taco/1779112807000/.kudu-metadata.json
2026-05-18 14:00:12,030 INFO  [DataXceiver for client DFSClient_NONMAPREDUCE_1950317709_1 at /127.0.0.1:50288 [Receiving block BP-808400760-10.240.0.164-1779112805857:blk_1073741838_1014]] datanode.DataNode (DataXceiver.java:writeBlock(759)) - Receiving BP-808400760-10.240.0.164-1779112805857:blk_1073741838_1014 src: /127.0.0.1:50288 dest: /127.0.0.1:44883
2026-05-18 14:00:12,035 INFO  [PacketResponder: BP-808400760-10.240.0.164-1779112805857:blk_1073741838_1014, type=LAST_IN_PIPELINE] DataNode.clienttrace (BlockReceiver.java:finalizeBlock(1576)) - src: /127.0.0.1:50288, dest: /127.0.0.1:44883, volume: /tmp/hdfs-test4487218098256654243/data/data2, bytes: 121, op: HDFS_WRITE, cliID: DFSClient_NONMAPREDUCE_1950317709_1, offset: 0, srvID: 14dd98b2-4bfd-4f54-9d1d-21020dba521b, blockid: BP-808400760-10.240.0.164-1779112805857:blk_1073741838_1014, duration(ns): 2684020
2026-05-18 14:00:12,036 INFO  [PacketResponder: BP-808400760-10.240.0.164-1779112805857:blk_1073741838_1014, type=LAST_IN_PIPELINE] datanode.DataNode (BlockReceiver.java:run(1549)) - PacketResponder: BP-808400760-10.240.0.164-1779112805857:blk_1073741838_1014, type=LAST_IN_PIPELINE terminating
2026-05-18 14:00:12,037 INFO  [Block report processor] BlockStateChange (BlockManager.java:addStoredBlock(3777)) - BLOCK* addStoredBlock: 127.0.0.1:44883 is added to blk_1073741838_1014 (size=121)
2026-05-18 14:00:12,037 INFO  [IPC Server handler 1 on default port 39437] hdfs.StateChange (FSNamesystem.java:completeFile(3239)) - DIR* completeFile: /id_taco-taco/1779112807000/.kudu-metadata.json is closed by DFSClient_NONMAPREDUCE_1950317709_1
2026-05-18 14:00:12,062 INFO  [IPC Server handler 6 on default port 39437] 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:00:12,065 INFO  [IPC Server handler 8 on default port 39437] 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:00:12,067 INFO  [IPC Server handler 3 on default port 39437] 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:00:12,071 INFO  [IPC Server handler 0 on default port 39437] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779112789000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:00:12,073 INFO  [IPC Server handler 5 on default port 39437] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=open	src=/id_taco-taco/1779112789000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:00:12,079 INFO  [IPC Server handler 7 on default port 39437] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779112790000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:00:12,082 INFO  [IPC Server handler 9 on default port 39437] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=open	src=/id_taco-taco/1779112790000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:00:12,091 INFO  [IPC Server handler 2 on default port 39437] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779112794000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:00:12,097 INFO  [IPC Server handler 4 on default port 39437] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=open	src=/id_taco-taco/1779112794000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:00:12,103 INFO  [IPC Server handler 1 on default port 39437] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779112795000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:00:12,105 INFO  [IPC Server handler 6 on default port 39437] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=open	src=/id_taco-taco/1779112795000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:00:12,109 INFO  [IPC Server handler 8 on default port 39437] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779112799000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:00:12,112 INFO  [IPC Server handler 3 on default port 39437] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=open	src=/id_taco-taco/1779112799000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:00:12,117 INFO  [IPC Server handler 0 on default port 39437] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779112800000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:00:12,119 INFO  [IPC Server handler 5 on default port 39437] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=open	src=/id_taco-taco/1779112800000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:00:12,125 INFO  [IPC Server handler 7 on default port 39437] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779112804000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:00:12,127 INFO  [IPC Server handler 9 on default port 39437] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=open	src=/id_taco-taco/1779112804000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:00:12,133 INFO  [IPC Server handler 2 on default port 39437] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779112805000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:00:12,135 INFO  [IPC Server handler 4 on default port 39437] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=open	src=/id_taco-taco/1779112805000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:00:12,142 INFO  [IPC Server handler 1 on default port 39437] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779112807000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:00:12,144 INFO  [IPC Server handler 6 on default port 39437] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=open	src=/id_taco-taco/1779112807000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:00:12,150 INFO  [IPC Server handler 8 on default port 39437] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779112808000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:00:12,152 INFO  [IPC Server handler 3 on default port 39437] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=open	src=/id_taco-taco/1779112808000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:00:12,157 INFO  [main] backup.BackupIO (BackupIO.scala:readTableBackups(236)) - Found 10 paths in hdfs://localhost:39437/id_taco-taco
checking existence of hdfs://localhost:39437/id_taco-taco/1779112784000/.kudu-metadata.json
2026-05-18 14:00:12,164 INFO  [IPC Server handler 0 on default port 39437] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779112784000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
checking existence of hdfs://localhost:39437/id_taco-taco/1779112788000/.kudu-metadata.json
2026-05-18 14:00:12,166 INFO  [IPC Server handler 5 on default port 39437] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779112788000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
checking existence of hdfs://localhost:39437/id_taco-taco/1779112793000/.kudu-metadata.json
2026-05-18 14:00:12,168 INFO  [IPC Server handler 7 on default port 39437] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779112793000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
checking existence of hdfs://localhost:39437/id_taco-taco/1779112789000/.kudu-metadata.json
2026-05-18 14:00:12,171 INFO  [IPC Server handler 9 on default port 39437] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779112789000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
checking existence of hdfs://localhost:39437/id_taco-taco/1779112794000/.kudu-metadata.json
2026-05-18 14:00:12,173 INFO  [IPC Server handler 2 on default port 39437] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779112794000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
checking existence of hdfs://localhost:39437/id_taco-taco/1779112799000/.kudu-metadata.json
2026-05-18 14:00:12,175 INFO  [IPC Server handler 4 on default port 39437] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779112799000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
checking existence of hdfs://localhost:39437/id_taco-taco/1779112804000/.kudu-metadata.json
2026-05-18 14:00:12,177 INFO  [IPC Server handler 1 on default port 39437] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779112804000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
checking existence of hdfs://localhost:39437/id_taco-taco/1779112808000/.kudu-metadata.json
2026-05-18 14:00:12,179 INFO  [IPC Server handler 6 on default port 39437] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779112808000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
checking existence of hdfs://localhost:39437/id_taco-taco/1779112790000/.kudu-metadata.json
2026-05-18 14:00:12,181 INFO  [IPC Server handler 8 on default port 39437] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779112790000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
checking existence of hdfs://localhost:39437/id_taco-taco/1779112795000/.kudu-metadata.json
2026-05-18 14:00:12,183 INFO  [IPC Server handler 3 on default port 39437] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779112795000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
checking existence of hdfs://localhost:39437/id_taco-taco/1779112800000/.kudu-metadata.json
2026-05-18 14:00:12,185 INFO  [IPC Server handler 0 on default port 39437] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779112800000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
checking existence of hdfs://localhost:39437/id_taco-taco/1779112805000/.kudu-metadata.json
2026-05-18 14:00:12,187 INFO  [IPC Server handler 5 on default port 39437] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779112805000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
checking existence of hdfs://localhost:39437/id_taco-taco/1779112807000/.kudu-metadata.json
2026-05-18 14:00:12,189 INFO  [IPC Server handler 7 on default port 39437] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779112807000/.kudu-metadata.json	dst=null	perm=null	proto=rpc

Time: 8.088

OK (1 test)

2026-05-18 14:00:12,203 WARN  [shutdown-hook-0] impl.FsDatasetImpl (BlockPoolSlice.java:saveDfsUsed(413)) - Failed to write dfsUsed to /tmp/hdfs-test4487218098256654243/data/data1/current/BP-808400760-10.240.0.164-1779112805857/current/dfsUsed
java.nio.file.NoSuchFileException: /tmp/hdfs-test4487218098256654243/data/data1/current/BP-808400760-10.240.0.164-1779112805857/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:00:12,207 WARN  [shutdown-hook-0] impl.FsDatasetImpl (BlockPoolSlice.java:saveDfsUsed(413)) - Failed to write dfsUsed to /tmp/hdfs-test4487218098256654243/data/data2/current/BP-808400760-10.240.0.164-1779112805857/current/dfsUsed
java.nio.file.NoSuchFileException: /tmp/hdfs-test4487218098256654243/data/data2/current/BP-808400760-10.240.0.164-1779112805857/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:00:12,207 INFO  [shutdown-hook-0] namenode.FSImage (FSImage.java:lambda$run$0(1057)) - FSImageSaver clean checkpoint: txid=0 when meet shutdown.
2026-05-18 14:00:12,207 INFO  [shutdown-hook-0] namenode.FSImage (FSImage.java:lambda$run$0(1057)) - FSImageSaver clean checkpoint: txid=0 when meet shutdown.
