JUnit version 4.13.2
.2026-05-18 14:21:57,830 INFO  [main] hdfs.MiniDFSCluster (MiniDFSCluster.java:<init>(569)) - starting cluster: numNameNodes=1, numDataNodes=1
2026-05-18 14:21:58,356 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:21:58,512 INFO  [main] namenode.NameNode (NameNode.java:format(1393)) - Formatting using clusterid: testClusterID
2026-05-18 14:21:58,532 INFO  [main] namenode.FSEditLog (FSEditLog.java:newInstance(238)) - Edit logging is async:true
2026-05-18 14:21:58,573 INFO  [main] namenode.FSNamesystem (FSNamesystem.java:<init>(869)) - KeyProvider: null
2026-05-18 14:21:58,575 INFO  [main] namenode.FSNamesystem (FSNamesystemLock.java:<init>(142)) - fsLock is fair: true
2026-05-18 14:21:58,575 INFO  [main] namenode.FSNamesystem (FSNamesystemLock.java:<init>(160)) - Detailed lock hold time metrics enabled: false
2026-05-18 14:21:58,614 INFO  [main] namenode.FSNamesystem (FSNamesystem.java:<init>(904)) - fsOwner                = slave (auth:SIMPLE)
2026-05-18 14:21:58,614 INFO  [main] namenode.FSNamesystem (FSNamesystem.java:<init>(905)) - supergroup             = supergroup
2026-05-18 14:21:58,615 INFO  [main] namenode.FSNamesystem (FSNamesystem.java:<init>(906)) - isPermissionEnabled    = true
2026-05-18 14:21:58,615 INFO  [main] namenode.FSNamesystem (FSNamesystem.java:<init>(907)) - isStoragePolicyEnabled = true
2026-05-18 14:21:58,615 INFO  [main] namenode.FSNamesystem (FSNamesystem.java:<init>(918)) - HA Enabled: false
2026-05-18 14:21:58,662 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:21:58,797 INFO  [main] blockmanagement.DatanodeManager (DatanodeManager.java:stopSlowPeerCollector(412)) - Slow peers collection thread shutdown
2026-05-18 14:21:58,801 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:21:58,801 INFO  [main] blockmanagement.DatanodeManager (DatanodeManager.java:setBlockInvalidateLimit(2182)) - dfs.block.invalidate.limit : configured=1000, counted=60, effected=1000
2026-05-18 14:21:58,801 INFO  [main] blockmanagement.DatanodeManager (DatanodeManager.java:<init>(320)) - dfs.namenode.datanode.registration.ip-hostname-check=true
2026-05-18 14:21:58,804 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:21:58,805 INFO  [main] blockmanagement.BlockManager (InvalidateBlocks.java:printBlockDeletionTime(83)) - The block deletion will start around 2026 May 18 14:21:58
2026-05-18 14:21:58,806 INFO  [main] util.GSet (LightWeightGSet.java:computeCapacity(408)) - Computing capacity for map BlocksMap
2026-05-18 14:21:58,806 INFO  [main] util.GSet (LightWeightGSet.java:computeCapacity(409)) - VM type       = 64-bit
2026-05-18 14:21:58,809 INFO  [main] util.GSet (LightWeightGSet.java:computeCapacity(410)) - 2.0% max memory 3.7 GB = 75.0 MB
2026-05-18 14:21:58,809 INFO  [main] util.GSet (LightWeightGSet.java:computeCapacity(415)) - capacity      = 2^23 = 8388608 entries
2026-05-18 14:21:58,842 INFO  [main] blockmanagement.BlockManager (BlockManager.java:createSPSManager(5778)) - Storage policy satisfier is disabled
2026-05-18 14:21:58,842 INFO  [main] blockmanagement.BlockManager (BlockManager.java:createBlockTokenSecretManager(696)) - dfs.block.access.token.enable = false
2026-05-18 14:21:58,847 INFO  [main] blockmanagement.BlockManagerSafeMode (BlockManagerSafeMode.java:<init>(656)) - Using 1000 as SafeModeMonitor Interval
2026-05-18 14:21:58,848 INFO  [main] blockmanagement.BlockManagerSafeMode (BlockManagerSafeMode.java:<init>(161)) - dfs.namenode.safemode.threshold-pct = 0.999
2026-05-18 14:21:58,848 INFO  [main] blockmanagement.BlockManagerSafeMode (BlockManagerSafeMode.java:<init>(162)) - dfs.namenode.safemode.min.datanodes = 0
2026-05-18 14:21:58,848 INFO  [main] blockmanagement.BlockManagerSafeMode (BlockManagerSafeMode.java:<init>(164)) - dfs.namenode.safemode.extension = 0
2026-05-18 14:21:58,849 INFO  [main] blockmanagement.BlockManager (BlockManager.java:printInitialConfigs(682)) - defaultReplication         = 1
2026-05-18 14:21:58,849 INFO  [main] blockmanagement.BlockManager (BlockManager.java:printInitialConfigs(683)) - maxReplication             = 512
2026-05-18 14:21:58,849 INFO  [main] blockmanagement.BlockManager (BlockManager.java:printInitialConfigs(684)) - minReplication             = 1
2026-05-18 14:21:58,849 INFO  [main] blockmanagement.BlockManager (BlockManager.java:printInitialConfigs(685)) - maxReplicationStreams      = 2
2026-05-18 14:21:58,849 INFO  [main] blockmanagement.BlockManager (BlockManager.java:printInitialConfigs(686)) - redundancyRecheckInterval  = 3000ms
2026-05-18 14:21:58,850 INFO  [main] blockmanagement.BlockManager (BlockManager.java:printInitialConfigs(687)) - encryptDataTransfer        = false
2026-05-18 14:21:58,850 INFO  [main] blockmanagement.BlockManager (BlockManager.java:printInitialConfigs(688)) - maxNumBlocksToLog          = 1000
2026-05-18 14:21:58,883 INFO  [main] namenode.FSDirectory (SerialNumberManager.java:<clinit>(51)) - GLOBAL serial map: bits=29 maxEntries=536870911
2026-05-18 14:21:58,883 INFO  [main] namenode.FSDirectory (SerialNumberManager.java:<clinit>(51)) - USER serial map: bits=24 maxEntries=16777215
2026-05-18 14:21:58,883 INFO  [main] namenode.FSDirectory (SerialNumberManager.java:<clinit>(51)) - GROUP serial map: bits=24 maxEntries=16777215
2026-05-18 14:21:58,883 INFO  [main] namenode.FSDirectory (SerialNumberManager.java:<clinit>(51)) - XATTR serial map: bits=24 maxEntries=16777215
2026-05-18 14:21:58,892 INFO  [main] util.GSet (LightWeightGSet.java:computeCapacity(408)) - Computing capacity for map INodeMap
2026-05-18 14:21:58,893 INFO  [main] util.GSet (LightWeightGSet.java:computeCapacity(409)) - VM type       = 64-bit
2026-05-18 14:21:58,893 INFO  [main] util.GSet (LightWeightGSet.java:computeCapacity(410)) - 1.0% max memory 3.7 GB = 37.5 MB
2026-05-18 14:21:58,894 INFO  [main] util.GSet (LightWeightGSet.java:computeCapacity(415)) - capacity      = 2^22 = 4194304 entries
2026-05-18 14:21:58,906 INFO  [main] namenode.FSDirectory (FSDirectory.java:<init>(339)) - ACLs enabled? true
2026-05-18 14:21:58,907 INFO  [main] namenode.FSDirectory (FSDirectory.java:<init>(343)) - POSIX ACL inheritance enabled? true
2026-05-18 14:21:58,907 INFO  [main] namenode.FSDirectory (FSDirectory.java:<init>(347)) - XAttrs enabled? true
2026-05-18 14:21:58,907 INFO  [main] namenode.NameNode (FSDirectory.java:<init>(414)) - Caching file names occurring more than 10 times
2026-05-18 14:21:58,913 INFO  [main] snapshot.SnapshotManager (SnapshotManager.java:<init>(163)) - Loaded config captureOpenFiles: false, skipCaptureAccessTimeOnlyChange: false, snapshotDiffAllowSnapRootDescendant: true, maxSnapshotFSLimit: 65536, maxSnapshotLimit: 65536
2026-05-18 14:21:58,914 INFO  [main] snapshot.SnapshotManager (SnapshotManager.java:<init>(176)) - dfs.namenode.snapshot.deletion.ordered = false
2026-05-18 14:21:58,916 INFO  [main] snapshot.SnapshotManager (DirectoryDiffListFactory.java:init(43)) - SkipList is disabled
2026-05-18 14:21:58,920 INFO  [main] util.GSet (LightWeightGSet.java:computeCapacity(408)) - Computing capacity for map cachedBlocks
2026-05-18 14:21:58,920 INFO  [main] util.GSet (LightWeightGSet.java:computeCapacity(409)) - VM type       = 64-bit
2026-05-18 14:21:58,921 INFO  [main] util.GSet (LightWeightGSet.java:computeCapacity(410)) - 0.25% max memory 3.7 GB = 9.4 MB
2026-05-18 14:21:58,921 INFO  [main] util.GSet (LightWeightGSet.java:computeCapacity(415)) - capacity      = 2^20 = 1048576 entries
2026-05-18 14:21:58,932 INFO  [main] metrics.TopMetrics (TopMetrics.java:logConf(76)) - NNTop conf: dfs.namenode.top.window.num.buckets = 10
2026-05-18 14:21:58,932 INFO  [main] metrics.TopMetrics (TopMetrics.java:logConf(78)) - NNTop conf: dfs.namenode.top.num.users = 10
2026-05-18 14:21:58,932 INFO  [main] metrics.TopMetrics (TopMetrics.java:logConf(80)) - NNTop conf: dfs.namenode.top.windows.minutes = 1,5,25
2026-05-18 14:21:58,937 INFO  [main] namenode.FSNamesystem (FSNamesystem.java:initRetryCache(1158)) - Retry cache on namenode is enabled
2026-05-18 14:21:58,937 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:21:58,940 INFO  [main] util.GSet (LightWeightGSet.java:computeCapacity(408)) - Computing capacity for map NameNodeRetryCache
2026-05-18 14:21:58,940 INFO  [main] util.GSet (LightWeightGSet.java:computeCapacity(409)) - VM type       = 64-bit
2026-05-18 14:21:58,941 INFO  [main] util.GSet (LightWeightGSet.java:computeCapacity(410)) - 0.029999999329447746% max memory 3.7 GB = 1.1 MB
2026-05-18 14:21:58,941 INFO  [main] util.GSet (LightWeightGSet.java:computeCapacity(415)) - capacity      = 2^17 = 131072 entries
2026-05-18 14:21:58,972 INFO  [main] namenode.FSImage (FSImage.java:format(186)) - Allocated new BlockPoolId: BP-778769004-10.240.0.17-1779114118964
2026-05-18 14:21:58,993 INFO  [main] common.Storage (NNStorage.java:format(595)) - Storage directory /tmp/hdfs-test3400735416896802111/name-0-1 has been successfully formatted.
2026-05-18 14:21:58,999 INFO  [main] common.Storage (NNStorage.java:format(595)) - Storage directory /tmp/hdfs-test3400735416896802111/name-0-2 has been successfully formatted.
2026-05-18 14:21:59,032 INFO  [FSImageSaver for /tmp/hdfs-test3400735416896802111/name-0-1 of type IMAGE_AND_EDITS] namenode.FSImageFormatProtobuf (FSImageFormatProtobuf.java:save(732)) - Saving image file /tmp/hdfs-test3400735416896802111/name-0-1/current/fsimage.ckpt_0000000000000000000 using no compression
2026-05-18 14:21:59,032 INFO  [FSImageSaver for /tmp/hdfs-test3400735416896802111/name-0-2 of type IMAGE_AND_EDITS] namenode.FSImageFormatProtobuf (FSImageFormatProtobuf.java:save(732)) - Saving image file /tmp/hdfs-test3400735416896802111/name-0-2/current/fsimage.ckpt_0000000000000000000 using no compression
2026-05-18 14:21:59,172 INFO  [FSImageSaver for /tmp/hdfs-test3400735416896802111/name-0-2 of type IMAGE_AND_EDITS] namenode.FSImageFormatProtobuf (FSImageFormatProtobuf.java:save(736)) - Image file /tmp/hdfs-test3400735416896802111/name-0-2/current/fsimage.ckpt_0000000000000000000 of size 400 bytes saved in 0 seconds .
2026-05-18 14:21:59,172 INFO  [FSImageSaver for /tmp/hdfs-test3400735416896802111/name-0-1 of type IMAGE_AND_EDITS] namenode.FSImageFormatProtobuf (FSImageFormatProtobuf.java:save(736)) - Image file /tmp/hdfs-test3400735416896802111/name-0-1/current/fsimage.ckpt_0000000000000000000 of size 400 bytes saved in 0 seconds .
2026-05-18 14:21:59,193 INFO  [main] namenode.NNStorageRetentionManager (NNStorageRetentionManager.java:getImageTxIdToRetain(205)) - Going to retain 1 images with txid >= 0
2026-05-18 14:21:59,203 INFO  [main] blockmanagement.DatanodeManager (DatanodeManager.java:stopSlowPeerCollector(412)) - Slow peers collection thread shutdown
2026-05-18 14:21:59,249 INFO  [main] namenode.FSNamesystem (FSNamesystem.java:stopActiveServices(1509)) - Stopping services started for active state
2026-05-18 14:21:59,250 INFO  [main] namenode.FSNamesystem (FSNamesystem.java:stopStandbyServices(1613)) - Stopping services started for standby state
2026-05-18 14:21:59,253 INFO  [main] namenode.NameNode (NameNode.java:createNameNode(1846)) - createNameNode []
2026-05-18 14:21:59,324 WARN  [main] impl.MetricsConfig (MetricsConfig.java:loadFirst(138)) - Cannot locate configuration: tried hadoop-metrics2-namenode.properties,hadoop-metrics2.properties
2026-05-18 14:21:59,425 INFO  [main] impl.MetricsSystemImpl (MetricsSystemImpl.java:startTimer(378)) - Scheduled Metric snapshot period at 10 second(s).
2026-05-18 14:21:59,425 INFO  [main] impl.MetricsSystemImpl (MetricsSystemImpl.java:start(191)) - NameNode metrics system started
2026-05-18 14:21:59,434 INFO  [main] namenode.NameNodeUtils (NameNodeUtils.java:getClientNamenodeAddress(79)) - fs.defaultFS is hdfs://127.0.0.1:0
2026-05-18 14:21:59,487 INFO  [org.apache.hadoop.util.JvmPauseMonitor$Monitor@3bd55d8] util.JvmPauseMonitor (JvmPauseMonitor.java:run(185)) - Starting JVM pause monitor
2026-05-18 14:21:59,513 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:21:59,521 INFO  [main] hdfs.DFSUtil (DFSUtil.java:httpServerTemplateForNNAndJN(1791)) - Starting Web-server for hdfs at: http://localhost:0
2026-05-18 14:21:59,547 INFO  [main] util.log (Log.java:initialized(170)) - Logging initialized @2623ms to org.eclipse.jetty.util.log.Slf4jLog
2026-05-18 14:21:59,664 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:21:59,711 INFO  [main] http.HttpServer2 (HttpServer2.java:addGlobalFilter(1205)) - Added global filter 'safety' (class=org.apache.hadoop.http.HttpServer2$QuotingInputFilter)
2026-05-18 14:21:59,716 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:21:59,717 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:21:59,721 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:21:59,722 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:21:59,726 INFO  [main] http.HttpServer2 (HttpServer2.java:addAsyncProfilerServlet(813)) - ASYNC_PROFILER_HOME environment variable and async.profiler.home system property not specified. Disabling /prof endpoint.
2026-05-18 14:21:59,776 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:21:59,795 INFO  [main] http.HttpServer2 (HttpServer2.java:bindListener(1452)) - Jetty bound to port 43635
2026-05-18 14:21:59,797 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:21:59,841 INFO  [main] server.session (DefaultSessionIdManager.java:doStart(334)) - DefaultSessionIdManager workerName=node0
2026-05-18 14:21:59,841 INFO  [main] server.session (DefaultSessionIdManager.java:doStart(339)) - No SessionScavenger set, using defaults
2026-05-18 14:21:59,844 INFO  [main] server.session (HouseKeeper.java:startScavenging(132)) - node0 Scavenging every 600000ms
2026-05-18 14:21:59,872 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:21:59,877 INFO  [main] handler.ContextHandler (ContextHandler.java:doStart(921)) - Started o.e.j.s.ServletContextHandler@2bcec6a6{static,/static,jar:file:/tmp/dist-test-taskZn37tK/java/build/jars/hadoop-hdfs-3.4.1-tests.jar!/webapps/static,AVAILABLE}
2026-05-18 14:22:00,221 INFO  [main] handler.ContextHandler (ContextHandler.java:doStart(921)) - Started o.e.j.w.WebAppContext@60acd609{hdfs,/,file:///tmp/jetty-localhost-43635-hadoop-hdfs-3_4_1-tests_jar-_-any-5442344409397319851/webapp/,AVAILABLE}{jar:file:/tmp/dist-test-taskZn37tK/java/build/jars/hadoop-hdfs-3.4.1-tests.jar!/webapps/hdfs}
2026-05-18 14:22:00,232 INFO  [main] server.AbstractConnector (AbstractConnector.java:doStart(333)) - Started ServerConnector@73ab3aac{HTTP/1.1, (http/1.1)}{localhost:43635}
2026-05-18 14:22:00,232 INFO  [main] server.Server (Server.java:doStart(415)) - Started @3309ms
2026-05-18 14:22:00,253 INFO  [main] namenode.FSEditLog (FSEditLog.java:newInstance(238)) - Edit logging is async:true
2026-05-18 14:22:00,273 INFO  [main] namenode.FSNamesystem (FSNamesystem.java:<init>(869)) - KeyProvider: null
2026-05-18 14:22:00,273 INFO  [main] namenode.FSNamesystem (FSNamesystemLock.java:<init>(142)) - fsLock is fair: true
2026-05-18 14:22:00,274 INFO  [main] namenode.FSNamesystem (FSNamesystemLock.java:<init>(160)) - Detailed lock hold time metrics enabled: false
2026-05-18 14:22:00,274 INFO  [main] namenode.FSNamesystem (FSNamesystem.java:<init>(904)) - fsOwner                = slave (auth:SIMPLE)
2026-05-18 14:22:00,274 INFO  [main] namenode.FSNamesystem (FSNamesystem.java:<init>(905)) - supergroup             = supergroup
2026-05-18 14:22:00,274 INFO  [main] namenode.FSNamesystem (FSNamesystem.java:<init>(906)) - isPermissionEnabled    = true
2026-05-18 14:22:00,274 INFO  [main] namenode.FSNamesystem (FSNamesystem.java:<init>(907)) - isStoragePolicyEnabled = true
2026-05-18 14:22:00,275 INFO  [main] namenode.FSNamesystem (FSNamesystem.java:<init>(918)) - HA Enabled: false
2026-05-18 14:22:00,276 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:22:00,276 INFO  [main] blockmanagement.DatanodeManager (DatanodeManager.java:stopSlowPeerCollector(412)) - Slow peers collection thread shutdown
2026-05-18 14:22:00,277 INFO  [main] blockmanagement.DatanodeManager (DatanodeManager.java:setBlockInvalidateLimit(2182)) - dfs.block.invalidate.limit : configured=1000, counted=60, effected=1000
2026-05-18 14:22:00,277 INFO  [main] blockmanagement.DatanodeManager (DatanodeManager.java:<init>(320)) - dfs.namenode.datanode.registration.ip-hostname-check=true
2026-05-18 14:22:00,278 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:22:00,278 INFO  [main] blockmanagement.BlockManager (InvalidateBlocks.java:printBlockDeletionTime(83)) - The block deletion will start around 2026 May 18 14:22:00
2026-05-18 14:22:00,279 INFO  [main] util.GSet (LightWeightGSet.java:computeCapacity(408)) - Computing capacity for map BlocksMap
2026-05-18 14:22:00,279 INFO  [main] util.GSet (LightWeightGSet.java:computeCapacity(409)) - VM type       = 64-bit
2026-05-18 14:22:00,279 INFO  [main] util.GSet (LightWeightGSet.java:computeCapacity(410)) - 2.0% max memory 3.7 GB = 75.0 MB
2026-05-18 14:22:00,279 INFO  [main] util.GSet (LightWeightGSet.java:computeCapacity(415)) - capacity      = 2^23 = 8388608 entries
2026-05-18 14:22:00,308 INFO  [main] blockmanagement.BlockManager (BlockManager.java:createSPSManager(5778)) - Storage policy satisfier is disabled
2026-05-18 14:22:00,308 INFO  [main] blockmanagement.BlockManager (BlockManager.java:createBlockTokenSecretManager(696)) - dfs.block.access.token.enable = false
2026-05-18 14:22:00,309 INFO  [main] blockmanagement.BlockManagerSafeMode (BlockManagerSafeMode.java:<init>(656)) - Using 1000 as SafeModeMonitor Interval
2026-05-18 14:22:00,309 INFO  [main] blockmanagement.BlockManagerSafeMode (BlockManagerSafeMode.java:<init>(161)) - dfs.namenode.safemode.threshold-pct = 0.999
2026-05-18 14:22:00,309 INFO  [main] blockmanagement.BlockManagerSafeMode (BlockManagerSafeMode.java:<init>(162)) - dfs.namenode.safemode.min.datanodes = 0
2026-05-18 14:22:00,309 INFO  [main] blockmanagement.BlockManagerSafeMode (BlockManagerSafeMode.java:<init>(164)) - dfs.namenode.safemode.extension = 0
2026-05-18 14:22:00,310 INFO  [main] blockmanagement.BlockManager (BlockManager.java:printInitialConfigs(682)) - defaultReplication         = 1
2026-05-18 14:22:00,310 INFO  [main] blockmanagement.BlockManager (BlockManager.java:printInitialConfigs(683)) - maxReplication             = 512
2026-05-18 14:22:00,310 INFO  [main] blockmanagement.BlockManager (BlockManager.java:printInitialConfigs(684)) - minReplication             = 1
2026-05-18 14:22:00,310 INFO  [main] blockmanagement.BlockManager (BlockManager.java:printInitialConfigs(685)) - maxReplicationStreams      = 2
2026-05-18 14:22:00,310 INFO  [main] blockmanagement.BlockManager (BlockManager.java:printInitialConfigs(686)) - redundancyRecheckInterval  = 3000ms
2026-05-18 14:22:00,310 INFO  [main] blockmanagement.BlockManager (BlockManager.java:printInitialConfigs(687)) - encryptDataTransfer        = false
2026-05-18 14:22:00,311 INFO  [main] blockmanagement.BlockManager (BlockManager.java:printInitialConfigs(688)) - maxNumBlocksToLog          = 1000
2026-05-18 14:22:00,311 INFO  [main] util.GSet (LightWeightGSet.java:computeCapacity(408)) - Computing capacity for map INodeMap
2026-05-18 14:22:00,311 INFO  [main] util.GSet (LightWeightGSet.java:computeCapacity(409)) - VM type       = 64-bit
2026-05-18 14:22:00,312 INFO  [main] util.GSet (LightWeightGSet.java:computeCapacity(410)) - 1.0% max memory 3.7 GB = 37.5 MB
2026-05-18 14:22:00,312 INFO  [main] util.GSet (LightWeightGSet.java:computeCapacity(415)) - capacity      = 2^22 = 4194304 entries
2026-05-18 14:22:00,326 INFO  [main] namenode.FSDirectory (FSDirectory.java:<init>(339)) - ACLs enabled? true
2026-05-18 14:22:00,326 INFO  [main] namenode.FSDirectory (FSDirectory.java:<init>(343)) - POSIX ACL inheritance enabled? true
2026-05-18 14:22:00,326 INFO  [main] namenode.FSDirectory (FSDirectory.java:<init>(347)) - XAttrs enabled? true
2026-05-18 14:22:00,326 INFO  [main] namenode.NameNode (FSDirectory.java:<init>(414)) - Caching file names occurring more than 10 times
2026-05-18 14:22:00,326 INFO  [main] snapshot.SnapshotManager (SnapshotManager.java:<init>(163)) - Loaded config captureOpenFiles: false, skipCaptureAccessTimeOnlyChange: false, snapshotDiffAllowSnapRootDescendant: true, maxSnapshotFSLimit: 65536, maxSnapshotLimit: 65536
2026-05-18 14:22:00,326 INFO  [main] snapshot.SnapshotManager (SnapshotManager.java:<init>(176)) - dfs.namenode.snapshot.deletion.ordered = false
2026-05-18 14:22:00,327 INFO  [main] snapshot.SnapshotManager (DirectoryDiffListFactory.java:init(43)) - SkipList is disabled
2026-05-18 14:22:00,327 INFO  [main] util.GSet (LightWeightGSet.java:computeCapacity(408)) - Computing capacity for map cachedBlocks
2026-05-18 14:22:00,327 INFO  [main] util.GSet (LightWeightGSet.java:computeCapacity(409)) - VM type       = 64-bit
2026-05-18 14:22:00,328 INFO  [main] util.GSet (LightWeightGSet.java:computeCapacity(410)) - 0.25% max memory 3.7 GB = 9.4 MB
2026-05-18 14:22:00,328 INFO  [main] util.GSet (LightWeightGSet.java:computeCapacity(415)) - capacity      = 2^20 = 1048576 entries
2026-05-18 14:22:00,332 INFO  [main] metrics.TopMetrics (TopMetrics.java:logConf(76)) - NNTop conf: dfs.namenode.top.window.num.buckets = 10
2026-05-18 14:22:00,332 INFO  [main] metrics.TopMetrics (TopMetrics.java:logConf(78)) - NNTop conf: dfs.namenode.top.num.users = 10
2026-05-18 14:22:00,332 INFO  [main] metrics.TopMetrics (TopMetrics.java:logConf(80)) - NNTop conf: dfs.namenode.top.windows.minutes = 1,5,25
2026-05-18 14:22:00,333 INFO  [main] namenode.FSNamesystem (FSNamesystem.java:initRetryCache(1158)) - Retry cache on namenode is enabled
2026-05-18 14:22:00,333 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:22:00,333 INFO  [main] util.GSet (LightWeightGSet.java:computeCapacity(408)) - Computing capacity for map NameNodeRetryCache
2026-05-18 14:22:00,333 INFO  [main] util.GSet (LightWeightGSet.java:computeCapacity(409)) - VM type       = 64-bit
2026-05-18 14:22:00,334 INFO  [main] util.GSet (LightWeightGSet.java:computeCapacity(410)) - 0.029999999329447746% max memory 3.7 GB = 1.1 MB
2026-05-18 14:22:00,334 INFO  [main] util.GSet (LightWeightGSet.java:computeCapacity(415)) - capacity      = 2^17 = 131072 entries
2026-05-18 14:22:00,345 INFO  [main] common.Storage (Storage.java:tryLock(948)) - Lock on /tmp/hdfs-test3400735416896802111/name-0-1/in_use.lock acquired by nodename 19398@dist-test-slave-5901
2026-05-18 14:22:00,350 INFO  [main] common.Storage (Storage.java:tryLock(948)) - Lock on /tmp/hdfs-test3400735416896802111/name-0-2/in_use.lock acquired by nodename 19398@dist-test-slave-5901
2026-05-18 14:22:00,353 INFO  [main] namenode.FileJournalManager (FileJournalManager.java:recoverUnfinalizedSegments(428)) - Recovering unfinalized segments in /tmp/hdfs-test3400735416896802111/name-0-1/current
2026-05-18 14:22:00,353 INFO  [main] namenode.FileJournalManager (FileJournalManager.java:recoverUnfinalizedSegments(428)) - Recovering unfinalized segments in /tmp/hdfs-test3400735416896802111/name-0-2/current
2026-05-18 14:22:00,354 INFO  [main] namenode.FSImage (FSImage.java:loadFSImage(734)) - No edit log streams selected.
2026-05-18 14:22:00,354 INFO  [main] namenode.FSImage (FSImage.java:loadFSImageFile(800)) - Planning to load image: FSImageFile(file=/tmp/hdfs-test3400735416896802111/name-0-1/current/fsimage_0000000000000000000, cpktTxId=0000000000000000000)
2026-05-18 14:22:00,375 INFO  [main] namenode.FSImageFormatPBINode (FSImageFormatPBINode.java:loadINodeSectionHeader(411)) - Loading 1 INodes.
2026-05-18 14:22:00,378 INFO  [main] namenode.FSImageFormatPBINode (FSImageFormatPBINode.java:loadINodeSection(369)) - Successfully loaded 1 inodes
2026-05-18 14:22:00,382 INFO  [main] namenode.FSImageFormatPBINode (FSImageFormatPBINode.java:waitBlocksMapAndNameCacheUpdateFinished(342)) - Completed update blocks map and name cache, total waiting duration 0ms.
2026-05-18 14:22:00,384 INFO  [main] namenode.FSImageFormatProtobuf (FSImageFormatProtobuf.java:load(255)) - Loaded FSImage in 0 seconds.
2026-05-18 14:22:00,384 INFO  [main] namenode.FSImage (FSImage.java:loadFSImage(980)) - Loaded image for txid 0 from /tmp/hdfs-test3400735416896802111/name-0-1/current/fsimage_0000000000000000000
2026-05-18 14:22:00,388 INFO  [main] namenode.FSNamesystem (FSNamesystem.java:loadFSImage(1280)) - Need to save fs image? false (staleImage=false, haEnabled=false, isRollingUpgrade=false)
2026-05-18 14:22:00,388 INFO  [main] namenode.FSEditLog (FSEditLog.java:startLogSegment(1417)) - Starting log segment at 1
2026-05-18 14:22:00,406 INFO  [main] namenode.NameCache (NameCache.java:initialized(143)) - initialized with 0 entries 0 lookups
2026-05-18 14:22:00,406 INFO  [main] namenode.FSNamesystem (FSNamesystem.java:loadFromDisk(841)) - Finished loading FSImage in 69 msecs
2026-05-18 14:22:00,546 INFO  [main] namenode.NameNode (NameNodeRpcServer.java:<init>(452)) - RPC server is binding to localhost:0
2026-05-18 14:22:00,546 INFO  [main] namenode.NameNode (NameNodeRpcServer.java:<init>(457)) - Enable NameNode state context:false
2026-05-18 14:22:00,554 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:22:00,563 INFO  [main] ipc.Server (Server.java:<init>(1438)) - Listener at localhost:36771
2026-05-18 14:22:00,564 INFO  [Socket Reader #1 for port 0] ipc.Server (Server.java:run(1474)) - Starting Socket Reader #1 for port 0
2026-05-18 14:22:00,619 INFO  [main] namenode.NameNode (NameNode.java:initialize(916)) - Clients are to use localhost:36771 to access this namenode/service.
2026-05-18 14:22:00,622 INFO  [main] namenode.FSNamesystem (FSNamesystem.java:registerMBean(5656)) - Registered FSNamesystemState, ReplicatedBlocksState and ECBlockGroupsState MBeans.
2026-05-18 14:22:00,642 INFO  [main] namenode.LeaseManager (LeaseManager.java:getNumUnderConstructionBlocks(166)) - Number of blocks under construction: 0
2026-05-18 14:22:00,651 INFO  [main] blockmanagement.DatanodeAdminDefaultMonitor (DatanodeAdminDefaultMonitor.java:processConf(126)) - Initialized the Default Decommission and Maintenance monitor
2026-05-18 14:22:00,652 INFO  [MarkedDeleteBlockScrubberThread] blockmanagement.BlockManager (BlockManager.java:run(5296)) - Start MarkedDeleteBlockScrubber thread
2026-05-18 14:22:00,655 INFO  [main] blockmanagement.BlockManager (BlockManager.java:initializeReplQueues(5505)) - initializing replication queues
2026-05-18 14:22:00,655 INFO  [main] hdfs.StateChange (BlockManagerSafeMode.java:leaveSafeMode(409)) - STATE* Leaving safe mode after 0 secs
2026-05-18 14:22:00,656 INFO  [main] hdfs.StateChange (BlockManagerSafeMode.java:leaveSafeMode(415)) - STATE* Network topology has 0 racks and 0 datanodes
2026-05-18 14:22:00,656 INFO  [main] hdfs.StateChange (BlockManagerSafeMode.java:leaveSafeMode(417)) - STATE* UnderReplicatedBlocks has 0 blocks
2026-05-18 14:22:00,673 INFO  [Reconstruction Queue Initializer] blockmanagement.BlockManager (BlockManager.java:processMisReplicatesAsync(4030)) - Total number of blocks            = 0
2026-05-18 14:22:00,673 INFO  [Reconstruction Queue Initializer] blockmanagement.BlockManager (BlockManager.java:processMisReplicatesAsync(4031)) - Number of invalid blocks          = 0
2026-05-18 14:22:00,673 INFO  [Reconstruction Queue Initializer] blockmanagement.BlockManager (BlockManager.java:processMisReplicatesAsync(4032)) - Number of under-replicated blocks = 0
2026-05-18 14:22:00,673 INFO  [Reconstruction Queue Initializer] blockmanagement.BlockManager (BlockManager.java:processMisReplicatesAsync(4033)) - Number of  over-replicated blocks = 0
2026-05-18 14:22:00,673 INFO  [Reconstruction Queue Initializer] blockmanagement.BlockManager (BlockManager.java:processMisReplicatesAsync(4035)) - Number of blocks being written    = 0
2026-05-18 14:22:00,673 INFO  [Reconstruction Queue Initializer] hdfs.StateChange (BlockManager.java:processMisReplicatesAsync(4038)) - STATE* Replication Queue initialization scan for invalid, over- and under-replicated blocks completed in 18 msec
2026-05-18 14:22:00,674 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:22:00,698 INFO  [IPC Server Responder] ipc.Server (Server.java:run(1713)) - IPC Server Responder: starting
2026-05-18 14:22:00,698 INFO  [IPC Server listener on 0] ipc.Server (Server.java:run(1553)) - IPC Server listener on 0: starting
2026-05-18 14:22:00,702 INFO  [main] namenode.NameNode (NameNode.java:startCommonServices(1031)) - NameNode RPC up at: localhost/127.0.0.1:36771.
2026-05-18 14:22:00,703 INFO  [main] namenode.FSNamesystem (FSNamesystem.java:startActiveServices(1392)) - Starting services required for active state
2026-05-18 14:22:00,704 INFO  [main] namenode.FSDirectory (FSDirectory.java:updateCountForQuota(857)) - Initializing quota with 12 thread(s)
2026-05-18 14:22:00,709 INFO  [main] namenode.FSDirectory (FSDirectory.java:updateCountForQuota(866)) - Quota initialization completed in 5 milliseconds
name space=1
storage space=0
storage types=RAM_DISK=0, SSD=0, DISK=0, ARCHIVE=0, PROVIDED=0, NVDIMM=0
2026-05-18 14:22:00,713 INFO  [CacheReplicationMonitor(569586237)] blockmanagement.CacheReplicationMonitor (CacheReplicationMonitor.java:run(165)) - Starting CacheReplicationMonitor with interval 30000 milliseconds
2026-05-18 14:22:00,724 INFO  [main] hdfs.MiniDFSCluster (MiniDFSCluster.java:startDataNodes(1772)) - Starting DataNode 0 with dfs.datanode.data.dir: [DISK]file:/tmp/hdfs-test3400735416896802111/data/data1,[DISK]file:/tmp/hdfs-test3400735416896802111/data/data2
2026-05-18 14:22:00,769 INFO  [main] checker.ThrottledAsyncChecker (ThrottledAsyncChecker.java:schedule(137)) - Scheduling a check for [DISK]file:/tmp/hdfs-test3400735416896802111/data/data1
2026-05-18 14:22:00,780 INFO  [main] checker.ThrottledAsyncChecker (ThrottledAsyncChecker.java:schedule(137)) - Scheduling a check for [DISK]file:/tmp/hdfs-test3400735416896802111/data/data2
2026-05-18 14:22:00,815 INFO  [main] impl.MetricsSystemImpl (MetricsSystemImpl.java:init(158)) - DataNode metrics system started (again)
2026-05-18 14:22:00,819 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:22:00,822 INFO  [main] datanode.BlockScanner (BlockScanner.java:<init>(201)) - Initialized block scanner with targetBytesPerSec 1048576
2026-05-18 14:22:00,826 INFO  [main] datanode.DataNode (DataNode.java:<init>(591)) - Configured hostname is 127.0.0.1
2026-05-18 14:22:00,827 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:22:00,830 INFO  [main] datanode.DataNode (DataNode.java:startDataNode(1914)) - Starting DataNode with maxLockedMemory = 0
2026-05-18 14:22:00,835 INFO  [main] datanode.DataNode (DataNode.java:initDataXceiver(1677)) - Opened streaming server at /127.0.0.1:42001
2026-05-18 14:22:00,838 INFO  [main] datanode.DataNode (DataXceiverServer.java:<init>(93)) - Balancing bandwidth is 104857600 bytes/s
2026-05-18 14:22:00,838 INFO  [main] datanode.DataNode (DataXceiverServer.java:<init>(94)) - Number threads for balancing is 100
2026-05-18 14:22:00,846 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:22:00,850 INFO  [main] http.HttpServer2 (HttpServer2.java:addGlobalFilter(1205)) - Added global filter 'safety' (class=org.apache.hadoop.http.HttpServer2$QuotingInputFilter)
2026-05-18 14:22:00,852 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:22:00,852 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:22:00,853 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:22:00,857 INFO  [main] http.HttpServer2 (HttpServer2.java:bindListener(1452)) - Jetty bound to port 37789
2026-05-18 14:22:00,857 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:22:00,859 INFO  [main] server.session (DefaultSessionIdManager.java:doStart(334)) - DefaultSessionIdManager workerName=node0
2026-05-18 14:22:00,859 INFO  [main] server.session (DefaultSessionIdManager.java:doStart(339)) - No SessionScavenger set, using defaults
2026-05-18 14:22:00,859 INFO  [main] server.session (HouseKeeper.java:startScavenging(132)) - node0 Scavenging every 600000ms
2026-05-18 14:22:00,861 INFO  [main] handler.ContextHandler (ContextHandler.java:doStart(921)) - Started o.e.j.s.ServletContextHandler@59fbb34{static,/static,jar:file:/tmp/dist-test-taskZn37tK/java/build/jars/hadoop-hdfs-3.4.1-tests.jar!/webapps/static,AVAILABLE}
2026-05-18 14:22:01,023 INFO  [main] handler.ContextHandler (ContextHandler.java:doStart(921)) - Started o.e.j.w.WebAppContext@36aa52d2{datanode,/,file:///tmp/jetty-localhost-37789-hadoop-hdfs-3_4_1-tests_jar-_-any-8645255577006793484/webapp/,AVAILABLE}{jar:file:/tmp/dist-test-taskZn37tK/java/build/jars/hadoop-hdfs-3.4.1-tests.jar!/webapps/datanode}
2026-05-18 14:22:01,025 INFO  [main] server.AbstractConnector (AbstractConnector.java:doStart(333)) - Started ServerConnector@6419a0e1{HTTP/1.1, (http/1.1)}{localhost:37789}
2026-05-18 14:22:01,025 INFO  [main] server.Server (Server.java:doStart(415)) - Started @4102ms
2026-05-18 14:22:01,165 WARN  [main] web.DatanodeHttpServer (RestCsrfPreventionFilterHandler.java:<init>(75)) - Got null for restCsrfPreventionFilter - will not do any filtering.
2026-05-18 14:22:01,278 INFO  [main] web.DatanodeHttpServer (DatanodeHttpServer.java:start(306)) - Listening HTTP traffic on /127.0.0.1:38023
2026-05-18 14:22:01,280 INFO  [main] datanode.DataNode (DataNode.java:startDataNode(1942)) - dnUserName = slave
2026-05-18 14:22:01,280 INFO  [main] datanode.DataNode (DataNode.java:startDataNode(1943)) - supergroup = supergroup
2026-05-18 14:22:01,281 INFO  [org.apache.hadoop.util.JvmPauseMonitor$Monitor@5a917723] util.JvmPauseMonitor (JvmPauseMonitor.java:run(185)) - Starting JVM pause monitor
2026-05-18 14:22:01,298 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:22:01,298 INFO  [main] ipc.Server (Server.java:<init>(1438)) - Listener at localhost:42577
2026-05-18 14:22:01,299 INFO  [Socket Reader #1 for port 0] ipc.Server (Server.java:run(1474)) - Starting Socket Reader #1 for port 0
2026-05-18 14:22:01,307 INFO  [main] datanode.DataNode (DataNode.java:initIpcServer(1564)) - Opened IPC server at /127.0.0.1:42577
2026-05-18 14:22:01,344 INFO  [main] datanode.DataNode (BlockPoolManager.java:refreshNamenodes(150)) - Refresh request received for nameservices: null
2026-05-18 14:22:01,345 INFO  [main] datanode.DataNode (BlockPoolManager.java:doRefreshNamenodes(211)) - Starting BPOfferServices for nameservices: <default>
2026-05-18 14:22:01,352 INFO  [Thread-62] datanode.DataNode (BPServiceActor.java:run(882)) - Block pool <registering> (Datanode Uuid unassigned) service to localhost/127.0.0.1:36771 starting to offer service
2026-05-18 14:22:01,357 INFO  [IPC Server listener on 0] ipc.Server (Server.java:run(1553)) - IPC Server listener on 0: starting
2026-05-18 14:22:01,357 INFO  [IPC Server Responder] ipc.Server (Server.java:run(1713)) - IPC Server Responder: starting
2026-05-18 14:22:01,591 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:36771
2026-05-18 14:22:01,594 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:22:01,597 INFO  [Thread-62] common.Storage (Storage.java:tryLock(948)) - Lock on /tmp/hdfs-test3400735416896802111/data/data1/in_use.lock acquired by nodename 19398@dist-test-slave-5901
2026-05-18 14:22:01,598 INFO  [Thread-62] common.Storage (DataStorage.java:loadStorageDirectory(284)) - Storage directory with location [DISK]file:/tmp/hdfs-test3400735416896802111/data/data1 is not formatted for namespace 1574591314. Formatting...
2026-05-18 14:22:01,600 INFO  [Thread-62] common.Storage (DataStorage.java:createStorageID(160)) - Generated new storageID DS-d1328a6d-840f-4082-a6a7-81161cbcce69 for directory /tmp/hdfs-test3400735416896802111/data/data1 
2026-05-18 14:22:01,613 INFO  [Thread-62] common.Storage (Storage.java:tryLock(948)) - Lock on /tmp/hdfs-test3400735416896802111/data/data2/in_use.lock acquired by nodename 19398@dist-test-slave-5901
2026-05-18 14:22:01,616 INFO  [Thread-62] common.Storage (DataStorage.java:loadStorageDirectory(284)) - Storage directory with location [DISK]file:/tmp/hdfs-test3400735416896802111/data/data2 is not formatted for namespace 1574591314. Formatting...
2026-05-18 14:22:01,616 INFO  [Thread-62] common.Storage (DataStorage.java:createStorageID(160)) - Generated new storageID DS-770ce91d-3b23-4142-abd6-6f96de84eaeb for directory /tmp/hdfs-test3400735416896802111/data/data2 
2026-05-18 14:22:01,647 INFO  [Thread-62] common.Storage (BlockPoolSliceStorage.java:recoverTransitionRead(255)) - Analyzing storage directories for bpid BP-778769004-10.240.0.17-1779114118964
2026-05-18 14:22:01,648 INFO  [Thread-62] common.Storage (Storage.java:lock(907)) - Locking is disabled for /tmp/hdfs-test3400735416896802111/data/data1/current/BP-778769004-10.240.0.17-1779114118964
2026-05-18 14:22:01,648 INFO  [Thread-62] common.Storage (BlockPoolSliceStorage.java:loadStorageDirectory(168)) - Block pool storage directory for location [DISK]file:/tmp/hdfs-test3400735416896802111/data/data1 and block pool id BP-778769004-10.240.0.17-1779114118964 is not formatted. Formatting ...
2026-05-18 14:22:01,649 INFO  [Thread-62] common.Storage (BlockPoolSliceStorage.java:format(284)) - Formatting block pool BP-778769004-10.240.0.17-1779114118964 directory /tmp/hdfs-test3400735416896802111/data/data1/current/BP-778769004-10.240.0.17-1779114118964/current
2026-05-18 14:22:01,675 INFO  [Thread-62] common.Storage (BlockPoolSliceStorage.java:recoverTransitionRead(255)) - Analyzing storage directories for bpid BP-778769004-10.240.0.17-1779114118964
2026-05-18 14:22:01,676 INFO  [Thread-62] common.Storage (Storage.java:lock(907)) - Locking is disabled for /tmp/hdfs-test3400735416896802111/data/data2/current/BP-778769004-10.240.0.17-1779114118964
2026-05-18 14:22:01,676 INFO  [Thread-62] common.Storage (BlockPoolSliceStorage.java:loadStorageDirectory(168)) - Block pool storage directory for location [DISK]file:/tmp/hdfs-test3400735416896802111/data/data2 and block pool id BP-778769004-10.240.0.17-1779114118964 is not formatted. Formatting ...
2026-05-18 14:22:01,676 INFO  [Thread-62] common.Storage (BlockPoolSliceStorage.java:format(284)) - Formatting block pool BP-778769004-10.240.0.17-1779114118964 directory /tmp/hdfs-test3400735416896802111/data/data2/current/BP-778769004-10.240.0.17-1779114118964/current
2026-05-18 14:22:01,682 INFO  [Thread-62] datanode.DataNode (DataNode.java:initStorage(2262)) - Setting up storage: nsid=1574591314;bpid=BP-778769004-10.240.0.17-1779114118964;lv=-57;nsInfo=lv=-67;cid=testClusterID;nsid=1574591314;c=1779114118964;bpid=BP-778769004-10.240.0.17-1779114118964;dnuuid=null
2026-05-18 14:22:01,687 INFO  [Thread-62] datanode.DataNode (DataNode.java:checkDatanodeUuid(2060)) - Generated and persisted new Datanode UUID 44054399-eabb-4c0e-89b9-a197688798b0
2026-05-18 14:22:01,715 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:22:01,803 INFO  [IPC Server handler 0 on default port 36771] 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:22:01,817 INFO  [Thread-62] impl.FsDatasetImpl (FsVolumeList.java:addVolume(400)) - Added new volume: DS-d1328a6d-840f-4082-a6a7-81161cbcce69
2026-05-18 14:22:01,817 INFO  [Thread-62] impl.FsDatasetImpl (FsDatasetImpl.java:addVolume(483)) - Added volume - [DISK]file:/tmp/hdfs-test3400735416896802111/data/data1, StorageType: DISK
2026-05-18 14:22:01,820 INFO  [Thread-62] impl.FsDatasetImpl (FsVolumeList.java:addVolume(400)) - Added new volume: DS-770ce91d-3b23-4142-abd6-6f96de84eaeb
2026-05-18 14:22:01,820 INFO  [Thread-62] impl.FsDatasetImpl (FsDatasetImpl.java:addVolume(483)) - Added volume - [DISK]file:/tmp/hdfs-test3400735416896802111/data/data2, StorageType: DISK
2026-05-18 14:22:01,825 INFO  [Thread-62] impl.MemoryMappableBlockLoader (MemoryMappableBlockLoader.java:initialize(47)) - Initializing cache loader: MemoryMappableBlockLoader.
2026-05-18 14:22:01,829 INFO  [Thread-62] impl.FsDatasetImpl (FsDatasetImpl.java:registerMBean(2651)) - Registered FSDatasetState MBean
2026-05-18 14:22:01,836 INFO  [Thread-62] impl.FsDatasetImpl (FsDatasetImpl.java:addBlockPool(3228)) - Adding block pool BP-778769004-10.240.0.17-1779114118964
2026-05-18 14:22:01,837 INFO  [Thread-81] impl.FsDatasetImpl (FsVolumeList.java:run(513)) - Scanning block pool BP-778769004-10.240.0.17-1779114118964 on volume /tmp/hdfs-test3400735416896802111/data/data1...
2026-05-18 14:22:01,846 WARN  [Thread-81] impl.FsDatasetImpl (BlockPoolSlice.java:loadDfsUsed(347)) - dfsUsed file missing in /tmp/hdfs-test3400735416896802111/data/data1/current/BP-778769004-10.240.0.17-1779114118964/current, will proceed with Du for space computation calculation, 
2026-05-18 14:22:01,847 INFO  [Thread-82] impl.FsDatasetImpl (FsVolumeList.java:run(513)) - Scanning block pool BP-778769004-10.240.0.17-1779114118964 on volume /tmp/hdfs-test3400735416896802111/data/data2...
2026-05-18 14:22:01,848 WARN  [Thread-82] impl.FsDatasetImpl (BlockPoolSlice.java:loadDfsUsed(347)) - dfsUsed file missing in /tmp/hdfs-test3400735416896802111/data/data2/current/BP-778769004-10.240.0.17-1779114118964/current, will proceed with Du for space computation calculation, 
2026-05-18 14:22:01,855 INFO  [IPC Server handler 0 on default port 36771] 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:22:01,864 INFO  [main] hdfs.MiniDFSCluster (MiniDFSCluster.java:shouldWait(2946)) - dnInfo.length != numDataNodes
2026-05-18 14:22:01,864 INFO  [main] hdfs.MiniDFSCluster (MiniDFSCluster.java:waitActive(2870)) - Waiting for cluster to become active
2026-05-18 14:22:01,888 INFO  [Thread-81] impl.FsDatasetImpl (FsVolumeList.java:run(518)) - Time taken to scan block pool BP-778769004-10.240.0.17-1779114118964 on /tmp/hdfs-test3400735416896802111/data/data1: 51ms
2026-05-18 14:22:01,895 INFO  [Thread-82] impl.FsDatasetImpl (FsVolumeList.java:run(518)) - Time taken to scan block pool BP-778769004-10.240.0.17-1779114118964 on /tmp/hdfs-test3400735416896802111/data/data2: 49ms
2026-05-18 14:22:01,896 INFO  [Thread-62] impl.FsDatasetImpl (FsVolumeList.java:addBlockPool(538)) - Total time to scan all replicas for block pool BP-778769004-10.240.0.17-1779114118964: 60ms
2026-05-18 14:22:01,898 INFO  [Thread-85] impl.FsDatasetImpl (FsVolumeList.java:run(266)) - Adding replicas to map for block pool BP-778769004-10.240.0.17-1779114118964 on volume /tmp/hdfs-test3400735416896802111/data/data1...
2026-05-18 14:22:01,898 INFO  [Thread-85] impl.BlockPoolSlice (BlockPoolSlice.java:readReplicasFromCache(963)) - Replica Cache file: /tmp/hdfs-test3400735416896802111/data/data1/current/BP-778769004-10.240.0.17-1779114118964/current/replicas doesn't exist 
2026-05-18 14:22:01,900 INFO  [Thread-86] impl.FsDatasetImpl (FsVolumeList.java:run(266)) - Adding replicas to map for block pool BP-778769004-10.240.0.17-1779114118964 on volume /tmp/hdfs-test3400735416896802111/data/data2...
2026-05-18 14:22:01,900 INFO  [Thread-86] impl.BlockPoolSlice (BlockPoolSlice.java:readReplicasFromCache(963)) - Replica Cache file: /tmp/hdfs-test3400735416896802111/data/data2/current/BP-778769004-10.240.0.17-1779114118964/current/replicas doesn't exist 
2026-05-18 14:22:01,901 INFO  [Thread-86] impl.FsDatasetImpl (FsVolumeList.java:run(271)) - Time to add replicas to map for block pool BP-778769004-10.240.0.17-1779114118964 on volume /tmp/hdfs-test3400735416896802111/data/data2: 1ms
2026-05-18 14:22:01,901 INFO  [Thread-85] impl.FsDatasetImpl (FsVolumeList.java:run(271)) - Time to add replicas to map for block pool BP-778769004-10.240.0.17-1779114118964 on volume /tmp/hdfs-test3400735416896802111/data/data1: 3ms
2026-05-18 14:22:01,901 INFO  [Thread-62] impl.FsDatasetImpl (FsVolumeList.java:getAllVolumesMap(292)) - Total time to add all replicas to map for block pool BP-778769004-10.240.0.17-1779114118964: 4ms
2026-05-18 14:22:01,901 INFO  [Thread-62] checker.ThrottledAsyncChecker (ThrottledAsyncChecker.java:schedule(137)) - Scheduling a check for /tmp/hdfs-test3400735416896802111/data/data1
2026-05-18 14:22:01,920 INFO  [Thread-62] checker.DatasetVolumeChecker (DatasetVolumeChecker.java:checkAllVolumes(223)) - Scheduled health check for volume /tmp/hdfs-test3400735416896802111/data/data1
2026-05-18 14:22:01,921 INFO  [Thread-62] checker.ThrottledAsyncChecker (ThrottledAsyncChecker.java:schedule(137)) - Scheduling a check for /tmp/hdfs-test3400735416896802111/data/data2
2026-05-18 14:22:01,921 INFO  [Thread-62] checker.DatasetVolumeChecker (DatasetVolumeChecker.java:checkAllVolumes(223)) - Scheduled health check for volume /tmp/hdfs-test3400735416896802111/data/data2
2026-05-18 14:22:01,923 INFO  [VolumeScannerThread(/tmp/hdfs-test3400735416896802111/data/data2)] datanode.VolumeScanner (VolumeScanner.java:findNextUsableBlockIter(385)) - Now scanning bpid BP-778769004-10.240.0.17-1779114118964 on volume /tmp/hdfs-test3400735416896802111/data/data2
2026-05-18 14:22:01,924 INFO  [VolumeScannerThread(/tmp/hdfs-test3400735416896802111/data/data2)] datanode.VolumeScanner (VolumeScanner.java:getNextBlockToScan(505)) - VolumeScanner(/tmp/hdfs-test3400735416896802111/data/data2, DS-770ce91d-3b23-4142-abd6-6f96de84eaeb): finished scanning block pool BP-778769004-10.240.0.17-1779114118964
2026-05-18 14:22:01,935 INFO  [VolumeScannerThread(/tmp/hdfs-test3400735416896802111/data/data1)] datanode.VolumeScanner (VolumeScanner.java:findNextUsableBlockIter(385)) - Now scanning bpid BP-778769004-10.240.0.17-1779114118964 on volume /tmp/hdfs-test3400735416896802111/data/data1
2026-05-18 14:22:01,935 INFO  [VolumeScannerThread(/tmp/hdfs-test3400735416896802111/data/data1)] datanode.VolumeScanner (VolumeScanner.java:getNextBlockToScan(505)) - VolumeScanner(/tmp/hdfs-test3400735416896802111/data/data1, DS-d1328a6d-840f-4082-a6a7-81161cbcce69): finished scanning block pool BP-778769004-10.240.0.17-1779114118964
2026-05-18 14:22:01,937 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:22:01,942 INFO  [Thread-62] datanode.DirectoryScanner (DirectoryScanner.java:start(367)) - Periodic Directory Tree Verification scan starting in 15855706ms with interval of 21600000ms and throttle limit of -1ms/s
2026-05-18 14:22:01,943 INFO  [VolumeScannerThread(/tmp/hdfs-test3400735416896802111/data/data1)] datanode.VolumeScanner (VolumeScanner.java:findNextUsableBlockIter(402)) - VolumeScanner(/tmp/hdfs-test3400735416896802111/data/data1, DS-d1328a6d-840f-4082-a6a7-81161cbcce69): no suitable block pools found to scan.  Waiting 1814399992 ms.
2026-05-18 14:22:01,945 INFO  [VolumeScannerThread(/tmp/hdfs-test3400735416896802111/data/data2)] datanode.VolumeScanner (VolumeScanner.java:findNextUsableBlockIter(402)) - VolumeScanner(/tmp/hdfs-test3400735416896802111/data/data2, DS-770ce91d-3b23-4142-abd6-6f96de84eaeb): no suitable block pools found to scan.  Waiting 1814399978 ms.
2026-05-18 14:22:01,949 INFO  [BP-778769004-10.240.0.17-1779114118964 heartbeating to localhost/127.0.0.1:36771] datanode.DataNode (BPServiceActor.java:register(824)) - Block pool BP-778769004-10.240.0.17-1779114118964 (Datanode Uuid 44054399-eabb-4c0e-89b9-a197688798b0) service to localhost/127.0.0.1:36771 beginning handshake with NN: localhost/127.0.0.1:36771.
2026-05-18 14:22:01,966 INFO  [IPC Server handler 1 on default port 36771] 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:22:01,968 INFO  [main] hdfs.MiniDFSCluster (MiniDFSCluster.java:shouldWait(2946)) - dnInfo.length != numDataNodes
2026-05-18 14:22:01,968 INFO  [main] hdfs.MiniDFSCluster (MiniDFSCluster.java:waitActive(2870)) - Waiting for cluster to become active
2026-05-18 14:22:01,969 INFO  [IPC Server handler 2 on default port 36771] hdfs.StateChange (DatanodeManager.java:registerDatanode(1188)) - BLOCK* registerDatanode: from DatanodeRegistration(127.0.0.1:42001, datanodeUuid=44054399-eabb-4c0e-89b9-a197688798b0, infoPort=38023, infoSecurePort=0, ipcPort=42577, storageInfo=lv=-57;cid=testClusterID;nsid=1574591314;c=1779114118964) storage 44054399-eabb-4c0e-89b9-a197688798b0
2026-05-18 14:22:01,971 INFO  [IPC Server handler 2 on default port 36771] net.NetworkTopology (NetworkTopology.java:add(156)) - Adding a new node: /default-rack/127.0.0.1:42001
2026-05-18 14:22:01,971 INFO  [IPC Server handler 2 on default port 36771] blockmanagement.BlockReportLeaseManager (BlockReportLeaseManager.java:registerNode(200)) - Registered DN 44054399-eabb-4c0e-89b9-a197688798b0 (127.0.0.1:42001).
2026-05-18 14:22:01,980 INFO  [BP-778769004-10.240.0.17-1779114118964 heartbeating to localhost/127.0.0.1:36771] datanode.DataNode (BPServiceActor.java:register(851)) - Block pool BP-778769004-10.240.0.17-1779114118964 (Datanode Uuid 44054399-eabb-4c0e-89b9-a197688798b0) service to localhost/127.0.0.1:36771 successfully registered with NN: localhost/127.0.0.1:36771.
2026-05-18 14:22:01,980 INFO  [BP-778769004-10.240.0.17-1779114118964 heartbeating to localhost/127.0.0.1:36771] datanode.DataNode (BPServiceActor.java:offerService(667)) - For namenode localhost/127.0.0.1:36771 using BLOCKREPORT_INTERVAL of 21600000msecs CACHEREPORT_INTERVAL of 10000msecs Initial delay: 0msecs; heartBeatInterval=3000
2026-05-18 14:22:01,999 INFO  [IPC Server handler 3 on default port 36771] blockmanagement.DatanodeDescriptor (DatanodeDescriptor.java:updateStorage(1065)) - Adding new storage ID DS-d1328a6d-840f-4082-a6a7-81161cbcce69 for DN 127.0.0.1:42001
2026-05-18 14:22:01,999 INFO  [IPC Server handler 3 on default port 36771] blockmanagement.DatanodeDescriptor (DatanodeDescriptor.java:updateStorage(1065)) - Adding new storage ID DS-770ce91d-3b23-4142-abd6-6f96de84eaeb for DN 127.0.0.1:42001
2026-05-18 14:22:02,015 INFO  [BP-778769004-10.240.0.17-1779114118964 heartbeating to localhost/127.0.0.1:36771] datanode.DataNode (BPServiceActor.java:offerService(729)) - After receiving heartbeat response, updating state of namenode localhost:36771 to active
2026-05-18 14:22:02,039 INFO  [Block report processor] BlockStateChange (BlockManager.java:processReport(2940)) - BLOCK* processReport 0x3916ff0764471d88 with lease ID 0xc091a4bd66b9062: Processing first storage report for DS-d1328a6d-840f-4082-a6a7-81161cbcce69 from datanode DatanodeRegistration(127.0.0.1:42001, datanodeUuid=44054399-eabb-4c0e-89b9-a197688798b0, infoPort=38023, infoSecurePort=0, ipcPort=42577, storageInfo=lv=-57;cid=testClusterID;nsid=1574591314;c=1779114118964)
2026-05-18 14:22:02,040 INFO  [Block report processor] BlockStateChange (BlockManager.java:processReport(2972)) - BLOCK* processReport 0x3916ff0764471d88 with lease ID 0xc091a4bd66b9062: from storage DS-d1328a6d-840f-4082-a6a7-81161cbcce69 node DatanodeRegistration(127.0.0.1:42001, datanodeUuid=44054399-eabb-4c0e-89b9-a197688798b0, infoPort=38023, infoSecurePort=0, ipcPort=42577, storageInfo=lv=-57;cid=testClusterID;nsid=1574591314;c=1779114118964), blocks: 0, hasStaleStorage: true, processing time: 2 msecs, invalidatedBlocks: 0
2026-05-18 14:22:02,041 INFO  [Block report processor] BlockStateChange (BlockManager.java:processReport(2940)) - BLOCK* processReport 0x3916ff0764471d88 with lease ID 0xc091a4bd66b9062: Processing first storage report for DS-770ce91d-3b23-4142-abd6-6f96de84eaeb from datanode DatanodeRegistration(127.0.0.1:42001, datanodeUuid=44054399-eabb-4c0e-89b9-a197688798b0, infoPort=38023, infoSecurePort=0, ipcPort=42577, storageInfo=lv=-57;cid=testClusterID;nsid=1574591314;c=1779114118964)
2026-05-18 14:22:02,041 INFO  [Block report processor] BlockStateChange (BlockManager.java:processReport(2972)) - BLOCK* processReport 0x3916ff0764471d88 with lease ID 0xc091a4bd66b9062: from storage DS-770ce91d-3b23-4142-abd6-6f96de84eaeb node DatanodeRegistration(127.0.0.1:42001, datanodeUuid=44054399-eabb-4c0e-89b9-a197688798b0, infoPort=38023, infoSecurePort=0, ipcPort=42577, storageInfo=lv=-57;cid=testClusterID;nsid=1574591314;c=1779114118964), blocks: 0, hasStaleStorage: false, processing time: 0 msecs, invalidatedBlocks: 0
2026-05-18 14:22:02,058 INFO  [BP-778769004-10.240.0.17-1779114118964 heartbeating to localhost/127.0.0.1:36771] datanode.DataNode (BPServiceActor.java:blockReport(457)) - Successfully sent block report 0x3916ff0764471d88 with lease ID 0xc091a4bd66b9062 to namenode: localhost/127.0.0.1:36771,  containing 2 storage report(s), of which we sent 2. The reports had 0 total blocks and used 1 RPC(s). This took 6 msecs to generate and 35 msecs for RPC and NN processing. Got back one command: FinalizeCommand/5.
2026-05-18 14:22:02,059 INFO  [Command processor] datanode.DataNode (BPOfferService.java:processCommandFromActive(767)) - Got finalize command for block pool BP-778769004-10.240.0.17-1779114118964
2026-05-18 14:22:02,072 INFO  [IPC Server handler 5 on default port 36771] 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:22:02,083 INFO  [main] hdfs.MiniDFSCluster (MiniDFSCluster.java:waitActive(2922)) - Cluster is active
2026-05-18 14:22:02,367 INFO  [main] backup.BackupIO (BackupIO.scala:writeTableMetadata(95)) - Writing metadata to hdfs://localhost:36771/id_taco-taco/1779114097000/.kudu-metadata.json
2026-05-18 14:22:02,421 INFO  [IPC Server handler 6 on default port 36771] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=create	src=/id_taco-taco/1779114097000/.kudu-metadata.json	dst=null	perm=slave:supergroup:rw-r--r--	proto=rpc
2026-05-18 14:22:02,661 INFO  [IPC Server handler 7 on default port 36771] hdfs.StateChange (FSDirWriteFileOp.java:logAllocatedBlock(801)) - BLOCK* allocate blk_1073741825_1001, replicas=127.0.0.1:42001 for /id_taco-taco/1779114097000/.kudu-metadata.json
2026-05-18 14:22:02,706 INFO  [DataXceiver for client DFSClient_NONMAPREDUCE_973791481_1 at /127.0.0.1:42474 [Receiving block BP-778769004-10.240.0.17-1779114118964:blk_1073741825_1001]] datanode.DataNode (DataXceiver.java:writeBlock(759)) - Receiving BP-778769004-10.240.0.17-1779114118964:blk_1073741825_1001 src: /127.0.0.1:42474 dest: /127.0.0.1:42001
2026-05-18 14:22:02,750 INFO  [PacketResponder: BP-778769004-10.240.0.17-1779114118964:blk_1073741825_1001, type=LAST_IN_PIPELINE] DataNode.clienttrace (BlockReceiver.java:finalizeBlock(1576)) - src: /127.0.0.1:42474, dest: /127.0.0.1:42001, volume: /tmp/hdfs-test3400735416896802111/data/data1, bytes: 92, op: HDFS_WRITE, cliID: DFSClient_NONMAPREDUCE_973791481_1, offset: 0, srvID: 44054399-eabb-4c0e-89b9-a197688798b0, blockid: BP-778769004-10.240.0.17-1779114118964:blk_1073741825_1001, duration(ns): 10718587
2026-05-18 14:22:02,751 INFO  [PacketResponder: BP-778769004-10.240.0.17-1779114118964:blk_1073741825_1001, type=LAST_IN_PIPELINE] datanode.DataNode (BlockReceiver.java:run(1549)) - PacketResponder: BP-778769004-10.240.0.17-1779114118964:blk_1073741825_1001, type=LAST_IN_PIPELINE terminating
2026-05-18 14:22:02,760 INFO  [IPC Server handler 0 on default port 36771] namenode.FSNamesystem (FSNamesystem.java:checkBlocksComplete(3286)) - BLOCK* blk_1073741825_1001 is COMMITTED but not COMPLETE(numNodes= 0 <  minimum = 1) in file /id_taco-taco/1779114097000/.kudu-metadata.json
2026-05-18 14:22:02,773 INFO  [Block report processor] BlockStateChange (BlockManager.java:addStoredBlock(3777)) - BLOCK* addStoredBlock: 127.0.0.1:42001 is added to blk_1073741825_1001 (size=92)
2026-05-18 14:22:03,165 INFO  [IPC Server handler 6 on default port 36771] hdfs.StateChange (FSNamesystem.java:completeFile(3239)) - DIR* completeFile: /id_taco-taco/1779114097000/.kudu-metadata.json is closed by DFSClient_NONMAPREDUCE_973791481_1
2026-05-18 14:22:03,167 INFO  [main] backup.BackupIO (BackupIO.scala:writeTableMetadata(95)) - Writing metadata to hdfs://localhost:36771/id_taco-taco/1779114101000/.kudu-metadata.json
2026-05-18 14:22:03,170 INFO  [IPC Server handler 7 on default port 36771] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=create	src=/id_taco-taco/1779114101000/.kudu-metadata.json	dst=null	perm=slave:supergroup:rw-r--r--	proto=rpc
2026-05-18 14:22:03,174 INFO  [IPC Server handler 8 on default port 36771] hdfs.StateChange (FSDirWriteFileOp.java:logAllocatedBlock(801)) - BLOCK* allocate blk_1073741826_1002, replicas=127.0.0.1:42001 for /id_taco-taco/1779114101000/.kudu-metadata.json
2026-05-18 14:22:03,178 INFO  [DataXceiver for client DFSClient_NONMAPREDUCE_973791481_1 at /127.0.0.1:42488 [Receiving block BP-778769004-10.240.0.17-1779114118964:blk_1073741826_1002]] datanode.DataNode (DataXceiver.java:writeBlock(759)) - Receiving BP-778769004-10.240.0.17-1779114118964:blk_1073741826_1002 src: /127.0.0.1:42488 dest: /127.0.0.1:42001
2026-05-18 14:22:03,182 INFO  [PacketResponder: BP-778769004-10.240.0.17-1779114118964:blk_1073741826_1002, type=LAST_IN_PIPELINE] DataNode.clienttrace (BlockReceiver.java:finalizeBlock(1576)) - src: /127.0.0.1:42488, dest: /127.0.0.1:42001, volume: /tmp/hdfs-test3400735416896802111/data/data2, bytes: 121, op: HDFS_WRITE, cliID: DFSClient_NONMAPREDUCE_973791481_1, offset: 0, srvID: 44054399-eabb-4c0e-89b9-a197688798b0, blockid: BP-778769004-10.240.0.17-1779114118964:blk_1073741826_1002, duration(ns): 2098708
2026-05-18 14:22:03,182 INFO  [PacketResponder: BP-778769004-10.240.0.17-1779114118964:blk_1073741826_1002, type=LAST_IN_PIPELINE] datanode.DataNode (BlockReceiver.java:run(1549)) - PacketResponder: BP-778769004-10.240.0.17-1779114118964:blk_1073741826_1002, type=LAST_IN_PIPELINE terminating
2026-05-18 14:22:03,184 INFO  [IPC Server handler 0 on default port 36771] namenode.FSNamesystem (FSNamesystem.java:checkBlocksComplete(3286)) - BLOCK* blk_1073741826_1002 is COMMITTED but not COMPLETE(numNodes= 0 <  minimum = 1) in file /id_taco-taco/1779114101000/.kudu-metadata.json
2026-05-18 14:22:03,185 INFO  [Block report processor] BlockStateChange (BlockManager.java:addStoredBlock(3777)) - BLOCK* addStoredBlock: 127.0.0.1:42001 is added to blk_1073741826_1002 (size=121)
2026-05-18 14:22:03,588 INFO  [IPC Server handler 1 on default port 36771] hdfs.StateChange (FSNamesystem.java:completeFile(3239)) - DIR* completeFile: /id_taco-taco/1779114101000/.kudu-metadata.json is closed by DFSClient_NONMAPREDUCE_973791481_1
2026-05-18 14:22:03,589 INFO  [main] backup.BackupIO (BackupIO.scala:writeTableMetadata(95)) - Writing metadata to hdfs://localhost:36771/id_taco-taco/1779114106000/.kudu-metadata.json
2026-05-18 14:22:03,593 INFO  [IPC Server handler 2 on default port 36771] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=create	src=/id_taco-taco/1779114106000/.kudu-metadata.json	dst=null	perm=slave:supergroup:rw-r--r--	proto=rpc
2026-05-18 14:22:03,598 INFO  [IPC Server handler 3 on default port 36771] hdfs.StateChange (FSDirWriteFileOp.java:logAllocatedBlock(801)) - BLOCK* allocate blk_1073741827_1003, replicas=127.0.0.1:42001 for /id_taco-taco/1779114106000/.kudu-metadata.json
2026-05-18 14:22:03,601 INFO  [DataXceiver for client DFSClient_NONMAPREDUCE_973791481_1 at /127.0.0.1:42490 [Receiving block BP-778769004-10.240.0.17-1779114118964:blk_1073741827_1003]] datanode.DataNode (DataXceiver.java:writeBlock(759)) - Receiving BP-778769004-10.240.0.17-1779114118964:blk_1073741827_1003 src: /127.0.0.1:42490 dest: /127.0.0.1:42001
2026-05-18 14:22:03,605 INFO  [PacketResponder: BP-778769004-10.240.0.17-1779114118964:blk_1073741827_1003, type=LAST_IN_PIPELINE] DataNode.clienttrace (BlockReceiver.java:finalizeBlock(1576)) - src: /127.0.0.1:42490, dest: /127.0.0.1:42001, volume: /tmp/hdfs-test3400735416896802111/data/data1, bytes: 121, op: HDFS_WRITE, cliID: DFSClient_NONMAPREDUCE_973791481_1, offset: 0, srvID: 44054399-eabb-4c0e-89b9-a197688798b0, blockid: BP-778769004-10.240.0.17-1779114118964:blk_1073741827_1003, duration(ns): 1817118
2026-05-18 14:22:03,605 INFO  [PacketResponder: BP-778769004-10.240.0.17-1779114118964:blk_1073741827_1003, type=LAST_IN_PIPELINE] datanode.DataNode (BlockReceiver.java:run(1549)) - PacketResponder: BP-778769004-10.240.0.17-1779114118964:blk_1073741827_1003, type=LAST_IN_PIPELINE terminating
2026-05-18 14:22:03,607 INFO  [IPC Server handler 5 on default port 36771] namenode.FSNamesystem (FSNamesystem.java:checkBlocksComplete(3286)) - BLOCK* blk_1073741827_1003 is COMMITTED but not COMPLETE(numNodes= 0 <  minimum = 1) in file /id_taco-taco/1779114106000/.kudu-metadata.json
2026-05-18 14:22:03,608 INFO  [Block report processor] BlockStateChange (BlockManager.java:addStoredBlock(3777)) - BLOCK* addStoredBlock: 127.0.0.1:42001 is added to blk_1073741827_1003 (size=121)
2026-05-18 14:22:04,010 INFO  [IPC Server handler 6 on default port 36771] hdfs.StateChange (FSNamesystem.java:completeFile(3239)) - DIR* completeFile: /id_taco-taco/1779114106000/.kudu-metadata.json is closed by DFSClient_NONMAPREDUCE_973791481_1
2026-05-18 14:22:04,153 INFO  [IPC Server handler 7 on default port 36771] 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:22:04,161 INFO  [IPC Server handler 8 on default port 36771] 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:22:04,171 INFO  [IPC Server handler 9 on default port 36771] 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:22:04,175 INFO  [IPC Server handler 0 on default port 36771] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779114097000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:22:04,186 INFO  [IPC Server handler 1 on default port 36771] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=open	src=/id_taco-taco/1779114097000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:22:04,266 INFO  [IPC Server handler 2 on default port 36771] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779114101000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:22:04,269 INFO  [IPC Server handler 3 on default port 36771] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=open	src=/id_taco-taco/1779114101000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:22:04,276 INFO  [IPC Server handler 4 on default port 36771] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779114106000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:22:04,278 INFO  [IPC Server handler 5 on default port 36771] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=open	src=/id_taco-taco/1779114106000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:22:04,283 INFO  [main] backup.BackupIO (BackupIO.scala:readTableBackups(236)) - Found 3 paths in hdfs://localhost:36771/id_taco-taco
checking existence of hdfs://localhost:36771/id_taco-taco/1779114097000/.kudu-metadata.json
2026-05-18 14:22:04,327 INFO  [IPC Server handler 6 on default port 36771] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779114097000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
checking existence of hdfs://localhost:36771/id_taco-taco/1779114101000/.kudu-metadata.json
2026-05-18 14:22:04,330 INFO  [IPC Server handler 7 on default port 36771] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779114101000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
checking existence of hdfs://localhost:36771/id_taco-taco/1779114106000/.kudu-metadata.json
2026-05-18 14:22:04,332 INFO  [IPC Server handler 8 on default port 36771] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779114106000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:22:04,334 INFO  [main] backup.BackupIO (BackupIO.scala:writeTableMetadata(95)) - Writing metadata to hdfs://localhost:36771/id_taco-taco/1779114102000/.kudu-metadata.json
2026-05-18 14:22:04,337 INFO  [IPC Server handler 9 on default port 36771] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=create	src=/id_taco-taco/1779114102000/.kudu-metadata.json	dst=null	perm=slave:supergroup:rw-r--r--	proto=rpc
2026-05-18 14:22:04,343 INFO  [IPC Server handler 0 on default port 36771] hdfs.StateChange (FSDirWriteFileOp.java:logAllocatedBlock(801)) - BLOCK* allocate blk_1073741828_1004, replicas=127.0.0.1:42001 for /id_taco-taco/1779114102000/.kudu-metadata.json
2026-05-18 14:22:04,346 INFO  [DataXceiver for client DFSClient_NONMAPREDUCE_973791481_1 at /127.0.0.1:42514 [Receiving block BP-778769004-10.240.0.17-1779114118964:blk_1073741828_1004]] datanode.DataNode (DataXceiver.java:writeBlock(759)) - Receiving BP-778769004-10.240.0.17-1779114118964:blk_1073741828_1004 src: /127.0.0.1:42514 dest: /127.0.0.1:42001
2026-05-18 14:22:04,352 INFO  [PacketResponder: BP-778769004-10.240.0.17-1779114118964:blk_1073741828_1004, type=LAST_IN_PIPELINE] DataNode.clienttrace (BlockReceiver.java:finalizeBlock(1576)) - src: /127.0.0.1:42514, dest: /127.0.0.1:42001, volume: /tmp/hdfs-test3400735416896802111/data/data2, bytes: 92, op: HDFS_WRITE, cliID: DFSClient_NONMAPREDUCE_973791481_1, offset: 0, srvID: 44054399-eabb-4c0e-89b9-a197688798b0, blockid: BP-778769004-10.240.0.17-1779114118964:blk_1073741828_1004, duration(ns): 3696853
2026-05-18 14:22:04,353 INFO  [PacketResponder: BP-778769004-10.240.0.17-1779114118964:blk_1073741828_1004, type=LAST_IN_PIPELINE] datanode.DataNode (BlockReceiver.java:run(1549)) - PacketResponder: BP-778769004-10.240.0.17-1779114118964:blk_1073741828_1004, type=LAST_IN_PIPELINE terminating
2026-05-18 14:22:04,356 INFO  [Block report processor] BlockStateChange (BlockManager.java:addStoredBlock(3777)) - BLOCK* addStoredBlock: 127.0.0.1:42001 is added to blk_1073741828_1004 (size=92)
2026-05-18 14:22:04,357 INFO  [IPC Server handler 2 on default port 36771] hdfs.StateChange (FSNamesystem.java:completeFile(3239)) - DIR* completeFile: /id_taco-taco/1779114102000/.kudu-metadata.json is closed by DFSClient_NONMAPREDUCE_973791481_1
2026-05-18 14:22:04,359 INFO  [main] backup.BackupIO (BackupIO.scala:writeTableMetadata(95)) - Writing metadata to hdfs://localhost:36771/id_taco-taco/1779114107000/.kudu-metadata.json
2026-05-18 14:22:04,363 INFO  [IPC Server handler 3 on default port 36771] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=create	src=/id_taco-taco/1779114107000/.kudu-metadata.json	dst=null	perm=slave:supergroup:rw-r--r--	proto=rpc
2026-05-18 14:22:04,367 INFO  [IPC Server handler 4 on default port 36771] hdfs.StateChange (FSDirWriteFileOp.java:logAllocatedBlock(801)) - BLOCK* allocate blk_1073741829_1005, replicas=127.0.0.1:42001 for /id_taco-taco/1779114107000/.kudu-metadata.json
2026-05-18 14:22:04,370 INFO  [DataXceiver for client DFSClient_NONMAPREDUCE_973791481_1 at /127.0.0.1:42524 [Receiving block BP-778769004-10.240.0.17-1779114118964:blk_1073741829_1005]] datanode.DataNode (DataXceiver.java:writeBlock(759)) - Receiving BP-778769004-10.240.0.17-1779114118964:blk_1073741829_1005 src: /127.0.0.1:42524 dest: /127.0.0.1:42001
2026-05-18 14:22:04,375 INFO  [PacketResponder: BP-778769004-10.240.0.17-1779114118964:blk_1073741829_1005, type=LAST_IN_PIPELINE] DataNode.clienttrace (BlockReceiver.java:finalizeBlock(1576)) - src: /127.0.0.1:42524, dest: /127.0.0.1:42001, volume: /tmp/hdfs-test3400735416896802111/data/data1, bytes: 121, op: HDFS_WRITE, cliID: DFSClient_NONMAPREDUCE_973791481_1, offset: 0, srvID: 44054399-eabb-4c0e-89b9-a197688798b0, blockid: BP-778769004-10.240.0.17-1779114118964:blk_1073741829_1005, duration(ns): 1628189
2026-05-18 14:22:04,376 INFO  [PacketResponder: BP-778769004-10.240.0.17-1779114118964:blk_1073741829_1005, type=LAST_IN_PIPELINE] datanode.DataNode (BlockReceiver.java:run(1549)) - PacketResponder: BP-778769004-10.240.0.17-1779114118964:blk_1073741829_1005, type=LAST_IN_PIPELINE terminating
2026-05-18 14:22:04,377 INFO  [Block report processor] BlockStateChange (BlockManager.java:addStoredBlock(3777)) - BLOCK* addStoredBlock: 127.0.0.1:42001 is added to blk_1073741829_1005 (size=121)
2026-05-18 14:22:04,378 INFO  [IPC Server handler 6 on default port 36771] hdfs.StateChange (FSNamesystem.java:completeFile(3239)) - DIR* completeFile: /id_taco-taco/1779114107000/.kudu-metadata.json is closed by DFSClient_NONMAPREDUCE_973791481_1
2026-05-18 14:22:04,379 INFO  [main] backup.BackupIO (BackupIO.scala:writeTableMetadata(95)) - Writing metadata to hdfs://localhost:36771/id_taco-taco/1779114112000/.kudu-metadata.json
2026-05-18 14:22:04,382 INFO  [IPC Server handler 7 on default port 36771] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=create	src=/id_taco-taco/1779114112000/.kudu-metadata.json	dst=null	perm=slave:supergroup:rw-r--r--	proto=rpc
2026-05-18 14:22:04,386 INFO  [IPC Server handler 8 on default port 36771] hdfs.StateChange (FSDirWriteFileOp.java:logAllocatedBlock(801)) - BLOCK* allocate blk_1073741830_1006, replicas=127.0.0.1:42001 for /id_taco-taco/1779114112000/.kudu-metadata.json
2026-05-18 14:22:04,389 INFO  [DataXceiver for client DFSClient_NONMAPREDUCE_973791481_1 at /127.0.0.1:42538 [Receiving block BP-778769004-10.240.0.17-1779114118964:blk_1073741830_1006]] datanode.DataNode (DataXceiver.java:writeBlock(759)) - Receiving BP-778769004-10.240.0.17-1779114118964:blk_1073741830_1006 src: /127.0.0.1:42538 dest: /127.0.0.1:42001
2026-05-18 14:22:04,395 INFO  [PacketResponder: BP-778769004-10.240.0.17-1779114118964:blk_1073741830_1006, type=LAST_IN_PIPELINE] DataNode.clienttrace (BlockReceiver.java:finalizeBlock(1576)) - src: /127.0.0.1:42538, dest: /127.0.0.1:42001, volume: /tmp/hdfs-test3400735416896802111/data/data2, bytes: 121, op: HDFS_WRITE, cliID: DFSClient_NONMAPREDUCE_973791481_1, offset: 0, srvID: 44054399-eabb-4c0e-89b9-a197688798b0, blockid: BP-778769004-10.240.0.17-1779114118964:blk_1073741830_1006, duration(ns): 3455854
2026-05-18 14:22:04,396 INFO  [PacketResponder: BP-778769004-10.240.0.17-1779114118964:blk_1073741830_1006, type=LAST_IN_PIPELINE] datanode.DataNode (BlockReceiver.java:run(1549)) - PacketResponder: BP-778769004-10.240.0.17-1779114118964:blk_1073741830_1006, type=LAST_IN_PIPELINE terminating
2026-05-18 14:22:04,398 INFO  [IPC Server handler 0 on default port 36771] namenode.FSNamesystem (FSNamesystem.java:checkBlocksComplete(3286)) - BLOCK* blk_1073741830_1006 is COMMITTED but not COMPLETE(numNodes= 0 <  minimum = 1) in file /id_taco-taco/1779114112000/.kudu-metadata.json
2026-05-18 14:22:04,399 INFO  [Block report processor] BlockStateChange (BlockManager.java:addStoredBlock(3777)) - BLOCK* addStoredBlock: 127.0.0.1:42001 is added to blk_1073741830_1006 (size=121)
2026-05-18 14:22:04,800 INFO  [IPC Server handler 1 on default port 36771] hdfs.StateChange (FSNamesystem.java:completeFile(3239)) - DIR* completeFile: /id_taco-taco/1779114112000/.kudu-metadata.json is closed by DFSClient_NONMAPREDUCE_973791481_1
2026-05-18 14:22:04,802 INFO  [main] backup.BackupIO (BackupIO.scala:writeTableMetadata(95)) - Writing metadata to hdfs://localhost:36771/id_taco-taco/1779114117000/.kudu-metadata.json
2026-05-18 14:22:04,804 INFO  [IPC Server handler 2 on default port 36771] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=create	src=/id_taco-taco/1779114117000/.kudu-metadata.json	dst=null	perm=slave:supergroup:rw-r--r--	proto=rpc
2026-05-18 14:22:04,807 INFO  [IPC Server handler 3 on default port 36771] hdfs.StateChange (FSDirWriteFileOp.java:logAllocatedBlock(801)) - BLOCK* allocate blk_1073741831_1007, replicas=127.0.0.1:42001 for /id_taco-taco/1779114117000/.kudu-metadata.json
2026-05-18 14:22:04,810 INFO  [DataXceiver for client DFSClient_NONMAPREDUCE_973791481_1 at /127.0.0.1:42542 [Receiving block BP-778769004-10.240.0.17-1779114118964:blk_1073741831_1007]] datanode.DataNode (DataXceiver.java:writeBlock(759)) - Receiving BP-778769004-10.240.0.17-1779114118964:blk_1073741831_1007 src: /127.0.0.1:42542 dest: /127.0.0.1:42001
2026-05-18 14:22:04,814 INFO  [PacketResponder: BP-778769004-10.240.0.17-1779114118964:blk_1073741831_1007, type=LAST_IN_PIPELINE] DataNode.clienttrace (BlockReceiver.java:finalizeBlock(1576)) - src: /127.0.0.1:42542, dest: /127.0.0.1:42001, volume: /tmp/hdfs-test3400735416896802111/data/data1, bytes: 121, op: HDFS_WRITE, cliID: DFSClient_NONMAPREDUCE_973791481_1, offset: 0, srvID: 44054399-eabb-4c0e-89b9-a197688798b0, blockid: BP-778769004-10.240.0.17-1779114118964:blk_1073741831_1007, duration(ns): 1706580
2026-05-18 14:22:04,815 INFO  [PacketResponder: BP-778769004-10.240.0.17-1779114118964:blk_1073741831_1007, type=LAST_IN_PIPELINE] datanode.DataNode (BlockReceiver.java:run(1549)) - PacketResponder: BP-778769004-10.240.0.17-1779114118964:blk_1073741831_1007, type=LAST_IN_PIPELINE terminating
2026-05-18 14:22:04,816 INFO  [Block report processor] BlockStateChange (BlockManager.java:addStoredBlock(3777)) - BLOCK* addStoredBlock: 127.0.0.1:42001 is added to blk_1073741831_1007 (size=121)
2026-05-18 14:22:04,817 INFO  [IPC Server handler 5 on default port 36771] hdfs.StateChange (FSNamesystem.java:completeFile(3239)) - DIR* completeFile: /id_taco-taco/1779114117000/.kudu-metadata.json is closed by DFSClient_NONMAPREDUCE_973791481_1
2026-05-18 14:22:04,818 INFO  [main] backup.BackupIO (BackupIO.scala:writeTableMetadata(95)) - Writing metadata to hdfs://localhost:36771/id_taco-taco/1779114121000/.kudu-metadata.json
2026-05-18 14:22:04,821 INFO  [IPC Server handler 6 on default port 36771] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=create	src=/id_taco-taco/1779114121000/.kudu-metadata.json	dst=null	perm=slave:supergroup:rw-r--r--	proto=rpc
2026-05-18 14:22:04,826 INFO  [IPC Server handler 7 on default port 36771] hdfs.StateChange (FSDirWriteFileOp.java:logAllocatedBlock(801)) - BLOCK* allocate blk_1073741832_1008, replicas=127.0.0.1:42001 for /id_taco-taco/1779114121000/.kudu-metadata.json
2026-05-18 14:22:04,828 INFO  [DataXceiver for client DFSClient_NONMAPREDUCE_973791481_1 at /127.0.0.1:42554 [Receiving block BP-778769004-10.240.0.17-1779114118964:blk_1073741832_1008]] datanode.DataNode (DataXceiver.java:writeBlock(759)) - Receiving BP-778769004-10.240.0.17-1779114118964:blk_1073741832_1008 src: /127.0.0.1:42554 dest: /127.0.0.1:42001
2026-05-18 14:22:04,831 INFO  [PacketResponder: BP-778769004-10.240.0.17-1779114118964:blk_1073741832_1008, type=LAST_IN_PIPELINE] DataNode.clienttrace (BlockReceiver.java:finalizeBlock(1576)) - src: /127.0.0.1:42554, dest: /127.0.0.1:42001, volume: /tmp/hdfs-test3400735416896802111/data/data2, bytes: 121, op: HDFS_WRITE, cliID: DFSClient_NONMAPREDUCE_973791481_1, offset: 0, srvID: 44054399-eabb-4c0e-89b9-a197688798b0, blockid: BP-778769004-10.240.0.17-1779114118964:blk_1073741832_1008, duration(ns): 1432484
2026-05-18 14:22:04,832 INFO  [PacketResponder: BP-778769004-10.240.0.17-1779114118964:blk_1073741832_1008, type=LAST_IN_PIPELINE] datanode.DataNode (BlockReceiver.java:run(1549)) - PacketResponder: BP-778769004-10.240.0.17-1779114118964:blk_1073741832_1008, type=LAST_IN_PIPELINE terminating
2026-05-18 14:22:04,833 INFO  [Block report processor] BlockStateChange (BlockManager.java:addStoredBlock(3777)) - BLOCK* addStoredBlock: 127.0.0.1:42001 is added to blk_1073741832_1008 (size=121)
2026-05-18 14:22:04,834 INFO  [IPC Server handler 0 on default port 36771] hdfs.StateChange (FSNamesystem.java:completeFile(3239)) - DIR* completeFile: /id_taco-taco/1779114121000/.kudu-metadata.json is closed by DFSClient_NONMAPREDUCE_973791481_1
2026-05-18 14:22:04,835 INFO  [main] backup.BackupIO (BackupIO.scala:writeTableMetadata(95)) - Writing metadata to hdfs://localhost:36771/id_taco-taco/1779114104000/.kudu-metadata.json
2026-05-18 14:22:04,838 INFO  [IPC Server handler 9 on default port 36771] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=create	src=/id_taco-taco/1779114104000/.kudu-metadata.json	dst=null	perm=slave:supergroup:rw-r--r--	proto=rpc
2026-05-18 14:22:04,843 INFO  [IPC Server handler 1 on default port 36771] hdfs.StateChange (FSDirWriteFileOp.java:logAllocatedBlock(801)) - BLOCK* allocate blk_1073741833_1009, replicas=127.0.0.1:42001 for /id_taco-taco/1779114104000/.kudu-metadata.json
2026-05-18 14:22:04,846 INFO  [DataXceiver for client DFSClient_NONMAPREDUCE_973791481_1 at /127.0.0.1:42570 [Receiving block BP-778769004-10.240.0.17-1779114118964:blk_1073741833_1009]] datanode.DataNode (DataXceiver.java:writeBlock(759)) - Receiving BP-778769004-10.240.0.17-1779114118964:blk_1073741833_1009 src: /127.0.0.1:42570 dest: /127.0.0.1:42001
2026-05-18 14:22:04,850 INFO  [PacketResponder: BP-778769004-10.240.0.17-1779114118964:blk_1073741833_1009, type=LAST_IN_PIPELINE] DataNode.clienttrace (BlockReceiver.java:finalizeBlock(1576)) - src: /127.0.0.1:42570, dest: /127.0.0.1:42001, volume: /tmp/hdfs-test3400735416896802111/data/data1, bytes: 121, op: HDFS_WRITE, cliID: DFSClient_NONMAPREDUCE_973791481_1, offset: 0, srvID: 44054399-eabb-4c0e-89b9-a197688798b0, blockid: BP-778769004-10.240.0.17-1779114118964:blk_1073741833_1009, duration(ns): 2149801
2026-05-18 14:22:04,850 INFO  [PacketResponder: BP-778769004-10.240.0.17-1779114118964:blk_1073741833_1009, type=LAST_IN_PIPELINE] datanode.DataNode (BlockReceiver.java:run(1549)) - PacketResponder: BP-778769004-10.240.0.17-1779114118964:blk_1073741833_1009, type=LAST_IN_PIPELINE terminating
2026-05-18 14:22:04,851 INFO  [Block report processor] BlockStateChange (BlockManager.java:addStoredBlock(3777)) - BLOCK* addStoredBlock: 127.0.0.1:42001 is added to blk_1073741833_1009 (size=121)
2026-05-18 14:22:04,853 INFO  [IPC Server handler 3 on default port 36771] hdfs.StateChange (FSNamesystem.java:completeFile(3239)) - DIR* completeFile: /id_taco-taco/1779114104000/.kudu-metadata.json is closed by DFSClient_NONMAPREDUCE_973791481_1
2026-05-18 14:22:04,872 INFO  [IPC Server handler 4 on default port 36771] 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:22:04,874 INFO  [IPC Server handler 5 on default port 36771] 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:22:04,876 INFO  [IPC Server handler 6 on default port 36771] 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:22:04,880 INFO  [IPC Server handler 7 on default port 36771] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779114097000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:22:04,882 INFO  [IPC Server handler 8 on default port 36771] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=open	src=/id_taco-taco/1779114097000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:22:04,887 INFO  [IPC Server handler 0 on default port 36771] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779114101000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:22:04,889 INFO  [IPC Server handler 9 on default port 36771] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=open	src=/id_taco-taco/1779114101000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:22:04,895 INFO  [IPC Server handler 1 on default port 36771] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779114102000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:22:04,897 INFO  [IPC Server handler 2 on default port 36771] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=open	src=/id_taco-taco/1779114102000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:22:04,903 INFO  [IPC Server handler 3 on default port 36771] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779114104000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:22:04,905 INFO  [IPC Server handler 4 on default port 36771] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=open	src=/id_taco-taco/1779114104000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:22:04,910 INFO  [IPC Server handler 5 on default port 36771] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779114106000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:22:04,912 INFO  [IPC Server handler 6 on default port 36771] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=open	src=/id_taco-taco/1779114106000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:22:04,917 INFO  [IPC Server handler 7 on default port 36771] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779114107000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:22:04,919 INFO  [IPC Server handler 8 on default port 36771] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=open	src=/id_taco-taco/1779114107000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:22:04,923 INFO  [IPC Server handler 0 on default port 36771] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779114112000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:22:04,925 INFO  [IPC Server handler 9 on default port 36771] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=open	src=/id_taco-taco/1779114112000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:22:04,931 INFO  [IPC Server handler 1 on default port 36771] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779114117000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:22:04,933 INFO  [IPC Server handler 2 on default port 36771] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=open	src=/id_taco-taco/1779114117000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:22:04,939 INFO  [IPC Server handler 3 on default port 36771] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779114121000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:22:04,941 INFO  [IPC Server handler 4 on default port 36771] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=open	src=/id_taco-taco/1779114121000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:22:04,946 INFO  [main] backup.BackupIO (BackupIO.scala:readTableBackups(236)) - Found 9 paths in hdfs://localhost:36771/id_taco-taco
DRY RUN: Delete backup name: taco, id: id_taco, fromMs: 1779114101000, toMs: 1779114106000
DRY RUN: Delete backup name: taco, id: id_taco, fromMs: 1779114097000, toMs: 1779114101000
DRY RUN: Delete backup name: taco, id: id_taco, fromMs: 0, toMs: 1779114097000
DRY RUN: Delete backup name: taco, id: id_taco, fromMs: 1779114102000, toMs: 1779114104000
checking existence of hdfs://localhost:36771/id_taco-taco/1779114097000/.kudu-metadata.json
2026-05-18 14:22:04,970 INFO  [IPC Server handler 5 on default port 36771] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779114097000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
checking existence of hdfs://localhost:36771/id_taco-taco/1779114101000/.kudu-metadata.json
2026-05-18 14:22:04,972 INFO  [IPC Server handler 6 on default port 36771] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779114101000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
checking existence of hdfs://localhost:36771/id_taco-taco/1779114106000/.kudu-metadata.json
2026-05-18 14:22:04,974 INFO  [IPC Server handler 7 on default port 36771] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779114106000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
checking existence of hdfs://localhost:36771/id_taco-taco/1779114104000/.kudu-metadata.json
2026-05-18 14:22:04,976 INFO  [IPC Server handler 8 on default port 36771] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779114104000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
checking existence of hdfs://localhost:36771/id_taco-taco/1779114102000/.kudu-metadata.json
2026-05-18 14:22:04,979 INFO  [IPC Server handler 0 on default port 36771] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779114102000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
checking existence of hdfs://localhost:36771/id_taco-taco/1779114107000/.kudu-metadata.json
2026-05-18 14:22:04,982 INFO  [IPC Server handler 9 on default port 36771] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779114107000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
checking existence of hdfs://localhost:36771/id_taco-taco/1779114112000/.kudu-metadata.json
2026-05-18 14:22:04,985 INFO  [IPC Server handler 2 on default port 36771] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779114112000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
checking existence of hdfs://localhost:36771/id_taco-taco/1779114117000/.kudu-metadata.json
2026-05-18 14:22:04,987 INFO  [IPC Server handler 3 on default port 36771] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779114117000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
checking existence of hdfs://localhost:36771/id_taco-taco/1779114121000/.kudu-metadata.json
2026-05-18 14:22:04,989 INFO  [IPC Server handler 4 on default port 36771] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779114121000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:22:05,011 INFO  [IPC Server handler 5 on default port 36771] 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:22:05,013 INFO  [IPC Server handler 6 on default port 36771] 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:22:05,016 INFO  [IPC Server handler 7 on default port 36771] 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:22:05,018 INFO  [IPC Server handler 8 on default port 36771] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779114097000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:22:05,020 INFO  [IPC Server handler 0 on default port 36771] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=open	src=/id_taco-taco/1779114097000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:22:05,026 INFO  [IPC Server handler 9 on default port 36771] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779114101000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:22:05,027 INFO  [IPC Server handler 1 on default port 36771] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=open	src=/id_taco-taco/1779114101000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:22:05,033 INFO  [IPC Server handler 2 on default port 36771] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779114102000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:22:05,035 INFO  [IPC Server handler 3 on default port 36771] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=open	src=/id_taco-taco/1779114102000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:22:05,039 INFO  [IPC Server handler 4 on default port 36771] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779114104000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:22:05,042 INFO  [IPC Server handler 5 on default port 36771] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=open	src=/id_taco-taco/1779114104000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:22:05,050 INFO  [IPC Server handler 6 on default port 36771] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779114106000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:22:05,052 INFO  [IPC Server handler 7 on default port 36771] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=open	src=/id_taco-taco/1779114106000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:22:05,059 INFO  [IPC Server handler 8 on default port 36771] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779114107000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:22:05,061 INFO  [IPC Server handler 0 on default port 36771] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=open	src=/id_taco-taco/1779114107000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:22:05,067 INFO  [IPC Server handler 9 on default port 36771] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779114112000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:22:05,069 INFO  [IPC Server handler 1 on default port 36771] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=open	src=/id_taco-taco/1779114112000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:22:05,075 INFO  [IPC Server handler 2 on default port 36771] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779114117000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:22:05,077 INFO  [IPC Server handler 3 on default port 36771] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=open	src=/id_taco-taco/1779114117000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:22:05,083 INFO  [IPC Server handler 4 on default port 36771] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779114121000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:22:05,085 INFO  [IPC Server handler 5 on default port 36771] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=open	src=/id_taco-taco/1779114121000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:22:05,089 INFO  [main] backup.BackupIO (BackupIO.scala:readTableBackups(236)) - Found 9 paths in hdfs://localhost:36771/id_taco-taco
Delete backup name: taco, id: id_taco, fromMs: 1779114101000, toMs: 1779114106000
2026-05-18 14:22:05,107 INFO  [IPC Server handler 6 on default port 36771] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=delete	src=/id_taco-taco/1779114106000	dst=null	perm=null	proto=rpc
Delete backup name: taco, id: id_taco, fromMs: 1779114097000, toMs: 1779114101000
2026-05-18 14:22:05,111 INFO  [IPC Server handler 7 on default port 36771] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=delete	src=/id_taco-taco/1779114101000	dst=null	perm=null	proto=rpc
Delete backup name: taco, id: id_taco, fromMs: 0, toMs: 1779114097000
2026-05-18 14:22:05,113 INFO  [IPC Server handler 8 on default port 36771] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=delete	src=/id_taco-taco/1779114097000	dst=null	perm=null	proto=rpc
Delete backup name: taco, id: id_taco, fromMs: 1779114102000, toMs: 1779114104000
2026-05-18 14:22:05,115 INFO  [IPC Server handler 0 on default port 36771] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=delete	src=/id_taco-taco/1779114104000	dst=null	perm=null	proto=rpc
checking existence of hdfs://localhost:36771/id_taco-taco/1779114097000/.kudu-metadata.json
2026-05-18 14:22:05,117 INFO  [IPC Server handler 9 on default port 36771] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779114097000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
checking existence of hdfs://localhost:36771/id_taco-taco/1779114101000/.kudu-metadata.json
2026-05-18 14:22:05,119 INFO  [IPC Server handler 1 on default port 36771] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779114101000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
checking existence of hdfs://localhost:36771/id_taco-taco/1779114106000/.kudu-metadata.json
2026-05-18 14:22:05,121 INFO  [IPC Server handler 2 on default port 36771] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779114106000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
checking existence of hdfs://localhost:36771/id_taco-taco/1779114104000/.kudu-metadata.json
2026-05-18 14:22:05,122 INFO  [IPC Server handler 3 on default port 36771] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779114104000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
checking existence of hdfs://localhost:36771/id_taco-taco/1779114102000/.kudu-metadata.json
2026-05-18 14:22:05,124 INFO  [IPC Server handler 4 on default port 36771] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779114102000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
checking existence of hdfs://localhost:36771/id_taco-taco/1779114107000/.kudu-metadata.json
2026-05-18 14:22:05,126 INFO  [IPC Server handler 5 on default port 36771] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779114107000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
checking existence of hdfs://localhost:36771/id_taco-taco/1779114112000/.kudu-metadata.json
2026-05-18 14:22:05,128 INFO  [IPC Server handler 6 on default port 36771] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779114112000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
checking existence of hdfs://localhost:36771/id_taco-taco/1779114117000/.kudu-metadata.json
2026-05-18 14:22:05,129 INFO  [IPC Server handler 7 on default port 36771] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779114117000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
checking existence of hdfs://localhost:36771/id_taco-taco/1779114121000/.kudu-metadata.json
2026-05-18 14:22:05,131 INFO  [IPC Server handler 8 on default port 36771] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779114121000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:22:05,132 INFO  [main] backup.BackupIO (BackupIO.scala:writeTableMetadata(95)) - Writing metadata to hdfs://localhost:36771/id_taco-taco/1779114103000/.kudu-metadata.json
2026-05-18 14:22:05,133 INFO  [IPC Server handler 0 on default port 36771] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=create	src=/id_taco-taco/1779114103000/.kudu-metadata.json	dst=null	perm=slave:supergroup:rw-r--r--	proto=rpc
2026-05-18 14:22:05,136 INFO  [IPC Server handler 9 on default port 36771] hdfs.StateChange (FSDirWriteFileOp.java:logAllocatedBlock(801)) - BLOCK* allocate blk_1073741834_1010, replicas=127.0.0.1:42001 for /id_taco-taco/1779114103000/.kudu-metadata.json
2026-05-18 14:22:05,138 INFO  [DataXceiver for client DFSClient_NONMAPREDUCE_973791481_1 at /127.0.0.1:42578 [Receiving block BP-778769004-10.240.0.17-1779114118964:blk_1073741834_1010]] datanode.DataNode (DataXceiver.java:writeBlock(759)) - Receiving BP-778769004-10.240.0.17-1779114118964:blk_1073741834_1010 src: /127.0.0.1:42578 dest: /127.0.0.1:42001
2026-05-18 14:22:05,144 INFO  [PacketResponder: BP-778769004-10.240.0.17-1779114118964:blk_1073741834_1010, type=LAST_IN_PIPELINE] DataNode.clienttrace (BlockReceiver.java:finalizeBlock(1576)) - src: /127.0.0.1:42578, dest: /127.0.0.1:42001, volume: /tmp/hdfs-test3400735416896802111/data/data2, bytes: 92, op: HDFS_WRITE, cliID: DFSClient_NONMAPREDUCE_973791481_1, offset: 0, srvID: 44054399-eabb-4c0e-89b9-a197688798b0, blockid: BP-778769004-10.240.0.17-1779114118964:blk_1073741834_1010, duration(ns): 1553423
2026-05-18 14:22:05,144 INFO  [PacketResponder: BP-778769004-10.240.0.17-1779114118964:blk_1073741834_1010, type=LAST_IN_PIPELINE] datanode.DataNode (BlockReceiver.java:run(1549)) - PacketResponder: BP-778769004-10.240.0.17-1779114118964:blk_1073741834_1010, type=LAST_IN_PIPELINE terminating
2026-05-18 14:22:05,145 INFO  [Block report processor] BlockStateChange (BlockManager.java:addStoredBlock(3777)) - BLOCK* addStoredBlock: 127.0.0.1:42001 is added to blk_1073741834_1010 (size=92)
2026-05-18 14:22:05,147 INFO  [IPC Server handler 2 on default port 36771] hdfs.StateChange (FSNamesystem.java:completeFile(3239)) - DIR* completeFile: /id_taco-taco/1779114103000/.kudu-metadata.json is closed by DFSClient_NONMAPREDUCE_973791481_1
2026-05-18 14:22:05,148 INFO  [main] backup.BackupIO (BackupIO.scala:writeTableMetadata(95)) - Writing metadata to hdfs://localhost:36771/id_taco-taco/1779114108000/.kudu-metadata.json
2026-05-18 14:22:05,150 INFO  [IPC Server handler 3 on default port 36771] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=create	src=/id_taco-taco/1779114108000/.kudu-metadata.json	dst=null	perm=slave:supergroup:rw-r--r--	proto=rpc
2026-05-18 14:22:05,153 INFO  [IPC Server handler 4 on default port 36771] hdfs.StateChange (FSDirWriteFileOp.java:logAllocatedBlock(801)) - BLOCK* allocate blk_1073741835_1011, replicas=127.0.0.1:42001 for /id_taco-taco/1779114108000/.kudu-metadata.json
2026-05-18 14:22:05,155 INFO  [DataXceiver for client DFSClient_NONMAPREDUCE_973791481_1 at /127.0.0.1:42594 [Receiving block BP-778769004-10.240.0.17-1779114118964:blk_1073741835_1011]] datanode.DataNode (DataXceiver.java:writeBlock(759)) - Receiving BP-778769004-10.240.0.17-1779114118964:blk_1073741835_1011 src: /127.0.0.1:42594 dest: /127.0.0.1:42001
2026-05-18 14:22:05,158 INFO  [PacketResponder: BP-778769004-10.240.0.17-1779114118964:blk_1073741835_1011, type=LAST_IN_PIPELINE] DataNode.clienttrace (BlockReceiver.java:finalizeBlock(1576)) - src: /127.0.0.1:42594, dest: /127.0.0.1:42001, volume: /tmp/hdfs-test3400735416896802111/data/data1, bytes: 121, op: HDFS_WRITE, cliID: DFSClient_NONMAPREDUCE_973791481_1, offset: 0, srvID: 44054399-eabb-4c0e-89b9-a197688798b0, blockid: BP-778769004-10.240.0.17-1779114118964:blk_1073741835_1011, duration(ns): 1262942
2026-05-18 14:22:05,158 INFO  [PacketResponder: BP-778769004-10.240.0.17-1779114118964:blk_1073741835_1011, type=LAST_IN_PIPELINE] datanode.DataNode (BlockReceiver.java:run(1549)) - PacketResponder: BP-778769004-10.240.0.17-1779114118964:blk_1073741835_1011, type=LAST_IN_PIPELINE terminating
2026-05-18 14:22:05,159 INFO  [Block report processor] BlockStateChange (BlockManager.java:addStoredBlock(3777)) - BLOCK* addStoredBlock: 127.0.0.1:42001 is added to blk_1073741835_1011 (size=121)
2026-05-18 14:22:05,160 INFO  [IPC Server handler 6 on default port 36771] hdfs.StateChange (FSNamesystem.java:completeFile(3239)) - DIR* completeFile: /id_taco-taco/1779114108000/.kudu-metadata.json is closed by DFSClient_NONMAPREDUCE_973791481_1
2026-05-18 14:22:05,161 INFO  [main] backup.BackupIO (BackupIO.scala:writeTableMetadata(95)) - Writing metadata to hdfs://localhost:36771/id_taco-taco/1779114113000/.kudu-metadata.json
2026-05-18 14:22:05,163 INFO  [IPC Server handler 7 on default port 36771] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=create	src=/id_taco-taco/1779114113000/.kudu-metadata.json	dst=null	perm=slave:supergroup:rw-r--r--	proto=rpc
2026-05-18 14:22:05,166 INFO  [IPC Server handler 8 on default port 36771] hdfs.StateChange (FSDirWriteFileOp.java:logAllocatedBlock(801)) - BLOCK* allocate blk_1073741836_1012, replicas=127.0.0.1:42001 for /id_taco-taco/1779114113000/.kudu-metadata.json
2026-05-18 14:22:05,168 INFO  [DataXceiver for client DFSClient_NONMAPREDUCE_973791481_1 at /127.0.0.1:42596 [Receiving block BP-778769004-10.240.0.17-1779114118964:blk_1073741836_1012]] datanode.DataNode (DataXceiver.java:writeBlock(759)) - Receiving BP-778769004-10.240.0.17-1779114118964:blk_1073741836_1012 src: /127.0.0.1:42596 dest: /127.0.0.1:42001
2026-05-18 14:22:05,172 INFO  [PacketResponder: BP-778769004-10.240.0.17-1779114118964:blk_1073741836_1012, type=LAST_IN_PIPELINE] DataNode.clienttrace (BlockReceiver.java:finalizeBlock(1576)) - src: /127.0.0.1:42596, dest: /127.0.0.1:42001, volume: /tmp/hdfs-test3400735416896802111/data/data2, bytes: 121, op: HDFS_WRITE, cliID: DFSClient_NONMAPREDUCE_973791481_1, offset: 0, srvID: 44054399-eabb-4c0e-89b9-a197688798b0, blockid: BP-778769004-10.240.0.17-1779114118964:blk_1073741836_1012, duration(ns): 1536400
2026-05-18 14:22:05,173 INFO  [PacketResponder: BP-778769004-10.240.0.17-1779114118964:blk_1073741836_1012, type=LAST_IN_PIPELINE] datanode.DataNode (BlockReceiver.java:run(1549)) - PacketResponder: BP-778769004-10.240.0.17-1779114118964:blk_1073741836_1012, type=LAST_IN_PIPELINE terminating
2026-05-18 14:22:05,174 INFO  [Block report processor] BlockStateChange (BlockManager.java:addStoredBlock(3777)) - BLOCK* addStoredBlock: 127.0.0.1:42001 is added to blk_1073741836_1012 (size=121)
2026-05-18 14:22:05,175 INFO  [IPC Server handler 9 on default port 36771] hdfs.StateChange (FSNamesystem.java:completeFile(3239)) - DIR* completeFile: /id_taco-taco/1779114113000/.kudu-metadata.json is closed by DFSClient_NONMAPREDUCE_973791481_1
2026-05-18 14:22:05,176 INFO  [main] backup.BackupIO (BackupIO.scala:writeTableMetadata(95)) - Writing metadata to hdfs://localhost:36771/id_taco-taco/1779114118000/.kudu-metadata.json
2026-05-18 14:22:05,178 INFO  [IPC Server handler 1 on default port 36771] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=create	src=/id_taco-taco/1779114118000/.kudu-metadata.json	dst=null	perm=slave:supergroup:rw-r--r--	proto=rpc
2026-05-18 14:22:05,181 INFO  [IPC Server handler 2 on default port 36771] hdfs.StateChange (FSDirWriteFileOp.java:logAllocatedBlock(801)) - BLOCK* allocate blk_1073741837_1013, replicas=127.0.0.1:42001 for /id_taco-taco/1779114118000/.kudu-metadata.json
2026-05-18 14:22:05,183 INFO  [DataXceiver for client DFSClient_NONMAPREDUCE_973791481_1 at /127.0.0.1:42598 [Receiving block BP-778769004-10.240.0.17-1779114118964:blk_1073741837_1013]] datanode.DataNode (DataXceiver.java:writeBlock(759)) - Receiving BP-778769004-10.240.0.17-1779114118964:blk_1073741837_1013 src: /127.0.0.1:42598 dest: /127.0.0.1:42001
2026-05-18 14:22:05,186 INFO  [PacketResponder: BP-778769004-10.240.0.17-1779114118964:blk_1073741837_1013, type=LAST_IN_PIPELINE] DataNode.clienttrace (BlockReceiver.java:finalizeBlock(1576)) - src: /127.0.0.1:42598, dest: /127.0.0.1:42001, volume: /tmp/hdfs-test3400735416896802111/data/data1, bytes: 121, op: HDFS_WRITE, cliID: DFSClient_NONMAPREDUCE_973791481_1, offset: 0, srvID: 44054399-eabb-4c0e-89b9-a197688798b0, blockid: BP-778769004-10.240.0.17-1779114118964:blk_1073741837_1013, duration(ns): 1252434
2026-05-18 14:22:05,186 INFO  [PacketResponder: BP-778769004-10.240.0.17-1779114118964:blk_1073741837_1013, type=LAST_IN_PIPELINE] datanode.DataNode (BlockReceiver.java:run(1549)) - PacketResponder: BP-778769004-10.240.0.17-1779114118964:blk_1073741837_1013, type=LAST_IN_PIPELINE terminating
2026-05-18 14:22:05,187 INFO  [Block report processor] BlockStateChange (BlockManager.java:addStoredBlock(3777)) - BLOCK* addStoredBlock: 127.0.0.1:42001 is added to blk_1073741837_1013 (size=121)
2026-05-18 14:22:05,188 INFO  [IPC Server handler 4 on default port 36771] hdfs.StateChange (FSNamesystem.java:completeFile(3239)) - DIR* completeFile: /id_taco-taco/1779114118000/.kudu-metadata.json is closed by DFSClient_NONMAPREDUCE_973791481_1
2026-05-18 14:22:05,189 INFO  [main] backup.BackupIO (BackupIO.scala:writeTableMetadata(95)) - Writing metadata to hdfs://localhost:36771/id_taco-taco/1779114120000/.kudu-metadata.json
2026-05-18 14:22:05,192 INFO  [IPC Server handler 5 on default port 36771] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=create	src=/id_taco-taco/1779114120000/.kudu-metadata.json	dst=null	perm=slave:supergroup:rw-r--r--	proto=rpc
2026-05-18 14:22:05,195 INFO  [IPC Server handler 6 on default port 36771] hdfs.StateChange (FSDirWriteFileOp.java:logAllocatedBlock(801)) - BLOCK* allocate blk_1073741838_1014, replicas=127.0.0.1:42001 for /id_taco-taco/1779114120000/.kudu-metadata.json
2026-05-18 14:22:05,197 INFO  [DataXceiver for client DFSClient_NONMAPREDUCE_973791481_1 at /127.0.0.1:42602 [Receiving block BP-778769004-10.240.0.17-1779114118964:blk_1073741838_1014]] datanode.DataNode (DataXceiver.java:writeBlock(759)) - Receiving BP-778769004-10.240.0.17-1779114118964:blk_1073741838_1014 src: /127.0.0.1:42602 dest: /127.0.0.1:42001
2026-05-18 14:22:05,200 INFO  [PacketResponder: BP-778769004-10.240.0.17-1779114118964:blk_1073741838_1014, type=LAST_IN_PIPELINE] DataNode.clienttrace (BlockReceiver.java:finalizeBlock(1576)) - src: /127.0.0.1:42602, dest: /127.0.0.1:42001, volume: /tmp/hdfs-test3400735416896802111/data/data2, bytes: 121, op: HDFS_WRITE, cliID: DFSClient_NONMAPREDUCE_973791481_1, offset: 0, srvID: 44054399-eabb-4c0e-89b9-a197688798b0, blockid: BP-778769004-10.240.0.17-1779114118964:blk_1073741838_1014, duration(ns): 1197863
2026-05-18 14:22:05,200 INFO  [PacketResponder: BP-778769004-10.240.0.17-1779114118964:blk_1073741838_1014, type=LAST_IN_PIPELINE] datanode.DataNode (BlockReceiver.java:run(1549)) - PacketResponder: BP-778769004-10.240.0.17-1779114118964:blk_1073741838_1014, type=LAST_IN_PIPELINE terminating
2026-05-18 14:22:05,202 INFO  [IPC Server handler 8 on default port 36771] namenode.FSNamesystem (FSNamesystem.java:checkBlocksComplete(3286)) - BLOCK* blk_1073741838_1014 is COMMITTED but not COMPLETE(numNodes= 0 <  minimum = 1) in file /id_taco-taco/1779114120000/.kudu-metadata.json
2026-05-18 14:22:05,202 INFO  [Block report processor] BlockStateChange (BlockManager.java:addStoredBlock(3777)) - BLOCK* addStoredBlock: 127.0.0.1:42001 is added to blk_1073741838_1014 (size=121)
2026-05-18 14:22:05,606 INFO  [IPC Server handler 0 on default port 36771] hdfs.StateChange (FSNamesystem.java:completeFile(3239)) - DIR* completeFile: /id_taco-taco/1779114120000/.kudu-metadata.json is closed by DFSClient_NONMAPREDUCE_973791481_1
2026-05-18 14:22:05,627 INFO  [IPC Server handler 9 on default port 36771] 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:22:05,629 INFO  [IPC Server handler 1 on default port 36771] 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:22:05,631 INFO  [IPC Server handler 2 on default port 36771] 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:22:05,634 INFO  [IPC Server handler 3 on default port 36771] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779114102000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:22:05,636 INFO  [IPC Server handler 4 on default port 36771] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=open	src=/id_taco-taco/1779114102000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:22:05,641 INFO  [IPC Server handler 5 on default port 36771] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779114103000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:22:05,642 INFO  [IPC Server handler 6 on default port 36771] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=open	src=/id_taco-taco/1779114103000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:22:05,647 INFO  [IPC Server handler 7 on default port 36771] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779114107000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:22:05,649 INFO  [IPC Server handler 8 on default port 36771] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=open	src=/id_taco-taco/1779114107000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:22:05,654 INFO  [IPC Server handler 0 on default port 36771] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779114108000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:22:05,657 INFO  [IPC Server handler 9 on default port 36771] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=open	src=/id_taco-taco/1779114108000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:22:05,665 INFO  [IPC Server handler 1 on default port 36771] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779114112000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:22:05,667 INFO  [IPC Server handler 2 on default port 36771] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=open	src=/id_taco-taco/1779114112000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:22:05,672 INFO  [IPC Server handler 3 on default port 36771] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779114113000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:22:05,674 INFO  [IPC Server handler 4 on default port 36771] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=open	src=/id_taco-taco/1779114113000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:22:05,680 INFO  [IPC Server handler 5 on default port 36771] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779114117000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:22:05,682 INFO  [IPC Server handler 6 on default port 36771] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=open	src=/id_taco-taco/1779114117000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:22:05,689 INFO  [IPC Server handler 7 on default port 36771] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779114118000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:22:05,691 INFO  [IPC Server handler 8 on default port 36771] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=open	src=/id_taco-taco/1779114118000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:22:05,698 INFO  [IPC Server handler 0 on default port 36771] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779114120000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:22:05,700 INFO  [IPC Server handler 9 on default port 36771] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=open	src=/id_taco-taco/1779114120000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:22:05,704 INFO  [IPC Server handler 1 on default port 36771] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779114121000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:22:05,706 INFO  [IPC Server handler 2 on default port 36771] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=open	src=/id_taco-taco/1779114121000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 14:22:05,709 INFO  [main] backup.BackupIO (BackupIO.scala:readTableBackups(236)) - Found 10 paths in hdfs://localhost:36771/id_taco-taco
checking existence of hdfs://localhost:36771/id_taco-taco/1779114097000/.kudu-metadata.json
2026-05-18 14:22:05,716 INFO  [IPC Server handler 3 on default port 36771] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779114097000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
checking existence of hdfs://localhost:36771/id_taco-taco/1779114101000/.kudu-metadata.json
2026-05-18 14:22:05,718 INFO  [IPC Server handler 4 on default port 36771] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779114101000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
checking existence of hdfs://localhost:36771/id_taco-taco/1779114106000/.kudu-metadata.json
2026-05-18 14:22:05,719 INFO  [IPC Server handler 5 on default port 36771] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779114106000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
checking existence of hdfs://localhost:36771/id_taco-taco/1779114102000/.kudu-metadata.json
2026-05-18 14:22:05,723 INFO  [IPC Server handler 6 on default port 36771] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779114102000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
checking existence of hdfs://localhost:36771/id_taco-taco/1779114107000/.kudu-metadata.json
2026-05-18 14:22:05,726 INFO  [IPC Server handler 7 on default port 36771] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779114107000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
checking existence of hdfs://localhost:36771/id_taco-taco/1779114112000/.kudu-metadata.json
2026-05-18 14:22:05,728 INFO  [IPC Server handler 8 on default port 36771] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779114112000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
checking existence of hdfs://localhost:36771/id_taco-taco/1779114117000/.kudu-metadata.json
2026-05-18 14:22:05,730 INFO  [IPC Server handler 0 on default port 36771] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779114117000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
checking existence of hdfs://localhost:36771/id_taco-taco/1779114121000/.kudu-metadata.json
2026-05-18 14:22:05,732 INFO  [IPC Server handler 9 on default port 36771] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779114121000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
checking existence of hdfs://localhost:36771/id_taco-taco/1779114103000/.kudu-metadata.json
2026-05-18 14:22:05,735 INFO  [IPC Server handler 1 on default port 36771] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779114103000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
checking existence of hdfs://localhost:36771/id_taco-taco/1779114108000/.kudu-metadata.json
2026-05-18 14:22:05,737 INFO  [IPC Server handler 2 on default port 36771] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779114108000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
checking existence of hdfs://localhost:36771/id_taco-taco/1779114113000/.kudu-metadata.json
2026-05-18 14:22:05,739 INFO  [IPC Server handler 3 on default port 36771] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779114113000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
checking existence of hdfs://localhost:36771/id_taco-taco/1779114118000/.kudu-metadata.json
2026-05-18 14:22:05,740 INFO  [IPC Server handler 4 on default port 36771] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779114118000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
checking existence of hdfs://localhost:36771/id_taco-taco/1779114120000/.kudu-metadata.json
2026-05-18 14:22:05,742 INFO  [IPC Server handler 5 on default port 36771] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779114120000/.kudu-metadata.json	dst=null	perm=null	proto=rpc

Time: 8.453

OK (1 test)

2026-05-18 14:22:05,757 WARN  [shutdown-hook-0] impl.FsDatasetImpl (BlockPoolSlice.java:saveDfsUsed(413)) - Failed to write dfsUsed to /tmp/hdfs-test3400735416896802111/data/data1/current/BP-778769004-10.240.0.17-1779114118964/current/dfsUsed
java.nio.file.NoSuchFileException: /tmp/hdfs-test3400735416896802111/data/data1/current/BP-778769004-10.240.0.17-1779114118964/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:22:05,761 WARN  [shutdown-hook-0] impl.FsDatasetImpl (BlockPoolSlice.java:saveDfsUsed(413)) - Failed to write dfsUsed to /tmp/hdfs-test3400735416896802111/data/data2/current/BP-778769004-10.240.0.17-1779114118964/current/dfsUsed
java.nio.file.NoSuchFileException: /tmp/hdfs-test3400735416896802111/data/data2/current/BP-778769004-10.240.0.17-1779114118964/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:22:05,761 INFO  [shutdown-hook-0] namenode.FSImage (FSImage.java:lambda$run$0(1057)) - FSImageSaver clean checkpoint: txid=0 when meet shutdown.
2026-05-18 14:22:05,762 INFO  [shutdown-hook-0] namenode.FSImage (FSImage.java:lambda$run$0(1057)) - FSImageSaver clean checkpoint: txid=0 when meet shutdown.
