JUnit version 4.13.2
.2026-05-18 14:07:38,754 INFO  [main] hdfs.MiniDFSCluster (MiniDFSCluster.java:<init>(569)) - starting cluster: numNameNodes=1, numDataNodes=1
2026-05-18 14:07:39,187 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:07:39,296 INFO  [main] namenode.NameNode (NameNode.java:format(1393)) - Formatting using clusterid: testClusterID
2026-05-18 14:07:39,311 INFO  [main] namenode.FSEditLog (FSEditLog.java:newInstance(238)) - Edit logging is async:true
2026-05-18 14:07:39,337 INFO  [main] namenode.FSNamesystem (FSNamesystem.java:<init>(869)) - KeyProvider: null
2026-05-18 14:07:39,339 INFO  [main] namenode.FSNamesystem (FSNamesystemLock.java:<init>(142)) - fsLock is fair: true
2026-05-18 14:07:39,339 INFO  [main] namenode.FSNamesystem (FSNamesystemLock.java:<init>(160)) - Detailed lock hold time metrics enabled: false
2026-05-18 14:07:39,375 INFO  [main] namenode.FSNamesystem (FSNamesystem.java:<init>(904)) - fsOwner                = slave (auth:SIMPLE)
2026-05-18 14:07:39,376 INFO  [main] namenode.FSNamesystem (FSNamesystem.java:<init>(905)) - supergroup             = supergroup
2026-05-18 14:07:39,376 INFO  [main] namenode.FSNamesystem (FSNamesystem.java:<init>(906)) - isPermissionEnabled    = true
2026-05-18 14:07:39,376 INFO  [main] namenode.FSNamesystem (FSNamesystem.java:<init>(907)) - isStoragePolicyEnabled = true
2026-05-18 14:07:39,377 INFO  [main] namenode.FSNamesystem (FSNamesystem.java:<init>(918)) - HA Enabled: false
2026-05-18 14:07:39,413 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:07:39,527 INFO  [main] blockmanagement.DatanodeManager (DatanodeManager.java:stopSlowPeerCollector(412)) - Slow peers collection thread shutdown
2026-05-18 14:07:39,531 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:07:39,533 INFO  [main] blockmanagement.DatanodeManager (DatanodeManager.java:setBlockInvalidateLimit(2182)) - dfs.block.invalidate.limit : configured=1000, counted=60, effected=1000
2026-05-18 14:07:39,533 INFO  [main] blockmanagement.DatanodeManager (DatanodeManager.java:<init>(320)) - dfs.namenode.datanode.registration.ip-hostname-check=true
2026-05-18 14:07:39,536 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:07:39,536 INFO  [main] blockmanagement.BlockManager (InvalidateBlocks.java:printBlockDeletionTime(83)) - The block deletion will start around 2026 May 18 14:07:39
2026-05-18 14:07:39,537 INFO  [main] util.GSet (LightWeightGSet.java:computeCapacity(408)) - Computing capacity for map BlocksMap
2026-05-18 14:07:39,538 INFO  [main] util.GSet (LightWeightGSet.java:computeCapacity(409)) - VM type       = 64-bit
2026-05-18 14:07:39,539 INFO  [main] util.GSet (LightWeightGSet.java:computeCapacity(410)) - 2.0% max memory 3.7 GB = 75.0 MB
2026-05-18 14:07:39,539 INFO  [main] util.GSet (LightWeightGSet.java:computeCapacity(415)) - capacity      = 2^23 = 8388608 entries
2026-05-18 14:07:39,568 INFO  [main] blockmanagement.BlockManager (BlockManager.java:createSPSManager(5778)) - Storage policy satisfier is disabled
2026-05-18 14:07:39,568 INFO  [main] blockmanagement.BlockManager (BlockManager.java:createBlockTokenSecretManager(696)) - dfs.block.access.token.enable = false
2026-05-18 14:07:39,573 INFO  [main] blockmanagement.BlockManagerSafeMode (BlockManagerSafeMode.java:<init>(656)) - Using 1000 as SafeModeMonitor Interval
2026-05-18 14:07:39,573 INFO  [main] blockmanagement.BlockManagerSafeMode (BlockManagerSafeMode.java:<init>(161)) - dfs.namenode.safemode.threshold-pct = 0.999
2026-05-18 14:07:39,573 INFO  [main] blockmanagement.BlockManagerSafeMode (BlockManagerSafeMode.java:<init>(162)) - dfs.namenode.safemode.min.datanodes = 0
2026-05-18 14:07:39,573 INFO  [main] blockmanagement.BlockManagerSafeMode (BlockManagerSafeMode.java:<init>(164)) - dfs.namenode.safemode.extension = 0
2026-05-18 14:07:39,574 INFO  [main] blockmanagement.BlockManager (BlockManager.java:printInitialConfigs(682)) - defaultReplication         = 1
2026-05-18 14:07:39,574 INFO  [main] blockmanagement.BlockManager (BlockManager.java:printInitialConfigs(683)) - maxReplication             = 512
2026-05-18 14:07:39,574 INFO  [main] blockmanagement.BlockManager (BlockManager.java:printInitialConfigs(684)) - minReplication             = 1
2026-05-18 14:07:39,574 INFO  [main] blockmanagement.BlockManager (BlockManager.java:printInitialConfigs(685)) - maxReplicationStreams      = 2
2026-05-18 14:07:39,574 INFO  [main] blockmanagement.BlockManager (BlockManager.java:printInitialConfigs(686)) - redundancyRecheckInterval  = 3000ms
2026-05-18 14:07:39,575 INFO  [main] blockmanagement.BlockManager (BlockManager.java:printInitialConfigs(687)) - encryptDataTransfer        = false
2026-05-18 14:07:39,575 INFO  [main] blockmanagement.BlockManager (BlockManager.java:printInitialConfigs(688)) - maxNumBlocksToLog          = 1000
2026-05-18 14:07:39,605 INFO  [main] namenode.FSDirectory (SerialNumberManager.java:<clinit>(51)) - GLOBAL serial map: bits=29 maxEntries=536870911
2026-05-18 14:07:39,606 INFO  [main] namenode.FSDirectory (SerialNumberManager.java:<clinit>(51)) - USER serial map: bits=24 maxEntries=16777215
2026-05-18 14:07:39,606 INFO  [main] namenode.FSDirectory (SerialNumberManager.java:<clinit>(51)) - GROUP serial map: bits=24 maxEntries=16777215
2026-05-18 14:07:39,606 INFO  [main] namenode.FSDirectory (SerialNumberManager.java:<clinit>(51)) - XATTR serial map: bits=24 maxEntries=16777215
2026-05-18 14:07:39,614 INFO  [main] util.GSet (LightWeightGSet.java:computeCapacity(408)) - Computing capacity for map INodeMap
2026-05-18 14:07:39,614 INFO  [main] util.GSet (LightWeightGSet.java:computeCapacity(409)) - VM type       = 64-bit
2026-05-18 14:07:39,615 INFO  [main] util.GSet (LightWeightGSet.java:computeCapacity(410)) - 1.0% max memory 3.7 GB = 37.5 MB
2026-05-18 14:07:39,615 INFO  [main] util.GSet (LightWeightGSet.java:computeCapacity(415)) - capacity      = 2^22 = 4194304 entries
2026-05-18 14:07:39,628 INFO  [main] namenode.FSDirectory (FSDirectory.java:<init>(339)) - ACLs enabled? true
2026-05-18 14:07:39,628 INFO  [main] namenode.FSDirectory (FSDirectory.java:<init>(343)) - POSIX ACL inheritance enabled? true
2026-05-18 14:07:39,628 INFO  [main] namenode.FSDirectory (FSDirectory.java:<init>(347)) - XAttrs enabled? true
2026-05-18 14:07:39,628 INFO  [main] namenode.NameNode (FSDirectory.java:<init>(414)) - Caching file names occurring more than 10 times
2026-05-18 14:07:39,634 INFO  [main] snapshot.SnapshotManager (SnapshotManager.java:<init>(163)) - Loaded config captureOpenFiles: false, skipCaptureAccessTimeOnlyChange: false, snapshotDiffAllowSnapRootDescendant: true, maxSnapshotFSLimit: 65536, maxSnapshotLimit: 65536
2026-05-18 14:07:39,634 INFO  [main] snapshot.SnapshotManager (SnapshotManager.java:<init>(176)) - dfs.namenode.snapshot.deletion.ordered = false
2026-05-18 14:07:39,636 INFO  [main] snapshot.SnapshotManager (DirectoryDiffListFactory.java:init(43)) - SkipList is disabled
2026-05-18 14:07:39,639 INFO  [main] util.GSet (LightWeightGSet.java:computeCapacity(408)) - Computing capacity for map cachedBlocks
2026-05-18 14:07:39,639 INFO  [main] util.GSet (LightWeightGSet.java:computeCapacity(409)) - VM type       = 64-bit
2026-05-18 14:07:39,640 INFO  [main] util.GSet (LightWeightGSet.java:computeCapacity(410)) - 0.25% max memory 3.7 GB = 9.4 MB
2026-05-18 14:07:39,640 INFO  [main] util.GSet (LightWeightGSet.java:computeCapacity(415)) - capacity      = 2^20 = 1048576 entries
2026-05-18 14:07:39,650 INFO  [main] metrics.TopMetrics (TopMetrics.java:logConf(76)) - NNTop conf: dfs.namenode.top.window.num.buckets = 10
2026-05-18 14:07:39,650 INFO  [main] metrics.TopMetrics (TopMetrics.java:logConf(78)) - NNTop conf: dfs.namenode.top.num.users = 10
2026-05-18 14:07:39,650 INFO  [main] metrics.TopMetrics (TopMetrics.java:logConf(80)) - NNTop conf: dfs.namenode.top.windows.minutes = 1,5,25
2026-05-18 14:07:39,653 INFO  [main] namenode.FSNamesystem (FSNamesystem.java:initRetryCache(1158)) - Retry cache on namenode is enabled
2026-05-18 14:07:39,653 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:07:39,656 INFO  [main] util.GSet (LightWeightGSet.java:computeCapacity(408)) - Computing capacity for map NameNodeRetryCache
2026-05-18 14:07:39,656 INFO  [main] util.GSet (LightWeightGSet.java:computeCapacity(409)) - VM type       = 64-bit
2026-05-18 14:07:39,656 INFO  [main] util.GSet (LightWeightGSet.java:computeCapacity(410)) - 0.029999999329447746% max memory 3.7 GB = 1.1 MB
2026-05-18 14:07:39,657 INFO  [main] util.GSet (LightWeightGSet.java:computeCapacity(415)) - capacity      = 2^17 = 131072 entries
2026-05-18 14:07:39,683 INFO  [main] namenode.FSImage (FSImage.java:format(186)) - Allocated new BlockPoolId: BP-1993707166-10.240.0.189-1779113259675
2026-05-18 14:07:39,699 INFO  [main] common.Storage (NNStorage.java:format(595)) - Storage directory /tmp/hdfs-test7882522262564646936/name-0-1 has been successfully formatted.
2026-05-18 14:07:39,704 INFO  [main] common.Storage (NNStorage.java:format(595)) - Storage directory /tmp/hdfs-test7882522262564646936/name-0-2 has been successfully formatted.
2026-05-18 14:07:39,736 INFO  [FSImageSaver for /tmp/hdfs-test7882522262564646936/name-0-2 of type IMAGE_AND_EDITS] namenode.FSImageFormatProtobuf (FSImageFormatProtobuf.java:save(732)) - Saving image file /tmp/hdfs-test7882522262564646936/name-0-2/current/fsimage.ckpt_0000000000000000000 using no compression
2026-05-18 14:07:39,736 INFO  [FSImageSaver for /tmp/hdfs-test7882522262564646936/name-0-1 of type IMAGE_AND_EDITS] namenode.FSImageFormatProtobuf (FSImageFormatProtobuf.java:save(732)) - Saving image file /tmp/hdfs-test7882522262564646936/name-0-1/current/fsimage.ckpt_0000000000000000000 using no compression
2026-05-18 14:07:39,860 INFO  [FSImageSaver for /tmp/hdfs-test7882522262564646936/name-0-1 of type IMAGE_AND_EDITS] namenode.FSImageFormatProtobuf (FSImageFormatProtobuf.java:save(736)) - Image file /tmp/hdfs-test7882522262564646936/name-0-1/current/fsimage.ckpt_0000000000000000000 of size 400 bytes saved in 0 seconds .
2026-05-18 14:07:39,864 INFO  [FSImageSaver for /tmp/hdfs-test7882522262564646936/name-0-2 of type IMAGE_AND_EDITS] namenode.FSImageFormatProtobuf (FSImageFormatProtobuf.java:save(736)) - Image file /tmp/hdfs-test7882522262564646936/name-0-2/current/fsimage.ckpt_0000000000000000000 of size 400 bytes saved in 0 seconds .
2026-05-18 14:07:39,880 INFO  [main] namenode.NNStorageRetentionManager (NNStorageRetentionManager.java:getImageTxIdToRetain(205)) - Going to retain 1 images with txid >= 0
2026-05-18 14:07:39,887 INFO  [main] blockmanagement.DatanodeManager (DatanodeManager.java:stopSlowPeerCollector(412)) - Slow peers collection thread shutdown
2026-05-18 14:07:39,919 INFO  [main] namenode.FSNamesystem (FSNamesystem.java:stopActiveServices(1509)) - Stopping services started for active state
2026-05-18 14:07:39,920 INFO  [main] namenode.FSNamesystem (FSNamesystem.java:stopStandbyServices(1613)) - Stopping services started for standby state
2026-05-18 14:07:39,921 INFO  [main] namenode.NameNode (NameNode.java:createNameNode(1846)) - createNameNode []
2026-05-18 14:07:39,980 WARN  [main] impl.MetricsConfig (MetricsConfig.java:loadFirst(138)) - Cannot locate configuration: tried hadoop-metrics2-namenode.properties,hadoop-metrics2.properties
2026-05-18 14:07:40,058 INFO  [main] impl.MetricsSystemImpl (MetricsSystemImpl.java:startTimer(378)) - Scheduled Metric snapshot period at 10 second(s).
2026-05-18 14:07:40,058 INFO  [main] impl.MetricsSystemImpl (MetricsSystemImpl.java:start(191)) - NameNode metrics system started
2026-05-18 14:07:40,064 INFO  [main] namenode.NameNodeUtils (NameNodeUtils.java:getClientNamenodeAddress(79)) - fs.defaultFS is hdfs://127.0.0.1:0
2026-05-18 14:07:40,106 INFO  [org.apache.hadoop.util.JvmPauseMonitor$Monitor@3e58d65e] util.JvmPauseMonitor (JvmPauseMonitor.java:run(185)) - Starting JVM pause monitor
2026-05-18 14:07:40,121 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:07:40,125 INFO  [main] hdfs.DFSUtil (DFSUtil.java:httpServerTemplateForNNAndJN(1791)) - Starting Web-server for hdfs at: http://localhost:0
2026-05-18 14:07:40,138 INFO  [main] util.log (Log.java:initialized(170)) - Logging initialized @2213ms to org.eclipse.jetty.util.log.Slf4jLog
2026-05-18 14:07:40,225 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:07:40,256 INFO  [main] http.HttpServer2 (HttpServer2.java:addGlobalFilter(1205)) - Added global filter 'safety' (class=org.apache.hadoop.http.HttpServer2$QuotingInputFilter)
2026-05-18 14:07:40,260 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:07:40,260 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:07:40,263 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:07:40,263 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:07:40,267 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:07:40,306 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:07:40,319 INFO  [main] http.HttpServer2 (HttpServer2.java:bindListener(1452)) - Jetty bound to port 41045
2026-05-18 14:07:40,321 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:07:40,354 INFO  [main] server.session (DefaultSessionIdManager.java:doStart(334)) - DefaultSessionIdManager workerName=node0
2026-05-18 14:07:40,354 INFO  [main] server.session (DefaultSessionIdManager.java:doStart(339)) - No SessionScavenger set, using defaults
2026-05-18 14:07:40,356 INFO  [main] server.session (HouseKeeper.java:startScavenging(132)) - node0 Scavenging every 600000ms
2026-05-18 14:07:40,376 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:07:40,380 INFO  [main] handler.ContextHandler (ContextHandler.java:doStart(921)) - Started o.e.j.s.ServletContextHandler@388b401d{static,/static,jar:file:/tmp/dist-test-taskIyYnJW/java/build/jars/hadoop-hdfs-3.4.1-tests.jar!/webapps/static,AVAILABLE}
2026-05-18 14:07:40,673 INFO  [main] handler.ContextHandler (ContextHandler.java:doStart(921)) - Started o.e.j.w.WebAppContext@31da3d60{hdfs,/,file:///tmp/jetty-localhost-41045-hadoop-hdfs-3_4_1-tests_jar-_-any-15144176064481262270/webapp/,AVAILABLE}{jar:file:/tmp/dist-test-taskIyYnJW/java/build/jars/hadoop-hdfs-3.4.1-tests.jar!/webapps/hdfs}
2026-05-18 14:07:40,685 INFO  [main] server.AbstractConnector (AbstractConnector.java:doStart(333)) - Started ServerConnector@2788d0fe{HTTP/1.1, (http/1.1)}{localhost:41045}
2026-05-18 14:07:40,685 INFO  [main] server.Server (Server.java:doStart(415)) - Started @2760ms
2026-05-18 14:07:40,705 INFO  [main] namenode.FSEditLog (FSEditLog.java:newInstance(238)) - Edit logging is async:true
2026-05-18 14:07:40,730 INFO  [main] namenode.FSNamesystem (FSNamesystem.java:<init>(869)) - KeyProvider: null
2026-05-18 14:07:40,730 INFO  [main] namenode.FSNamesystem (FSNamesystemLock.java:<init>(142)) - fsLock is fair: true
2026-05-18 14:07:40,730 INFO  [main] namenode.FSNamesystem (FSNamesystemLock.java:<init>(160)) - Detailed lock hold time metrics enabled: false
2026-05-18 14:07:40,731 INFO  [main] namenode.FSNamesystem (FSNamesystem.java:<init>(904)) - fsOwner                = slave (auth:SIMPLE)
2026-05-18 14:07:40,731 INFO  [main] namenode.FSNamesystem (FSNamesystem.java:<init>(905)) - supergroup             = supergroup
2026-05-18 14:07:40,731 INFO  [main] namenode.FSNamesystem (FSNamesystem.java:<init>(906)) - isPermissionEnabled    = true
2026-05-18 14:07:40,731 INFO  [main] namenode.FSNamesystem (FSNamesystem.java:<init>(907)) - isStoragePolicyEnabled = true
2026-05-18 14:07:40,731 INFO  [main] namenode.FSNamesystem (FSNamesystem.java:<init>(918)) - HA Enabled: false
2026-05-18 14:07:40,732 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:07:40,732 INFO  [main] blockmanagement.DatanodeManager (DatanodeManager.java:stopSlowPeerCollector(412)) - Slow peers collection thread shutdown
2026-05-18 14:07:40,733 INFO  [main] blockmanagement.DatanodeManager (DatanodeManager.java:setBlockInvalidateLimit(2182)) - dfs.block.invalidate.limit : configured=1000, counted=60, effected=1000
2026-05-18 14:07:40,733 INFO  [main] blockmanagement.DatanodeManager (DatanodeManager.java:<init>(320)) - dfs.namenode.datanode.registration.ip-hostname-check=true
2026-05-18 14:07:40,734 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:07:40,734 INFO  [main] blockmanagement.BlockManager (InvalidateBlocks.java:printBlockDeletionTime(83)) - The block deletion will start around 2026 May 18 14:07:40
2026-05-18 14:07:40,734 INFO  [main] util.GSet (LightWeightGSet.java:computeCapacity(408)) - Computing capacity for map BlocksMap
2026-05-18 14:07:40,735 INFO  [main] util.GSet (LightWeightGSet.java:computeCapacity(409)) - VM type       = 64-bit
2026-05-18 14:07:40,735 INFO  [main] util.GSet (LightWeightGSet.java:computeCapacity(410)) - 2.0% max memory 3.7 GB = 75.0 MB
2026-05-18 14:07:40,735 INFO  [main] util.GSet (LightWeightGSet.java:computeCapacity(415)) - capacity      = 2^23 = 8388608 entries
2026-05-18 14:07:40,762 INFO  [main] blockmanagement.BlockManager (BlockManager.java:createSPSManager(5778)) - Storage policy satisfier is disabled
2026-05-18 14:07:40,763 INFO  [main] blockmanagement.BlockManager (BlockManager.java:createBlockTokenSecretManager(696)) - dfs.block.access.token.enable = false
2026-05-18 14:07:40,763 INFO  [main] blockmanagement.BlockManagerSafeMode (BlockManagerSafeMode.java:<init>(656)) - Using 1000 as SafeModeMonitor Interval
2026-05-18 14:07:40,764 INFO  [main] blockmanagement.BlockManagerSafeMode (BlockManagerSafeMode.java:<init>(161)) - dfs.namenode.safemode.threshold-pct = 0.999
2026-05-18 14:07:40,764 INFO  [main] blockmanagement.BlockManagerSafeMode (BlockManagerSafeMode.java:<init>(162)) - dfs.namenode.safemode.min.datanodes = 0
2026-05-18 14:07:40,764 INFO  [main] blockmanagement.BlockManagerSafeMode (BlockManagerSafeMode.java:<init>(164)) - dfs.namenode.safemode.extension = 0
2026-05-18 14:07:40,764 INFO  [main] blockmanagement.BlockManager (BlockManager.java:printInitialConfigs(682)) - defaultReplication         = 1
2026-05-18 14:07:40,764 INFO  [main] blockmanagement.BlockManager (BlockManager.java:printInitialConfigs(683)) - maxReplication             = 512
2026-05-18 14:07:40,765 INFO  [main] blockmanagement.BlockManager (BlockManager.java:printInitialConfigs(684)) - minReplication             = 1
2026-05-18 14:07:40,765 INFO  [main] blockmanagement.BlockManager (BlockManager.java:printInitialConfigs(685)) - maxReplicationStreams      = 2
2026-05-18 14:07:40,765 INFO  [main] blockmanagement.BlockManager (BlockManager.java:printInitialConfigs(686)) - redundancyRecheckInterval  = 3000ms
2026-05-18 14:07:40,765 INFO  [main] blockmanagement.BlockManager (BlockManager.java:printInitialConfigs(687)) - encryptDataTransfer        = false
2026-05-18 14:07:40,765 INFO  [main] blockmanagement.BlockManager (BlockManager.java:printInitialConfigs(688)) - maxNumBlocksToLog          = 1000
2026-05-18 14:07:40,766 INFO  [main] util.GSet (LightWeightGSet.java:computeCapacity(408)) - Computing capacity for map INodeMap
2026-05-18 14:07:40,766 INFO  [main] util.GSet (LightWeightGSet.java:computeCapacity(409)) - VM type       = 64-bit
2026-05-18 14:07:40,767 INFO  [main] util.GSet (LightWeightGSet.java:computeCapacity(410)) - 1.0% max memory 3.7 GB = 37.5 MB
2026-05-18 14:07:40,767 INFO  [main] util.GSet (LightWeightGSet.java:computeCapacity(415)) - capacity      = 2^22 = 4194304 entries
2026-05-18 14:07:40,779 INFO  [main] namenode.FSDirectory (FSDirectory.java:<init>(339)) - ACLs enabled? true
2026-05-18 14:07:40,780 INFO  [main] namenode.FSDirectory (FSDirectory.java:<init>(343)) - POSIX ACL inheritance enabled? true
2026-05-18 14:07:40,780 INFO  [main] namenode.FSDirectory (FSDirectory.java:<init>(347)) - XAttrs enabled? true
2026-05-18 14:07:40,780 INFO  [main] namenode.NameNode (FSDirectory.java:<init>(414)) - Caching file names occurring more than 10 times
2026-05-18 14:07:40,780 INFO  [main] snapshot.SnapshotManager (SnapshotManager.java:<init>(163)) - Loaded config captureOpenFiles: false, skipCaptureAccessTimeOnlyChange: false, snapshotDiffAllowSnapRootDescendant: true, maxSnapshotFSLimit: 65536, maxSnapshotLimit: 65536
2026-05-18 14:07:40,780 INFO  [main] snapshot.SnapshotManager (SnapshotManager.java:<init>(176)) - dfs.namenode.snapshot.deletion.ordered = false
2026-05-18 14:07:40,780 INFO  [main] snapshot.SnapshotManager (DirectoryDiffListFactory.java:init(43)) - SkipList is disabled
2026-05-18 14:07:40,780 INFO  [main] util.GSet (LightWeightGSet.java:computeCapacity(408)) - Computing capacity for map cachedBlocks
2026-05-18 14:07:40,780 INFO  [main] util.GSet (LightWeightGSet.java:computeCapacity(409)) - VM type       = 64-bit
2026-05-18 14:07:40,781 INFO  [main] util.GSet (LightWeightGSet.java:computeCapacity(410)) - 0.25% max memory 3.7 GB = 9.4 MB
2026-05-18 14:07:40,781 INFO  [main] util.GSet (LightWeightGSet.java:computeCapacity(415)) - capacity      = 2^20 = 1048576 entries
2026-05-18 14:07:40,796 INFO  [main] metrics.TopMetrics (TopMetrics.java:logConf(76)) - NNTop conf: dfs.namenode.top.window.num.buckets = 10
2026-05-18 14:07:40,796 INFO  [main] metrics.TopMetrics (TopMetrics.java:logConf(78)) - NNTop conf: dfs.namenode.top.num.users = 10
2026-05-18 14:07:40,796 INFO  [main] metrics.TopMetrics (TopMetrics.java:logConf(80)) - NNTop conf: dfs.namenode.top.windows.minutes = 1,5,25
2026-05-18 14:07:40,796 INFO  [main] namenode.FSNamesystem (FSNamesystem.java:initRetryCache(1158)) - Retry cache on namenode is enabled
2026-05-18 14:07:40,797 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:07:40,797 INFO  [main] util.GSet (LightWeightGSet.java:computeCapacity(408)) - Computing capacity for map NameNodeRetryCache
2026-05-18 14:07:40,797 INFO  [main] util.GSet (LightWeightGSet.java:computeCapacity(409)) - VM type       = 64-bit
2026-05-18 14:07:40,797 INFO  [main] util.GSet (LightWeightGSet.java:computeCapacity(410)) - 0.029999999329447746% max memory 3.7 GB = 1.1 MB
2026-05-18 14:07:40,797 INFO  [main] util.GSet (LightWeightGSet.java:computeCapacity(415)) - capacity      = 2^17 = 131072 entries
2026-05-18 14:07:40,807 INFO  [main] common.Storage (Storage.java:tryLock(948)) - Lock on /tmp/hdfs-test7882522262564646936/name-0-1/in_use.lock acquired by nodename 23310@dist-test-slave-qkgw
2026-05-18 14:07:40,810 INFO  [main] common.Storage (Storage.java:tryLock(948)) - Lock on /tmp/hdfs-test7882522262564646936/name-0-2/in_use.lock acquired by nodename 23310@dist-test-slave-qkgw
2026-05-18 14:07:40,812 INFO  [main] namenode.FileJournalManager (FileJournalManager.java:recoverUnfinalizedSegments(428)) - Recovering unfinalized segments in /tmp/hdfs-test7882522262564646936/name-0-1/current
2026-05-18 14:07:40,812 INFO  [main] namenode.FileJournalManager (FileJournalManager.java:recoverUnfinalizedSegments(428)) - Recovering unfinalized segments in /tmp/hdfs-test7882522262564646936/name-0-2/current
2026-05-18 14:07:40,813 INFO  [main] namenode.FSImage (FSImage.java:loadFSImage(734)) - No edit log streams selected.
2026-05-18 14:07:40,813 INFO  [main] namenode.FSImage (FSImage.java:loadFSImageFile(800)) - Planning to load image: FSImageFile(file=/tmp/hdfs-test7882522262564646936/name-0-1/current/fsimage_0000000000000000000, cpktTxId=0000000000000000000)
2026-05-18 14:07:40,830 INFO  [main] namenode.FSImageFormatPBINode (FSImageFormatPBINode.java:loadINodeSectionHeader(411)) - Loading 1 INodes.
2026-05-18 14:07:40,831 INFO  [main] namenode.FSImageFormatPBINode (FSImageFormatPBINode.java:loadINodeSection(369)) - Successfully loaded 1 inodes
2026-05-18 14:07:40,835 INFO  [main] namenode.FSImageFormatPBINode (FSImageFormatPBINode.java:waitBlocksMapAndNameCacheUpdateFinished(342)) - Completed update blocks map and name cache, total waiting duration 1ms.
2026-05-18 14:07:40,836 INFO  [main] namenode.FSImageFormatProtobuf (FSImageFormatProtobuf.java:load(255)) - Loaded FSImage in 0 seconds.
2026-05-18 14:07:40,836 INFO  [main] namenode.FSImage (FSImage.java:loadFSImage(980)) - Loaded image for txid 0 from /tmp/hdfs-test7882522262564646936/name-0-1/current/fsimage_0000000000000000000
2026-05-18 14:07:40,839 INFO  [main] namenode.FSNamesystem (FSNamesystem.java:loadFSImage(1280)) - Need to save fs image? false (staleImage=false, haEnabled=false, isRollingUpgrade=false)
2026-05-18 14:07:40,840 INFO  [main] namenode.FSEditLog (FSEditLog.java:startLogSegment(1417)) - Starting log segment at 1
2026-05-18 14:07:40,853 INFO  [main] namenode.NameCache (NameCache.java:initialized(143)) - initialized with 0 entries 0 lookups
2026-05-18 14:07:40,853 INFO  [main] namenode.FSNamesystem (FSNamesystem.java:loadFromDisk(841)) - Finished loading FSImage in 53 msecs
2026-05-18 14:07:40,969 INFO  [main] namenode.NameNode (NameNodeRpcServer.java:<init>(452)) - RPC server is binding to localhost:0
2026-05-18 14:07:40,969 INFO  [main] namenode.NameNode (NameNodeRpcServer.java:<init>(457)) - Enable NameNode state context:false
2026-05-18 14:07:40,976 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:07:40,985 INFO  [main] ipc.Server (Server.java:<init>(1438)) - Listener at localhost:43563
2026-05-18 14:07:40,986 INFO  [Socket Reader #1 for port 0] ipc.Server (Server.java:run(1474)) - Starting Socket Reader #1 for port 0
2026-05-18 14:07:41,034 INFO  [main] namenode.NameNode (NameNode.java:initialize(916)) - Clients are to use localhost:43563 to access this namenode/service.
2026-05-18 14:07:41,037 INFO  [main] namenode.FSNamesystem (FSNamesystem.java:registerMBean(5656)) - Registered FSNamesystemState, ReplicatedBlocksState and ECBlockGroupsState MBeans.
2026-05-18 14:07:41,049 INFO  [main] namenode.LeaseManager (LeaseManager.java:getNumUnderConstructionBlocks(166)) - Number of blocks under construction: 0
2026-05-18 14:07:41,056 INFO  [main] blockmanagement.DatanodeAdminDefaultMonitor (DatanodeAdminDefaultMonitor.java:processConf(126)) - Initialized the Default Decommission and Maintenance monitor
2026-05-18 14:07:41,057 INFO  [MarkedDeleteBlockScrubberThread] blockmanagement.BlockManager (BlockManager.java:run(5296)) - Start MarkedDeleteBlockScrubber thread
2026-05-18 14:07:41,058 INFO  [main] blockmanagement.BlockManager (BlockManager.java:initializeReplQueues(5505)) - initializing replication queues
2026-05-18 14:07:41,059 INFO  [main] hdfs.StateChange (BlockManagerSafeMode.java:leaveSafeMode(409)) - STATE* Leaving safe mode after 0 secs
2026-05-18 14:07:41,059 INFO  [main] hdfs.StateChange (BlockManagerSafeMode.java:leaveSafeMode(415)) - STATE* Network topology has 0 racks and 0 datanodes
2026-05-18 14:07:41,059 INFO  [main] hdfs.StateChange (BlockManagerSafeMode.java:leaveSafeMode(417)) - STATE* UnderReplicatedBlocks has 0 blocks
2026-05-18 14:07:41,069 INFO  [Reconstruction Queue Initializer] blockmanagement.BlockManager (BlockManager.java:processMisReplicatesAsync(4030)) - Total number of blocks            = 0
2026-05-18 14:07:41,069 INFO  [Reconstruction Queue Initializer] blockmanagement.BlockManager (BlockManager.java:processMisReplicatesAsync(4031)) - Number of invalid blocks          = 0
2026-05-18 14:07:41,069 INFO  [Reconstruction Queue Initializer] blockmanagement.BlockManager (BlockManager.java:processMisReplicatesAsync(4032)) - Number of under-replicated blocks = 0
2026-05-18 14:07:41,070 INFO  [Reconstruction Queue Initializer] blockmanagement.BlockManager (BlockManager.java:processMisReplicatesAsync(4033)) - Number of  over-replicated blocks = 0
2026-05-18 14:07:41,070 INFO  [Reconstruction Queue Initializer] blockmanagement.BlockManager (BlockManager.java:processMisReplicatesAsync(4035)) - Number of blocks being written    = 0
2026-05-18 14:07:41,070 INFO  [Reconstruction Queue Initializer] hdfs.StateChange (BlockManager.java:processMisReplicatesAsync(4038)) - STATE* Replication Queue initialization scan for invalid, over- and under-replicated blocks completed in 11 msec
2026-05-18 14:07:41,070 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:07:41,091 INFO  [IPC Server Responder] ipc.Server (Server.java:run(1713)) - IPC Server Responder: starting
2026-05-18 14:07:41,091 INFO  [IPC Server listener on 0] ipc.Server (Server.java:run(1553)) - IPC Server listener on 0: starting
2026-05-18 14:07:41,093 INFO  [main] namenode.NameNode (NameNode.java:startCommonServices(1031)) - NameNode RPC up at: localhost/127.0.0.1:43563.
2026-05-18 14:07:41,095 INFO  [main] namenode.FSNamesystem (FSNamesystem.java:startActiveServices(1392)) - Starting services required for active state
2026-05-18 14:07:41,095 INFO  [main] namenode.FSDirectory (FSDirectory.java:updateCountForQuota(857)) - Initializing quota with 12 thread(s)
2026-05-18 14:07:41,099 INFO  [main] namenode.FSDirectory (FSDirectory.java:updateCountForQuota(866)) - Quota initialization completed in 4 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:07:41,101 INFO  [CacheReplicationMonitor(569586237)] blockmanagement.CacheReplicationMonitor (CacheReplicationMonitor.java:run(165)) - Starting CacheReplicationMonitor with interval 30000 milliseconds
2026-05-18 14:07:41,111 INFO  [main] hdfs.MiniDFSCluster (MiniDFSCluster.java:startDataNodes(1772)) - Starting DataNode 0 with dfs.datanode.data.dir: [DISK]file:/tmp/hdfs-test7882522262564646936/data/data1,[DISK]file:/tmp/hdfs-test7882522262564646936/data/data2
2026-05-18 14:07:41,162 INFO  [main] checker.ThrottledAsyncChecker (ThrottledAsyncChecker.java:schedule(137)) - Scheduling a check for [DISK]file:/tmp/hdfs-test7882522262564646936/data/data1
2026-05-18 14:07:41,171 INFO  [main] checker.ThrottledAsyncChecker (ThrottledAsyncChecker.java:schedule(137)) - Scheduling a check for [DISK]file:/tmp/hdfs-test7882522262564646936/data/data2
2026-05-18 14:07:41,205 INFO  [main] impl.MetricsSystemImpl (MetricsSystemImpl.java:init(158)) - DataNode metrics system started (again)
2026-05-18 14:07:41,209 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:07:41,213 INFO  [main] datanode.BlockScanner (BlockScanner.java:<init>(201)) - Initialized block scanner with targetBytesPerSec 1048576
2026-05-18 14:07:41,217 INFO  [main] datanode.DataNode (DataNode.java:<init>(591)) - Configured hostname is 127.0.0.1
2026-05-18 14:07:41,218 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:07:41,221 INFO  [main] datanode.DataNode (DataNode.java:startDataNode(1914)) - Starting DataNode with maxLockedMemory = 0
2026-05-18 14:07:41,226 INFO  [main] datanode.DataNode (DataNode.java:initDataXceiver(1677)) - Opened streaming server at /127.0.0.1:41849
2026-05-18 14:07:41,228 INFO  [main] datanode.DataNode (DataXceiverServer.java:<init>(93)) - Balancing bandwidth is 104857600 bytes/s
2026-05-18 14:07:41,228 INFO  [main] datanode.DataNode (DataXceiverServer.java:<init>(94)) - Number threads for balancing is 100
2026-05-18 14:07:41,238 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:07:41,242 INFO  [main] http.HttpServer2 (HttpServer2.java:addGlobalFilter(1205)) - Added global filter 'safety' (class=org.apache.hadoop.http.HttpServer2$QuotingInputFilter)
2026-05-18 14:07:41,244 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:07:41,244 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:07:41,245 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:07:41,248 INFO  [main] http.HttpServer2 (HttpServer2.java:bindListener(1452)) - Jetty bound to port 38849
2026-05-18 14:07:41,248 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:07:41,250 INFO  [main] server.session (DefaultSessionIdManager.java:doStart(334)) - DefaultSessionIdManager workerName=node0
2026-05-18 14:07:41,251 INFO  [main] server.session (DefaultSessionIdManager.java:doStart(339)) - No SessionScavenger set, using defaults
2026-05-18 14:07:41,251 INFO  [main] server.session (HouseKeeper.java:startScavenging(132)) - node0 Scavenging every 600000ms
2026-05-18 14:07:41,252 INFO  [main] handler.ContextHandler (ContextHandler.java:doStart(921)) - Started o.e.j.s.ServletContextHandler@4b4ee511{static,/static,jar:file:/tmp/dist-test-taskIyYnJW/java/build/jars/hadoop-hdfs-3.4.1-tests.jar!/webapps/static,AVAILABLE}
2026-05-18 14:07:41,404 INFO  [main] handler.ContextHandler (ContextHandler.java:doStart(921)) - Started o.e.j.w.WebAppContext@3456558{datanode,/,file:///tmp/jetty-localhost-38849-hadoop-hdfs-3_4_1-tests_jar-_-any-3308063657139694287/webapp/,AVAILABLE}{jar:file:/tmp/dist-test-taskIyYnJW/java/build/jars/hadoop-hdfs-3.4.1-tests.jar!/webapps/datanode}
2026-05-18 14:07:41,406 INFO  [main] server.AbstractConnector (AbstractConnector.java:doStart(333)) - Started ServerConnector@1b6924cb{HTTP/1.1, (http/1.1)}{localhost:38849}
2026-05-18 14:07:41,406 INFO  [main] server.Server (Server.java:doStart(415)) - Started @3481ms
2026-05-18 14:07:41,503 WARN  [main] web.DatanodeHttpServer (RestCsrfPreventionFilterHandler.java:<init>(75)) - Got null for restCsrfPreventionFilter - will not do any filtering.
2026-05-18 14:07:41,582 INFO  [main] web.DatanodeHttpServer (DatanodeHttpServer.java:start(306)) - Listening HTTP traffic on /127.0.0.1:40391
2026-05-18 14:07:41,583 INFO  [org.apache.hadoop.util.JvmPauseMonitor$Monitor@4debbf0] util.JvmPauseMonitor (JvmPauseMonitor.java:run(185)) - Starting JVM pause monitor
2026-05-18 14:07:41,584 INFO  [main] datanode.DataNode (DataNode.java:startDataNode(1942)) - dnUserName = slave
2026-05-18 14:07:41,584 INFO  [main] datanode.DataNode (DataNode.java:startDataNode(1943)) - supergroup = supergroup
2026-05-18 14:07:41,594 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:07:41,595 INFO  [main] ipc.Server (Server.java:<init>(1438)) - Listener at localhost:40613
2026-05-18 14:07:41,595 INFO  [Socket Reader #1 for port 0] ipc.Server (Server.java:run(1474)) - Starting Socket Reader #1 for port 0
2026-05-18 14:07:41,601 INFO  [main] datanode.DataNode (DataNode.java:initIpcServer(1564)) - Opened IPC server at /127.0.0.1:40613
2026-05-18 14:07:41,632 INFO  [main] datanode.DataNode (BlockPoolManager.java:refreshNamenodes(150)) - Refresh request received for nameservices: null
2026-05-18 14:07:41,632 INFO  [main] datanode.DataNode (BlockPoolManager.java:doRefreshNamenodes(211)) - Starting BPOfferServices for nameservices: <default>
2026-05-18 14:07:41,640 INFO  [Thread-62] datanode.DataNode (BPServiceActor.java:run(882)) - Block pool <registering> (Datanode Uuid unassigned) service to localhost/127.0.0.1:43563 starting to offer service
2026-05-18 14:07:41,643 INFO  [IPC Server Responder] ipc.Server (Server.java:run(1713)) - IPC Server Responder: starting
2026-05-18 14:07:41,643 INFO  [IPC Server listener on 0] ipc.Server (Server.java:run(1553)) - IPC Server listener on 0: starting
2026-05-18 14:07:41,823 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:43563
2026-05-18 14:07:41,825 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:07:41,828 INFO  [Thread-62] common.Storage (Storage.java:tryLock(948)) - Lock on /tmp/hdfs-test7882522262564646936/data/data1/in_use.lock acquired by nodename 23310@dist-test-slave-qkgw
2026-05-18 14:07:41,829 INFO  [Thread-62] common.Storage (DataStorage.java:loadStorageDirectory(284)) - Storage directory with location [DISK]file:/tmp/hdfs-test7882522262564646936/data/data1 is not formatted for namespace 1443267563. Formatting...
2026-05-18 14:07:41,831 INFO  [Thread-62] common.Storage (DataStorage.java:createStorageID(160)) - Generated new storageID DS-5c751e7e-71b0-421a-8f55-8390deeb3e42 for directory /tmp/hdfs-test7882522262564646936/data/data1 
2026-05-18 14:07:41,840 INFO  [Thread-62] common.Storage (Storage.java:tryLock(948)) - Lock on /tmp/hdfs-test7882522262564646936/data/data2/in_use.lock acquired by nodename 23310@dist-test-slave-qkgw
2026-05-18 14:07:41,840 INFO  [Thread-62] common.Storage (DataStorage.java:loadStorageDirectory(284)) - Storage directory with location [DISK]file:/tmp/hdfs-test7882522262564646936/data/data2 is not formatted for namespace 1443267563. Formatting...
2026-05-18 14:07:41,841 INFO  [Thread-62] common.Storage (DataStorage.java:createStorageID(160)) - Generated new storageID DS-9d0a0c00-70e8-4c4a-96c8-91d7191f17ea for directory /tmp/hdfs-test7882522262564646936/data/data2 
2026-05-18 14:07:41,880 INFO  [Thread-62] common.Storage (BlockPoolSliceStorage.java:recoverTransitionRead(255)) - Analyzing storage directories for bpid BP-1993707166-10.240.0.189-1779113259675
2026-05-18 14:07:41,880 INFO  [Thread-62] common.Storage (Storage.java:lock(907)) - Locking is disabled for /tmp/hdfs-test7882522262564646936/data/data1/current/BP-1993707166-10.240.0.189-1779113259675
2026-05-18 14:07:41,881 INFO  [Thread-62] common.Storage (BlockPoolSliceStorage.java:loadStorageDirectory(168)) - Block pool storage directory for location [DISK]file:/tmp/hdfs-test7882522262564646936/data/data1 and block pool id BP-1993707166-10.240.0.189-1779113259675 is not formatted. Formatting ...
2026-05-18 14:07:41,881 INFO  [Thread-62] common.Storage (BlockPoolSliceStorage.java:format(284)) - Formatting block pool BP-1993707166-10.240.0.189-1779113259675 directory /tmp/hdfs-test7882522262564646936/data/data1/current/BP-1993707166-10.240.0.189-1779113259675/current
2026-05-18 14:07:41,910 INFO  [Thread-62] common.Storage (BlockPoolSliceStorage.java:recoverTransitionRead(255)) - Analyzing storage directories for bpid BP-1993707166-10.240.0.189-1779113259675
2026-05-18 14:07:41,910 INFO  [Thread-62] common.Storage (Storage.java:lock(907)) - Locking is disabled for /tmp/hdfs-test7882522262564646936/data/data2/current/BP-1993707166-10.240.0.189-1779113259675
2026-05-18 14:07:41,910 INFO  [Thread-62] common.Storage (BlockPoolSliceStorage.java:loadStorageDirectory(168)) - Block pool storage directory for location [DISK]file:/tmp/hdfs-test7882522262564646936/data/data2 and block pool id BP-1993707166-10.240.0.189-1779113259675 is not formatted. Formatting ...
2026-05-18 14:07:41,911 INFO  [Thread-62] common.Storage (BlockPoolSliceStorage.java:format(284)) - Formatting block pool BP-1993707166-10.240.0.189-1779113259675 directory /tmp/hdfs-test7882522262564646936/data/data2/current/BP-1993707166-10.240.0.189-1779113259675/current
2026-05-18 14:07:41,915 INFO  [Thread-62] datanode.DataNode (DataNode.java:initStorage(2262)) - Setting up storage: nsid=1443267563;bpid=BP-1993707166-10.240.0.189-1779113259675;lv=-57;nsInfo=lv=-67;cid=testClusterID;nsid=1443267563;c=1779113259675;bpid=BP-1993707166-10.240.0.189-1779113259675;dnuuid=null
2026-05-18 14:07:41,919 INFO  [Thread-62] datanode.DataNode (DataNode.java:checkDatanodeUuid(2060)) - Generated and persisted new Datanode UUID dd6e6442-7ed3-4503-8734-10d3d1cb7d0f
2026-05-18 14:07:41,934 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:07:42,079 INFO  [Thread-62] impl.FsDatasetImpl (FsVolumeList.java:addVolume(400)) - Added new volume: DS-5c751e7e-71b0-421a-8f55-8390deeb3e42
2026-05-18 14:07:42,080 INFO  [Thread-62] impl.FsDatasetImpl (FsDatasetImpl.java:addVolume(483)) - Added volume - [DISK]file:/tmp/hdfs-test7882522262564646936/data/data1, StorageType: DISK
2026-05-18 14:07:42,082 INFO  [Thread-62] impl.FsDatasetImpl (FsVolumeList.java:addVolume(400)) - Added new volume: DS-9d0a0c00-70e8-4c4a-96c8-91d7191f17ea
2026-05-18 14:07:42,082 INFO  [Thread-62] impl.FsDatasetImpl (FsDatasetImpl.java:addVolume(483)) - Added volume - [DISK]file:/tmp/hdfs-test7882522262564646936/data/data2, StorageType: DISK
2026-05-18 14:07:42,087 INFO  [Thread-62] impl.MemoryMappableBlockLoader (MemoryMappableBlockLoader.java:initialize(47)) - Initializing cache loader: MemoryMappableBlockLoader.
2026-05-18 14:07:42,097 INFO  [Thread-62] impl.FsDatasetImpl (FsDatasetImpl.java:registerMBean(2651)) - Registered FSDatasetState MBean
2026-05-18 14:07:42,114 INFO  [Thread-62] impl.FsDatasetImpl (FsDatasetImpl.java:addBlockPool(3228)) - Adding block pool BP-1993707166-10.240.0.189-1779113259675
2026-05-18 14:07:42,131 INFO  [Thread-80] impl.FsDatasetImpl (FsVolumeList.java:run(513)) - Scanning block pool BP-1993707166-10.240.0.189-1779113259675 on volume /tmp/hdfs-test7882522262564646936/data/data1...
2026-05-18 14:07:42,132 INFO  [Thread-81] impl.FsDatasetImpl (FsVolumeList.java:run(513)) - Scanning block pool BP-1993707166-10.240.0.189-1779113259675 on volume /tmp/hdfs-test7882522262564646936/data/data2...
2026-05-18 14:07:42,141 INFO  [IPC Server handler 1 on default port 43563] 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:07:42,144 WARN  [Thread-81] impl.FsDatasetImpl (BlockPoolSlice.java:loadDfsUsed(347)) - dfsUsed file missing in /tmp/hdfs-test7882522262564646936/data/data2/current/BP-1993707166-10.240.0.189-1779113259675/current, will proceed with Du for space computation calculation, 
2026-05-18 14:07:42,144 WARN  [Thread-80] impl.FsDatasetImpl (BlockPoolSlice.java:loadDfsUsed(347)) - dfsUsed file missing in /tmp/hdfs-test7882522262564646936/data/data1/current/BP-1993707166-10.240.0.189-1779113259675/current, will proceed with Du for space computation calculation, 
2026-05-18 14:07:42,195 INFO  [IPC Server handler 1 on default port 43563] 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:07:42,196 INFO  [Thread-80] impl.FsDatasetImpl (FsVolumeList.java:run(518)) - Time taken to scan block pool BP-1993707166-10.240.0.189-1779113259675 on /tmp/hdfs-test7882522262564646936/data/data1: 65ms
2026-05-18 14:07:42,201 INFO  [main] hdfs.MiniDFSCluster (MiniDFSCluster.java:shouldWait(2946)) - dnInfo.length != numDataNodes
2026-05-18 14:07:42,202 INFO  [main] hdfs.MiniDFSCluster (MiniDFSCluster.java:waitActive(2870)) - Waiting for cluster to become active
2026-05-18 14:07:42,203 INFO  [Thread-81] impl.FsDatasetImpl (FsVolumeList.java:run(518)) - Time taken to scan block pool BP-1993707166-10.240.0.189-1779113259675 on /tmp/hdfs-test7882522262564646936/data/data2: 71ms
2026-05-18 14:07:42,203 INFO  [Thread-62] impl.FsDatasetImpl (FsVolumeList.java:addBlockPool(538)) - Total time to scan all replicas for block pool BP-1993707166-10.240.0.189-1779113259675: 89ms
2026-05-18 14:07:42,204 INFO  [Thread-85] impl.FsDatasetImpl (FsVolumeList.java:run(266)) - Adding replicas to map for block pool BP-1993707166-10.240.0.189-1779113259675 on volume /tmp/hdfs-test7882522262564646936/data/data1...
2026-05-18 14:07:42,205 INFO  [Thread-85] impl.BlockPoolSlice (BlockPoolSlice.java:readReplicasFromCache(963)) - Replica Cache file: /tmp/hdfs-test7882522262564646936/data/data1/current/BP-1993707166-10.240.0.189-1779113259675/current/replicas doesn't exist 
2026-05-18 14:07:42,205 INFO  [Thread-86] impl.FsDatasetImpl (FsVolumeList.java:run(266)) - Adding replicas to map for block pool BP-1993707166-10.240.0.189-1779113259675 on volume /tmp/hdfs-test7882522262564646936/data/data2...
2026-05-18 14:07:42,205 INFO  [Thread-86] impl.BlockPoolSlice (BlockPoolSlice.java:readReplicasFromCache(963)) - Replica Cache file: /tmp/hdfs-test7882522262564646936/data/data2/current/BP-1993707166-10.240.0.189-1779113259675/current/replicas doesn't exist 
2026-05-18 14:07:42,206 INFO  [Thread-86] impl.FsDatasetImpl (FsVolumeList.java:run(271)) - Time to add replicas to map for block pool BP-1993707166-10.240.0.189-1779113259675 on volume /tmp/hdfs-test7882522262564646936/data/data2: 1ms
2026-05-18 14:07:42,207 INFO  [Thread-85] impl.FsDatasetImpl (FsVolumeList.java:run(271)) - Time to add replicas to map for block pool BP-1993707166-10.240.0.189-1779113259675 on volume /tmp/hdfs-test7882522262564646936/data/data1: 2ms
2026-05-18 14:07:42,207 INFO  [Thread-62] impl.FsDatasetImpl (FsVolumeList.java:getAllVolumesMap(292)) - Total time to add all replicas to map for block pool BP-1993707166-10.240.0.189-1779113259675: 4ms
2026-05-18 14:07:42,207 INFO  [Thread-62] checker.ThrottledAsyncChecker (ThrottledAsyncChecker.java:schedule(137)) - Scheduling a check for /tmp/hdfs-test7882522262564646936/data/data1
2026-05-18 14:07:42,214 INFO  [Thread-62] checker.DatasetVolumeChecker (DatasetVolumeChecker.java:checkAllVolumes(223)) - Scheduled health check for volume /tmp/hdfs-test7882522262564646936/data/data1
2026-05-18 14:07:42,215 INFO  [Thread-62] checker.ThrottledAsyncChecker (ThrottledAsyncChecker.java:schedule(137)) - Scheduling a check for /tmp/hdfs-test7882522262564646936/data/data2
2026-05-18 14:07:42,215 INFO  [Thread-62] checker.DatasetVolumeChecker (DatasetVolumeChecker.java:checkAllVolumes(223)) - Scheduled health check for volume /tmp/hdfs-test7882522262564646936/data/data2
2026-05-18 14:07:42,217 INFO  [VolumeScannerThread(/tmp/hdfs-test7882522262564646936/data/data1)] datanode.VolumeScanner (VolumeScanner.java:findNextUsableBlockIter(385)) - Now scanning bpid BP-1993707166-10.240.0.189-1779113259675 on volume /tmp/hdfs-test7882522262564646936/data/data1
2026-05-18 14:07:42,217 INFO  [VolumeScannerThread(/tmp/hdfs-test7882522262564646936/data/data2)] datanode.VolumeScanner (VolumeScanner.java:findNextUsableBlockIter(385)) - Now scanning bpid BP-1993707166-10.240.0.189-1779113259675 on volume /tmp/hdfs-test7882522262564646936/data/data2
2026-05-18 14:07:42,218 INFO  [VolumeScannerThread(/tmp/hdfs-test7882522262564646936/data/data2)] datanode.VolumeScanner (VolumeScanner.java:getNextBlockToScan(505)) - VolumeScanner(/tmp/hdfs-test7882522262564646936/data/data2, DS-9d0a0c00-70e8-4c4a-96c8-91d7191f17ea): finished scanning block pool BP-1993707166-10.240.0.189-1779113259675
2026-05-18 14:07:42,218 INFO  [VolumeScannerThread(/tmp/hdfs-test7882522262564646936/data/data1)] datanode.VolumeScanner (VolumeScanner.java:getNextBlockToScan(505)) - VolumeScanner(/tmp/hdfs-test7882522262564646936/data/data1, DS-5c751e7e-71b0-421a-8f55-8390deeb3e42): finished scanning block pool BP-1993707166-10.240.0.189-1779113259675
2026-05-18 14:07:42,218 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:07:42,219 INFO  [Thread-62] datanode.DirectoryScanner (DirectoryScanner.java:start(367)) - Periodic Directory Tree Verification scan starting in 14088231ms with interval of 21600000ms and throttle limit of -1ms/s
2026-05-18 14:07:42,228 INFO  [BP-1993707166-10.240.0.189-1779113259675 heartbeating to localhost/127.0.0.1:43563] datanode.DataNode (BPServiceActor.java:register(824)) - Block pool BP-1993707166-10.240.0.189-1779113259675 (Datanode Uuid dd6e6442-7ed3-4503-8734-10d3d1cb7d0f) service to localhost/127.0.0.1:43563 beginning handshake with NN: localhost/127.0.0.1:43563.
2026-05-18 14:07:42,230 INFO  [VolumeScannerThread(/tmp/hdfs-test7882522262564646936/data/data1)] datanode.VolumeScanner (VolumeScanner.java:findNextUsableBlockIter(402)) - VolumeScanner(/tmp/hdfs-test7882522262564646936/data/data1, DS-5c751e7e-71b0-421a-8f55-8390deeb3e42): no suitable block pools found to scan.  Waiting 1814399986 ms.
2026-05-18 14:07:42,230 INFO  [VolumeScannerThread(/tmp/hdfs-test7882522262564646936/data/data2)] datanode.VolumeScanner (VolumeScanner.java:findNextUsableBlockIter(402)) - VolumeScanner(/tmp/hdfs-test7882522262564646936/data/data2, DS-9d0a0c00-70e8-4c4a-96c8-91d7191f17ea): no suitable block pools found to scan.  Waiting 1814399987 ms.
2026-05-18 14:07:42,246 INFO  [IPC Server handler 0 on default port 43563] hdfs.StateChange (DatanodeManager.java:registerDatanode(1188)) - BLOCK* registerDatanode: from DatanodeRegistration(127.0.0.1:41849, datanodeUuid=dd6e6442-7ed3-4503-8734-10d3d1cb7d0f, infoPort=40391, infoSecurePort=0, ipcPort=40613, storageInfo=lv=-57;cid=testClusterID;nsid=1443267563;c=1779113259675) storage dd6e6442-7ed3-4503-8734-10d3d1cb7d0f
2026-05-18 14:07:42,248 INFO  [IPC Server handler 0 on default port 43563] net.NetworkTopology (NetworkTopology.java:add(156)) - Adding a new node: /default-rack/127.0.0.1:41849
2026-05-18 14:07:42,248 INFO  [IPC Server handler 0 on default port 43563] blockmanagement.BlockReportLeaseManager (BlockReportLeaseManager.java:registerNode(200)) - Registered DN dd6e6442-7ed3-4503-8734-10d3d1cb7d0f (127.0.0.1:41849).
2026-05-18 14:07:42,256 INFO  [BP-1993707166-10.240.0.189-1779113259675 heartbeating to localhost/127.0.0.1:43563] datanode.DataNode (BPServiceActor.java:register(851)) - Block pool BP-1993707166-10.240.0.189-1779113259675 (Datanode Uuid dd6e6442-7ed3-4503-8734-10d3d1cb7d0f) service to localhost/127.0.0.1:43563 successfully registered with NN: localhost/127.0.0.1:43563.
2026-05-18 14:07:42,256 INFO  [BP-1993707166-10.240.0.189-1779113259675 heartbeating to localhost/127.0.0.1:43563] datanode.DataNode (BPServiceActor.java:offerService(667)) - For namenode localhost/127.0.0.1:43563 using BLOCKREPORT_INTERVAL of 21600000msecs CACHEREPORT_INTERVAL of 10000msecs Initial delay: 0msecs; heartBeatInterval=3000
2026-05-18 14:07:42,270 INFO  [IPC Server handler 2 on default port 43563] blockmanagement.DatanodeDescriptor (DatanodeDescriptor.java:updateStorage(1065)) - Adding new storage ID DS-5c751e7e-71b0-421a-8f55-8390deeb3e42 for DN 127.0.0.1:41849
2026-05-18 14:07:42,271 INFO  [IPC Server handler 2 on default port 43563] blockmanagement.DatanodeDescriptor (DatanodeDescriptor.java:updateStorage(1065)) - Adding new storage ID DS-9d0a0c00-70e8-4c4a-96c8-91d7191f17ea for DN 127.0.0.1:41849
2026-05-18 14:07:42,278 INFO  [BP-1993707166-10.240.0.189-1779113259675 heartbeating to localhost/127.0.0.1:43563] datanode.DataNode (BPServiceActor.java:offerService(729)) - After receiving heartbeat response, updating state of namenode localhost:43563 to active
2026-05-18 14:07:42,294 INFO  [Block report processor] BlockStateChange (BlockManager.java:processReport(2940)) - BLOCK* processReport 0x500168125e6d62c3 with lease ID 0xdb828c41fb11b6e6: Processing first storage report for DS-9d0a0c00-70e8-4c4a-96c8-91d7191f17ea from datanode DatanodeRegistration(127.0.0.1:41849, datanodeUuid=dd6e6442-7ed3-4503-8734-10d3d1cb7d0f, infoPort=40391, infoSecurePort=0, ipcPort=40613, storageInfo=lv=-57;cid=testClusterID;nsid=1443267563;c=1779113259675)
2026-05-18 14:07:42,295 INFO  [Block report processor] BlockStateChange (BlockManager.java:processReport(2972)) - BLOCK* processReport 0x500168125e6d62c3 with lease ID 0xdb828c41fb11b6e6: from storage DS-9d0a0c00-70e8-4c4a-96c8-91d7191f17ea node DatanodeRegistration(127.0.0.1:41849, datanodeUuid=dd6e6442-7ed3-4503-8734-10d3d1cb7d0f, infoPort=40391, infoSecurePort=0, ipcPort=40613, storageInfo=lv=-57;cid=testClusterID;nsid=1443267563;c=1779113259675), blocks: 0, hasStaleStorage: true, processing time: 1 msecs, invalidatedBlocks: 0
2026-05-18 14:07:42,295 INFO  [Block report processor] BlockStateChange (BlockManager.java:processReport(2940)) - BLOCK* processReport 0x500168125e6d62c3 with lease ID 0xdb828c41fb11b6e6: Processing first storage report for DS-5c751e7e-71b0-421a-8f55-8390deeb3e42 from datanode DatanodeRegistration(127.0.0.1:41849, datanodeUuid=dd6e6442-7ed3-4503-8734-10d3d1cb7d0f, infoPort=40391, infoSecurePort=0, ipcPort=40613, storageInfo=lv=-57;cid=testClusterID;nsid=1443267563;c=1779113259675)
2026-05-18 14:07:42,296 INFO  [Block report processor] BlockStateChange (BlockManager.java:processReport(2972)) - BLOCK* processReport 0x500168125e6d62c3 with lease ID 0xdb828c41fb11b6e6: from storage DS-5c751e7e-71b0-421a-8f55-8390deeb3e42 node DatanodeRegistration(127.0.0.1:41849, datanodeUuid=dd6e6442-7ed3-4503-8734-10d3d1cb7d0f, infoPort=40391, infoSecurePort=0, ipcPort=40613, storageInfo=lv=-57;cid=testClusterID;nsid=1443267563;c=1779113259675), blocks: 0, hasStaleStorage: false, processing time: 0 msecs, invalidatedBlocks: 0
2026-05-18 14:07:42,304 INFO  [IPC Server handler 4 on default port 43563] 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:07:42,310 INFO  [main] hdfs.MiniDFSCluster (MiniDFSCluster.java:waitActive(2922)) - Cluster is active
2026-05-18 14:07:42,314 INFO  [BP-1993707166-10.240.0.189-1779113259675 heartbeating to localhost/127.0.0.1:43563] datanode.DataNode (BPServiceActor.java:blockReport(457)) - Successfully sent block report 0x500168125e6d62c3 with lease ID 0xdb828c41fb11b6e6 to namenode: localhost/127.0.0.1:43563,  containing 2 storage report(s), of which we sent 2. The reports had 0 total blocks and used 1 RPC(s). This took 4 msecs to generate and 31 msecs for RPC and NN processing. Got back one command: FinalizeCommand/5.
2026-05-18 14:07:42,315 INFO  [Command processor] datanode.DataNode (BPOfferService.java:processCommandFromActive(767)) - Got finalize command for block pool BP-1993707166-10.240.0.189-1779113259675
2026-05-18 14:07:42,549 INFO  [main] backup.BackupIO (BackupIO.scala:writeTableMetadata(95)) - Writing metadata to hdfs://localhost:43563/id_taco-taco/1779113237000/.kudu-metadata.json
2026-05-18 14:07:42,600 INFO  [IPC Server handler 6 on default port 43563] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=create	src=/id_taco-taco/1779113237000/.kudu-metadata.json	dst=null	perm=slave:supergroup:rw-r--r--	proto=rpc
2026-05-18 14:07:42,845 INFO  [IPC Server handler 7 on default port 43563] hdfs.StateChange (FSDirWriteFileOp.java:logAllocatedBlock(801)) - BLOCK* allocate blk_1073741825_1001, replicas=127.0.0.1:41849 for /id_taco-taco/1779113237000/.kudu-metadata.json
2026-05-18 14:07:42,888 INFO  [DataXceiver for client DFSClient_NONMAPREDUCE_-1974273824_1 at /127.0.0.1:60826 [Receiving block BP-1993707166-10.240.0.189-1779113259675:blk_1073741825_1001]] datanode.DataNode (DataXceiver.java:writeBlock(759)) - Receiving BP-1993707166-10.240.0.189-1779113259675:blk_1073741825_1001 src: /127.0.0.1:60826 dest: /127.0.0.1:41849
2026-05-18 14:07:42,915 INFO  [PacketResponder: BP-1993707166-10.240.0.189-1779113259675:blk_1073741825_1001, type=LAST_IN_PIPELINE] DataNode.clienttrace (BlockReceiver.java:finalizeBlock(1576)) - src: /127.0.0.1:60826, dest: /127.0.0.1:41849, volume: /tmp/hdfs-test7882522262564646936/data/data1, bytes: 92, op: HDFS_WRITE, cliID: DFSClient_NONMAPREDUCE_-1974273824_1, offset: 0, srvID: dd6e6442-7ed3-4503-8734-10d3d1cb7d0f, blockid: BP-1993707166-10.240.0.189-1779113259675:blk_1073741825_1001, duration(ns): 7375866
2026-05-18 14:07:42,920 INFO  [PacketResponder: BP-1993707166-10.240.0.189-1779113259675:blk_1073741825_1001, type=LAST_IN_PIPELINE] datanode.DataNode (BlockReceiver.java:run(1549)) - PacketResponder: BP-1993707166-10.240.0.189-1779113259675:blk_1073741825_1001, type=LAST_IN_PIPELINE terminating
2026-05-18 14:07:42,926 INFO  [IPC Server handler 8 on default port 43563] namenode.FSNamesystem (FSNamesystem.java:checkBlocksComplete(3286)) - BLOCK* blk_1073741825_1001 is COMMITTED but not COMPLETE(numNodes= 0 <  minimum = 1) in file /id_taco-taco/1779113237000/.kudu-metadata.json
2026-05-18 14:07:42,930 INFO  [Block report processor] BlockStateChange (BlockManager.java:addStoredBlock(3777)) - BLOCK* addStoredBlock: 127.0.0.1:41849 is added to blk_1073741825_1001 (size=92)
2026-05-18 14:07:43,331 INFO  [IPC Server handler 6 on default port 43563] hdfs.StateChange (FSNamesystem.java:completeFile(3239)) - DIR* completeFile: /id_taco-taco/1779113237000/.kudu-metadata.json is closed by DFSClient_NONMAPREDUCE_-1974273824_1
2026-05-18 14:07:43,332 INFO  [main] backup.BackupIO (BackupIO.scala:writeTableMetadata(95)) - Writing metadata to hdfs://localhost:43563/id_taco-taco/1779113241000/.kudu-metadata.json
2026-05-18 14:07:43,335 INFO  [IPC Server handler 7 on default port 43563] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=create	src=/id_taco-taco/1779113241000/.kudu-metadata.json	dst=null	perm=slave:supergroup:rw-r--r--	proto=rpc
2026-05-18 14:07:43,338 INFO  [IPC Server handler 5 on default port 43563] hdfs.StateChange (FSDirWriteFileOp.java:logAllocatedBlock(801)) - BLOCK* allocate blk_1073741826_1002, replicas=127.0.0.1:41849 for /id_taco-taco/1779113241000/.kudu-metadata.json
2026-05-18 14:07:43,341 INFO  [DataXceiver for client DFSClient_NONMAPREDUCE_-1974273824_1 at /127.0.0.1:60828 [Receiving block BP-1993707166-10.240.0.189-1779113259675:blk_1073741826_1002]] datanode.DataNode (DataXceiver.java:writeBlock(759)) - Receiving BP-1993707166-10.240.0.189-1779113259675:blk_1073741826_1002 src: /127.0.0.1:60828 dest: /127.0.0.1:41849
2026-05-18 14:07:43,345 INFO  [PacketResponder: BP-1993707166-10.240.0.189-1779113259675:blk_1073741826_1002, type=LAST_IN_PIPELINE] DataNode.clienttrace (BlockReceiver.java:finalizeBlock(1576)) - src: /127.0.0.1:60828, dest: /127.0.0.1:41849, volume: /tmp/hdfs-test7882522262564646936/data/data2, bytes: 121, op: HDFS_WRITE, cliID: DFSClient_NONMAPREDUCE_-1974273824_1, offset: 0, srvID: dd6e6442-7ed3-4503-8734-10d3d1cb7d0f, blockid: BP-1993707166-10.240.0.189-1779113259675:blk_1073741826_1002, duration(ns): 1984168
2026-05-18 14:07:43,345 INFO  [PacketResponder: BP-1993707166-10.240.0.189-1779113259675:blk_1073741826_1002, type=LAST_IN_PIPELINE] datanode.DataNode (BlockReceiver.java:run(1549)) - PacketResponder: BP-1993707166-10.240.0.189-1779113259675:blk_1073741826_1002, type=LAST_IN_PIPELINE terminating
2026-05-18 14:07:43,347 INFO  [IPC Server handler 8 on default port 43563] namenode.FSNamesystem (FSNamesystem.java:checkBlocksComplete(3286)) - BLOCK* blk_1073741826_1002 is COMMITTED but not COMPLETE(numNodes= 0 <  minimum = 1) in file /id_taco-taco/1779113241000/.kudu-metadata.json
2026-05-18 14:07:43,348 INFO  [Block report processor] BlockStateChange (BlockManager.java:addStoredBlock(3777)) - BLOCK* addStoredBlock: 127.0.0.1:41849 is added to blk_1073741826_1002 (size=121)
2026-05-18 14:07:43,749 INFO  [IPC Server handler 1 on default port 43563] hdfs.StateChange (FSNamesystem.java:completeFile(3239)) - DIR* completeFile: /id_taco-taco/1779113241000/.kudu-metadata.json is closed by DFSClient_NONMAPREDUCE_-1974273824_1
2026-05-18 14:07:43,751 INFO  [main] backup.BackupIO (BackupIO.scala:writeTableMetadata(95)) - Writing metadata to hdfs://localhost:43563/id_taco-taco/1779113246000/.kudu-metadata.json
2026-05-18 14:07:43,753 INFO  [IPC Server handler 0 on default port 43563] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=create	src=/id_taco-taco/1779113246000/.kudu-metadata.json	dst=null	perm=slave:supergroup:rw-r--r--	proto=rpc
2026-05-18 14:07:43,756 INFO  [IPC Server handler 2 on default port 43563] hdfs.StateChange (FSDirWriteFileOp.java:logAllocatedBlock(801)) - BLOCK* allocate blk_1073741827_1003, replicas=127.0.0.1:41849 for /id_taco-taco/1779113246000/.kudu-metadata.json
2026-05-18 14:07:43,758 INFO  [DataXceiver for client DFSClient_NONMAPREDUCE_-1974273824_1 at /127.0.0.1:60844 [Receiving block BP-1993707166-10.240.0.189-1779113259675:blk_1073741827_1003]] datanode.DataNode (DataXceiver.java:writeBlock(759)) - Receiving BP-1993707166-10.240.0.189-1779113259675:blk_1073741827_1003 src: /127.0.0.1:60844 dest: /127.0.0.1:41849
2026-05-18 14:07:43,761 INFO  [PacketResponder: BP-1993707166-10.240.0.189-1779113259675:blk_1073741827_1003, type=LAST_IN_PIPELINE] DataNode.clienttrace (BlockReceiver.java:finalizeBlock(1576)) - src: /127.0.0.1:60844, dest: /127.0.0.1:41849, volume: /tmp/hdfs-test7882522262564646936/data/data1, bytes: 121, op: HDFS_WRITE, cliID: DFSClient_NONMAPREDUCE_-1974273824_1, offset: 0, srvID: dd6e6442-7ed3-4503-8734-10d3d1cb7d0f, blockid: BP-1993707166-10.240.0.189-1779113259675:blk_1073741827_1003, duration(ns): 1528047
2026-05-18 14:07:43,762 INFO  [PacketResponder: BP-1993707166-10.240.0.189-1779113259675:blk_1073741827_1003, type=LAST_IN_PIPELINE] datanode.DataNode (BlockReceiver.java:run(1549)) - PacketResponder: BP-1993707166-10.240.0.189-1779113259675:blk_1073741827_1003, type=LAST_IN_PIPELINE terminating
2026-05-18 14:07:43,763 INFO  [Block report processor] BlockStateChange (BlockManager.java:addStoredBlock(3777)) - BLOCK* addStoredBlock: 127.0.0.1:41849 is added to blk_1073741827_1003 (size=121)
2026-05-18 14:07:43,764 INFO  [IPC Server handler 3 on default port 43563] hdfs.StateChange (FSNamesystem.java:completeFile(3239)) - DIR* completeFile: /id_taco-taco/1779113246000/.kudu-metadata.json is closed by DFSClient_NONMAPREDUCE_-1974273824_1
2026-05-18 14:07:43,880 INFO  [IPC Server handler 6 on default port 43563] 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:07:43,887 INFO  [IPC Server handler 7 on default port 43563] 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:07:43,893 INFO  [IPC Server handler 5 on default port 43563] 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:07:43,896 INFO  [IPC Server handler 8 on default port 43563] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779113237000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:07:43,902 INFO  [IPC Server handler 9 on default port 43563] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=open	src=/id_taco-taco/1779113237000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:07:43,955 INFO  [IPC Server handler 1 on default port 43563] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779113241000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:07:43,957 INFO  [IPC Server handler 0 on default port 43563] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=open	src=/id_taco-taco/1779113241000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:07:43,962 INFO  [IPC Server handler 2 on default port 43563] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779113246000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:07:43,963 INFO  [IPC Server handler 4 on default port 43563] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=open	src=/id_taco-taco/1779113246000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:07:43,966 INFO  [main] backup.BackupIO (BackupIO.scala:readTableBackups(236)) - Found 3 paths in hdfs://localhost:43563/id_taco-taco
checking existence of hdfs://localhost:43563/id_taco-taco/1779113237000/.kudu-metadata.json
2026-05-18 14:07:43,991 INFO  [IPC Server handler 3 on default port 43563] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779113237000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
checking existence of hdfs://localhost:43563/id_taco-taco/1779113241000/.kudu-metadata.json
2026-05-18 14:07:43,993 INFO  [IPC Server handler 6 on default port 43563] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779113241000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
checking existence of hdfs://localhost:43563/id_taco-taco/1779113246000/.kudu-metadata.json
2026-05-18 14:07:43,995 INFO  [IPC Server handler 7 on default port 43563] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779113246000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:07:43,995 INFO  [main] backup.BackupIO (BackupIO.scala:writeTableMetadata(95)) - Writing metadata to hdfs://localhost:43563/id_taco-taco/1779113242000/.kudu-metadata.json
2026-05-18 14:07:43,997 INFO  [IPC Server handler 5 on default port 43563] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=create	src=/id_taco-taco/1779113242000/.kudu-metadata.json	dst=null	perm=slave:supergroup:rw-r--r--	proto=rpc
2026-05-18 14:07:44,000 INFO  [IPC Server handler 8 on default port 43563] hdfs.StateChange (FSDirWriteFileOp.java:logAllocatedBlock(801)) - BLOCK* allocate blk_1073741828_1004, replicas=127.0.0.1:41849 for /id_taco-taco/1779113242000/.kudu-metadata.json
2026-05-18 14:07:44,002 INFO  [DataXceiver for client DFSClient_NONMAPREDUCE_-1974273824_1 at /127.0.0.1:60852 [Receiving block BP-1993707166-10.240.0.189-1779113259675:blk_1073741828_1004]] datanode.DataNode (DataXceiver.java:writeBlock(759)) - Receiving BP-1993707166-10.240.0.189-1779113259675:blk_1073741828_1004 src: /127.0.0.1:60852 dest: /127.0.0.1:41849
2026-05-18 14:07:44,008 INFO  [PacketResponder: BP-1993707166-10.240.0.189-1779113259675:blk_1073741828_1004, type=LAST_IN_PIPELINE] DataNode.clienttrace (BlockReceiver.java:finalizeBlock(1576)) - src: /127.0.0.1:60852, dest: /127.0.0.1:41849, volume: /tmp/hdfs-test7882522262564646936/data/data2, bytes: 92, op: HDFS_WRITE, cliID: DFSClient_NONMAPREDUCE_-1974273824_1, offset: 0, srvID: dd6e6442-7ed3-4503-8734-10d3d1cb7d0f, blockid: BP-1993707166-10.240.0.189-1779113259675:blk_1073741828_1004, duration(ns): 2869982
2026-05-18 14:07:44,009 INFO  [PacketResponder: BP-1993707166-10.240.0.189-1779113259675:blk_1073741828_1004, type=LAST_IN_PIPELINE] datanode.DataNode (BlockReceiver.java:run(1549)) - PacketResponder: BP-1993707166-10.240.0.189-1779113259675:blk_1073741828_1004, type=LAST_IN_PIPELINE terminating
2026-05-18 14:07:44,010 INFO  [Block report processor] BlockStateChange (BlockManager.java:addStoredBlock(3777)) - BLOCK* addStoredBlock: 127.0.0.1:41849 is added to blk_1073741828_1004 (size=92)
2026-05-18 14:07:44,011 INFO  [IPC Server handler 1 on default port 43563] hdfs.StateChange (FSNamesystem.java:completeFile(3239)) - DIR* completeFile: /id_taco-taco/1779113242000/.kudu-metadata.json is closed by DFSClient_NONMAPREDUCE_-1974273824_1
2026-05-18 14:07:44,012 INFO  [main] backup.BackupIO (BackupIO.scala:writeTableMetadata(95)) - Writing metadata to hdfs://localhost:43563/id_taco-taco/1779113247000/.kudu-metadata.json
2026-05-18 14:07:44,014 INFO  [IPC Server handler 0 on default port 43563] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=create	src=/id_taco-taco/1779113247000/.kudu-metadata.json	dst=null	perm=slave:supergroup:rw-r--r--	proto=rpc
2026-05-18 14:07:44,017 INFO  [IPC Server handler 2 on default port 43563] hdfs.StateChange (FSDirWriteFileOp.java:logAllocatedBlock(801)) - BLOCK* allocate blk_1073741829_1005, replicas=127.0.0.1:41849 for /id_taco-taco/1779113247000/.kudu-metadata.json
2026-05-18 14:07:44,019 INFO  [DataXceiver for client DFSClient_NONMAPREDUCE_-1974273824_1 at /127.0.0.1:60860 [Receiving block BP-1993707166-10.240.0.189-1779113259675:blk_1073741829_1005]] datanode.DataNode (DataXceiver.java:writeBlock(759)) - Receiving BP-1993707166-10.240.0.189-1779113259675:blk_1073741829_1005 src: /127.0.0.1:60860 dest: /127.0.0.1:41849
2026-05-18 14:07:44,022 INFO  [PacketResponder: BP-1993707166-10.240.0.189-1779113259675:blk_1073741829_1005, type=LAST_IN_PIPELINE] DataNode.clienttrace (BlockReceiver.java:finalizeBlock(1576)) - src: /127.0.0.1:60860, dest: /127.0.0.1:41849, volume: /tmp/hdfs-test7882522262564646936/data/data1, bytes: 121, op: HDFS_WRITE, cliID: DFSClient_NONMAPREDUCE_-1974273824_1, offset: 0, srvID: dd6e6442-7ed3-4503-8734-10d3d1cb7d0f, blockid: BP-1993707166-10.240.0.189-1779113259675:blk_1073741829_1005, duration(ns): 1338043
2026-05-18 14:07:44,023 INFO  [PacketResponder: BP-1993707166-10.240.0.189-1779113259675:blk_1073741829_1005, type=LAST_IN_PIPELINE] datanode.DataNode (BlockReceiver.java:run(1549)) - PacketResponder: BP-1993707166-10.240.0.189-1779113259675:blk_1073741829_1005, type=LAST_IN_PIPELINE terminating
2026-05-18 14:07:44,024 INFO  [Block report processor] BlockStateChange (BlockManager.java:addStoredBlock(3777)) - BLOCK* addStoredBlock: 127.0.0.1:41849 is added to blk_1073741829_1005 (size=121)
2026-05-18 14:07:44,024 INFO  [IPC Server handler 3 on default port 43563] hdfs.StateChange (FSNamesystem.java:completeFile(3239)) - DIR* completeFile: /id_taco-taco/1779113247000/.kudu-metadata.json is closed by DFSClient_NONMAPREDUCE_-1974273824_1
2026-05-18 14:07:44,026 INFO  [main] backup.BackupIO (BackupIO.scala:writeTableMetadata(95)) - Writing metadata to hdfs://localhost:43563/id_taco-taco/1779113252000/.kudu-metadata.json
2026-05-18 14:07:44,028 INFO  [IPC Server handler 6 on default port 43563] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=create	src=/id_taco-taco/1779113252000/.kudu-metadata.json	dst=null	perm=slave:supergroup:rw-r--r--	proto=rpc
2026-05-18 14:07:44,031 INFO  [IPC Server handler 7 on default port 43563] hdfs.StateChange (FSDirWriteFileOp.java:logAllocatedBlock(801)) - BLOCK* allocate blk_1073741830_1006, replicas=127.0.0.1:41849 for /id_taco-taco/1779113252000/.kudu-metadata.json
2026-05-18 14:07:44,033 INFO  [DataXceiver for client DFSClient_NONMAPREDUCE_-1974273824_1 at /127.0.0.1:60866 [Receiving block BP-1993707166-10.240.0.189-1779113259675:blk_1073741830_1006]] datanode.DataNode (DataXceiver.java:writeBlock(759)) - Receiving BP-1993707166-10.240.0.189-1779113259675:blk_1073741830_1006 src: /127.0.0.1:60866 dest: /127.0.0.1:41849
2026-05-18 14:07:44,036 INFO  [PacketResponder: BP-1993707166-10.240.0.189-1779113259675:blk_1073741830_1006, type=LAST_IN_PIPELINE] DataNode.clienttrace (BlockReceiver.java:finalizeBlock(1576)) - src: /127.0.0.1:60866, dest: /127.0.0.1:41849, volume: /tmp/hdfs-test7882522262564646936/data/data2, bytes: 121, op: HDFS_WRITE, cliID: DFSClient_NONMAPREDUCE_-1974273824_1, offset: 0, srvID: dd6e6442-7ed3-4503-8734-10d3d1cb7d0f, blockid: BP-1993707166-10.240.0.189-1779113259675:blk_1073741830_1006, duration(ns): 1533397
2026-05-18 14:07:44,037 INFO  [PacketResponder: BP-1993707166-10.240.0.189-1779113259675:blk_1073741830_1006, type=LAST_IN_PIPELINE] datanode.DataNode (BlockReceiver.java:run(1549)) - PacketResponder: BP-1993707166-10.240.0.189-1779113259675:blk_1073741830_1006, type=LAST_IN_PIPELINE terminating
2026-05-18 14:07:44,037 INFO  [Block report processor] BlockStateChange (BlockManager.java:addStoredBlock(3777)) - BLOCK* addStoredBlock: 127.0.0.1:41849 is added to blk_1073741830_1006 (size=121)
2026-05-18 14:07:44,039 INFO  [IPC Server handler 8 on default port 43563] hdfs.StateChange (FSNamesystem.java:completeFile(3239)) - DIR* completeFile: /id_taco-taco/1779113252000/.kudu-metadata.json is closed by DFSClient_NONMAPREDUCE_-1974273824_1
2026-05-18 14:07:44,040 INFO  [main] backup.BackupIO (BackupIO.scala:writeTableMetadata(95)) - Writing metadata to hdfs://localhost:43563/id_taco-taco/1779113257000/.kudu-metadata.json
2026-05-18 14:07:44,042 INFO  [IPC Server handler 9 on default port 43563] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=create	src=/id_taco-taco/1779113257000/.kudu-metadata.json	dst=null	perm=slave:supergroup:rw-r--r--	proto=rpc
2026-05-18 14:07:44,044 INFO  [IPC Server handler 1 on default port 43563] hdfs.StateChange (FSDirWriteFileOp.java:logAllocatedBlock(801)) - BLOCK* allocate blk_1073741831_1007, replicas=127.0.0.1:41849 for /id_taco-taco/1779113257000/.kudu-metadata.json
2026-05-18 14:07:44,046 INFO  [DataXceiver for client DFSClient_NONMAPREDUCE_-1974273824_1 at /127.0.0.1:60882 [Receiving block BP-1993707166-10.240.0.189-1779113259675:blk_1073741831_1007]] datanode.DataNode (DataXceiver.java:writeBlock(759)) - Receiving BP-1993707166-10.240.0.189-1779113259675:blk_1073741831_1007 src: /127.0.0.1:60882 dest: /127.0.0.1:41849
2026-05-18 14:07:44,049 INFO  [PacketResponder: BP-1993707166-10.240.0.189-1779113259675:blk_1073741831_1007, type=LAST_IN_PIPELINE] DataNode.clienttrace (BlockReceiver.java:finalizeBlock(1576)) - src: /127.0.0.1:60882, dest: /127.0.0.1:41849, volume: /tmp/hdfs-test7882522262564646936/data/data1, bytes: 121, op: HDFS_WRITE, cliID: DFSClient_NONMAPREDUCE_-1974273824_1, offset: 0, srvID: dd6e6442-7ed3-4503-8734-10d3d1cb7d0f, blockid: BP-1993707166-10.240.0.189-1779113259675:blk_1073741831_1007, duration(ns): 1144911
2026-05-18 14:07:44,049 INFO  [PacketResponder: BP-1993707166-10.240.0.189-1779113259675:blk_1073741831_1007, type=LAST_IN_PIPELINE] datanode.DataNode (BlockReceiver.java:run(1549)) - PacketResponder: BP-1993707166-10.240.0.189-1779113259675:blk_1073741831_1007, type=LAST_IN_PIPELINE terminating
2026-05-18 14:07:44,050 INFO  [Block report processor] BlockStateChange (BlockManager.java:addStoredBlock(3777)) - BLOCK* addStoredBlock: 127.0.0.1:41849 is added to blk_1073741831_1007 (size=121)
2026-05-18 14:07:44,051 INFO  [IPC Server handler 2 on default port 43563] hdfs.StateChange (FSNamesystem.java:completeFile(3239)) - DIR* completeFile: /id_taco-taco/1779113257000/.kudu-metadata.json is closed by DFSClient_NONMAPREDUCE_-1974273824_1
2026-05-18 14:07:44,052 INFO  [main] backup.BackupIO (BackupIO.scala:writeTableMetadata(95)) - Writing metadata to hdfs://localhost:43563/id_taco-taco/1779113261000/.kudu-metadata.json
2026-05-18 14:07:44,054 INFO  [IPC Server handler 4 on default port 43563] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=create	src=/id_taco-taco/1779113261000/.kudu-metadata.json	dst=null	perm=slave:supergroup:rw-r--r--	proto=rpc
2026-05-18 14:07:44,058 INFO  [IPC Server handler 3 on default port 43563] hdfs.StateChange (FSDirWriteFileOp.java:logAllocatedBlock(801)) - BLOCK* allocate blk_1073741832_1008, replicas=127.0.0.1:41849 for /id_taco-taco/1779113261000/.kudu-metadata.json
2026-05-18 14:07:44,062 INFO  [DataXceiver for client DFSClient_NONMAPREDUCE_-1974273824_1 at /127.0.0.1:60892 [Receiving block BP-1993707166-10.240.0.189-1779113259675:blk_1073741832_1008]] datanode.DataNode (DataXceiver.java:writeBlock(759)) - Receiving BP-1993707166-10.240.0.189-1779113259675:blk_1073741832_1008 src: /127.0.0.1:60892 dest: /127.0.0.1:41849
2026-05-18 14:07:44,064 INFO  [PacketResponder: BP-1993707166-10.240.0.189-1779113259675:blk_1073741832_1008, type=LAST_IN_PIPELINE] DataNode.clienttrace (BlockReceiver.java:finalizeBlock(1576)) - src: /127.0.0.1:60892, dest: /127.0.0.1:41849, volume: /tmp/hdfs-test7882522262564646936/data/data2, bytes: 121, op: HDFS_WRITE, cliID: DFSClient_NONMAPREDUCE_-1974273824_1, offset: 0, srvID: dd6e6442-7ed3-4503-8734-10d3d1cb7d0f, blockid: BP-1993707166-10.240.0.189-1779113259675:blk_1073741832_1008, duration(ns): 1227203
2026-05-18 14:07:44,065 INFO  [PacketResponder: BP-1993707166-10.240.0.189-1779113259675:blk_1073741832_1008, type=LAST_IN_PIPELINE] datanode.DataNode (BlockReceiver.java:run(1549)) - PacketResponder: BP-1993707166-10.240.0.189-1779113259675:blk_1073741832_1008, type=LAST_IN_PIPELINE terminating
2026-05-18 14:07:44,066 INFO  [Block report processor] BlockStateChange (BlockManager.java:addStoredBlock(3777)) - BLOCK* addStoredBlock: 127.0.0.1:41849 is added to blk_1073741832_1008 (size=121)
2026-05-18 14:07:44,067 INFO  [IPC Server handler 7 on default port 43563] hdfs.StateChange (FSNamesystem.java:completeFile(3239)) - DIR* completeFile: /id_taco-taco/1779113261000/.kudu-metadata.json is closed by DFSClient_NONMAPREDUCE_-1974273824_1
2026-05-18 14:07:44,068 INFO  [main] backup.BackupIO (BackupIO.scala:writeTableMetadata(95)) - Writing metadata to hdfs://localhost:43563/id_taco-taco/1779113244000/.kudu-metadata.json
2026-05-18 14:07:44,071 INFO  [IPC Server handler 5 on default port 43563] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=create	src=/id_taco-taco/1779113244000/.kudu-metadata.json	dst=null	perm=slave:supergroup:rw-r--r--	proto=rpc
2026-05-18 14:07:44,078 INFO  [IPC Server handler 8 on default port 43563] hdfs.StateChange (FSDirWriteFileOp.java:logAllocatedBlock(801)) - BLOCK* allocate blk_1073741833_1009, replicas=127.0.0.1:41849 for /id_taco-taco/1779113244000/.kudu-metadata.json
2026-05-18 14:07:44,080 INFO  [DataXceiver for client DFSClient_NONMAPREDUCE_-1974273824_1 at /127.0.0.1:60902 [Receiving block BP-1993707166-10.240.0.189-1779113259675:blk_1073741833_1009]] datanode.DataNode (DataXceiver.java:writeBlock(759)) - Receiving BP-1993707166-10.240.0.189-1779113259675:blk_1073741833_1009 src: /127.0.0.1:60902 dest: /127.0.0.1:41849
2026-05-18 14:07:44,084 INFO  [PacketResponder: BP-1993707166-10.240.0.189-1779113259675:blk_1073741833_1009, type=LAST_IN_PIPELINE] DataNode.clienttrace (BlockReceiver.java:finalizeBlock(1576)) - src: /127.0.0.1:60902, dest: /127.0.0.1:41849, volume: /tmp/hdfs-test7882522262564646936/data/data1, bytes: 121, op: HDFS_WRITE, cliID: DFSClient_NONMAPREDUCE_-1974273824_1, offset: 0, srvID: dd6e6442-7ed3-4503-8734-10d3d1cb7d0f, blockid: BP-1993707166-10.240.0.189-1779113259675:blk_1073741833_1009, duration(ns): 2476869
2026-05-18 14:07:44,084 INFO  [PacketResponder: BP-1993707166-10.240.0.189-1779113259675:blk_1073741833_1009, type=LAST_IN_PIPELINE] datanode.DataNode (BlockReceiver.java:run(1549)) - PacketResponder: BP-1993707166-10.240.0.189-1779113259675:blk_1073741833_1009, type=LAST_IN_PIPELINE terminating
2026-05-18 14:07:44,086 INFO  [Block report processor] BlockStateChange (BlockManager.java:addStoredBlock(3777)) - BLOCK* addStoredBlock: 127.0.0.1:41849 is added to blk_1073741833_1009 (size=121)
2026-05-18 14:07:44,087 INFO  [IPC Server handler 1 on default port 43563] hdfs.StateChange (FSNamesystem.java:completeFile(3239)) - DIR* completeFile: /id_taco-taco/1779113244000/.kudu-metadata.json is closed by DFSClient_NONMAPREDUCE_-1974273824_1
2026-05-18 14:07:44,103 INFO  [IPC Server handler 0 on default port 43563] 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:07:44,105 INFO  [IPC Server handler 2 on default port 43563] 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:07:44,107 INFO  [IPC Server handler 4 on default port 43563] 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:07:44,109 INFO  [IPC Server handler 3 on default port 43563] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779113237000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:07:44,111 INFO  [IPC Server handler 6 on default port 43563] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=open	src=/id_taco-taco/1779113237000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:07:44,116 INFO  [IPC Server handler 7 on default port 43563] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779113241000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:07:44,118 INFO  [IPC Server handler 5 on default port 43563] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=open	src=/id_taco-taco/1779113241000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:07:44,123 INFO  [IPC Server handler 8 on default port 43563] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779113242000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:07:44,124 INFO  [IPC Server handler 9 on default port 43563] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=open	src=/id_taco-taco/1779113242000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:07:44,129 INFO  [IPC Server handler 1 on default port 43563] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779113244000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:07:44,130 INFO  [IPC Server handler 0 on default port 43563] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=open	src=/id_taco-taco/1779113244000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:07:44,134 INFO  [IPC Server handler 2 on default port 43563] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779113246000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:07:44,136 INFO  [IPC Server handler 4 on default port 43563] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=open	src=/id_taco-taco/1779113246000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:07:44,140 INFO  [IPC Server handler 3 on default port 43563] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779113247000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:07:44,141 INFO  [IPC Server handler 6 on default port 43563] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=open	src=/id_taco-taco/1779113247000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:07:44,145 INFO  [IPC Server handler 7 on default port 43563] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779113252000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:07:44,147 INFO  [IPC Server handler 5 on default port 43563] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=open	src=/id_taco-taco/1779113252000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:07:44,151 INFO  [IPC Server handler 8 on default port 43563] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779113257000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:07:44,152 INFO  [IPC Server handler 9 on default port 43563] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=open	src=/id_taco-taco/1779113257000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:07:44,156 INFO  [IPC Server handler 1 on default port 43563] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779113261000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:07:44,157 INFO  [IPC Server handler 0 on default port 43563] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=open	src=/id_taco-taco/1779113261000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:07:44,160 INFO  [main] backup.BackupIO (BackupIO.scala:readTableBackups(236)) - Found 9 paths in hdfs://localhost:43563/id_taco-taco
DRY RUN: Delete backup name: taco, id: id_taco, fromMs: 1779113241000, toMs: 1779113246000
DRY RUN: Delete backup name: taco, id: id_taco, fromMs: 1779113237000, toMs: 1779113241000
DRY RUN: Delete backup name: taco, id: id_taco, fromMs: 0, toMs: 1779113237000
DRY RUN: Delete backup name: taco, id: id_taco, fromMs: 1779113242000, toMs: 1779113244000
checking existence of hdfs://localhost:43563/id_taco-taco/1779113237000/.kudu-metadata.json
2026-05-18 14:07:44,180 INFO  [IPC Server handler 2 on default port 43563] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779113237000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
checking existence of hdfs://localhost:43563/id_taco-taco/1779113241000/.kudu-metadata.json
2026-05-18 14:07:44,181 INFO  [IPC Server handler 4 on default port 43563] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779113241000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
checking existence of hdfs://localhost:43563/id_taco-taco/1779113246000/.kudu-metadata.json
2026-05-18 14:07:44,183 INFO  [IPC Server handler 3 on default port 43563] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779113246000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
checking existence of hdfs://localhost:43563/id_taco-taco/1779113244000/.kudu-metadata.json
2026-05-18 14:07:44,185 INFO  [IPC Server handler 6 on default port 43563] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779113244000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
checking existence of hdfs://localhost:43563/id_taco-taco/1779113242000/.kudu-metadata.json
2026-05-18 14:07:44,187 INFO  [IPC Server handler 7 on default port 43563] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779113242000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
checking existence of hdfs://localhost:43563/id_taco-taco/1779113247000/.kudu-metadata.json
2026-05-18 14:07:44,188 INFO  [IPC Server handler 5 on default port 43563] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779113247000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
checking existence of hdfs://localhost:43563/id_taco-taco/1779113252000/.kudu-metadata.json
2026-05-18 14:07:44,190 INFO  [IPC Server handler 8 on default port 43563] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779113252000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
checking existence of hdfs://localhost:43563/id_taco-taco/1779113257000/.kudu-metadata.json
2026-05-18 14:07:44,192 INFO  [IPC Server handler 9 on default port 43563] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779113257000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
checking existence of hdfs://localhost:43563/id_taco-taco/1779113261000/.kudu-metadata.json
2026-05-18 14:07:44,194 INFO  [IPC Server handler 1 on default port 43563] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779113261000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:07:44,211 INFO  [IPC Server handler 0 on default port 43563] 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:07:44,212 INFO  [IPC Server handler 2 on default port 43563] 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:07:44,214 INFO  [IPC Server handler 4 on default port 43563] 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:07:44,217 INFO  [IPC Server handler 3 on default port 43563] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779113237000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:07:44,218 INFO  [IPC Server handler 6 on default port 43563] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=open	src=/id_taco-taco/1779113237000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:07:44,223 INFO  [IPC Server handler 7 on default port 43563] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779113241000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:07:44,225 INFO  [IPC Server handler 5 on default port 43563] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=open	src=/id_taco-taco/1779113241000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:07:44,228 INFO  [IPC Server handler 8 on default port 43563] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779113242000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:07:44,230 INFO  [IPC Server handler 9 on default port 43563] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=open	src=/id_taco-taco/1779113242000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:07:44,234 INFO  [IPC Server handler 1 on default port 43563] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779113244000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:07:44,236 INFO  [IPC Server handler 0 on default port 43563] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=open	src=/id_taco-taco/1779113244000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:07:44,243 INFO  [IPC Server handler 2 on default port 43563] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779113246000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:07:44,244 INFO  [IPC Server handler 4 on default port 43563] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=open	src=/id_taco-taco/1779113246000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:07:44,249 INFO  [IPC Server handler 3 on default port 43563] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779113247000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:07:44,250 INFO  [IPC Server handler 6 on default port 43563] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=open	src=/id_taco-taco/1779113247000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:07:44,254 INFO  [IPC Server handler 7 on default port 43563] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779113252000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:07:44,255 INFO  [IPC Server handler 5 on default port 43563] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=open	src=/id_taco-taco/1779113252000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:07:44,259 INFO  [IPC Server handler 8 on default port 43563] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779113257000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:07:44,261 INFO  [IPC Server handler 9 on default port 43563] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=open	src=/id_taco-taco/1779113257000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:07:44,265 INFO  [IPC Server handler 1 on default port 43563] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779113261000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:07:44,267 INFO  [IPC Server handler 0 on default port 43563] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=open	src=/id_taco-taco/1779113261000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:07:44,270 INFO  [main] backup.BackupIO (BackupIO.scala:readTableBackups(236)) - Found 9 paths in hdfs://localhost:43563/id_taco-taco
Delete backup name: taco, id: id_taco, fromMs: 1779113241000, toMs: 1779113246000
2026-05-18 14:07:44,287 INFO  [IPC Server handler 2 on default port 43563] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=delete	src=/id_taco-taco/1779113246000	dst=null	perm=null	proto=rpc
Delete backup name: taco, id: id_taco, fromMs: 1779113237000, toMs: 1779113241000
2026-05-18 14:07:44,290 INFO  [IPC Server handler 4 on default port 43563] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=delete	src=/id_taco-taco/1779113241000	dst=null	perm=null	proto=rpc
Delete backup name: taco, id: id_taco, fromMs: 0, toMs: 1779113237000
2026-05-18 14:07:44,292 INFO  [IPC Server handler 3 on default port 43563] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=delete	src=/id_taco-taco/1779113237000	dst=null	perm=null	proto=rpc
Delete backup name: taco, id: id_taco, fromMs: 1779113242000, toMs: 1779113244000
2026-05-18 14:07:44,293 INFO  [IPC Server handler 6 on default port 43563] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=delete	src=/id_taco-taco/1779113244000	dst=null	perm=null	proto=rpc
checking existence of hdfs://localhost:43563/id_taco-taco/1779113237000/.kudu-metadata.json
2026-05-18 14:07:44,295 INFO  [IPC Server handler 7 on default port 43563] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779113237000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
checking existence of hdfs://localhost:43563/id_taco-taco/1779113241000/.kudu-metadata.json
2026-05-18 14:07:44,297 INFO  [IPC Server handler 5 on default port 43563] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779113241000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
checking existence of hdfs://localhost:43563/id_taco-taco/1779113246000/.kudu-metadata.json
2026-05-18 14:07:44,298 INFO  [IPC Server handler 8 on default port 43563] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779113246000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
checking existence of hdfs://localhost:43563/id_taco-taco/1779113244000/.kudu-metadata.json
2026-05-18 14:07:44,299 INFO  [IPC Server handler 9 on default port 43563] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779113244000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
checking existence of hdfs://localhost:43563/id_taco-taco/1779113242000/.kudu-metadata.json
2026-05-18 14:07:44,301 INFO  [IPC Server handler 1 on default port 43563] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779113242000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
checking existence of hdfs://localhost:43563/id_taco-taco/1779113247000/.kudu-metadata.json
2026-05-18 14:07:44,303 INFO  [IPC Server handler 0 on default port 43563] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779113247000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
checking existence of hdfs://localhost:43563/id_taco-taco/1779113252000/.kudu-metadata.json
2026-05-18 14:07:44,304 INFO  [IPC Server handler 2 on default port 43563] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779113252000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
checking existence of hdfs://localhost:43563/id_taco-taco/1779113257000/.kudu-metadata.json
2026-05-18 14:07:44,306 INFO  [IPC Server handler 4 on default port 43563] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779113257000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
checking existence of hdfs://localhost:43563/id_taco-taco/1779113261000/.kudu-metadata.json
2026-05-18 14:07:44,307 INFO  [IPC Server handler 3 on default port 43563] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779113261000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:07:44,308 INFO  [main] backup.BackupIO (BackupIO.scala:writeTableMetadata(95)) - Writing metadata to hdfs://localhost:43563/id_taco-taco/1779113243000/.kudu-metadata.json
2026-05-18 14:07:44,310 INFO  [IPC Server handler 6 on default port 43563] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=create	src=/id_taco-taco/1779113243000/.kudu-metadata.json	dst=null	perm=slave:supergroup:rw-r--r--	proto=rpc
2026-05-18 14:07:44,312 INFO  [IPC Server handler 7 on default port 43563] hdfs.StateChange (FSDirWriteFileOp.java:logAllocatedBlock(801)) - BLOCK* allocate blk_1073741834_1010, replicas=127.0.0.1:41849 for /id_taco-taco/1779113243000/.kudu-metadata.json
2026-05-18 14:07:44,314 INFO  [DataXceiver for client DFSClient_NONMAPREDUCE_-1974273824_1 at /127.0.0.1:60916 [Receiving block BP-1993707166-10.240.0.189-1779113259675:blk_1073741834_1010]] datanode.DataNode (DataXceiver.java:writeBlock(759)) - Receiving BP-1993707166-10.240.0.189-1779113259675:blk_1073741834_1010 src: /127.0.0.1:60916 dest: /127.0.0.1:41849
2026-05-18 14:07:44,317 INFO  [PacketResponder: BP-1993707166-10.240.0.189-1779113259675:blk_1073741834_1010, type=LAST_IN_PIPELINE] DataNode.clienttrace (BlockReceiver.java:finalizeBlock(1576)) - src: /127.0.0.1:60916, dest: /127.0.0.1:41849, volume: /tmp/hdfs-test7882522262564646936/data/data2, bytes: 92, op: HDFS_WRITE, cliID: DFSClient_NONMAPREDUCE_-1974273824_1, offset: 0, srvID: dd6e6442-7ed3-4503-8734-10d3d1cb7d0f, blockid: BP-1993707166-10.240.0.189-1779113259675:blk_1073741834_1010, duration(ns): 1205911
2026-05-18 14:07:44,317 INFO  [PacketResponder: BP-1993707166-10.240.0.189-1779113259675:blk_1073741834_1010, type=LAST_IN_PIPELINE] datanode.DataNode (BlockReceiver.java:run(1549)) - PacketResponder: BP-1993707166-10.240.0.189-1779113259675:blk_1073741834_1010, type=LAST_IN_PIPELINE terminating
2026-05-18 14:07:44,318 INFO  [IPC Server handler 8 on default port 43563] namenode.FSNamesystem (FSNamesystem.java:checkBlocksComplete(3286)) - BLOCK* blk_1073741834_1010 is COMMITTED but not COMPLETE(numNodes= 0 <  minimum = 1) in file /id_taco-taco/1779113243000/.kudu-metadata.json
2026-05-18 14:07:44,318 INFO  [Block report processor] BlockStateChange (BlockManager.java:addStoredBlock(3777)) - BLOCK* addStoredBlock: 127.0.0.1:41849 is added to blk_1073741834_1010 (size=92)
2026-05-18 14:07:44,721 INFO  [IPC Server handler 9 on default port 43563] hdfs.StateChange (FSNamesystem.java:completeFile(3239)) - DIR* completeFile: /id_taco-taco/1779113243000/.kudu-metadata.json is closed by DFSClient_NONMAPREDUCE_-1974273824_1
2026-05-18 14:07:44,722 INFO  [main] backup.BackupIO (BackupIO.scala:writeTableMetadata(95)) - Writing metadata to hdfs://localhost:43563/id_taco-taco/1779113248000/.kudu-metadata.json
2026-05-18 14:07:44,724 INFO  [IPC Server handler 1 on default port 43563] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=create	src=/id_taco-taco/1779113248000/.kudu-metadata.json	dst=null	perm=slave:supergroup:rw-r--r--	proto=rpc
2026-05-18 14:07:44,726 INFO  [IPC Server handler 0 on default port 43563] hdfs.StateChange (FSDirWriteFileOp.java:logAllocatedBlock(801)) - BLOCK* allocate blk_1073741835_1011, replicas=127.0.0.1:41849 for /id_taco-taco/1779113248000/.kudu-metadata.json
2026-05-18 14:07:44,729 INFO  [DataXceiver for client DFSClient_NONMAPREDUCE_-1974273824_1 at /127.0.0.1:60930 [Receiving block BP-1993707166-10.240.0.189-1779113259675:blk_1073741835_1011]] datanode.DataNode (DataXceiver.java:writeBlock(759)) - Receiving BP-1993707166-10.240.0.189-1779113259675:blk_1073741835_1011 src: /127.0.0.1:60930 dest: /127.0.0.1:41849
2026-05-18 14:07:44,735 INFO  [PacketResponder: BP-1993707166-10.240.0.189-1779113259675:blk_1073741835_1011, type=LAST_IN_PIPELINE] DataNode.clienttrace (BlockReceiver.java:finalizeBlock(1576)) - src: /127.0.0.1:60930, dest: /127.0.0.1:41849, volume: /tmp/hdfs-test7882522262564646936/data/data1, bytes: 121, op: HDFS_WRITE, cliID: DFSClient_NONMAPREDUCE_-1974273824_1, offset: 0, srvID: dd6e6442-7ed3-4503-8734-10d3d1cb7d0f, blockid: BP-1993707166-10.240.0.189-1779113259675:blk_1073741835_1011, duration(ns): 4547758
2026-05-18 14:07:44,735 INFO  [PacketResponder: BP-1993707166-10.240.0.189-1779113259675:blk_1073741835_1011, type=LAST_IN_PIPELINE] datanode.DataNode (BlockReceiver.java:run(1549)) - PacketResponder: BP-1993707166-10.240.0.189-1779113259675:blk_1073741835_1011, type=LAST_IN_PIPELINE terminating
2026-05-18 14:07:44,736 INFO  [Block report processor] BlockStateChange (BlockManager.java:addStoredBlock(3777)) - BLOCK* addStoredBlock: 127.0.0.1:41849 is added to blk_1073741835_1011 (size=121)
2026-05-18 14:07:44,737 INFO  [IPC Server handler 4 on default port 43563] hdfs.StateChange (FSNamesystem.java:completeFile(3239)) - DIR* completeFile: /id_taco-taco/1779113248000/.kudu-metadata.json is closed by DFSClient_NONMAPREDUCE_-1974273824_1
2026-05-18 14:07:44,738 INFO  [main] backup.BackupIO (BackupIO.scala:writeTableMetadata(95)) - Writing metadata to hdfs://localhost:43563/id_taco-taco/1779113253000/.kudu-metadata.json
2026-05-18 14:07:44,740 INFO  [IPC Server handler 3 on default port 43563] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=create	src=/id_taco-taco/1779113253000/.kudu-metadata.json	dst=null	perm=slave:supergroup:rw-r--r--	proto=rpc
2026-05-18 14:07:44,742 INFO  [IPC Server handler 6 on default port 43563] hdfs.StateChange (FSDirWriteFileOp.java:logAllocatedBlock(801)) - BLOCK* allocate blk_1073741836_1012, replicas=127.0.0.1:41849 for /id_taco-taco/1779113253000/.kudu-metadata.json
2026-05-18 14:07:44,746 INFO  [DataXceiver for client DFSClient_NONMAPREDUCE_-1974273824_1 at /127.0.0.1:60938 [Receiving block BP-1993707166-10.240.0.189-1779113259675:blk_1073741836_1012]] datanode.DataNode (DataXceiver.java:writeBlock(759)) - Receiving BP-1993707166-10.240.0.189-1779113259675:blk_1073741836_1012 src: /127.0.0.1:60938 dest: /127.0.0.1:41849
2026-05-18 14:07:44,748 INFO  [PacketResponder: BP-1993707166-10.240.0.189-1779113259675:blk_1073741836_1012, type=LAST_IN_PIPELINE] DataNode.clienttrace (BlockReceiver.java:finalizeBlock(1576)) - src: /127.0.0.1:60938, dest: /127.0.0.1:41849, volume: /tmp/hdfs-test7882522262564646936/data/data2, bytes: 121, op: HDFS_WRITE, cliID: DFSClient_NONMAPREDUCE_-1974273824_1, offset: 0, srvID: dd6e6442-7ed3-4503-8734-10d3d1cb7d0f, blockid: BP-1993707166-10.240.0.189-1779113259675:blk_1073741836_1012, duration(ns): 1143802
2026-05-18 14:07:44,749 INFO  [PacketResponder: BP-1993707166-10.240.0.189-1779113259675:blk_1073741836_1012, type=LAST_IN_PIPELINE] datanode.DataNode (BlockReceiver.java:run(1549)) - PacketResponder: BP-1993707166-10.240.0.189-1779113259675:blk_1073741836_1012, type=LAST_IN_PIPELINE terminating
2026-05-18 14:07:44,749 INFO  [Block report processor] BlockStateChange (BlockManager.java:addStoredBlock(3777)) - BLOCK* addStoredBlock: 127.0.0.1:41849 is added to blk_1073741836_1012 (size=121)
2026-05-18 14:07:44,750 INFO  [IPC Server handler 7 on default port 43563] hdfs.StateChange (FSNamesystem.java:completeFile(3239)) - DIR* completeFile: /id_taco-taco/1779113253000/.kudu-metadata.json is closed by DFSClient_NONMAPREDUCE_-1974273824_1
2026-05-18 14:07:44,751 INFO  [main] backup.BackupIO (BackupIO.scala:writeTableMetadata(95)) - Writing metadata to hdfs://localhost:43563/id_taco-taco/1779113258000/.kudu-metadata.json
2026-05-18 14:07:44,753 INFO  [IPC Server handler 8 on default port 43563] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=create	src=/id_taco-taco/1779113258000/.kudu-metadata.json	dst=null	perm=slave:supergroup:rw-r--r--	proto=rpc
2026-05-18 14:07:44,755 INFO  [IPC Server handler 9 on default port 43563] hdfs.StateChange (FSDirWriteFileOp.java:logAllocatedBlock(801)) - BLOCK* allocate blk_1073741837_1013, replicas=127.0.0.1:41849 for /id_taco-taco/1779113258000/.kudu-metadata.json
2026-05-18 14:07:44,757 INFO  [DataXceiver for client DFSClient_NONMAPREDUCE_-1974273824_1 at /127.0.0.1:60952 [Receiving block BP-1993707166-10.240.0.189-1779113259675:blk_1073741837_1013]] datanode.DataNode (DataXceiver.java:writeBlock(759)) - Receiving BP-1993707166-10.240.0.189-1779113259675:blk_1073741837_1013 src: /127.0.0.1:60952 dest: /127.0.0.1:41849
2026-05-18 14:07:44,759 INFO  [PacketResponder: BP-1993707166-10.240.0.189-1779113259675:blk_1073741837_1013, type=LAST_IN_PIPELINE] DataNode.clienttrace (BlockReceiver.java:finalizeBlock(1576)) - src: /127.0.0.1:60952, dest: /127.0.0.1:41849, volume: /tmp/hdfs-test7882522262564646936/data/data1, bytes: 121, op: HDFS_WRITE, cliID: DFSClient_NONMAPREDUCE_-1974273824_1, offset: 0, srvID: dd6e6442-7ed3-4503-8734-10d3d1cb7d0f, blockid: BP-1993707166-10.240.0.189-1779113259675:blk_1073741837_1013, duration(ns): 1173982
2026-05-18 14:07:44,760 INFO  [PacketResponder: BP-1993707166-10.240.0.189-1779113259675:blk_1073741837_1013, type=LAST_IN_PIPELINE] datanode.DataNode (BlockReceiver.java:run(1549)) - PacketResponder: BP-1993707166-10.240.0.189-1779113259675:blk_1073741837_1013, type=LAST_IN_PIPELINE terminating
2026-05-18 14:07:44,760 INFO  [Block report processor] BlockStateChange (BlockManager.java:addStoredBlock(3777)) - BLOCK* addStoredBlock: 127.0.0.1:41849 is added to blk_1073741837_1013 (size=121)
2026-05-18 14:07:44,761 INFO  [IPC Server handler 0 on default port 43563] hdfs.StateChange (FSNamesystem.java:completeFile(3239)) - DIR* completeFile: /id_taco-taco/1779113258000/.kudu-metadata.json is closed by DFSClient_NONMAPREDUCE_-1974273824_1
2026-05-18 14:07:44,762 INFO  [main] backup.BackupIO (BackupIO.scala:writeTableMetadata(95)) - Writing metadata to hdfs://localhost:43563/id_taco-taco/1779113260000/.kudu-metadata.json
2026-05-18 14:07:44,764 INFO  [IPC Server handler 2 on default port 43563] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=create	src=/id_taco-taco/1779113260000/.kudu-metadata.json	dst=null	perm=slave:supergroup:rw-r--r--	proto=rpc
2026-05-18 14:07:44,766 INFO  [IPC Server handler 4 on default port 43563] hdfs.StateChange (FSDirWriteFileOp.java:logAllocatedBlock(801)) - BLOCK* allocate blk_1073741838_1014, replicas=127.0.0.1:41849 for /id_taco-taco/1779113260000/.kudu-metadata.json
2026-05-18 14:07:44,768 INFO  [DataXceiver for client DFSClient_NONMAPREDUCE_-1974273824_1 at /127.0.0.1:60958 [Receiving block BP-1993707166-10.240.0.189-1779113259675:blk_1073741838_1014]] datanode.DataNode (DataXceiver.java:writeBlock(759)) - Receiving BP-1993707166-10.240.0.189-1779113259675:blk_1073741838_1014 src: /127.0.0.1:60958 dest: /127.0.0.1:41849
2026-05-18 14:07:44,770 INFO  [PacketResponder: BP-1993707166-10.240.0.189-1779113259675:blk_1073741838_1014, type=LAST_IN_PIPELINE] DataNode.clienttrace (BlockReceiver.java:finalizeBlock(1576)) - src: /127.0.0.1:60958, dest: /127.0.0.1:41849, volume: /tmp/hdfs-test7882522262564646936/data/data2, bytes: 121, op: HDFS_WRITE, cliID: DFSClient_NONMAPREDUCE_-1974273824_1, offset: 0, srvID: dd6e6442-7ed3-4503-8734-10d3d1cb7d0f, blockid: BP-1993707166-10.240.0.189-1779113259675:blk_1073741838_1014, duration(ns): 1015254
2026-05-18 14:07:44,770 INFO  [PacketResponder: BP-1993707166-10.240.0.189-1779113259675:blk_1073741838_1014, type=LAST_IN_PIPELINE] datanode.DataNode (BlockReceiver.java:run(1549)) - PacketResponder: BP-1993707166-10.240.0.189-1779113259675:blk_1073741838_1014, type=LAST_IN_PIPELINE terminating
2026-05-18 14:07:44,771 INFO  [Block report processor] BlockStateChange (BlockManager.java:addStoredBlock(3777)) - BLOCK* addStoredBlock: 127.0.0.1:41849 is added to blk_1073741838_1014 (size=121)
2026-05-18 14:07:44,772 INFO  [IPC Server handler 6 on default port 43563] hdfs.StateChange (FSNamesystem.java:completeFile(3239)) - DIR* completeFile: /id_taco-taco/1779113260000/.kudu-metadata.json is closed by DFSClient_NONMAPREDUCE_-1974273824_1
2026-05-18 14:07:44,788 INFO  [IPC Server handler 5 on default port 43563] 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:07:44,790 INFO  [IPC Server handler 7 on default port 43563] 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:07:44,791 INFO  [IPC Server handler 8 on default port 43563] 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:07:44,793 INFO  [IPC Server handler 9 on default port 43563] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779113242000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:07:44,795 INFO  [IPC Server handler 1 on default port 43563] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=open	src=/id_taco-taco/1779113242000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:07:44,798 INFO  [IPC Server handler 0 on default port 43563] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779113243000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:07:44,800 INFO  [IPC Server handler 2 on default port 43563] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=open	src=/id_taco-taco/1779113243000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:07:44,803 INFO  [IPC Server handler 4 on default port 43563] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779113247000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:07:44,804 INFO  [IPC Server handler 3 on default port 43563] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=open	src=/id_taco-taco/1779113247000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:07:44,807 INFO  [IPC Server handler 6 on default port 43563] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779113248000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:07:44,808 INFO  [IPC Server handler 5 on default port 43563] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=open	src=/id_taco-taco/1779113248000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:07:44,812 INFO  [IPC Server handler 7 on default port 43563] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779113252000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:07:44,813 INFO  [IPC Server handler 8 on default port 43563] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=open	src=/id_taco-taco/1779113252000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:07:44,816 INFO  [IPC Server handler 9 on default port 43563] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779113253000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:07:44,817 INFO  [IPC Server handler 1 on default port 43563] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=open	src=/id_taco-taco/1779113253000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:07:44,820 INFO  [IPC Server handler 0 on default port 43563] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779113257000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:07:44,822 INFO  [IPC Server handler 2 on default port 43563] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=open	src=/id_taco-taco/1779113257000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:07:44,826 INFO  [IPC Server handler 4 on default port 43563] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779113258000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:07:44,827 INFO  [IPC Server handler 3 on default port 43563] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=open	src=/id_taco-taco/1779113258000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:07:44,831 INFO  [IPC Server handler 6 on default port 43563] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779113260000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:07:44,832 INFO  [IPC Server handler 5 on default port 43563] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=open	src=/id_taco-taco/1779113260000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:07:44,835 INFO  [IPC Server handler 7 on default port 43563] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779113261000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:07:44,836 INFO  [IPC Server handler 8 on default port 43563] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=open	src=/id_taco-taco/1779113261000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:07:44,839 INFO  [main] backup.BackupIO (BackupIO.scala:readTableBackups(236)) - Found 10 paths in hdfs://localhost:43563/id_taco-taco
checking existence of hdfs://localhost:43563/id_taco-taco/1779113237000/.kudu-metadata.json
2026-05-18 14:07:44,843 INFO  [IPC Server handler 9 on default port 43563] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779113237000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
checking existence of hdfs://localhost:43563/id_taco-taco/1779113241000/.kudu-metadata.json
2026-05-18 14:07:44,844 INFO  [IPC Server handler 1 on default port 43563] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779113241000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
checking existence of hdfs://localhost:43563/id_taco-taco/1779113246000/.kudu-metadata.json
2026-05-18 14:07:44,846 INFO  [IPC Server handler 0 on default port 43563] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779113246000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
checking existence of hdfs://localhost:43563/id_taco-taco/1779113242000/.kudu-metadata.json
2026-05-18 14:07:44,847 INFO  [IPC Server handler 2 on default port 43563] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779113242000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
checking existence of hdfs://localhost:43563/id_taco-taco/1779113247000/.kudu-metadata.json
2026-05-18 14:07:44,849 INFO  [IPC Server handler 4 on default port 43563] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779113247000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
checking existence of hdfs://localhost:43563/id_taco-taco/1779113252000/.kudu-metadata.json
2026-05-18 14:07:44,850 INFO  [IPC Server handler 3 on default port 43563] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779113252000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
checking existence of hdfs://localhost:43563/id_taco-taco/1779113257000/.kudu-metadata.json
2026-05-18 14:07:44,852 INFO  [IPC Server handler 6 on default port 43563] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779113257000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
checking existence of hdfs://localhost:43563/id_taco-taco/1779113261000/.kudu-metadata.json
2026-05-18 14:07:44,853 INFO  [IPC Server handler 5 on default port 43563] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779113261000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
checking existence of hdfs://localhost:43563/id_taco-taco/1779113243000/.kudu-metadata.json
2026-05-18 14:07:44,855 INFO  [IPC Server handler 7 on default port 43563] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779113243000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
checking existence of hdfs://localhost:43563/id_taco-taco/1779113248000/.kudu-metadata.json
2026-05-18 14:07:44,856 INFO  [IPC Server handler 8 on default port 43563] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779113248000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
checking existence of hdfs://localhost:43563/id_taco-taco/1779113253000/.kudu-metadata.json
2026-05-18 14:07:44,858 INFO  [IPC Server handler 9 on default port 43563] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779113253000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
checking existence of hdfs://localhost:43563/id_taco-taco/1779113258000/.kudu-metadata.json
2026-05-18 14:07:44,859 INFO  [IPC Server handler 1 on default port 43563] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779113258000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
checking existence of hdfs://localhost:43563/id_taco-taco/1779113260000/.kudu-metadata.json
2026-05-18 14:07:44,861 INFO  [IPC Server handler 0 on default port 43563] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779113260000/.kudu-metadata.json	dst=null	perm=null	proto=rpc

Time: 6.628

OK (1 test)

2026-05-18 14:07:44,870 WARN  [shutdown-hook-0] impl.FsDatasetImpl (BlockPoolSlice.java:saveDfsUsed(413)) - Failed to write dfsUsed to /tmp/hdfs-test7882522262564646936/data/data1/current/BP-1993707166-10.240.0.189-1779113259675/current/dfsUsed
java.nio.file.NoSuchFileException: /tmp/hdfs-test7882522262564646936/data/data1/current/BP-1993707166-10.240.0.189-1779113259675/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:07:44,873 WARN  [shutdown-hook-0] impl.FsDatasetImpl (BlockPoolSlice.java:saveDfsUsed(413)) - Failed to write dfsUsed to /tmp/hdfs-test7882522262564646936/data/data2/current/BP-1993707166-10.240.0.189-1779113259675/current/dfsUsed
java.nio.file.NoSuchFileException: /tmp/hdfs-test7882522262564646936/data/data2/current/BP-1993707166-10.240.0.189-1779113259675/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:07:44,873 INFO  [shutdown-hook-0] namenode.FSImage (FSImage.java:lambda$run$0(1057)) - FSImageSaver clean checkpoint: txid=0 when meet shutdown.
2026-05-18 14:07:44,873 INFO  [shutdown-hook-0] namenode.FSImage (FSImage.java:lambda$run$0(1057)) - FSImageSaver clean checkpoint: txid=0 when meet shutdown.
