JUnit version 4.13.2
.2026-05-18 14:03:55,173 INFO  [main] hdfs.MiniDFSCluster (MiniDFSCluster.java:<init>(569)) - starting cluster: numNameNodes=1, numDataNodes=1
2026-05-18 14:03:55,630 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:03:55,762 INFO  [main] namenode.NameNode (NameNode.java:format(1393)) - Formatting using clusterid: testClusterID
2026-05-18 14:03:55,775 INFO  [main] namenode.FSEditLog (FSEditLog.java:newInstance(238)) - Edit logging is async:true
2026-05-18 14:03:55,804 INFO  [main] namenode.FSNamesystem (FSNamesystem.java:<init>(869)) - KeyProvider: null
2026-05-18 14:03:55,806 INFO  [main] namenode.FSNamesystem (FSNamesystemLock.java:<init>(142)) - fsLock is fair: true
2026-05-18 14:03:55,806 INFO  [main] namenode.FSNamesystem (FSNamesystemLock.java:<init>(160)) - Detailed lock hold time metrics enabled: false
2026-05-18 14:03:55,844 INFO  [main] namenode.FSNamesystem (FSNamesystem.java:<init>(904)) - fsOwner                = slave (auth:SIMPLE)
2026-05-18 14:03:55,844 INFO  [main] namenode.FSNamesystem (FSNamesystem.java:<init>(905)) - supergroup             = supergroup
2026-05-18 14:03:55,844 INFO  [main] namenode.FSNamesystem (FSNamesystem.java:<init>(906)) - isPermissionEnabled    = true
2026-05-18 14:03:55,845 INFO  [main] namenode.FSNamesystem (FSNamesystem.java:<init>(907)) - isStoragePolicyEnabled = true
2026-05-18 14:03:55,845 INFO  [main] namenode.FSNamesystem (FSNamesystem.java:<init>(918)) - HA Enabled: false
2026-05-18 14:03:55,883 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:03:56,001 INFO  [main] blockmanagement.DatanodeManager (DatanodeManager.java:stopSlowPeerCollector(412)) - Slow peers collection thread shutdown
2026-05-18 14:03:56,005 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:03:56,005 INFO  [main] blockmanagement.DatanodeManager (DatanodeManager.java:setBlockInvalidateLimit(2182)) - dfs.block.invalidate.limit : configured=1000, counted=60, effected=1000
2026-05-18 14:03:56,006 INFO  [main] blockmanagement.DatanodeManager (DatanodeManager.java:<init>(320)) - dfs.namenode.datanode.registration.ip-hostname-check=true
2026-05-18 14:03:56,008 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:03:56,009 INFO  [main] blockmanagement.BlockManager (InvalidateBlocks.java:printBlockDeletionTime(83)) - The block deletion will start around 2026 May 18 14:03:56
2026-05-18 14:03:56,010 INFO  [main] util.GSet (LightWeightGSet.java:computeCapacity(408)) - Computing capacity for map BlocksMap
2026-05-18 14:03:56,010 INFO  [main] util.GSet (LightWeightGSet.java:computeCapacity(409)) - VM type       = 64-bit
2026-05-18 14:03:56,012 INFO  [main] util.GSet (LightWeightGSet.java:computeCapacity(410)) - 2.0% max memory 3.7 GB = 75.0 MB
2026-05-18 14:03:56,012 INFO  [main] util.GSet (LightWeightGSet.java:computeCapacity(415)) - capacity      = 2^23 = 8388608 entries
2026-05-18 14:03:56,042 INFO  [main] blockmanagement.BlockManager (BlockManager.java:createSPSManager(5778)) - Storage policy satisfier is disabled
2026-05-18 14:03:56,042 INFO  [main] blockmanagement.BlockManager (BlockManager.java:createBlockTokenSecretManager(696)) - dfs.block.access.token.enable = false
2026-05-18 14:03:56,047 INFO  [main] blockmanagement.BlockManagerSafeMode (BlockManagerSafeMode.java:<init>(656)) - Using 1000 as SafeModeMonitor Interval
2026-05-18 14:03:56,048 INFO  [main] blockmanagement.BlockManagerSafeMode (BlockManagerSafeMode.java:<init>(161)) - dfs.namenode.safemode.threshold-pct = 0.999
2026-05-18 14:03:56,048 INFO  [main] blockmanagement.BlockManagerSafeMode (BlockManagerSafeMode.java:<init>(162)) - dfs.namenode.safemode.min.datanodes = 0
2026-05-18 14:03:56,048 INFO  [main] blockmanagement.BlockManagerSafeMode (BlockManagerSafeMode.java:<init>(164)) - dfs.namenode.safemode.extension = 0
2026-05-18 14:03:56,049 INFO  [main] blockmanagement.BlockManager (BlockManager.java:printInitialConfigs(682)) - defaultReplication         = 1
2026-05-18 14:03:56,049 INFO  [main] blockmanagement.BlockManager (BlockManager.java:printInitialConfigs(683)) - maxReplication             = 512
2026-05-18 14:03:56,049 INFO  [main] blockmanagement.BlockManager (BlockManager.java:printInitialConfigs(684)) - minReplication             = 1
2026-05-18 14:03:56,049 INFO  [main] blockmanagement.BlockManager (BlockManager.java:printInitialConfigs(685)) - maxReplicationStreams      = 2
2026-05-18 14:03:56,049 INFO  [main] blockmanagement.BlockManager (BlockManager.java:printInitialConfigs(686)) - redundancyRecheckInterval  = 3000ms
2026-05-18 14:03:56,049 INFO  [main] blockmanagement.BlockManager (BlockManager.java:printInitialConfigs(687)) - encryptDataTransfer        = false
2026-05-18 14:03:56,050 INFO  [main] blockmanagement.BlockManager (BlockManager.java:printInitialConfigs(688)) - maxNumBlocksToLog          = 1000
2026-05-18 14:03:56,081 INFO  [main] namenode.FSDirectory (SerialNumberManager.java:<clinit>(51)) - GLOBAL serial map: bits=29 maxEntries=536870911
2026-05-18 14:03:56,081 INFO  [main] namenode.FSDirectory (SerialNumberManager.java:<clinit>(51)) - USER serial map: bits=24 maxEntries=16777215
2026-05-18 14:03:56,082 INFO  [main] namenode.FSDirectory (SerialNumberManager.java:<clinit>(51)) - GROUP serial map: bits=24 maxEntries=16777215
2026-05-18 14:03:56,082 INFO  [main] namenode.FSDirectory (SerialNumberManager.java:<clinit>(51)) - XATTR serial map: bits=24 maxEntries=16777215
2026-05-18 14:03:56,090 INFO  [main] util.GSet (LightWeightGSet.java:computeCapacity(408)) - Computing capacity for map INodeMap
2026-05-18 14:03:56,090 INFO  [main] util.GSet (LightWeightGSet.java:computeCapacity(409)) - VM type       = 64-bit
2026-05-18 14:03:56,091 INFO  [main] util.GSet (LightWeightGSet.java:computeCapacity(410)) - 1.0% max memory 3.7 GB = 37.5 MB
2026-05-18 14:03:56,091 INFO  [main] util.GSet (LightWeightGSet.java:computeCapacity(415)) - capacity      = 2^22 = 4194304 entries
2026-05-18 14:03:56,104 INFO  [main] namenode.FSDirectory (FSDirectory.java:<init>(339)) - ACLs enabled? true
2026-05-18 14:03:56,104 INFO  [main] namenode.FSDirectory (FSDirectory.java:<init>(343)) - POSIX ACL inheritance enabled? true
2026-05-18 14:03:56,104 INFO  [main] namenode.FSDirectory (FSDirectory.java:<init>(347)) - XAttrs enabled? true
2026-05-18 14:03:56,104 INFO  [main] namenode.NameNode (FSDirectory.java:<init>(414)) - Caching file names occurring more than 10 times
2026-05-18 14:03:56,110 INFO  [main] snapshot.SnapshotManager (SnapshotManager.java:<init>(163)) - Loaded config captureOpenFiles: false, skipCaptureAccessTimeOnlyChange: false, snapshotDiffAllowSnapRootDescendant: true, maxSnapshotFSLimit: 65536, maxSnapshotLimit: 65536
2026-05-18 14:03:56,110 INFO  [main] snapshot.SnapshotManager (SnapshotManager.java:<init>(176)) - dfs.namenode.snapshot.deletion.ordered = false
2026-05-18 14:03:56,113 INFO  [main] snapshot.SnapshotManager (DirectoryDiffListFactory.java:init(43)) - SkipList is disabled
2026-05-18 14:03:56,117 INFO  [main] util.GSet (LightWeightGSet.java:computeCapacity(408)) - Computing capacity for map cachedBlocks
2026-05-18 14:03:56,117 INFO  [main] util.GSet (LightWeightGSet.java:computeCapacity(409)) - VM type       = 64-bit
2026-05-18 14:03:56,117 INFO  [main] util.GSet (LightWeightGSet.java:computeCapacity(410)) - 0.25% max memory 3.7 GB = 9.4 MB
2026-05-18 14:03:56,117 INFO  [main] util.GSet (LightWeightGSet.java:computeCapacity(415)) - capacity      = 2^20 = 1048576 entries
2026-05-18 14:03:56,127 INFO  [main] metrics.TopMetrics (TopMetrics.java:logConf(76)) - NNTop conf: dfs.namenode.top.window.num.buckets = 10
2026-05-18 14:03:56,127 INFO  [main] metrics.TopMetrics (TopMetrics.java:logConf(78)) - NNTop conf: dfs.namenode.top.num.users = 10
2026-05-18 14:03:56,127 INFO  [main] metrics.TopMetrics (TopMetrics.java:logConf(80)) - NNTop conf: dfs.namenode.top.windows.minutes = 1,5,25
2026-05-18 14:03:56,130 INFO  [main] namenode.FSNamesystem (FSNamesystem.java:initRetryCache(1158)) - Retry cache on namenode is enabled
2026-05-18 14:03:56,131 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:03:56,132 INFO  [main] util.GSet (LightWeightGSet.java:computeCapacity(408)) - Computing capacity for map NameNodeRetryCache
2026-05-18 14:03:56,133 INFO  [main] util.GSet (LightWeightGSet.java:computeCapacity(409)) - VM type       = 64-bit
2026-05-18 14:03:56,133 INFO  [main] util.GSet (LightWeightGSet.java:computeCapacity(410)) - 0.029999999329447746% max memory 3.7 GB = 1.1 MB
2026-05-18 14:03:56,134 INFO  [main] util.GSet (LightWeightGSet.java:computeCapacity(415)) - capacity      = 2^17 = 131072 entries
2026-05-18 14:03:56,163 INFO  [main] namenode.FSImage (FSImage.java:format(186)) - Allocated new BlockPoolId: BP-955762411-10.240.0.234-1779113036154
2026-05-18 14:03:56,181 INFO  [main] common.Storage (NNStorage.java:format(595)) - Storage directory /tmp/hdfs-test14823172223748235307/name-0-1 has been successfully formatted.
2026-05-18 14:03:56,186 INFO  [main] common.Storage (NNStorage.java:format(595)) - Storage directory /tmp/hdfs-test14823172223748235307/name-0-2 has been successfully formatted.
2026-05-18 14:03:56,222 INFO  [FSImageSaver for /tmp/hdfs-test14823172223748235307/name-0-1 of type IMAGE_AND_EDITS] namenode.FSImageFormatProtobuf (FSImageFormatProtobuf.java:save(732)) - Saving image file /tmp/hdfs-test14823172223748235307/name-0-1/current/fsimage.ckpt_0000000000000000000 using no compression
2026-05-18 14:03:56,222 INFO  [FSImageSaver for /tmp/hdfs-test14823172223748235307/name-0-2 of type IMAGE_AND_EDITS] namenode.FSImageFormatProtobuf (FSImageFormatProtobuf.java:save(732)) - Saving image file /tmp/hdfs-test14823172223748235307/name-0-2/current/fsimage.ckpt_0000000000000000000 using no compression
2026-05-18 14:03:56,358 INFO  [FSImageSaver for /tmp/hdfs-test14823172223748235307/name-0-2 of type IMAGE_AND_EDITS] namenode.FSImageFormatProtobuf (FSImageFormatProtobuf.java:save(736)) - Image file /tmp/hdfs-test14823172223748235307/name-0-2/current/fsimage.ckpt_0000000000000000000 of size 400 bytes saved in 0 seconds .
2026-05-18 14:03:56,358 INFO  [FSImageSaver for /tmp/hdfs-test14823172223748235307/name-0-1 of type IMAGE_AND_EDITS] namenode.FSImageFormatProtobuf (FSImageFormatProtobuf.java:save(736)) - Image file /tmp/hdfs-test14823172223748235307/name-0-1/current/fsimage.ckpt_0000000000000000000 of size 400 bytes saved in 0 seconds .
2026-05-18 14:03:56,378 INFO  [main] namenode.NNStorageRetentionManager (NNStorageRetentionManager.java:getImageTxIdToRetain(205)) - Going to retain 1 images with txid >= 0
2026-05-18 14:03:56,387 INFO  [main] blockmanagement.DatanodeManager (DatanodeManager.java:stopSlowPeerCollector(412)) - Slow peers collection thread shutdown
2026-05-18 14:03:56,427 INFO  [main] namenode.FSNamesystem (FSNamesystem.java:stopActiveServices(1509)) - Stopping services started for active state
2026-05-18 14:03:56,427 INFO  [main] namenode.FSNamesystem (FSNamesystem.java:stopStandbyServices(1613)) - Stopping services started for standby state
2026-05-18 14:03:56,429 INFO  [main] namenode.NameNode (NameNode.java:createNameNode(1846)) - createNameNode []
2026-05-18 14:03:56,504 WARN  [main] impl.MetricsConfig (MetricsConfig.java:loadFirst(138)) - Cannot locate configuration: tried hadoop-metrics2-namenode.properties,hadoop-metrics2.properties
2026-05-18 14:03:56,598 INFO  [main] impl.MetricsSystemImpl (MetricsSystemImpl.java:startTimer(378)) - Scheduled Metric snapshot period at 10 second(s).
2026-05-18 14:03:56,598 INFO  [main] impl.MetricsSystemImpl (MetricsSystemImpl.java:start(191)) - NameNode metrics system started
2026-05-18 14:03:56,606 INFO  [main] namenode.NameNodeUtils (NameNodeUtils.java:getClientNamenodeAddress(79)) - fs.defaultFS is hdfs://127.0.0.1:0
2026-05-18 14:03:56,660 INFO  [org.apache.hadoop.util.JvmPauseMonitor$Monitor@3bd55d8] util.JvmPauseMonitor (JvmPauseMonitor.java:run(185)) - Starting JVM pause monitor
2026-05-18 14:03:56,675 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:03:56,680 INFO  [main] hdfs.DFSUtil (DFSUtil.java:httpServerTemplateForNNAndJN(1791)) - Starting Web-server for hdfs at: http://localhost:0
2026-05-18 14:03:56,696 INFO  [main] util.log (Log.java:initialized(170)) - Logging initialized @2397ms to org.eclipse.jetty.util.log.Slf4jLog
2026-05-18 14:03:56,793 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:03:56,825 INFO  [main] http.HttpServer2 (HttpServer2.java:addGlobalFilter(1205)) - Added global filter 'safety' (class=org.apache.hadoop.http.HttpServer2$QuotingInputFilter)
2026-05-18 14:03:56,828 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:03:56,829 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:03:56,831 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:03:56,831 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:03:56,834 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:03:56,867 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:03:56,880 INFO  [main] http.HttpServer2 (HttpServer2.java:bindListener(1452)) - Jetty bound to port 34639
2026-05-18 14:03:56,882 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:03:56,911 INFO  [main] server.session (DefaultSessionIdManager.java:doStart(334)) - DefaultSessionIdManager workerName=node0
2026-05-18 14:03:56,912 INFO  [main] server.session (DefaultSessionIdManager.java:doStart(339)) - No SessionScavenger set, using defaults
2026-05-18 14:03:56,914 INFO  [main] server.session (HouseKeeper.java:startScavenging(132)) - node0 Scavenging every 600000ms
2026-05-18 14:03:56,936 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:03:56,940 INFO  [main] handler.ContextHandler (ContextHandler.java:doStart(921)) - Started o.e.j.s.ServletContextHandler@2bcec6a6{static,/static,jar:file:/tmp/dist-test-taskG7T2JI/java/build/jars/hadoop-hdfs-3.4.1-tests.jar!/webapps/static,AVAILABLE}
2026-05-18 14:03:57,196 INFO  [main] handler.ContextHandler (ContextHandler.java:doStart(921)) - Started o.e.j.w.WebAppContext@60acd609{hdfs,/,file:///tmp/jetty-localhost-34639-hadoop-hdfs-3_4_1-tests_jar-_-any-12858984817906011535/webapp/,AVAILABLE}{jar:file:/tmp/dist-test-taskG7T2JI/java/build/jars/hadoop-hdfs-3.4.1-tests.jar!/webapps/hdfs}
2026-05-18 14:03:57,205 INFO  [main] server.AbstractConnector (AbstractConnector.java:doStart(333)) - Started ServerConnector@73ab3aac{HTTP/1.1, (http/1.1)}{localhost:34639}
2026-05-18 14:03:57,205 INFO  [main] server.Server (Server.java:doStart(415)) - Started @2906ms
2026-05-18 14:03:57,222 INFO  [main] namenode.FSEditLog (FSEditLog.java:newInstance(238)) - Edit logging is async:true
2026-05-18 14:03:57,239 INFO  [main] namenode.FSNamesystem (FSNamesystem.java:<init>(869)) - KeyProvider: null
2026-05-18 14:03:57,239 INFO  [main] namenode.FSNamesystem (FSNamesystemLock.java:<init>(142)) - fsLock is fair: true
2026-05-18 14:03:57,239 INFO  [main] namenode.FSNamesystem (FSNamesystemLock.java:<init>(160)) - Detailed lock hold time metrics enabled: false
2026-05-18 14:03:57,240 INFO  [main] namenode.FSNamesystem (FSNamesystem.java:<init>(904)) - fsOwner                = slave (auth:SIMPLE)
2026-05-18 14:03:57,240 INFO  [main] namenode.FSNamesystem (FSNamesystem.java:<init>(905)) - supergroup             = supergroup
2026-05-18 14:03:57,240 INFO  [main] namenode.FSNamesystem (FSNamesystem.java:<init>(906)) - isPermissionEnabled    = true
2026-05-18 14:03:57,240 INFO  [main] namenode.FSNamesystem (FSNamesystem.java:<init>(907)) - isStoragePolicyEnabled = true
2026-05-18 14:03:57,240 INFO  [main] namenode.FSNamesystem (FSNamesystem.java:<init>(918)) - HA Enabled: false
2026-05-18 14:03:57,241 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:03:57,241 INFO  [main] blockmanagement.DatanodeManager (DatanodeManager.java:stopSlowPeerCollector(412)) - Slow peers collection thread shutdown
2026-05-18 14:03:57,242 INFO  [main] blockmanagement.DatanodeManager (DatanodeManager.java:setBlockInvalidateLimit(2182)) - dfs.block.invalidate.limit : configured=1000, counted=60, effected=1000
2026-05-18 14:03:57,242 INFO  [main] blockmanagement.DatanodeManager (DatanodeManager.java:<init>(320)) - dfs.namenode.datanode.registration.ip-hostname-check=true
2026-05-18 14:03:57,242 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:03:57,243 INFO  [main] blockmanagement.BlockManager (InvalidateBlocks.java:printBlockDeletionTime(83)) - The block deletion will start around 2026 May 18 14:03:57
2026-05-18 14:03:57,243 INFO  [main] util.GSet (LightWeightGSet.java:computeCapacity(408)) - Computing capacity for map BlocksMap
2026-05-18 14:03:57,243 INFO  [main] util.GSet (LightWeightGSet.java:computeCapacity(409)) - VM type       = 64-bit
2026-05-18 14:03:57,243 INFO  [main] util.GSet (LightWeightGSet.java:computeCapacity(410)) - 2.0% max memory 3.7 GB = 75.0 MB
2026-05-18 14:03:57,243 INFO  [main] util.GSet (LightWeightGSet.java:computeCapacity(415)) - capacity      = 2^23 = 8388608 entries
2026-05-18 14:03:57,268 INFO  [main] blockmanagement.BlockManager (BlockManager.java:createSPSManager(5778)) - Storage policy satisfier is disabled
2026-05-18 14:03:57,268 INFO  [main] blockmanagement.BlockManager (BlockManager.java:createBlockTokenSecretManager(696)) - dfs.block.access.token.enable = false
2026-05-18 14:03:57,268 INFO  [main] blockmanagement.BlockManagerSafeMode (BlockManagerSafeMode.java:<init>(656)) - Using 1000 as SafeModeMonitor Interval
2026-05-18 14:03:57,268 INFO  [main] blockmanagement.BlockManagerSafeMode (BlockManagerSafeMode.java:<init>(161)) - dfs.namenode.safemode.threshold-pct = 0.999
2026-05-18 14:03:57,269 INFO  [main] blockmanagement.BlockManagerSafeMode (BlockManagerSafeMode.java:<init>(162)) - dfs.namenode.safemode.min.datanodes = 0
2026-05-18 14:03:57,269 INFO  [main] blockmanagement.BlockManagerSafeMode (BlockManagerSafeMode.java:<init>(164)) - dfs.namenode.safemode.extension = 0
2026-05-18 14:03:57,269 INFO  [main] blockmanagement.BlockManager (BlockManager.java:printInitialConfigs(682)) - defaultReplication         = 1
2026-05-18 14:03:57,269 INFO  [main] blockmanagement.BlockManager (BlockManager.java:printInitialConfigs(683)) - maxReplication             = 512
2026-05-18 14:03:57,270 INFO  [main] blockmanagement.BlockManager (BlockManager.java:printInitialConfigs(684)) - minReplication             = 1
2026-05-18 14:03:57,270 INFO  [main] blockmanagement.BlockManager (BlockManager.java:printInitialConfigs(685)) - maxReplicationStreams      = 2
2026-05-18 14:03:57,270 INFO  [main] blockmanagement.BlockManager (BlockManager.java:printInitialConfigs(686)) - redundancyRecheckInterval  = 3000ms
2026-05-18 14:03:57,270 INFO  [main] blockmanagement.BlockManager (BlockManager.java:printInitialConfigs(687)) - encryptDataTransfer        = false
2026-05-18 14:03:57,270 INFO  [main] blockmanagement.BlockManager (BlockManager.java:printInitialConfigs(688)) - maxNumBlocksToLog          = 1000
2026-05-18 14:03:57,270 INFO  [main] util.GSet (LightWeightGSet.java:computeCapacity(408)) - Computing capacity for map INodeMap
2026-05-18 14:03:57,271 INFO  [main] util.GSet (LightWeightGSet.java:computeCapacity(409)) - VM type       = 64-bit
2026-05-18 14:03:57,271 INFO  [main] util.GSet (LightWeightGSet.java:computeCapacity(410)) - 1.0% max memory 3.7 GB = 37.5 MB
2026-05-18 14:03:57,271 INFO  [main] util.GSet (LightWeightGSet.java:computeCapacity(415)) - capacity      = 2^22 = 4194304 entries
2026-05-18 14:03:57,284 INFO  [main] namenode.FSDirectory (FSDirectory.java:<init>(339)) - ACLs enabled? true
2026-05-18 14:03:57,284 INFO  [main] namenode.FSDirectory (FSDirectory.java:<init>(343)) - POSIX ACL inheritance enabled? true
2026-05-18 14:03:57,284 INFO  [main] namenode.FSDirectory (FSDirectory.java:<init>(347)) - XAttrs enabled? true
2026-05-18 14:03:57,284 INFO  [main] namenode.NameNode (FSDirectory.java:<init>(414)) - Caching file names occurring more than 10 times
2026-05-18 14:03:57,284 INFO  [main] snapshot.SnapshotManager (SnapshotManager.java:<init>(163)) - Loaded config captureOpenFiles: false, skipCaptureAccessTimeOnlyChange: false, snapshotDiffAllowSnapRootDescendant: true, maxSnapshotFSLimit: 65536, maxSnapshotLimit: 65536
2026-05-18 14:03:57,284 INFO  [main] snapshot.SnapshotManager (SnapshotManager.java:<init>(176)) - dfs.namenode.snapshot.deletion.ordered = false
2026-05-18 14:03:57,284 INFO  [main] snapshot.SnapshotManager (DirectoryDiffListFactory.java:init(43)) - SkipList is disabled
2026-05-18 14:03:57,285 INFO  [main] util.GSet (LightWeightGSet.java:computeCapacity(408)) - Computing capacity for map cachedBlocks
2026-05-18 14:03:57,285 INFO  [main] util.GSet (LightWeightGSet.java:computeCapacity(409)) - VM type       = 64-bit
2026-05-18 14:03:57,285 INFO  [main] util.GSet (LightWeightGSet.java:computeCapacity(410)) - 0.25% max memory 3.7 GB = 9.4 MB
2026-05-18 14:03:57,286 INFO  [main] util.GSet (LightWeightGSet.java:computeCapacity(415)) - capacity      = 2^20 = 1048576 entries
2026-05-18 14:03:57,289 INFO  [main] metrics.TopMetrics (TopMetrics.java:logConf(76)) - NNTop conf: dfs.namenode.top.window.num.buckets = 10
2026-05-18 14:03:57,290 INFO  [main] metrics.TopMetrics (TopMetrics.java:logConf(78)) - NNTop conf: dfs.namenode.top.num.users = 10
2026-05-18 14:03:57,290 INFO  [main] metrics.TopMetrics (TopMetrics.java:logConf(80)) - NNTop conf: dfs.namenode.top.windows.minutes = 1,5,25
2026-05-18 14:03:57,290 INFO  [main] namenode.FSNamesystem (FSNamesystem.java:initRetryCache(1158)) - Retry cache on namenode is enabled
2026-05-18 14:03:57,290 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:03:57,290 INFO  [main] util.GSet (LightWeightGSet.java:computeCapacity(408)) - Computing capacity for map NameNodeRetryCache
2026-05-18 14:03:57,290 INFO  [main] util.GSet (LightWeightGSet.java:computeCapacity(409)) - VM type       = 64-bit
2026-05-18 14:03:57,291 INFO  [main] util.GSet (LightWeightGSet.java:computeCapacity(410)) - 0.029999999329447746% max memory 3.7 GB = 1.1 MB
2026-05-18 14:03:57,291 INFO  [main] util.GSet (LightWeightGSet.java:computeCapacity(415)) - capacity      = 2^17 = 131072 entries
2026-05-18 14:03:57,301 INFO  [main] common.Storage (Storage.java:tryLock(948)) - Lock on /tmp/hdfs-test14823172223748235307/name-0-1/in_use.lock acquired by nodename 2319@dist-test-slave-djks
2026-05-18 14:03:57,305 INFO  [main] common.Storage (Storage.java:tryLock(948)) - Lock on /tmp/hdfs-test14823172223748235307/name-0-2/in_use.lock acquired by nodename 2319@dist-test-slave-djks
2026-05-18 14:03:57,307 INFO  [main] namenode.FileJournalManager (FileJournalManager.java:recoverUnfinalizedSegments(428)) - Recovering unfinalized segments in /tmp/hdfs-test14823172223748235307/name-0-1/current
2026-05-18 14:03:57,308 INFO  [main] namenode.FileJournalManager (FileJournalManager.java:recoverUnfinalizedSegments(428)) - Recovering unfinalized segments in /tmp/hdfs-test14823172223748235307/name-0-2/current
2026-05-18 14:03:57,308 INFO  [main] namenode.FSImage (FSImage.java:loadFSImage(734)) - No edit log streams selected.
2026-05-18 14:03:57,308 INFO  [main] namenode.FSImage (FSImage.java:loadFSImageFile(800)) - Planning to load image: FSImageFile(file=/tmp/hdfs-test14823172223748235307/name-0-1/current/fsimage_0000000000000000000, cpktTxId=0000000000000000000)
2026-05-18 14:03:57,326 INFO  [main] namenode.FSImageFormatPBINode (FSImageFormatPBINode.java:loadINodeSectionHeader(411)) - Loading 1 INodes.
2026-05-18 14:03:57,328 INFO  [main] namenode.FSImageFormatPBINode (FSImageFormatPBINode.java:loadINodeSection(369)) - Successfully loaded 1 inodes
2026-05-18 14:03:57,331 INFO  [main] namenode.FSImageFormatPBINode (FSImageFormatPBINode.java:waitBlocksMapAndNameCacheUpdateFinished(342)) - Completed update blocks map and name cache, total waiting duration 0ms.
2026-05-18 14:03:57,333 INFO  [main] namenode.FSImageFormatProtobuf (FSImageFormatProtobuf.java:load(255)) - Loaded FSImage in 0 seconds.
2026-05-18 14:03:57,333 INFO  [main] namenode.FSImage (FSImage.java:loadFSImage(980)) - Loaded image for txid 0 from /tmp/hdfs-test14823172223748235307/name-0-1/current/fsimage_0000000000000000000
2026-05-18 14:03:57,336 INFO  [main] namenode.FSNamesystem (FSNamesystem.java:loadFSImage(1280)) - Need to save fs image? false (staleImage=false, haEnabled=false, isRollingUpgrade=false)
2026-05-18 14:03:57,337 INFO  [main] namenode.FSEditLog (FSEditLog.java:startLogSegment(1417)) - Starting log segment at 1
2026-05-18 14:03:57,352 INFO  [main] namenode.NameCache (NameCache.java:initialized(143)) - initialized with 0 entries 0 lookups
2026-05-18 14:03:57,352 INFO  [main] namenode.FSNamesystem (FSNamesystem.java:loadFromDisk(841)) - Finished loading FSImage in 58 msecs
2026-05-18 14:03:57,482 INFO  [main] namenode.NameNode (NameNodeRpcServer.java:<init>(452)) - RPC server is binding to localhost:0
2026-05-18 14:03:57,482 INFO  [main] namenode.NameNode (NameNodeRpcServer.java:<init>(457)) - Enable NameNode state context:false
2026-05-18 14:03:57,489 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:03:57,496 INFO  [main] ipc.Server (Server.java:<init>(1438)) - Listener at localhost:36699
2026-05-18 14:03:57,498 INFO  [Socket Reader #1 for port 0] ipc.Server (Server.java:run(1474)) - Starting Socket Reader #1 for port 0
2026-05-18 14:03:57,548 INFO  [main] namenode.NameNode (NameNode.java:initialize(916)) - Clients are to use localhost:36699 to access this namenode/service.
2026-05-18 14:03:57,551 INFO  [main] namenode.FSNamesystem (FSNamesystem.java:registerMBean(5656)) - Registered FSNamesystemState, ReplicatedBlocksState and ECBlockGroupsState MBeans.
2026-05-18 14:03:57,565 INFO  [main] namenode.LeaseManager (LeaseManager.java:getNumUnderConstructionBlocks(166)) - Number of blocks under construction: 0
2026-05-18 14:03:57,574 INFO  [main] blockmanagement.DatanodeAdminDefaultMonitor (DatanodeAdminDefaultMonitor.java:processConf(126)) - Initialized the Default Decommission and Maintenance monitor
2026-05-18 14:03:57,575 INFO  [MarkedDeleteBlockScrubberThread] blockmanagement.BlockManager (BlockManager.java:run(5296)) - Start MarkedDeleteBlockScrubber thread
2026-05-18 14:03:57,577 INFO  [main] blockmanagement.BlockManager (BlockManager.java:initializeReplQueues(5505)) - initializing replication queues
2026-05-18 14:03:57,578 INFO  [main] hdfs.StateChange (BlockManagerSafeMode.java:leaveSafeMode(409)) - STATE* Leaving safe mode after 0 secs
2026-05-18 14:03:57,578 INFO  [main] hdfs.StateChange (BlockManagerSafeMode.java:leaveSafeMode(415)) - STATE* Network topology has 0 racks and 0 datanodes
2026-05-18 14:03:57,578 INFO  [main] hdfs.StateChange (BlockManagerSafeMode.java:leaveSafeMode(417)) - STATE* UnderReplicatedBlocks has 0 blocks
2026-05-18 14:03:57,588 INFO  [Reconstruction Queue Initializer] blockmanagement.BlockManager (BlockManager.java:processMisReplicatesAsync(4030)) - Total number of blocks            = 0
2026-05-18 14:03:57,588 INFO  [Reconstruction Queue Initializer] blockmanagement.BlockManager (BlockManager.java:processMisReplicatesAsync(4031)) - Number of invalid blocks          = 0
2026-05-18 14:03:57,588 INFO  [Reconstruction Queue Initializer] blockmanagement.BlockManager (BlockManager.java:processMisReplicatesAsync(4032)) - Number of under-replicated blocks = 0
2026-05-18 14:03:57,588 INFO  [Reconstruction Queue Initializer] blockmanagement.BlockManager (BlockManager.java:processMisReplicatesAsync(4033)) - Number of  over-replicated blocks = 0
2026-05-18 14:03:57,588 INFO  [Reconstruction Queue Initializer] blockmanagement.BlockManager (BlockManager.java:processMisReplicatesAsync(4035)) - Number of blocks being written    = 0
2026-05-18 14:03:57,588 INFO  [Reconstruction Queue Initializer] hdfs.StateChange (BlockManager.java:processMisReplicatesAsync(4038)) - STATE* Replication Queue initialization scan for invalid, over- and under-replicated blocks completed in 10 msec
2026-05-18 14:03:57,589 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:03:57,615 INFO  [IPC Server Responder] ipc.Server (Server.java:run(1713)) - IPC Server Responder: starting
2026-05-18 14:03:57,615 INFO  [IPC Server listener on 0] ipc.Server (Server.java:run(1553)) - IPC Server listener on 0: starting
2026-05-18 14:03:57,620 INFO  [main] namenode.NameNode (NameNode.java:startCommonServices(1031)) - NameNode RPC up at: localhost/127.0.0.1:36699.
2026-05-18 14:03:57,621 INFO  [main] namenode.FSNamesystem (FSNamesystem.java:startActiveServices(1392)) - Starting services required for active state
2026-05-18 14:03:57,621 INFO  [main] namenode.FSDirectory (FSDirectory.java:updateCountForQuota(857)) - Initializing quota with 12 thread(s)
2026-05-18 14:03:57,625 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:03:57,628 INFO  [CacheReplicationMonitor(819974713)] blockmanagement.CacheReplicationMonitor (CacheReplicationMonitor.java:run(165)) - Starting CacheReplicationMonitor with interval 30000 milliseconds
2026-05-18 14:03:57,638 INFO  [main] hdfs.MiniDFSCluster (MiniDFSCluster.java:startDataNodes(1772)) - Starting DataNode 0 with dfs.datanode.data.dir: [DISK]file:/tmp/hdfs-test14823172223748235307/data/data1,[DISK]file:/tmp/hdfs-test14823172223748235307/data/data2
2026-05-18 14:03:57,694 INFO  [main] checker.ThrottledAsyncChecker (ThrottledAsyncChecker.java:schedule(137)) - Scheduling a check for [DISK]file:/tmp/hdfs-test14823172223748235307/data/data1
2026-05-18 14:03:57,707 INFO  [main] checker.ThrottledAsyncChecker (ThrottledAsyncChecker.java:schedule(137)) - Scheduling a check for [DISK]file:/tmp/hdfs-test14823172223748235307/data/data2
2026-05-18 14:03:57,738 INFO  [main] impl.MetricsSystemImpl (MetricsSystemImpl.java:init(158)) - DataNode metrics system started (again)
2026-05-18 14:03:57,742 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:03:57,747 INFO  [main] datanode.BlockScanner (BlockScanner.java:<init>(201)) - Initialized block scanner with targetBytesPerSec 1048576
2026-05-18 14:03:57,752 INFO  [main] datanode.DataNode (DataNode.java:<init>(591)) - Configured hostname is 127.0.0.1
2026-05-18 14:03:57,753 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:03:57,758 INFO  [main] datanode.DataNode (DataNode.java:startDataNode(1914)) - Starting DataNode with maxLockedMemory = 0
2026-05-18 14:03:57,764 INFO  [main] datanode.DataNode (DataNode.java:initDataXceiver(1677)) - Opened streaming server at /127.0.0.1:44815
2026-05-18 14:03:57,766 INFO  [main] datanode.DataNode (DataXceiverServer.java:<init>(93)) - Balancing bandwidth is 104857600 bytes/s
2026-05-18 14:03:57,766 INFO  [main] datanode.DataNode (DataXceiverServer.java:<init>(94)) - Number threads for balancing is 100
2026-05-18 14:03:57,776 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:03:57,780 INFO  [main] http.HttpServer2 (HttpServer2.java:addGlobalFilter(1205)) - Added global filter 'safety' (class=org.apache.hadoop.http.HttpServer2$QuotingInputFilter)
2026-05-18 14:03:57,782 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:03:57,783 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:03:57,783 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:03:57,786 INFO  [main] http.HttpServer2 (HttpServer2.java:bindListener(1452)) - Jetty bound to port 34697
2026-05-18 14:03:57,787 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:03:57,788 INFO  [main] server.session (DefaultSessionIdManager.java:doStart(334)) - DefaultSessionIdManager workerName=node0
2026-05-18 14:03:57,788 INFO  [main] server.session (DefaultSessionIdManager.java:doStart(339)) - No SessionScavenger set, using defaults
2026-05-18 14:03:57,788 INFO  [main] server.session (HouseKeeper.java:startScavenging(132)) - node0 Scavenging every 660000ms
2026-05-18 14:03:57,790 INFO  [main] handler.ContextHandler (ContextHandler.java:doStart(921)) - Started o.e.j.s.ServletContextHandler@2f4ba1ae{static,/static,jar:file:/tmp/dist-test-taskG7T2JI/java/build/jars/hadoop-hdfs-3.4.1-tests.jar!/webapps/static,AVAILABLE}
2026-05-18 14:03:57,948 INFO  [main] handler.ContextHandler (ContextHandler.java:doStart(921)) - Started o.e.j.w.WebAppContext@1e3e1014{datanode,/,file:///tmp/jetty-localhost-34697-hadoop-hdfs-3_4_1-tests_jar-_-any-14909370771476629283/webapp/,AVAILABLE}{jar:file:/tmp/dist-test-taskG7T2JI/java/build/jars/hadoop-hdfs-3.4.1-tests.jar!/webapps/datanode}
2026-05-18 14:03:57,949 INFO  [main] server.AbstractConnector (AbstractConnector.java:doStart(333)) - Started ServerConnector@6ca372ef{HTTP/1.1, (http/1.1)}{localhost:34697}
2026-05-18 14:03:57,950 INFO  [main] server.Server (Server.java:doStart(415)) - Started @3650ms
2026-05-18 14:03:58,071 WARN  [main] web.DatanodeHttpServer (RestCsrfPreventionFilterHandler.java:<init>(75)) - Got null for restCsrfPreventionFilter - will not do any filtering.
2026-05-18 14:03:58,162 INFO  [main] web.DatanodeHttpServer (DatanodeHttpServer.java:start(306)) - Listening HTTP traffic on /127.0.0.1:33813
2026-05-18 14:03:58,163 INFO  [org.apache.hadoop.util.JvmPauseMonitor$Monitor@66a5755] util.JvmPauseMonitor (JvmPauseMonitor.java:run(185)) - Starting JVM pause monitor
2026-05-18 14:03:58,164 INFO  [main] datanode.DataNode (DataNode.java:startDataNode(1942)) - dnUserName = slave
2026-05-18 14:03:58,164 INFO  [main] datanode.DataNode (DataNode.java:startDataNode(1943)) - supergroup = supergroup
2026-05-18 14:03:58,175 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:03:58,176 INFO  [main] ipc.Server (Server.java:<init>(1438)) - Listener at localhost:38331
2026-05-18 14:03:58,176 INFO  [Socket Reader #1 for port 0] ipc.Server (Server.java:run(1474)) - Starting Socket Reader #1 for port 0
2026-05-18 14:03:58,183 INFO  [main] datanode.DataNode (DataNode.java:initIpcServer(1564)) - Opened IPC server at /127.0.0.1:38331
2026-05-18 14:03:58,210 INFO  [main] datanode.DataNode (BlockPoolManager.java:refreshNamenodes(150)) - Refresh request received for nameservices: null
2026-05-18 14:03:58,210 INFO  [main] datanode.DataNode (BlockPoolManager.java:doRefreshNamenodes(211)) - Starting BPOfferServices for nameservices: <default>
2026-05-18 14:03:58,218 INFO  [Thread-62] datanode.DataNode (BPServiceActor.java:run(882)) - Block pool <registering> (Datanode Uuid unassigned) service to localhost/127.0.0.1:36699 starting to offer service
2026-05-18 14:03:58,221 INFO  [IPC Server Responder] ipc.Server (Server.java:run(1713)) - IPC Server Responder: starting
2026-05-18 14:03:58,221 INFO  [IPC Server listener on 0] ipc.Server (Server.java:run(1553)) - IPC Server listener on 0: starting
2026-05-18 14:03:58,434 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:36699
2026-05-18 14:03:58,436 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:03:58,440 INFO  [Thread-62] common.Storage (Storage.java:tryLock(948)) - Lock on /tmp/hdfs-test14823172223748235307/data/data1/in_use.lock acquired by nodename 2319@dist-test-slave-djks
2026-05-18 14:03:58,441 INFO  [Thread-62] common.Storage (DataStorage.java:loadStorageDirectory(284)) - Storage directory with location [DISK]file:/tmp/hdfs-test14823172223748235307/data/data1 is not formatted for namespace 703244026. Formatting...
2026-05-18 14:03:58,443 INFO  [Thread-62] common.Storage (DataStorage.java:createStorageID(160)) - Generated new storageID DS-6f1418a9-8579-4199-9319-7db45a0e96fb for directory /tmp/hdfs-test14823172223748235307/data/data1 
2026-05-18 14:03:58,450 INFO  [Thread-62] common.Storage (Storage.java:tryLock(948)) - Lock on /tmp/hdfs-test14823172223748235307/data/data2/in_use.lock acquired by nodename 2319@dist-test-slave-djks
2026-05-18 14:03:58,450 INFO  [Thread-62] common.Storage (DataStorage.java:loadStorageDirectory(284)) - Storage directory with location [DISK]file:/tmp/hdfs-test14823172223748235307/data/data2 is not formatted for namespace 703244026. Formatting...
2026-05-18 14:03:58,451 INFO  [Thread-62] common.Storage (DataStorage.java:createStorageID(160)) - Generated new storageID DS-5f254b09-b84d-4932-9c33-dc6803fedc0f for directory /tmp/hdfs-test14823172223748235307/data/data2 
2026-05-18 14:03:58,486 INFO  [Thread-62] common.Storage (BlockPoolSliceStorage.java:recoverTransitionRead(255)) - Analyzing storage directories for bpid BP-955762411-10.240.0.234-1779113036154
2026-05-18 14:03:58,487 INFO  [Thread-62] common.Storage (Storage.java:lock(907)) - Locking is disabled for /tmp/hdfs-test14823172223748235307/data/data1/current/BP-955762411-10.240.0.234-1779113036154
2026-05-18 14:03:58,487 INFO  [Thread-62] common.Storage (BlockPoolSliceStorage.java:loadStorageDirectory(168)) - Block pool storage directory for location [DISK]file:/tmp/hdfs-test14823172223748235307/data/data1 and block pool id BP-955762411-10.240.0.234-1779113036154 is not formatted. Formatting ...
2026-05-18 14:03:58,488 INFO  [Thread-62] common.Storage (BlockPoolSliceStorage.java:format(284)) - Formatting block pool BP-955762411-10.240.0.234-1779113036154 directory /tmp/hdfs-test14823172223748235307/data/data1/current/BP-955762411-10.240.0.234-1779113036154/current
2026-05-18 14:03:58,520 INFO  [Thread-62] common.Storage (BlockPoolSliceStorage.java:recoverTransitionRead(255)) - Analyzing storage directories for bpid BP-955762411-10.240.0.234-1779113036154
2026-05-18 14:03:58,520 INFO  [Thread-62] common.Storage (Storage.java:lock(907)) - Locking is disabled for /tmp/hdfs-test14823172223748235307/data/data2/current/BP-955762411-10.240.0.234-1779113036154
2026-05-18 14:03:58,521 INFO  [Thread-62] common.Storage (BlockPoolSliceStorage.java:loadStorageDirectory(168)) - Block pool storage directory for location [DISK]file:/tmp/hdfs-test14823172223748235307/data/data2 and block pool id BP-955762411-10.240.0.234-1779113036154 is not formatted. Formatting ...
2026-05-18 14:03:58,521 INFO  [Thread-62] common.Storage (BlockPoolSliceStorage.java:format(284)) - Formatting block pool BP-955762411-10.240.0.234-1779113036154 directory /tmp/hdfs-test14823172223748235307/data/data2/current/BP-955762411-10.240.0.234-1779113036154/current
2026-05-18 14:03:58,529 INFO  [Thread-62] datanode.DataNode (DataNode.java:initStorage(2262)) - Setting up storage: nsid=703244026;bpid=BP-955762411-10.240.0.234-1779113036154;lv=-57;nsInfo=lv=-67;cid=testClusterID;nsid=703244026;c=1779113036154;bpid=BP-955762411-10.240.0.234-1779113036154;dnuuid=null
2026-05-18 14:03:58,534 INFO  [Thread-62] datanode.DataNode (DataNode.java:checkDatanodeUuid(2060)) - Generated and persisted new Datanode UUID 94a67c3d-369a-4adc-9a00-86a4a9f75531
2026-05-18 14:03:58,556 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:03:58,649 INFO  [IPC Server handler 1 on default port 36699] 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:03:58,661 INFO  [Thread-62] impl.FsDatasetImpl (FsVolumeList.java:addVolume(400)) - Added new volume: DS-6f1418a9-8579-4199-9319-7db45a0e96fb
2026-05-18 14:03:58,661 INFO  [Thread-62] impl.FsDatasetImpl (FsDatasetImpl.java:addVolume(483)) - Added volume - [DISK]file:/tmp/hdfs-test14823172223748235307/data/data1, StorageType: DISK
2026-05-18 14:03:58,674 INFO  [Thread-62] impl.FsDatasetImpl (FsVolumeList.java:addVolume(400)) - Added new volume: DS-5f254b09-b84d-4932-9c33-dc6803fedc0f
2026-05-18 14:03:58,675 INFO  [Thread-62] impl.FsDatasetImpl (FsDatasetImpl.java:addVolume(483)) - Added volume - [DISK]file:/tmp/hdfs-test14823172223748235307/data/data2, StorageType: DISK
2026-05-18 14:03:58,679 INFO  [Thread-62] impl.MemoryMappableBlockLoader (MemoryMappableBlockLoader.java:initialize(47)) - Initializing cache loader: MemoryMappableBlockLoader.
2026-05-18 14:03:58,685 INFO  [Thread-62] impl.FsDatasetImpl (FsDatasetImpl.java:registerMBean(2651)) - Registered FSDatasetState MBean
2026-05-18 14:03:58,696 INFO  [Thread-62] impl.FsDatasetImpl (FsDatasetImpl.java:addBlockPool(3228)) - Adding block pool BP-955762411-10.240.0.234-1779113036154
2026-05-18 14:03:58,698 INFO  [IPC Server handler 1 on default port 36699] 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:03:58,699 INFO  [Thread-81] impl.FsDatasetImpl (FsVolumeList.java:run(513)) - Scanning block pool BP-955762411-10.240.0.234-1779113036154 on volume /tmp/hdfs-test14823172223748235307/data/data1...
2026-05-18 14:03:58,704 INFO  [main] hdfs.MiniDFSCluster (MiniDFSCluster.java:shouldWait(2946)) - dnInfo.length != numDataNodes
2026-05-18 14:03:58,704 INFO  [main] hdfs.MiniDFSCluster (MiniDFSCluster.java:waitActive(2870)) - Waiting for cluster to become active
2026-05-18 14:03:58,704 INFO  [Thread-82] impl.FsDatasetImpl (FsVolumeList.java:run(513)) - Scanning block pool BP-955762411-10.240.0.234-1779113036154 on volume /tmp/hdfs-test14823172223748235307/data/data2...
2026-05-18 14:03:58,708 WARN  [Thread-82] impl.FsDatasetImpl (BlockPoolSlice.java:loadDfsUsed(347)) - dfsUsed file missing in /tmp/hdfs-test14823172223748235307/data/data2/current/BP-955762411-10.240.0.234-1779113036154/current, will proceed with Du for space computation calculation, 
2026-05-18 14:03:58,708 WARN  [Thread-81] impl.FsDatasetImpl (BlockPoolSlice.java:loadDfsUsed(347)) - dfsUsed file missing in /tmp/hdfs-test14823172223748235307/data/data1/current/BP-955762411-10.240.0.234-1779113036154/current, will proceed with Du for space computation calculation, 
2026-05-18 14:03:58,746 INFO  [Thread-81] impl.FsDatasetImpl (FsVolumeList.java:run(518)) - Time taken to scan block pool BP-955762411-10.240.0.234-1779113036154 on /tmp/hdfs-test14823172223748235307/data/data1: 47ms
2026-05-18 14:03:58,747 INFO  [Thread-82] impl.FsDatasetImpl (FsVolumeList.java:run(518)) - Time taken to scan block pool BP-955762411-10.240.0.234-1779113036154 on /tmp/hdfs-test14823172223748235307/data/data2: 43ms
2026-05-18 14:03:58,747 INFO  [Thread-62] impl.FsDatasetImpl (FsVolumeList.java:addBlockPool(538)) - Total time to scan all replicas for block pool BP-955762411-10.240.0.234-1779113036154: 51ms
2026-05-18 14:03:58,749 INFO  [Thread-85] impl.FsDatasetImpl (FsVolumeList.java:run(266)) - Adding replicas to map for block pool BP-955762411-10.240.0.234-1779113036154 on volume /tmp/hdfs-test14823172223748235307/data/data1...
2026-05-18 14:03:58,749 INFO  [Thread-85] impl.BlockPoolSlice (BlockPoolSlice.java:readReplicasFromCache(963)) - Replica Cache file: /tmp/hdfs-test14823172223748235307/data/data1/current/BP-955762411-10.240.0.234-1779113036154/current/replicas doesn't exist 
2026-05-18 14:03:58,750 INFO  [Thread-86] impl.FsDatasetImpl (FsVolumeList.java:run(266)) - Adding replicas to map for block pool BP-955762411-10.240.0.234-1779113036154 on volume /tmp/hdfs-test14823172223748235307/data/data2...
2026-05-18 14:03:58,750 INFO  [Thread-86] impl.BlockPoolSlice (BlockPoolSlice.java:readReplicasFromCache(963)) - Replica Cache file: /tmp/hdfs-test14823172223748235307/data/data2/current/BP-955762411-10.240.0.234-1779113036154/current/replicas doesn't exist 
2026-05-18 14:03:58,751 INFO  [Thread-86] impl.FsDatasetImpl (FsVolumeList.java:run(271)) - Time to add replicas to map for block pool BP-955762411-10.240.0.234-1779113036154 on volume /tmp/hdfs-test14823172223748235307/data/data2: 1ms
2026-05-18 14:03:58,752 INFO  [Thread-85] impl.FsDatasetImpl (FsVolumeList.java:run(271)) - Time to add replicas to map for block pool BP-955762411-10.240.0.234-1779113036154 on volume /tmp/hdfs-test14823172223748235307/data/data1: 3ms
2026-05-18 14:03:58,752 INFO  [Thread-62] impl.FsDatasetImpl (FsVolumeList.java:getAllVolumesMap(292)) - Total time to add all replicas to map for block pool BP-955762411-10.240.0.234-1779113036154: 4ms
2026-05-18 14:03:58,752 INFO  [Thread-62] checker.ThrottledAsyncChecker (ThrottledAsyncChecker.java:schedule(137)) - Scheduling a check for /tmp/hdfs-test14823172223748235307/data/data1
2026-05-18 14:03:58,759 INFO  [Thread-62] checker.DatasetVolumeChecker (DatasetVolumeChecker.java:checkAllVolumes(223)) - Scheduled health check for volume /tmp/hdfs-test14823172223748235307/data/data1
2026-05-18 14:03:58,760 INFO  [Thread-62] checker.ThrottledAsyncChecker (ThrottledAsyncChecker.java:schedule(137)) - Scheduling a check for /tmp/hdfs-test14823172223748235307/data/data2
2026-05-18 14:03:58,761 INFO  [Thread-62] checker.DatasetVolumeChecker (DatasetVolumeChecker.java:checkAllVolumes(223)) - Scheduled health check for volume /tmp/hdfs-test14823172223748235307/data/data2
2026-05-18 14:03:58,762 INFO  [VolumeScannerThread(/tmp/hdfs-test14823172223748235307/data/data1)] datanode.VolumeScanner (VolumeScanner.java:findNextUsableBlockIter(385)) - Now scanning bpid BP-955762411-10.240.0.234-1779113036154 on volume /tmp/hdfs-test14823172223748235307/data/data1
2026-05-18 14:03:58,762 INFO  [VolumeScannerThread(/tmp/hdfs-test14823172223748235307/data/data2)] datanode.VolumeScanner (VolumeScanner.java:findNextUsableBlockIter(385)) - Now scanning bpid BP-955762411-10.240.0.234-1779113036154 on volume /tmp/hdfs-test14823172223748235307/data/data2
2026-05-18 14:03:58,763 INFO  [VolumeScannerThread(/tmp/hdfs-test14823172223748235307/data/data1)] datanode.VolumeScanner (VolumeScanner.java:getNextBlockToScan(505)) - VolumeScanner(/tmp/hdfs-test14823172223748235307/data/data1, DS-6f1418a9-8579-4199-9319-7db45a0e96fb): finished scanning block pool BP-955762411-10.240.0.234-1779113036154
2026-05-18 14:03:58,765 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:03:58,766 INFO  [Thread-62] datanode.DirectoryScanner (DirectoryScanner.java:start(367)) - Periodic Directory Tree Verification scan starting in 14743549ms with interval of 21600000ms and throttle limit of -1ms/s
2026-05-18 14:03:58,766 INFO  [VolumeScannerThread(/tmp/hdfs-test14823172223748235307/data/data2)] datanode.VolumeScanner (VolumeScanner.java:getNextBlockToScan(505)) - VolumeScanner(/tmp/hdfs-test14823172223748235307/data/data2, DS-5f254b09-b84d-4932-9c33-dc6803fedc0f): finished scanning block pool BP-955762411-10.240.0.234-1779113036154
2026-05-18 14:03:58,771 INFO  [BP-955762411-10.240.0.234-1779113036154 heartbeating to localhost/127.0.0.1:36699] datanode.DataNode (BPServiceActor.java:register(824)) - Block pool BP-955762411-10.240.0.234-1779113036154 (Datanode Uuid 94a67c3d-369a-4adc-9a00-86a4a9f75531) service to localhost/127.0.0.1:36699 beginning handshake with NN: localhost/127.0.0.1:36699.
2026-05-18 14:03:58,779 INFO  [VolumeScannerThread(/tmp/hdfs-test14823172223748235307/data/data2)] datanode.VolumeScanner (VolumeScanner.java:findNextUsableBlockIter(402)) - VolumeScanner(/tmp/hdfs-test14823172223748235307/data/data2, DS-5f254b09-b84d-4932-9c33-dc6803fedc0f): no suitable block pools found to scan.  Waiting 1814399983 ms.
2026-05-18 14:03:58,779 INFO  [VolumeScannerThread(/tmp/hdfs-test14823172223748235307/data/data1)] datanode.VolumeScanner (VolumeScanner.java:findNextUsableBlockIter(402)) - VolumeScanner(/tmp/hdfs-test14823172223748235307/data/data1, DS-6f1418a9-8579-4199-9319-7db45a0e96fb): no suitable block pools found to scan.  Waiting 1814399983 ms.
2026-05-18 14:03:58,787 INFO  [IPC Server handler 0 on default port 36699] hdfs.StateChange (DatanodeManager.java:registerDatanode(1188)) - BLOCK* registerDatanode: from DatanodeRegistration(127.0.0.1:44815, datanodeUuid=94a67c3d-369a-4adc-9a00-86a4a9f75531, infoPort=33813, infoSecurePort=0, ipcPort=38331, storageInfo=lv=-57;cid=testClusterID;nsid=703244026;c=1779113036154) storage 94a67c3d-369a-4adc-9a00-86a4a9f75531
2026-05-18 14:03:58,789 INFO  [IPC Server handler 0 on default port 36699] net.NetworkTopology (NetworkTopology.java:add(156)) - Adding a new node: /default-rack/127.0.0.1:44815
2026-05-18 14:03:58,789 INFO  [IPC Server handler 0 on default port 36699] blockmanagement.BlockReportLeaseManager (BlockReportLeaseManager.java:registerNode(200)) - Registered DN 94a67c3d-369a-4adc-9a00-86a4a9f75531 (127.0.0.1:44815).
2026-05-18 14:03:58,795 INFO  [BP-955762411-10.240.0.234-1779113036154 heartbeating to localhost/127.0.0.1:36699] datanode.DataNode (BPServiceActor.java:register(851)) - Block pool BP-955762411-10.240.0.234-1779113036154 (Datanode Uuid 94a67c3d-369a-4adc-9a00-86a4a9f75531) service to localhost/127.0.0.1:36699 successfully registered with NN: localhost/127.0.0.1:36699.
2026-05-18 14:03:58,795 INFO  [BP-955762411-10.240.0.234-1779113036154 heartbeating to localhost/127.0.0.1:36699] datanode.DataNode (BPServiceActor.java:offerService(667)) - For namenode localhost/127.0.0.1:36699 using BLOCKREPORT_INTERVAL of 21600000msecs CACHEREPORT_INTERVAL of 10000msecs Initial delay: 0msecs; heartBeatInterval=3000
2026-05-18 14:03:58,807 INFO  [IPC Server handler 2 on default port 36699] 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:03:58,808 INFO  [IPC Server handler 3 on default port 36699] blockmanagement.DatanodeDescriptor (DatanodeDescriptor.java:updateStorage(1065)) - Adding new storage ID DS-6f1418a9-8579-4199-9319-7db45a0e96fb for DN 127.0.0.1:44815
2026-05-18 14:03:58,808 INFO  [IPC Server handler 3 on default port 36699] blockmanagement.DatanodeDescriptor (DatanodeDescriptor.java:updateStorage(1065)) - Adding new storage ID DS-5f254b09-b84d-4932-9c33-dc6803fedc0f for DN 127.0.0.1:44815
2026-05-18 14:03:58,811 INFO  [main] hdfs.MiniDFSCluster (MiniDFSCluster.java:shouldWait(2962)) - No heartbeat from DataNode: 127.0.0.1:44815
2026-05-18 14:03:58,812 INFO  [main] hdfs.MiniDFSCluster (MiniDFSCluster.java:waitActive(2870)) - Waiting for cluster to become active
2026-05-18 14:03:58,815 INFO  [BP-955762411-10.240.0.234-1779113036154 heartbeating to localhost/127.0.0.1:36699] datanode.DataNode (BPServiceActor.java:offerService(729)) - After receiving heartbeat response, updating state of namenode localhost:36699 to active
2026-05-18 14:03:58,832 INFO  [Block report processor] BlockStateChange (BlockManager.java:processReport(2940)) - BLOCK* processReport 0x5a6d69cc8a3c3fcc with lease ID 0xd1e87e6950604355: Processing first storage report for DS-6f1418a9-8579-4199-9319-7db45a0e96fb from datanode DatanodeRegistration(127.0.0.1:44815, datanodeUuid=94a67c3d-369a-4adc-9a00-86a4a9f75531, infoPort=33813, infoSecurePort=0, ipcPort=38331, storageInfo=lv=-57;cid=testClusterID;nsid=703244026;c=1779113036154)
2026-05-18 14:03:58,833 INFO  [Block report processor] BlockStateChange (BlockManager.java:processReport(2972)) - BLOCK* processReport 0x5a6d69cc8a3c3fcc with lease ID 0xd1e87e6950604355: from storage DS-6f1418a9-8579-4199-9319-7db45a0e96fb node DatanodeRegistration(127.0.0.1:44815, datanodeUuid=94a67c3d-369a-4adc-9a00-86a4a9f75531, infoPort=33813, infoSecurePort=0, ipcPort=38331, storageInfo=lv=-57;cid=testClusterID;nsid=703244026;c=1779113036154), blocks: 0, hasStaleStorage: true, processing time: 1 msecs, invalidatedBlocks: 0
2026-05-18 14:03:58,834 INFO  [Block report processor] BlockStateChange (BlockManager.java:processReport(2940)) - BLOCK* processReport 0x5a6d69cc8a3c3fcc with lease ID 0xd1e87e6950604355: Processing first storage report for DS-5f254b09-b84d-4932-9c33-dc6803fedc0f from datanode DatanodeRegistration(127.0.0.1:44815, datanodeUuid=94a67c3d-369a-4adc-9a00-86a4a9f75531, infoPort=33813, infoSecurePort=0, ipcPort=38331, storageInfo=lv=-57;cid=testClusterID;nsid=703244026;c=1779113036154)
2026-05-18 14:03:58,834 INFO  [Block report processor] BlockStateChange (BlockManager.java:processReport(2972)) - BLOCK* processReport 0x5a6d69cc8a3c3fcc with lease ID 0xd1e87e6950604355: from storage DS-5f254b09-b84d-4932-9c33-dc6803fedc0f node DatanodeRegistration(127.0.0.1:44815, datanodeUuid=94a67c3d-369a-4adc-9a00-86a4a9f75531, infoPort=33813, infoSecurePort=0, ipcPort=38331, storageInfo=lv=-57;cid=testClusterID;nsid=703244026;c=1779113036154), blocks: 0, hasStaleStorage: false, processing time: 0 msecs, invalidatedBlocks: 0
2026-05-18 14:03:58,846 INFO  [BP-955762411-10.240.0.234-1779113036154 heartbeating to localhost/127.0.0.1:36699] datanode.DataNode (BPServiceActor.java:blockReport(457)) - Successfully sent block report 0x5a6d69cc8a3c3fcc with lease ID 0xd1e87e6950604355 to namenode: localhost/127.0.0.1:36699,  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 26 msecs for RPC and NN processing. Got back one command: FinalizeCommand/5.
2026-05-18 14:03:58,847 INFO  [Command processor] datanode.DataNode (BPOfferService.java:processCommandFromActive(767)) - Got finalize command for block pool BP-955762411-10.240.0.234-1779113036154
2026-05-18 14:03:58,913 INFO  [IPC Server handler 5 on default port 36699] 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:03:58,915 INFO  [main] hdfs.MiniDFSCluster (MiniDFSCluster.java:waitActive(2922)) - Cluster is active
2026-05-18 14:03:59,179 INFO  [main] backup.BackupIO (BackupIO.scala:writeTableMetadata(95)) - Writing metadata to hdfs://localhost:36699/id_taco-taco/1779113013000/.kudu-metadata.json
2026-05-18 14:03:59,219 INFO  [IPC Server handler 6 on default port 36699] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=create	src=/id_taco-taco/1779113013000/.kudu-metadata.json	dst=null	perm=slave:supergroup:rw-r--r--	proto=rpc
2026-05-18 14:03:59,430 INFO  [IPC Server handler 7 on default port 36699] hdfs.StateChange (FSDirWriteFileOp.java:logAllocatedBlock(801)) - BLOCK* allocate blk_1073741825_1001, replicas=127.0.0.1:44815 for /id_taco-taco/1779113013000/.kudu-metadata.json
2026-05-18 14:03:59,477 INFO  [DataXceiver for client DFSClient_NONMAPREDUCE_-994390023_1 at /127.0.0.1:49422 [Receiving block BP-955762411-10.240.0.234-1779113036154:blk_1073741825_1001]] datanode.DataNode (DataXceiver.java:writeBlock(759)) - Receiving BP-955762411-10.240.0.234-1779113036154:blk_1073741825_1001 src: /127.0.0.1:49422 dest: /127.0.0.1:44815
2026-05-18 14:03:59,516 INFO  [PacketResponder: BP-955762411-10.240.0.234-1779113036154:blk_1073741825_1001, type=LAST_IN_PIPELINE] DataNode.clienttrace (BlockReceiver.java:finalizeBlock(1576)) - src: /127.0.0.1:49422, dest: /127.0.0.1:44815, volume: /tmp/hdfs-test14823172223748235307/data/data1, bytes: 92, op: HDFS_WRITE, cliID: DFSClient_NONMAPREDUCE_-994390023_1, offset: 0, srvID: 94a67c3d-369a-4adc-9a00-86a4a9f75531, blockid: BP-955762411-10.240.0.234-1779113036154:blk_1073741825_1001, duration(ns): 9742431
2026-05-18 14:03:59,521 INFO  [PacketResponder: BP-955762411-10.240.0.234-1779113036154:blk_1073741825_1001, type=LAST_IN_PIPELINE] datanode.DataNode (BlockReceiver.java:run(1549)) - PacketResponder: BP-955762411-10.240.0.234-1779113036154:blk_1073741825_1001, type=LAST_IN_PIPELINE terminating
2026-05-18 14:03:59,523 INFO  [IPC Server handler 9 on default port 36699] namenode.FSNamesystem (FSNamesystem.java:checkBlocksComplete(3286)) - BLOCK* blk_1073741825_1001 is COMMITTED but not COMPLETE(numNodes= 0 <  minimum = 1) in file /id_taco-taco/1779113013000/.kudu-metadata.json
2026-05-18 14:03:59,535 INFO  [Block report processor] BlockStateChange (BlockManager.java:addStoredBlock(3777)) - BLOCK* addStoredBlock: 127.0.0.1:44815 is added to blk_1073741825_1001 (size=92)
2026-05-18 14:03:59,928 INFO  [IPC Server handler 6 on default port 36699] hdfs.StateChange (FSNamesystem.java:completeFile(3239)) - DIR* completeFile: /id_taco-taco/1779113013000/.kudu-metadata.json is closed by DFSClient_NONMAPREDUCE_-994390023_1
2026-05-18 14:03:59,930 INFO  [main] backup.BackupIO (BackupIO.scala:writeTableMetadata(95)) - Writing metadata to hdfs://localhost:36699/id_taco-taco/1779113017000/.kudu-metadata.json
2026-05-18 14:03:59,932 INFO  [IPC Server handler 7 on default port 36699] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=create	src=/id_taco-taco/1779113017000/.kudu-metadata.json	dst=null	perm=slave:supergroup:rw-r--r--	proto=rpc
2026-05-18 14:03:59,936 INFO  [IPC Server handler 8 on default port 36699] hdfs.StateChange (FSDirWriteFileOp.java:logAllocatedBlock(801)) - BLOCK* allocate blk_1073741826_1002, replicas=127.0.0.1:44815 for /id_taco-taco/1779113017000/.kudu-metadata.json
2026-05-18 14:03:59,939 INFO  [DataXceiver for client DFSClient_NONMAPREDUCE_-994390023_1 at /127.0.0.1:49430 [Receiving block BP-955762411-10.240.0.234-1779113036154:blk_1073741826_1002]] datanode.DataNode (DataXceiver.java:writeBlock(759)) - Receiving BP-955762411-10.240.0.234-1779113036154:blk_1073741826_1002 src: /127.0.0.1:49430 dest: /127.0.0.1:44815
2026-05-18 14:03:59,942 INFO  [PacketResponder: BP-955762411-10.240.0.234-1779113036154:blk_1073741826_1002, type=LAST_IN_PIPELINE] DataNode.clienttrace (BlockReceiver.java:finalizeBlock(1576)) - src: /127.0.0.1:49430, dest: /127.0.0.1:44815, volume: /tmp/hdfs-test14823172223748235307/data/data2, bytes: 121, op: HDFS_WRITE, cliID: DFSClient_NONMAPREDUCE_-994390023_1, offset: 0, srvID: 94a67c3d-369a-4adc-9a00-86a4a9f75531, blockid: BP-955762411-10.240.0.234-1779113036154:blk_1073741826_1002, duration(ns): 1404823
2026-05-18 14:03:59,942 INFO  [PacketResponder: BP-955762411-10.240.0.234-1779113036154:blk_1073741826_1002, type=LAST_IN_PIPELINE] datanode.DataNode (BlockReceiver.java:run(1549)) - PacketResponder: BP-955762411-10.240.0.234-1779113036154:blk_1073741826_1002, type=LAST_IN_PIPELINE terminating
2026-05-18 14:03:59,944 INFO  [IPC Server handler 1 on default port 36699] namenode.FSNamesystem (FSNamesystem.java:checkBlocksComplete(3286)) - BLOCK* blk_1073741826_1002 is COMMITTED but not COMPLETE(numNodes= 0 <  minimum = 1) in file /id_taco-taco/1779113017000/.kudu-metadata.json
2026-05-18 14:03:59,945 INFO  [Block report processor] BlockStateChange (BlockManager.java:addStoredBlock(3777)) - BLOCK* addStoredBlock: 127.0.0.1:44815 is added to blk_1073741826_1002 (size=121)
2026-05-18 14:04:00,347 INFO  [IPC Server handler 0 on default port 36699] hdfs.StateChange (FSNamesystem.java:completeFile(3239)) - DIR* completeFile: /id_taco-taco/1779113017000/.kudu-metadata.json is closed by DFSClient_NONMAPREDUCE_-994390023_1
2026-05-18 14:04:00,348 INFO  [main] backup.BackupIO (BackupIO.scala:writeTableMetadata(95)) - Writing metadata to hdfs://localhost:36699/id_taco-taco/1779113022000/.kudu-metadata.json
2026-05-18 14:04:00,351 INFO  [IPC Server handler 2 on default port 36699] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=create	src=/id_taco-taco/1779113022000/.kudu-metadata.json	dst=null	perm=slave:supergroup:rw-r--r--	proto=rpc
2026-05-18 14:04:00,354 INFO  [IPC Server handler 3 on default port 36699] hdfs.StateChange (FSDirWriteFileOp.java:logAllocatedBlock(801)) - BLOCK* allocate blk_1073741827_1003, replicas=127.0.0.1:44815 for /id_taco-taco/1779113022000/.kudu-metadata.json
2026-05-18 14:04:00,357 INFO  [DataXceiver for client DFSClient_NONMAPREDUCE_-994390023_1 at /127.0.0.1:49434 [Receiving block BP-955762411-10.240.0.234-1779113036154:blk_1073741827_1003]] datanode.DataNode (DataXceiver.java:writeBlock(759)) - Receiving BP-955762411-10.240.0.234-1779113036154:blk_1073741827_1003 src: /127.0.0.1:49434 dest: /127.0.0.1:44815
2026-05-18 14:04:00,360 INFO  [PacketResponder: BP-955762411-10.240.0.234-1779113036154:blk_1073741827_1003, type=LAST_IN_PIPELINE] DataNode.clienttrace (BlockReceiver.java:finalizeBlock(1576)) - src: /127.0.0.1:49434, dest: /127.0.0.1:44815, volume: /tmp/hdfs-test14823172223748235307/data/data1, bytes: 121, op: HDFS_WRITE, cliID: DFSClient_NONMAPREDUCE_-994390023_1, offset: 0, srvID: 94a67c3d-369a-4adc-9a00-86a4a9f75531, blockid: BP-955762411-10.240.0.234-1779113036154:blk_1073741827_1003, duration(ns): 1542192
2026-05-18 14:04:00,360 INFO  [PacketResponder: BP-955762411-10.240.0.234-1779113036154:blk_1073741827_1003, type=LAST_IN_PIPELINE] datanode.DataNode (BlockReceiver.java:run(1549)) - PacketResponder: BP-955762411-10.240.0.234-1779113036154:blk_1073741827_1003, type=LAST_IN_PIPELINE terminating
2026-05-18 14:04:00,362 INFO  [Block report processor] BlockStateChange (BlockManager.java:addStoredBlock(3777)) - BLOCK* addStoredBlock: 127.0.0.1:44815 is added to blk_1073741827_1003 (size=121)
2026-05-18 14:04:00,363 INFO  [IPC Server handler 5 on default port 36699] hdfs.StateChange (FSNamesystem.java:completeFile(3239)) - DIR* completeFile: /id_taco-taco/1779113022000/.kudu-metadata.json is closed by DFSClient_NONMAPREDUCE_-994390023_1
2026-05-18 14:04:00,504 INFO  [IPC Server handler 6 on default port 36699] 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:04:00,510 INFO  [IPC Server handler 7 on default port 36699] 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:04:00,516 INFO  [IPC Server handler 8 on default port 36699] 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:04:00,519 INFO  [IPC Server handler 9 on default port 36699] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779113013000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:04:00,526 INFO  [IPC Server handler 1 on default port 36699] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=open	src=/id_taco-taco/1779113013000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:04:00,591 INFO  [IPC Server handler 0 on default port 36699] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779113017000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:04:00,594 INFO  [IPC Server handler 2 on default port 36699] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=open	src=/id_taco-taco/1779113017000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:04:00,599 INFO  [IPC Server handler 3 on default port 36699] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779113022000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:04:00,602 INFO  [IPC Server handler 4 on default port 36699] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=open	src=/id_taco-taco/1779113022000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:04:00,606 INFO  [main] backup.BackupIO (BackupIO.scala:readTableBackups(236)) - Found 3 paths in hdfs://localhost:36699/id_taco-taco
checking existence of hdfs://localhost:36699/id_taco-taco/1779113013000/.kudu-metadata.json
2026-05-18 14:04:00,643 INFO  [IPC Server handler 5 on default port 36699] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779113013000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
checking existence of hdfs://localhost:36699/id_taco-taco/1779113017000/.kudu-metadata.json
2026-05-18 14:04:00,646 INFO  [IPC Server handler 6 on default port 36699] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779113017000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
checking existence of hdfs://localhost:36699/id_taco-taco/1779113022000/.kudu-metadata.json
2026-05-18 14:04:00,648 INFO  [IPC Server handler 7 on default port 36699] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779113022000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:04:00,648 INFO  [main] backup.BackupIO (BackupIO.scala:writeTableMetadata(95)) - Writing metadata to hdfs://localhost:36699/id_taco-taco/1779113018000/.kudu-metadata.json
2026-05-18 14:04:00,651 INFO  [IPC Server handler 8 on default port 36699] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=create	src=/id_taco-taco/1779113018000/.kudu-metadata.json	dst=null	perm=slave:supergroup:rw-r--r--	proto=rpc
2026-05-18 14:04:00,653 INFO  [IPC Server handler 9 on default port 36699] hdfs.StateChange (FSDirWriteFileOp.java:logAllocatedBlock(801)) - BLOCK* allocate blk_1073741828_1004, replicas=127.0.0.1:44815 for /id_taco-taco/1779113018000/.kudu-metadata.json
2026-05-18 14:04:00,657 INFO  [DataXceiver for client DFSClient_NONMAPREDUCE_-994390023_1 at /127.0.0.1:49456 [Receiving block BP-955762411-10.240.0.234-1779113036154:blk_1073741828_1004]] datanode.DataNode (DataXceiver.java:writeBlock(759)) - Receiving BP-955762411-10.240.0.234-1779113036154:blk_1073741828_1004 src: /127.0.0.1:49456 dest: /127.0.0.1:44815
2026-05-18 14:04:00,667 INFO  [PacketResponder: BP-955762411-10.240.0.234-1779113036154:blk_1073741828_1004, type=LAST_IN_PIPELINE] DataNode.clienttrace (BlockReceiver.java:finalizeBlock(1576)) - src: /127.0.0.1:49456, dest: /127.0.0.1:44815, volume: /tmp/hdfs-test14823172223748235307/data/data2, bytes: 92, op: HDFS_WRITE, cliID: DFSClient_NONMAPREDUCE_-994390023_1, offset: 0, srvID: 94a67c3d-369a-4adc-9a00-86a4a9f75531, blockid: BP-955762411-10.240.0.234-1779113036154:blk_1073741828_1004, duration(ns): 5455273
2026-05-18 14:04:00,667 INFO  [PacketResponder: BP-955762411-10.240.0.234-1779113036154:blk_1073741828_1004, type=LAST_IN_PIPELINE] datanode.DataNode (BlockReceiver.java:run(1549)) - PacketResponder: BP-955762411-10.240.0.234-1779113036154:blk_1073741828_1004, type=LAST_IN_PIPELINE terminating
2026-05-18 14:04:00,668 INFO  [Block report processor] BlockStateChange (BlockManager.java:addStoredBlock(3777)) - BLOCK* addStoredBlock: 127.0.0.1:44815 is added to blk_1073741828_1004 (size=92)
2026-05-18 14:04:00,670 INFO  [IPC Server handler 0 on default port 36699] hdfs.StateChange (FSNamesystem.java:completeFile(3239)) - DIR* completeFile: /id_taco-taco/1779113018000/.kudu-metadata.json is closed by DFSClient_NONMAPREDUCE_-994390023_1
2026-05-18 14:04:00,672 INFO  [main] backup.BackupIO (BackupIO.scala:writeTableMetadata(95)) - Writing metadata to hdfs://localhost:36699/id_taco-taco/1779113023000/.kudu-metadata.json
2026-05-18 14:04:00,674 INFO  [IPC Server handler 2 on default port 36699] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=create	src=/id_taco-taco/1779113023000/.kudu-metadata.json	dst=null	perm=slave:supergroup:rw-r--r--	proto=rpc
2026-05-18 14:04:00,677 INFO  [IPC Server handler 3 on default port 36699] hdfs.StateChange (FSDirWriteFileOp.java:logAllocatedBlock(801)) - BLOCK* allocate blk_1073741829_1005, replicas=127.0.0.1:44815 for /id_taco-taco/1779113023000/.kudu-metadata.json
2026-05-18 14:04:00,680 INFO  [DataXceiver for client DFSClient_NONMAPREDUCE_-994390023_1 at /127.0.0.1:49468 [Receiving block BP-955762411-10.240.0.234-1779113036154:blk_1073741829_1005]] datanode.DataNode (DataXceiver.java:writeBlock(759)) - Receiving BP-955762411-10.240.0.234-1779113036154:blk_1073741829_1005 src: /127.0.0.1:49468 dest: /127.0.0.1:44815
2026-05-18 14:04:00,687 INFO  [PacketResponder: BP-955762411-10.240.0.234-1779113036154:blk_1073741829_1005, type=LAST_IN_PIPELINE] DataNode.clienttrace (BlockReceiver.java:finalizeBlock(1576)) - src: /127.0.0.1:49468, dest: /127.0.0.1:44815, volume: /tmp/hdfs-test14823172223748235307/data/data1, bytes: 121, op: HDFS_WRITE, cliID: DFSClient_NONMAPREDUCE_-994390023_1, offset: 0, srvID: 94a67c3d-369a-4adc-9a00-86a4a9f75531, blockid: BP-955762411-10.240.0.234-1779113036154:blk_1073741829_1005, duration(ns): 5161929
2026-05-18 14:04:00,687 INFO  [PacketResponder: BP-955762411-10.240.0.234-1779113036154:blk_1073741829_1005, type=LAST_IN_PIPELINE] datanode.DataNode (BlockReceiver.java:run(1549)) - PacketResponder: BP-955762411-10.240.0.234-1779113036154:blk_1073741829_1005, type=LAST_IN_PIPELINE terminating
2026-05-18 14:04:00,688 INFO  [Block report processor] BlockStateChange (BlockManager.java:addStoredBlock(3777)) - BLOCK* addStoredBlock: 127.0.0.1:44815 is added to blk_1073741829_1005 (size=121)
2026-05-18 14:04:00,690 INFO  [IPC Server handler 5 on default port 36699] hdfs.StateChange (FSNamesystem.java:completeFile(3239)) - DIR* completeFile: /id_taco-taco/1779113023000/.kudu-metadata.json is closed by DFSClient_NONMAPREDUCE_-994390023_1
2026-05-18 14:04:00,691 INFO  [main] backup.BackupIO (BackupIO.scala:writeTableMetadata(95)) - Writing metadata to hdfs://localhost:36699/id_taco-taco/1779113028000/.kudu-metadata.json
2026-05-18 14:04:00,693 INFO  [IPC Server handler 6 on default port 36699] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=create	src=/id_taco-taco/1779113028000/.kudu-metadata.json	dst=null	perm=slave:supergroup:rw-r--r--	proto=rpc
2026-05-18 14:04:00,696 INFO  [IPC Server handler 7 on default port 36699] hdfs.StateChange (FSDirWriteFileOp.java:logAllocatedBlock(801)) - BLOCK* allocate blk_1073741830_1006, replicas=127.0.0.1:44815 for /id_taco-taco/1779113028000/.kudu-metadata.json
2026-05-18 14:04:00,700 INFO  [DataXceiver for client DFSClient_NONMAPREDUCE_-994390023_1 at /127.0.0.1:49472 [Receiving block BP-955762411-10.240.0.234-1779113036154:blk_1073741830_1006]] datanode.DataNode (DataXceiver.java:writeBlock(759)) - Receiving BP-955762411-10.240.0.234-1779113036154:blk_1073741830_1006 src: /127.0.0.1:49472 dest: /127.0.0.1:44815
2026-05-18 14:04:00,708 INFO  [PacketResponder: BP-955762411-10.240.0.234-1779113036154:blk_1073741830_1006, type=LAST_IN_PIPELINE] DataNode.clienttrace (BlockReceiver.java:finalizeBlock(1576)) - src: /127.0.0.1:49472, dest: /127.0.0.1:44815, volume: /tmp/hdfs-test14823172223748235307/data/data2, bytes: 121, op: HDFS_WRITE, cliID: DFSClient_NONMAPREDUCE_-994390023_1, offset: 0, srvID: 94a67c3d-369a-4adc-9a00-86a4a9f75531, blockid: BP-955762411-10.240.0.234-1779113036154:blk_1073741830_1006, duration(ns): 5981210
2026-05-18 14:04:00,709 INFO  [PacketResponder: BP-955762411-10.240.0.234-1779113036154:blk_1073741830_1006, type=LAST_IN_PIPELINE] datanode.DataNode (BlockReceiver.java:run(1549)) - PacketResponder: BP-955762411-10.240.0.234-1779113036154:blk_1073741830_1006, type=LAST_IN_PIPELINE terminating
2026-05-18 14:04:00,710 INFO  [IPC Server handler 9 on default port 36699] namenode.FSNamesystem (FSNamesystem.java:checkBlocksComplete(3286)) - BLOCK* blk_1073741830_1006 is COMMITTED but not COMPLETE(numNodes= 0 <  minimum = 1) in file /id_taco-taco/1779113028000/.kudu-metadata.json
2026-05-18 14:04:00,710 INFO  [Block report processor] BlockStateChange (BlockManager.java:addStoredBlock(3777)) - BLOCK* addStoredBlock: 127.0.0.1:44815 is added to blk_1073741830_1006 (size=121)
2026-05-18 14:04:01,112 INFO  [IPC Server handler 1 on default port 36699] hdfs.StateChange (FSNamesystem.java:completeFile(3239)) - DIR* completeFile: /id_taco-taco/1779113028000/.kudu-metadata.json is closed by DFSClient_NONMAPREDUCE_-994390023_1
2026-05-18 14:04:01,114 INFO  [main] backup.BackupIO (BackupIO.scala:writeTableMetadata(95)) - Writing metadata to hdfs://localhost:36699/id_taco-taco/1779113033000/.kudu-metadata.json
2026-05-18 14:04:01,116 INFO  [IPC Server handler 0 on default port 36699] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=create	src=/id_taco-taco/1779113033000/.kudu-metadata.json	dst=null	perm=slave:supergroup:rw-r--r--	proto=rpc
2026-05-18 14:04:01,120 INFO  [IPC Server handler 2 on default port 36699] hdfs.StateChange (FSDirWriteFileOp.java:logAllocatedBlock(801)) - BLOCK* allocate blk_1073741831_1007, replicas=127.0.0.1:44815 for /id_taco-taco/1779113033000/.kudu-metadata.json
2026-05-18 14:04:01,122 INFO  [DataXceiver for client DFSClient_NONMAPREDUCE_-994390023_1 at /127.0.0.1:49488 [Receiving block BP-955762411-10.240.0.234-1779113036154:blk_1073741831_1007]] datanode.DataNode (DataXceiver.java:writeBlock(759)) - Receiving BP-955762411-10.240.0.234-1779113036154:blk_1073741831_1007 src: /127.0.0.1:49488 dest: /127.0.0.1:44815
2026-05-18 14:04:01,125 INFO  [PacketResponder: BP-955762411-10.240.0.234-1779113036154:blk_1073741831_1007, type=LAST_IN_PIPELINE] DataNode.clienttrace (BlockReceiver.java:finalizeBlock(1576)) - src: /127.0.0.1:49488, dest: /127.0.0.1:44815, volume: /tmp/hdfs-test14823172223748235307/data/data1, bytes: 121, op: HDFS_WRITE, cliID: DFSClient_NONMAPREDUCE_-994390023_1, offset: 0, srvID: 94a67c3d-369a-4adc-9a00-86a4a9f75531, blockid: BP-955762411-10.240.0.234-1779113036154:blk_1073741831_1007, duration(ns): 1533492
2026-05-18 14:04:01,126 INFO  [PacketResponder: BP-955762411-10.240.0.234-1779113036154:blk_1073741831_1007, type=LAST_IN_PIPELINE] datanode.DataNode (BlockReceiver.java:run(1549)) - PacketResponder: BP-955762411-10.240.0.234-1779113036154:blk_1073741831_1007, type=LAST_IN_PIPELINE terminating
2026-05-18 14:04:01,127 INFO  [IPC Server handler 4 on default port 36699] namenode.FSNamesystem (FSNamesystem.java:checkBlocksComplete(3286)) - BLOCK* blk_1073741831_1007 is COMMITTED but not COMPLETE(numNodes= 0 <  minimum = 1) in file /id_taco-taco/1779113033000/.kudu-metadata.json
2026-05-18 14:04:01,127 INFO  [Block report processor] BlockStateChange (BlockManager.java:addStoredBlock(3777)) - BLOCK* addStoredBlock: 127.0.0.1:44815 is added to blk_1073741831_1007 (size=121)
2026-05-18 14:04:01,529 INFO  [IPC Server handler 5 on default port 36699] hdfs.StateChange (FSNamesystem.java:completeFile(3239)) - DIR* completeFile: /id_taco-taco/1779113033000/.kudu-metadata.json is closed by DFSClient_NONMAPREDUCE_-994390023_1
2026-05-18 14:04:01,530 INFO  [main] backup.BackupIO (BackupIO.scala:writeTableMetadata(95)) - Writing metadata to hdfs://localhost:36699/id_taco-taco/1779113037000/.kudu-metadata.json
2026-05-18 14:04:01,533 INFO  [IPC Server handler 6 on default port 36699] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=create	src=/id_taco-taco/1779113037000/.kudu-metadata.json	dst=null	perm=slave:supergroup:rw-r--r--	proto=rpc
2026-05-18 14:04:01,538 INFO  [IPC Server handler 7 on default port 36699] hdfs.StateChange (FSDirWriteFileOp.java:logAllocatedBlock(801)) - BLOCK* allocate blk_1073741832_1008, replicas=127.0.0.1:44815 for /id_taco-taco/1779113037000/.kudu-metadata.json
2026-05-18 14:04:01,541 INFO  [DataXceiver for client DFSClient_NONMAPREDUCE_-994390023_1 at /127.0.0.1:49496 [Receiving block BP-955762411-10.240.0.234-1779113036154:blk_1073741832_1008]] datanode.DataNode (DataXceiver.java:writeBlock(759)) - Receiving BP-955762411-10.240.0.234-1779113036154:blk_1073741832_1008 src: /127.0.0.1:49496 dest: /127.0.0.1:44815
2026-05-18 14:04:01,544 INFO  [PacketResponder: BP-955762411-10.240.0.234-1779113036154:blk_1073741832_1008, type=LAST_IN_PIPELINE] DataNode.clienttrace (BlockReceiver.java:finalizeBlock(1576)) - src: /127.0.0.1:49496, dest: /127.0.0.1:44815, volume: /tmp/hdfs-test14823172223748235307/data/data2, bytes: 121, op: HDFS_WRITE, cliID: DFSClient_NONMAPREDUCE_-994390023_1, offset: 0, srvID: 94a67c3d-369a-4adc-9a00-86a4a9f75531, blockid: BP-955762411-10.240.0.234-1779113036154:blk_1073741832_1008, duration(ns): 1368131
2026-05-18 14:04:01,544 INFO  [PacketResponder: BP-955762411-10.240.0.234-1779113036154:blk_1073741832_1008, type=LAST_IN_PIPELINE] datanode.DataNode (BlockReceiver.java:run(1549)) - PacketResponder: BP-955762411-10.240.0.234-1779113036154:blk_1073741832_1008, type=LAST_IN_PIPELINE terminating
2026-05-18 14:04:01,546 INFO  [Block report processor] BlockStateChange (BlockManager.java:addStoredBlock(3777)) - BLOCK* addStoredBlock: 127.0.0.1:44815 is added to blk_1073741832_1008 (size=121)
2026-05-18 14:04:01,546 INFO  [IPC Server handler 9 on default port 36699] hdfs.StateChange (FSNamesystem.java:completeFile(3239)) - DIR* completeFile: /id_taco-taco/1779113037000/.kudu-metadata.json is closed by DFSClient_NONMAPREDUCE_-994390023_1
2026-05-18 14:04:01,547 INFO  [main] backup.BackupIO (BackupIO.scala:writeTableMetadata(95)) - Writing metadata to hdfs://localhost:36699/id_taco-taco/1779113020000/.kudu-metadata.json
2026-05-18 14:04:01,549 INFO  [IPC Server handler 1 on default port 36699] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=create	src=/id_taco-taco/1779113020000/.kudu-metadata.json	dst=null	perm=slave:supergroup:rw-r--r--	proto=rpc
2026-05-18 14:04:01,553 INFO  [IPC Server handler 0 on default port 36699] hdfs.StateChange (FSDirWriteFileOp.java:logAllocatedBlock(801)) - BLOCK* allocate blk_1073741833_1009, replicas=127.0.0.1:44815 for /id_taco-taco/1779113020000/.kudu-metadata.json
2026-05-18 14:04:01,556 INFO  [DataXceiver for client DFSClient_NONMAPREDUCE_-994390023_1 at /127.0.0.1:49508 [Receiving block BP-955762411-10.240.0.234-1779113036154:blk_1073741833_1009]] datanode.DataNode (DataXceiver.java:writeBlock(759)) - Receiving BP-955762411-10.240.0.234-1779113036154:blk_1073741833_1009 src: /127.0.0.1:49508 dest: /127.0.0.1:44815
2026-05-18 14:04:01,560 INFO  [PacketResponder: BP-955762411-10.240.0.234-1779113036154:blk_1073741833_1009, type=LAST_IN_PIPELINE] DataNode.clienttrace (BlockReceiver.java:finalizeBlock(1576)) - src: /127.0.0.1:49508, dest: /127.0.0.1:44815, volume: /tmp/hdfs-test14823172223748235307/data/data1, bytes: 121, op: HDFS_WRITE, cliID: DFSClient_NONMAPREDUCE_-994390023_1, offset: 0, srvID: 94a67c3d-369a-4adc-9a00-86a4a9f75531, blockid: BP-955762411-10.240.0.234-1779113036154:blk_1073741833_1009, duration(ns): 933716
2026-05-18 14:04:01,561 INFO  [PacketResponder: BP-955762411-10.240.0.234-1779113036154:blk_1073741833_1009, type=LAST_IN_PIPELINE] datanode.DataNode (BlockReceiver.java:run(1549)) - PacketResponder: BP-955762411-10.240.0.234-1779113036154:blk_1073741833_1009, type=LAST_IN_PIPELINE terminating
2026-05-18 14:04:01,562 INFO  [Block report processor] BlockStateChange (BlockManager.java:addStoredBlock(3777)) - BLOCK* addStoredBlock: 127.0.0.1:44815 is added to blk_1073741833_1009 (size=121)
2026-05-18 14:04:01,563 INFO  [IPC Server handler 3 on default port 36699] hdfs.StateChange (FSNamesystem.java:completeFile(3239)) - DIR* completeFile: /id_taco-taco/1779113020000/.kudu-metadata.json is closed by DFSClient_NONMAPREDUCE_-994390023_1
2026-05-18 14:04:01,581 INFO  [IPC Server handler 4 on default port 36699] 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:04:01,583 INFO  [IPC Server handler 5 on default port 36699] 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:04:01,585 INFO  [IPC Server handler 6 on default port 36699] 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:04:01,588 INFO  [IPC Server handler 7 on default port 36699] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779113013000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:04:01,590 INFO  [IPC Server handler 8 on default port 36699] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=open	src=/id_taco-taco/1779113013000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:04:01,594 INFO  [IPC Server handler 9 on default port 36699] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779113017000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:04:01,595 INFO  [IPC Server handler 1 on default port 36699] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=open	src=/id_taco-taco/1779113017000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:04:01,599 INFO  [IPC Server handler 0 on default port 36699] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779113018000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:04:01,601 INFO  [IPC Server handler 2 on default port 36699] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=open	src=/id_taco-taco/1779113018000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:04:01,606 INFO  [IPC Server handler 3 on default port 36699] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779113020000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:04:01,608 INFO  [IPC Server handler 4 on default port 36699] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=open	src=/id_taco-taco/1779113020000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:04:01,613 INFO  [IPC Server handler 5 on default port 36699] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779113022000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:04:01,614 INFO  [IPC Server handler 6 on default port 36699] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=open	src=/id_taco-taco/1779113022000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:04:01,618 INFO  [IPC Server handler 7 on default port 36699] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779113023000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:04:01,620 INFO  [IPC Server handler 8 on default port 36699] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=open	src=/id_taco-taco/1779113023000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:04:01,624 INFO  [IPC Server handler 9 on default port 36699] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779113028000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:04:01,626 INFO  [IPC Server handler 1 on default port 36699] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=open	src=/id_taco-taco/1779113028000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:04:01,631 INFO  [IPC Server handler 0 on default port 36699] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779113033000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:04:01,632 INFO  [IPC Server handler 2 on default port 36699] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=open	src=/id_taco-taco/1779113033000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:04:01,637 INFO  [IPC Server handler 3 on default port 36699] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779113037000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:04:01,638 INFO  [IPC Server handler 4 on default port 36699] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=open	src=/id_taco-taco/1779113037000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:04:01,642 INFO  [main] backup.BackupIO (BackupIO.scala:readTableBackups(236)) - Found 9 paths in hdfs://localhost:36699/id_taco-taco
DRY RUN: Delete backup name: taco, id: id_taco, fromMs: 1779113017000, toMs: 1779113022000
DRY RUN: Delete backup name: taco, id: id_taco, fromMs: 1779113013000, toMs: 1779113017000
DRY RUN: Delete backup name: taco, id: id_taco, fromMs: 0, toMs: 1779113013000
DRY RUN: Delete backup name: taco, id: id_taco, fromMs: 1779113018000, toMs: 1779113020000
checking existence of hdfs://localhost:36699/id_taco-taco/1779113013000/.kudu-metadata.json
2026-05-18 14:04:01,662 INFO  [IPC Server handler 5 on default port 36699] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779113013000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
checking existence of hdfs://localhost:36699/id_taco-taco/1779113017000/.kudu-metadata.json
2026-05-18 14:04:01,664 INFO  [IPC Server handler 6 on default port 36699] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779113017000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
checking existence of hdfs://localhost:36699/id_taco-taco/1779113022000/.kudu-metadata.json
2026-05-18 14:04:01,666 INFO  [IPC Server handler 7 on default port 36699] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779113022000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
checking existence of hdfs://localhost:36699/id_taco-taco/1779113020000/.kudu-metadata.json
2026-05-18 14:04:01,668 INFO  [IPC Server handler 8 on default port 36699] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779113020000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
checking existence of hdfs://localhost:36699/id_taco-taco/1779113018000/.kudu-metadata.json
2026-05-18 14:04:01,670 INFO  [IPC Server handler 9 on default port 36699] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779113018000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
checking existence of hdfs://localhost:36699/id_taco-taco/1779113023000/.kudu-metadata.json
2026-05-18 14:04:01,671 INFO  [IPC Server handler 1 on default port 36699] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779113023000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
checking existence of hdfs://localhost:36699/id_taco-taco/1779113028000/.kudu-metadata.json
2026-05-18 14:04:01,673 INFO  [IPC Server handler 0 on default port 36699] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779113028000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
checking existence of hdfs://localhost:36699/id_taco-taco/1779113033000/.kudu-metadata.json
2026-05-18 14:04:01,674 INFO  [IPC Server handler 2 on default port 36699] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779113033000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
checking existence of hdfs://localhost:36699/id_taco-taco/1779113037000/.kudu-metadata.json
2026-05-18 14:04:01,676 INFO  [IPC Server handler 3 on default port 36699] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779113037000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:04:01,691 INFO  [IPC Server handler 4 on default port 36699] 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:04:01,693 INFO  [IPC Server handler 5 on default port 36699] 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:04:01,695 INFO  [IPC Server handler 6 on default port 36699] 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:04:01,697 INFO  [IPC Server handler 7 on default port 36699] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779113013000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:04:01,698 INFO  [IPC Server handler 8 on default port 36699] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=open	src=/id_taco-taco/1779113013000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:04:01,703 INFO  [IPC Server handler 9 on default port 36699] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779113017000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:04:01,705 INFO  [IPC Server handler 1 on default port 36699] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=open	src=/id_taco-taco/1779113017000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:04:01,708 INFO  [IPC Server handler 0 on default port 36699] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779113018000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:04:01,710 INFO  [IPC Server handler 2 on default port 36699] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=open	src=/id_taco-taco/1779113018000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:04:01,713 INFO  [IPC Server handler 3 on default port 36699] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779113020000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:04:01,715 INFO  [IPC Server handler 4 on default port 36699] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=open	src=/id_taco-taco/1779113020000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:04:01,720 INFO  [IPC Server handler 5 on default port 36699] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779113022000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:04:01,722 INFO  [IPC Server handler 6 on default port 36699] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=open	src=/id_taco-taco/1779113022000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:04:01,725 INFO  [IPC Server handler 7 on default port 36699] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779113023000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:04:01,726 INFO  [IPC Server handler 8 on default port 36699] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=open	src=/id_taco-taco/1779113023000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:04:01,730 INFO  [IPC Server handler 9 on default port 36699] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779113028000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:04:01,731 INFO  [IPC Server handler 1 on default port 36699] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=open	src=/id_taco-taco/1779113028000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:04:01,735 INFO  [IPC Server handler 0 on default port 36699] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779113033000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:04:01,736 INFO  [IPC Server handler 2 on default port 36699] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=open	src=/id_taco-taco/1779113033000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:04:01,739 INFO  [IPC Server handler 3 on default port 36699] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779113037000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:04:01,741 INFO  [IPC Server handler 4 on default port 36699] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=open	src=/id_taco-taco/1779113037000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:04:01,744 INFO  [main] backup.BackupIO (BackupIO.scala:readTableBackups(236)) - Found 9 paths in hdfs://localhost:36699/id_taco-taco
Delete backup name: taco, id: id_taco, fromMs: 1779113017000, toMs: 1779113022000
2026-05-18 14:04:01,759 INFO  [IPC Server handler 5 on default port 36699] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=delete	src=/id_taco-taco/1779113022000	dst=null	perm=null	proto=rpc
Delete backup name: taco, id: id_taco, fromMs: 1779113013000, toMs: 1779113017000
2026-05-18 14:04:01,762 INFO  [IPC Server handler 6 on default port 36699] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=delete	src=/id_taco-taco/1779113017000	dst=null	perm=null	proto=rpc
Delete backup name: taco, id: id_taco, fromMs: 0, toMs: 1779113013000
2026-05-18 14:04:01,764 INFO  [IPC Server handler 7 on default port 36699] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=delete	src=/id_taco-taco/1779113013000	dst=null	perm=null	proto=rpc
Delete backup name: taco, id: id_taco, fromMs: 1779113018000, toMs: 1779113020000
2026-05-18 14:04:01,766 INFO  [IPC Server handler 8 on default port 36699] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=delete	src=/id_taco-taco/1779113020000	dst=null	perm=null	proto=rpc
checking existence of hdfs://localhost:36699/id_taco-taco/1779113013000/.kudu-metadata.json
2026-05-18 14:04:01,768 INFO  [IPC Server handler 9 on default port 36699] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779113013000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
checking existence of hdfs://localhost:36699/id_taco-taco/1779113017000/.kudu-metadata.json
2026-05-18 14:04:01,770 INFO  [IPC Server handler 1 on default port 36699] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779113017000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
checking existence of hdfs://localhost:36699/id_taco-taco/1779113022000/.kudu-metadata.json
2026-05-18 14:04:01,771 INFO  [IPC Server handler 0 on default port 36699] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779113022000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
checking existence of hdfs://localhost:36699/id_taco-taco/1779113020000/.kudu-metadata.json
2026-05-18 14:04:01,773 INFO  [IPC Server handler 2 on default port 36699] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779113020000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
checking existence of hdfs://localhost:36699/id_taco-taco/1779113018000/.kudu-metadata.json
2026-05-18 14:04:01,775 INFO  [IPC Server handler 3 on default port 36699] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779113018000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
checking existence of hdfs://localhost:36699/id_taco-taco/1779113023000/.kudu-metadata.json
2026-05-18 14:04:01,776 INFO  [IPC Server handler 4 on default port 36699] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779113023000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
checking existence of hdfs://localhost:36699/id_taco-taco/1779113028000/.kudu-metadata.json
2026-05-18 14:04:01,778 INFO  [IPC Server handler 5 on default port 36699] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779113028000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
checking existence of hdfs://localhost:36699/id_taco-taco/1779113033000/.kudu-metadata.json
2026-05-18 14:04:01,779 INFO  [IPC Server handler 6 on default port 36699] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779113033000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
checking existence of hdfs://localhost:36699/id_taco-taco/1779113037000/.kudu-metadata.json
2026-05-18 14:04:01,780 INFO  [IPC Server handler 7 on default port 36699] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779113037000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:04:01,781 INFO  [main] backup.BackupIO (BackupIO.scala:writeTableMetadata(95)) - Writing metadata to hdfs://localhost:36699/id_taco-taco/1779113019000/.kudu-metadata.json
2026-05-18 14:04:01,783 INFO  [IPC Server handler 8 on default port 36699] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=create	src=/id_taco-taco/1779113019000/.kudu-metadata.json	dst=null	perm=slave:supergroup:rw-r--r--	proto=rpc
2026-05-18 14:04:01,785 INFO  [IPC Server handler 9 on default port 36699] hdfs.StateChange (FSDirWriteFileOp.java:logAllocatedBlock(801)) - BLOCK* allocate blk_1073741834_1010, replicas=127.0.0.1:44815 for /id_taco-taco/1779113019000/.kudu-metadata.json
2026-05-18 14:04:01,788 INFO  [DataXceiver for client DFSClient_NONMAPREDUCE_-994390023_1 at /127.0.0.1:49520 [Receiving block BP-955762411-10.240.0.234-1779113036154:blk_1073741834_1010]] datanode.DataNode (DataXceiver.java:writeBlock(759)) - Receiving BP-955762411-10.240.0.234-1779113036154:blk_1073741834_1010 src: /127.0.0.1:49520 dest: /127.0.0.1:44815
2026-05-18 14:04:01,791 INFO  [PacketResponder: BP-955762411-10.240.0.234-1779113036154:blk_1073741834_1010, type=LAST_IN_PIPELINE] DataNode.clienttrace (BlockReceiver.java:finalizeBlock(1576)) - src: /127.0.0.1:49520, dest: /127.0.0.1:44815, volume: /tmp/hdfs-test14823172223748235307/data/data2, bytes: 92, op: HDFS_WRITE, cliID: DFSClient_NONMAPREDUCE_-994390023_1, offset: 0, srvID: 94a67c3d-369a-4adc-9a00-86a4a9f75531, blockid: BP-955762411-10.240.0.234-1779113036154:blk_1073741834_1010, duration(ns): 1165898
2026-05-18 14:04:01,791 INFO  [PacketResponder: BP-955762411-10.240.0.234-1779113036154:blk_1073741834_1010, type=LAST_IN_PIPELINE] datanode.DataNode (BlockReceiver.java:run(1549)) - PacketResponder: BP-955762411-10.240.0.234-1779113036154:blk_1073741834_1010, type=LAST_IN_PIPELINE terminating
2026-05-18 14:04:01,792 INFO  [Block report processor] BlockStateChange (BlockManager.java:addStoredBlock(3777)) - BLOCK* addStoredBlock: 127.0.0.1:44815 is added to blk_1073741834_1010 (size=92)
2026-05-18 14:04:01,793 INFO  [IPC Server handler 0 on default port 36699] hdfs.StateChange (FSNamesystem.java:completeFile(3239)) - DIR* completeFile: /id_taco-taco/1779113019000/.kudu-metadata.json is closed by DFSClient_NONMAPREDUCE_-994390023_1
2026-05-18 14:04:01,794 INFO  [main] backup.BackupIO (BackupIO.scala:writeTableMetadata(95)) - Writing metadata to hdfs://localhost:36699/id_taco-taco/1779113024000/.kudu-metadata.json
2026-05-18 14:04:01,796 INFO  [IPC Server handler 2 on default port 36699] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=create	src=/id_taco-taco/1779113024000/.kudu-metadata.json	dst=null	perm=slave:supergroup:rw-r--r--	proto=rpc
2026-05-18 14:04:01,799 INFO  [IPC Server handler 4 on default port 36699] hdfs.StateChange (FSDirWriteFileOp.java:logAllocatedBlock(801)) - BLOCK* allocate blk_1073741835_1011, replicas=127.0.0.1:44815 for /id_taco-taco/1779113024000/.kudu-metadata.json
2026-05-18 14:04:01,801 INFO  [DataXceiver for client DFSClient_NONMAPREDUCE_-994390023_1 at /127.0.0.1:49530 [Receiving block BP-955762411-10.240.0.234-1779113036154:blk_1073741835_1011]] datanode.DataNode (DataXceiver.java:writeBlock(759)) - Receiving BP-955762411-10.240.0.234-1779113036154:blk_1073741835_1011 src: /127.0.0.1:49530 dest: /127.0.0.1:44815
2026-05-18 14:04:01,804 INFO  [PacketResponder: BP-955762411-10.240.0.234-1779113036154:blk_1073741835_1011, type=LAST_IN_PIPELINE] DataNode.clienttrace (BlockReceiver.java:finalizeBlock(1576)) - src: /127.0.0.1:49530, dest: /127.0.0.1:44815, volume: /tmp/hdfs-test14823172223748235307/data/data1, bytes: 121, op: HDFS_WRITE, cliID: DFSClient_NONMAPREDUCE_-994390023_1, offset: 0, srvID: 94a67c3d-369a-4adc-9a00-86a4a9f75531, blockid: BP-955762411-10.240.0.234-1779113036154:blk_1073741835_1011, duration(ns): 1288723
2026-05-18 14:04:01,804 INFO  [PacketResponder: BP-955762411-10.240.0.234-1779113036154:blk_1073741835_1011, type=LAST_IN_PIPELINE] datanode.DataNode (BlockReceiver.java:run(1549)) - PacketResponder: BP-955762411-10.240.0.234-1779113036154:blk_1073741835_1011, type=LAST_IN_PIPELINE terminating
2026-05-18 14:04:01,805 INFO  [Block report processor] BlockStateChange (BlockManager.java:addStoredBlock(3777)) - BLOCK* addStoredBlock: 127.0.0.1:44815 is added to blk_1073741835_1011 (size=121)
2026-05-18 14:04:01,806 INFO  [IPC Server handler 6 on default port 36699] hdfs.StateChange (FSNamesystem.java:completeFile(3239)) - DIR* completeFile: /id_taco-taco/1779113024000/.kudu-metadata.json is closed by DFSClient_NONMAPREDUCE_-994390023_1
2026-05-18 14:04:01,807 INFO  [main] backup.BackupIO (BackupIO.scala:writeTableMetadata(95)) - Writing metadata to hdfs://localhost:36699/id_taco-taco/1779113029000/.kudu-metadata.json
2026-05-18 14:04:01,809 INFO  [IPC Server handler 7 on default port 36699] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=create	src=/id_taco-taco/1779113029000/.kudu-metadata.json	dst=null	perm=slave:supergroup:rw-r--r--	proto=rpc
2026-05-18 14:04:01,812 INFO  [IPC Server handler 8 on default port 36699] hdfs.StateChange (FSDirWriteFileOp.java:logAllocatedBlock(801)) - BLOCK* allocate blk_1073741836_1012, replicas=127.0.0.1:44815 for /id_taco-taco/1779113029000/.kudu-metadata.json
2026-05-18 14:04:01,815 INFO  [DataXceiver for client DFSClient_NONMAPREDUCE_-994390023_1 at /127.0.0.1:49538 [Receiving block BP-955762411-10.240.0.234-1779113036154:blk_1073741836_1012]] datanode.DataNode (DataXceiver.java:writeBlock(759)) - Receiving BP-955762411-10.240.0.234-1779113036154:blk_1073741836_1012 src: /127.0.0.1:49538 dest: /127.0.0.1:44815
2026-05-18 14:04:01,818 INFO  [PacketResponder: BP-955762411-10.240.0.234-1779113036154:blk_1073741836_1012, type=LAST_IN_PIPELINE] DataNode.clienttrace (BlockReceiver.java:finalizeBlock(1576)) - src: /127.0.0.1:49538, dest: /127.0.0.1:44815, volume: /tmp/hdfs-test14823172223748235307/data/data2, bytes: 121, op: HDFS_WRITE, cliID: DFSClient_NONMAPREDUCE_-994390023_1, offset: 0, srvID: 94a67c3d-369a-4adc-9a00-86a4a9f75531, blockid: BP-955762411-10.240.0.234-1779113036154:blk_1073741836_1012, duration(ns): 1389044
2026-05-18 14:04:01,819 INFO  [PacketResponder: BP-955762411-10.240.0.234-1779113036154:blk_1073741836_1012, type=LAST_IN_PIPELINE] datanode.DataNode (BlockReceiver.java:run(1549)) - PacketResponder: BP-955762411-10.240.0.234-1779113036154:blk_1073741836_1012, type=LAST_IN_PIPELINE terminating
2026-05-18 14:04:01,820 INFO  [Block report processor] BlockStateChange (BlockManager.java:addStoredBlock(3777)) - BLOCK* addStoredBlock: 127.0.0.1:44815 is added to blk_1073741836_1012 (size=121)
2026-05-18 14:04:01,821 INFO  [IPC Server handler 1 on default port 36699] hdfs.StateChange (FSNamesystem.java:completeFile(3239)) - DIR* completeFile: /id_taco-taco/1779113029000/.kudu-metadata.json is closed by DFSClient_NONMAPREDUCE_-994390023_1
2026-05-18 14:04:01,822 INFO  [main] backup.BackupIO (BackupIO.scala:writeTableMetadata(95)) - Writing metadata to hdfs://localhost:36699/id_taco-taco/1779113034000/.kudu-metadata.json
2026-05-18 14:04:01,824 INFO  [IPC Server handler 0 on default port 36699] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=create	src=/id_taco-taco/1779113034000/.kudu-metadata.json	dst=null	perm=slave:supergroup:rw-r--r--	proto=rpc
2026-05-18 14:04:01,827 INFO  [IPC Server handler 2 on default port 36699] hdfs.StateChange (FSDirWriteFileOp.java:logAllocatedBlock(801)) - BLOCK* allocate blk_1073741837_1013, replicas=127.0.0.1:44815 for /id_taco-taco/1779113034000/.kudu-metadata.json
2026-05-18 14:04:01,829 INFO  [DataXceiver for client DFSClient_NONMAPREDUCE_-994390023_1 at /127.0.0.1:49554 [Receiving block BP-955762411-10.240.0.234-1779113036154:blk_1073741837_1013]] datanode.DataNode (DataXceiver.java:writeBlock(759)) - Receiving BP-955762411-10.240.0.234-1779113036154:blk_1073741837_1013 src: /127.0.0.1:49554 dest: /127.0.0.1:44815
2026-05-18 14:04:01,831 INFO  [PacketResponder: BP-955762411-10.240.0.234-1779113036154:blk_1073741837_1013, type=LAST_IN_PIPELINE] DataNode.clienttrace (BlockReceiver.java:finalizeBlock(1576)) - src: /127.0.0.1:49554, dest: /127.0.0.1:44815, volume: /tmp/hdfs-test14823172223748235307/data/data1, bytes: 121, op: HDFS_WRITE, cliID: DFSClient_NONMAPREDUCE_-994390023_1, offset: 0, srvID: 94a67c3d-369a-4adc-9a00-86a4a9f75531, blockid: BP-955762411-10.240.0.234-1779113036154:blk_1073741837_1013, duration(ns): 1201054
2026-05-18 14:04:01,831 INFO  [PacketResponder: BP-955762411-10.240.0.234-1779113036154:blk_1073741837_1013, type=LAST_IN_PIPELINE] datanode.DataNode (BlockReceiver.java:run(1549)) - PacketResponder: BP-955762411-10.240.0.234-1779113036154:blk_1073741837_1013, type=LAST_IN_PIPELINE terminating
2026-05-18 14:04:01,832 INFO  [IPC Server handler 4 on default port 36699] namenode.FSNamesystem (FSNamesystem.java:checkBlocksComplete(3286)) - BLOCK* blk_1073741837_1013 is COMMITTED but not COMPLETE(numNodes= 0 <  minimum = 1) in file /id_taco-taco/1779113034000/.kudu-metadata.json
2026-05-18 14:04:01,833 INFO  [Block report processor] BlockStateChange (BlockManager.java:addStoredBlock(3777)) - BLOCK* addStoredBlock: 127.0.0.1:44815 is added to blk_1073741837_1013 (size=121)
2026-05-18 14:04:02,234 INFO  [IPC Server handler 5 on default port 36699] hdfs.StateChange (FSNamesystem.java:completeFile(3239)) - DIR* completeFile: /id_taco-taco/1779113034000/.kudu-metadata.json is closed by DFSClient_NONMAPREDUCE_-994390023_1
2026-05-18 14:04:02,235 INFO  [main] backup.BackupIO (BackupIO.scala:writeTableMetadata(95)) - Writing metadata to hdfs://localhost:36699/id_taco-taco/1779113036000/.kudu-metadata.json
2026-05-18 14:04:02,238 INFO  [IPC Server handler 6 on default port 36699] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=create	src=/id_taco-taco/1779113036000/.kudu-metadata.json	dst=null	perm=slave:supergroup:rw-r--r--	proto=rpc
2026-05-18 14:04:02,240 INFO  [IPC Server handler 7 on default port 36699] hdfs.StateChange (FSDirWriteFileOp.java:logAllocatedBlock(801)) - BLOCK* allocate blk_1073741838_1014, replicas=127.0.0.1:44815 for /id_taco-taco/1779113036000/.kudu-metadata.json
2026-05-18 14:04:02,242 INFO  [DataXceiver for client DFSClient_NONMAPREDUCE_-994390023_1 at /127.0.0.1:49570 [Receiving block BP-955762411-10.240.0.234-1779113036154:blk_1073741838_1014]] datanode.DataNode (DataXceiver.java:writeBlock(759)) - Receiving BP-955762411-10.240.0.234-1779113036154:blk_1073741838_1014 src: /127.0.0.1:49570 dest: /127.0.0.1:44815
2026-05-18 14:04:02,245 INFO  [PacketResponder: BP-955762411-10.240.0.234-1779113036154:blk_1073741838_1014, type=LAST_IN_PIPELINE] DataNode.clienttrace (BlockReceiver.java:finalizeBlock(1576)) - src: /127.0.0.1:49570, dest: /127.0.0.1:44815, volume: /tmp/hdfs-test14823172223748235307/data/data2, bytes: 121, op: HDFS_WRITE, cliID: DFSClient_NONMAPREDUCE_-994390023_1, offset: 0, srvID: 94a67c3d-369a-4adc-9a00-86a4a9f75531, blockid: BP-955762411-10.240.0.234-1779113036154:blk_1073741838_1014, duration(ns): 1227529
2026-05-18 14:04:02,245 INFO  [PacketResponder: BP-955762411-10.240.0.234-1779113036154:blk_1073741838_1014, type=LAST_IN_PIPELINE] datanode.DataNode (BlockReceiver.java:run(1549)) - PacketResponder: BP-955762411-10.240.0.234-1779113036154:blk_1073741838_1014, type=LAST_IN_PIPELINE terminating
2026-05-18 14:04:02,246 INFO  [Block report processor] BlockStateChange (BlockManager.java:addStoredBlock(3777)) - BLOCK* addStoredBlock: 127.0.0.1:44815 is added to blk_1073741838_1014 (size=121)
2026-05-18 14:04:02,249 INFO  [IPC Server handler 9 on default port 36699] hdfs.StateChange (FSNamesystem.java:completeFile(3239)) - DIR* completeFile: /id_taco-taco/1779113036000/.kudu-metadata.json is closed by DFSClient_NONMAPREDUCE_-994390023_1
2026-05-18 14:04:02,266 INFO  [IPC Server handler 1 on default port 36699] 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:04:02,268 INFO  [IPC Server handler 0 on default port 36699] 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:04:02,270 INFO  [IPC Server handler 2 on default port 36699] 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:04:02,272 INFO  [IPC Server handler 3 on default port 36699] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779113018000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:04:02,274 INFO  [IPC Server handler 4 on default port 36699] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=open	src=/id_taco-taco/1779113018000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:04:02,279 INFO  [IPC Server handler 5 on default port 36699] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779113019000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:04:02,280 INFO  [IPC Server handler 6 on default port 36699] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=open	src=/id_taco-taco/1779113019000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:04:02,284 INFO  [IPC Server handler 7 on default port 36699] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779113023000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:04:02,286 INFO  [IPC Server handler 8 on default port 36699] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=open	src=/id_taco-taco/1779113023000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:04:02,291 INFO  [IPC Server handler 9 on default port 36699] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779113024000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:04:02,292 INFO  [IPC Server handler 1 on default port 36699] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=open	src=/id_taco-taco/1779113024000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:04:02,297 INFO  [IPC Server handler 0 on default port 36699] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779113028000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:04:02,298 INFO  [IPC Server handler 2 on default port 36699] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=open	src=/id_taco-taco/1779113028000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:04:02,302 INFO  [IPC Server handler 3 on default port 36699] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779113029000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:04:02,304 INFO  [IPC Server handler 4 on default port 36699] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=open	src=/id_taco-taco/1779113029000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:04:02,308 INFO  [IPC Server handler 5 on default port 36699] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779113033000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:04:02,309 INFO  [IPC Server handler 6 on default port 36699] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=open	src=/id_taco-taco/1779113033000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:04:02,314 INFO  [IPC Server handler 7 on default port 36699] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779113034000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:04:02,315 INFO  [IPC Server handler 8 on default port 36699] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=open	src=/id_taco-taco/1779113034000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:04:02,319 INFO  [IPC Server handler 9 on default port 36699] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779113036000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:04:02,321 INFO  [IPC Server handler 1 on default port 36699] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=open	src=/id_taco-taco/1779113036000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:04:02,324 INFO  [IPC Server handler 0 on default port 36699] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779113037000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:04:02,326 INFO  [IPC Server handler 2 on default port 36699] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=open	src=/id_taco-taco/1779113037000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:04:02,328 INFO  [main] backup.BackupIO (BackupIO.scala:readTableBackups(236)) - Found 10 paths in hdfs://localhost:36699/id_taco-taco
checking existence of hdfs://localhost:36699/id_taco-taco/1779113013000/.kudu-metadata.json
2026-05-18 14:04:02,334 INFO  [IPC Server handler 3 on default port 36699] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779113013000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
checking existence of hdfs://localhost:36699/id_taco-taco/1779113017000/.kudu-metadata.json
2026-05-18 14:04:02,335 INFO  [IPC Server handler 4 on default port 36699] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779113017000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
checking existence of hdfs://localhost:36699/id_taco-taco/1779113022000/.kudu-metadata.json
2026-05-18 14:04:02,336 INFO  [IPC Server handler 5 on default port 36699] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779113022000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
checking existence of hdfs://localhost:36699/id_taco-taco/1779113018000/.kudu-metadata.json
2026-05-18 14:04:02,339 INFO  [IPC Server handler 6 on default port 36699] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779113018000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
checking existence of hdfs://localhost:36699/id_taco-taco/1779113023000/.kudu-metadata.json
2026-05-18 14:04:02,340 INFO  [IPC Server handler 7 on default port 36699] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779113023000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
checking existence of hdfs://localhost:36699/id_taco-taco/1779113028000/.kudu-metadata.json
2026-05-18 14:04:02,342 INFO  [IPC Server handler 8 on default port 36699] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779113028000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
checking existence of hdfs://localhost:36699/id_taco-taco/1779113033000/.kudu-metadata.json
2026-05-18 14:04:02,343 INFO  [IPC Server handler 9 on default port 36699] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779113033000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
checking existence of hdfs://localhost:36699/id_taco-taco/1779113037000/.kudu-metadata.json
2026-05-18 14:04:02,345 INFO  [IPC Server handler 1 on default port 36699] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779113037000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
checking existence of hdfs://localhost:36699/id_taco-taco/1779113019000/.kudu-metadata.json
2026-05-18 14:04:02,347 INFO  [IPC Server handler 0 on default port 36699] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779113019000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
checking existence of hdfs://localhost:36699/id_taco-taco/1779113024000/.kudu-metadata.json
2026-05-18 14:04:02,349 INFO  [IPC Server handler 2 on default port 36699] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779113024000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
checking existence of hdfs://localhost:36699/id_taco-taco/1779113029000/.kudu-metadata.json
2026-05-18 14:04:02,350 INFO  [IPC Server handler 3 on default port 36699] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779113029000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
checking existence of hdfs://localhost:36699/id_taco-taco/1779113034000/.kudu-metadata.json
2026-05-18 14:04:02,352 INFO  [IPC Server handler 4 on default port 36699] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779113034000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
checking existence of hdfs://localhost:36699/id_taco-taco/1779113036000/.kudu-metadata.json
2026-05-18 14:04:02,353 INFO  [IPC Server handler 5 on default port 36699] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779113036000/.kudu-metadata.json	dst=null	perm=null	proto=rpc

Time: 7.721

OK (1 test)

2026-05-18 14:04:02,366 WARN  [shutdown-hook-0] impl.FsDatasetImpl (BlockPoolSlice.java:saveDfsUsed(413)) - Failed to write dfsUsed to /tmp/hdfs-test14823172223748235307/data/data2/current/BP-955762411-10.240.0.234-1779113036154/current/dfsUsed
java.nio.file.NoSuchFileException: /tmp/hdfs-test14823172223748235307/data/data2/current/BP-955762411-10.240.0.234-1779113036154/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:04:02,368 WARN  [shutdown-hook-0] impl.FsDatasetImpl (BlockPoolSlice.java:saveDfsUsed(413)) - Failed to write dfsUsed to /tmp/hdfs-test14823172223748235307/data/data1/current/BP-955762411-10.240.0.234-1779113036154/current/dfsUsed
java.nio.file.NoSuchFileException: /tmp/hdfs-test14823172223748235307/data/data1/current/BP-955762411-10.240.0.234-1779113036154/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:04:02,369 INFO  [shutdown-hook-0] namenode.FSImage (FSImage.java:lambda$run$0(1057)) - FSImageSaver clean checkpoint: txid=0 when meet shutdown.
2026-05-18 14:04:02,369 INFO  [shutdown-hook-0] namenode.FSImage (FSImage.java:lambda$run$0(1057)) - FSImageSaver clean checkpoint: txid=0 when meet shutdown.
