JUnit version 4.13.2
.2026-05-18 02:03:34,729 INFO  [main] hdfs.MiniDFSCluster (MiniDFSCluster.java:<init>(569)) - starting cluster: numNameNodes=1, numDataNodes=1
2026-05-18 02:03:35,190 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 02:03:35,303 INFO  [main] namenode.NameNode (NameNode.java:format(1393)) - Formatting using clusterid: testClusterID
2026-05-18 02:03:35,317 INFO  [main] namenode.FSEditLog (FSEditLog.java:newInstance(238)) - Edit logging is async:true
2026-05-18 02:03:35,343 INFO  [main] namenode.FSNamesystem (FSNamesystem.java:<init>(869)) - KeyProvider: null
2026-05-18 02:03:35,345 INFO  [main] namenode.FSNamesystem (FSNamesystemLock.java:<init>(142)) - fsLock is fair: true
2026-05-18 02:03:35,346 INFO  [main] namenode.FSNamesystem (FSNamesystemLock.java:<init>(160)) - Detailed lock hold time metrics enabled: false
2026-05-18 02:03:35,382 INFO  [main] namenode.FSNamesystem (FSNamesystem.java:<init>(904)) - fsOwner                = slave (auth:SIMPLE)
2026-05-18 02:03:35,383 INFO  [main] namenode.FSNamesystem (FSNamesystem.java:<init>(905)) - supergroup             = supergroup
2026-05-18 02:03:35,383 INFO  [main] namenode.FSNamesystem (FSNamesystem.java:<init>(906)) - isPermissionEnabled    = true
2026-05-18 02:03:35,383 INFO  [main] namenode.FSNamesystem (FSNamesystem.java:<init>(907)) - isStoragePolicyEnabled = true
2026-05-18 02:03:35,384 INFO  [main] namenode.FSNamesystem (FSNamesystem.java:<init>(918)) - HA Enabled: false
2026-05-18 02:03:35,422 INFO  [main] common.Util (Util.java:isDiskStatsEnabled(428)) - dfs.datanode.fileio.profiling.sampling.percentage set to 0. Disabling file IO profiling
2026-05-18 02:03:35,542 INFO  [main] blockmanagement.DatanodeManager (DatanodeManager.java:stopSlowPeerCollector(412)) - Slow peers collection thread shutdown
2026-05-18 02:03:35,545 INFO  [main] Configuration.deprecation (Configuration.java:logDeprecation(1462)) - hadoop.configured.node.mapping is deprecated. Instead, use net.topology.configured.node.mapping
2026-05-18 02:03:35,546 INFO  [main] blockmanagement.DatanodeManager (DatanodeManager.java:setBlockInvalidateLimit(2182)) - dfs.block.invalidate.limit : configured=1000, counted=60, effected=1000
2026-05-18 02:03:35,546 INFO  [main] blockmanagement.DatanodeManager (DatanodeManager.java:<init>(320)) - dfs.namenode.datanode.registration.ip-hostname-check=true
2026-05-18 02:03:35,549 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 02:03:35,549 INFO  [main] blockmanagement.BlockManager (InvalidateBlocks.java:printBlockDeletionTime(83)) - The block deletion will start around 2026 May 18 02:03:35
2026-05-18 02:03:35,551 INFO  [main] util.GSet (LightWeightGSet.java:computeCapacity(408)) - Computing capacity for map BlocksMap
2026-05-18 02:03:35,551 INFO  [main] util.GSet (LightWeightGSet.java:computeCapacity(409)) - VM type       = 64-bit
2026-05-18 02:03:35,552 INFO  [main] util.GSet (LightWeightGSet.java:computeCapacity(410)) - 2.0% max memory 3.7 GB = 75.0 MB
2026-05-18 02:03:35,552 INFO  [main] util.GSet (LightWeightGSet.java:computeCapacity(415)) - capacity      = 2^23 = 8388608 entries
2026-05-18 02:03:35,583 INFO  [main] blockmanagement.BlockManager (BlockManager.java:createSPSManager(5778)) - Storage policy satisfier is disabled
2026-05-18 02:03:35,583 INFO  [main] blockmanagement.BlockManager (BlockManager.java:createBlockTokenSecretManager(696)) - dfs.block.access.token.enable = false
2026-05-18 02:03:35,588 INFO  [main] blockmanagement.BlockManagerSafeMode (BlockManagerSafeMode.java:<init>(656)) - Using 1000 as SafeModeMonitor Interval
2026-05-18 02:03:35,588 INFO  [main] blockmanagement.BlockManagerSafeMode (BlockManagerSafeMode.java:<init>(161)) - dfs.namenode.safemode.threshold-pct = 0.999
2026-05-18 02:03:35,588 INFO  [main] blockmanagement.BlockManagerSafeMode (BlockManagerSafeMode.java:<init>(162)) - dfs.namenode.safemode.min.datanodes = 0
2026-05-18 02:03:35,588 INFO  [main] blockmanagement.BlockManagerSafeMode (BlockManagerSafeMode.java:<init>(164)) - dfs.namenode.safemode.extension = 0
2026-05-18 02:03:35,589 INFO  [main] blockmanagement.BlockManager (BlockManager.java:printInitialConfigs(682)) - defaultReplication         = 1
2026-05-18 02:03:35,589 INFO  [main] blockmanagement.BlockManager (BlockManager.java:printInitialConfigs(683)) - maxReplication             = 512
2026-05-18 02:03:35,589 INFO  [main] blockmanagement.BlockManager (BlockManager.java:printInitialConfigs(684)) - minReplication             = 1
2026-05-18 02:03:35,590 INFO  [main] blockmanagement.BlockManager (BlockManager.java:printInitialConfigs(685)) - maxReplicationStreams      = 2
2026-05-18 02:03:35,590 INFO  [main] blockmanagement.BlockManager (BlockManager.java:printInitialConfigs(686)) - redundancyRecheckInterval  = 3000ms
2026-05-18 02:03:35,590 INFO  [main] blockmanagement.BlockManager (BlockManager.java:printInitialConfigs(687)) - encryptDataTransfer        = false
2026-05-18 02:03:35,590 INFO  [main] blockmanagement.BlockManager (BlockManager.java:printInitialConfigs(688)) - maxNumBlocksToLog          = 1000
2026-05-18 02:03:35,622 INFO  [main] namenode.FSDirectory (SerialNumberManager.java:<clinit>(51)) - GLOBAL serial map: bits=29 maxEntries=536870911
2026-05-18 02:03:35,622 INFO  [main] namenode.FSDirectory (SerialNumberManager.java:<clinit>(51)) - USER serial map: bits=24 maxEntries=16777215
2026-05-18 02:03:35,623 INFO  [main] namenode.FSDirectory (SerialNumberManager.java:<clinit>(51)) - GROUP serial map: bits=24 maxEntries=16777215
2026-05-18 02:03:35,623 INFO  [main] namenode.FSDirectory (SerialNumberManager.java:<clinit>(51)) - XATTR serial map: bits=24 maxEntries=16777215
2026-05-18 02:03:35,631 INFO  [main] util.GSet (LightWeightGSet.java:computeCapacity(408)) - Computing capacity for map INodeMap
2026-05-18 02:03:35,632 INFO  [main] util.GSet (LightWeightGSet.java:computeCapacity(409)) - VM type       = 64-bit
2026-05-18 02:03:35,632 INFO  [main] util.GSet (LightWeightGSet.java:computeCapacity(410)) - 1.0% max memory 3.7 GB = 37.5 MB
2026-05-18 02:03:35,632 INFO  [main] util.GSet (LightWeightGSet.java:computeCapacity(415)) - capacity      = 2^22 = 4194304 entries
2026-05-18 02:03:35,645 INFO  [main] namenode.FSDirectory (FSDirectory.java:<init>(339)) - ACLs enabled? true
2026-05-18 02:03:35,645 INFO  [main] namenode.FSDirectory (FSDirectory.java:<init>(343)) - POSIX ACL inheritance enabled? true
2026-05-18 02:03:35,645 INFO  [main] namenode.FSDirectory (FSDirectory.java:<init>(347)) - XAttrs enabled? true
2026-05-18 02:03:35,646 INFO  [main] namenode.NameNode (FSDirectory.java:<init>(414)) - Caching file names occurring more than 10 times
2026-05-18 02:03:35,650 INFO  [main] snapshot.SnapshotManager (SnapshotManager.java:<init>(163)) - Loaded config captureOpenFiles: false, skipCaptureAccessTimeOnlyChange: false, snapshotDiffAllowSnapRootDescendant: true, maxSnapshotFSLimit: 65536, maxSnapshotLimit: 65536
2026-05-18 02:03:35,650 INFO  [main] snapshot.SnapshotManager (SnapshotManager.java:<init>(176)) - dfs.namenode.snapshot.deletion.ordered = false
2026-05-18 02:03:35,652 INFO  [main] snapshot.SnapshotManager (DirectoryDiffListFactory.java:init(43)) - SkipList is disabled
2026-05-18 02:03:35,655 INFO  [main] util.GSet (LightWeightGSet.java:computeCapacity(408)) - Computing capacity for map cachedBlocks
2026-05-18 02:03:35,655 INFO  [main] util.GSet (LightWeightGSet.java:computeCapacity(409)) - VM type       = 64-bit
2026-05-18 02:03:35,656 INFO  [main] util.GSet (LightWeightGSet.java:computeCapacity(410)) - 0.25% max memory 3.7 GB = 9.4 MB
2026-05-18 02:03:35,656 INFO  [main] util.GSet (LightWeightGSet.java:computeCapacity(415)) - capacity      = 2^20 = 1048576 entries
2026-05-18 02:03:35,665 INFO  [main] metrics.TopMetrics (TopMetrics.java:logConf(76)) - NNTop conf: dfs.namenode.top.window.num.buckets = 10
2026-05-18 02:03:35,665 INFO  [main] metrics.TopMetrics (TopMetrics.java:logConf(78)) - NNTop conf: dfs.namenode.top.num.users = 10
2026-05-18 02:03:35,666 INFO  [main] metrics.TopMetrics (TopMetrics.java:logConf(80)) - NNTop conf: dfs.namenode.top.windows.minutes = 1,5,25
2026-05-18 02:03:35,669 INFO  [main] namenode.FSNamesystem (FSNamesystem.java:initRetryCache(1158)) - Retry cache on namenode is enabled
2026-05-18 02:03:35,670 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 02:03:35,671 INFO  [main] util.GSet (LightWeightGSet.java:computeCapacity(408)) - Computing capacity for map NameNodeRetryCache
2026-05-18 02:03:35,671 INFO  [main] util.GSet (LightWeightGSet.java:computeCapacity(409)) - VM type       = 64-bit
2026-05-18 02:03:35,672 INFO  [main] util.GSet (LightWeightGSet.java:computeCapacity(410)) - 0.029999999329447746% max memory 3.7 GB = 1.1 MB
2026-05-18 02:03:35,672 INFO  [main] util.GSet (LightWeightGSet.java:computeCapacity(415)) - capacity      = 2^17 = 131072 entries
2026-05-18 02:03:35,706 INFO  [main] namenode.FSImage (FSImage.java:format(186)) - Allocated new BlockPoolId: BP-936339468-10.240.0.41-1779069815691
2026-05-18 02:03:35,730 INFO  [main] common.Storage (NNStorage.java:format(595)) - Storage directory /tmp/hdfs-test7269372607202478548/name-0-1 has been successfully formatted.
2026-05-18 02:03:35,735 INFO  [main] common.Storage (NNStorage.java:format(595)) - Storage directory /tmp/hdfs-test7269372607202478548/name-0-2 has been successfully formatted.
2026-05-18 02:03:35,772 INFO  [FSImageSaver for /tmp/hdfs-test7269372607202478548/name-0-1 of type IMAGE_AND_EDITS] namenode.FSImageFormatProtobuf (FSImageFormatProtobuf.java:save(732)) - Saving image file /tmp/hdfs-test7269372607202478548/name-0-1/current/fsimage.ckpt_0000000000000000000 using no compression
2026-05-18 02:03:35,772 INFO  [FSImageSaver for /tmp/hdfs-test7269372607202478548/name-0-2 of type IMAGE_AND_EDITS] namenode.FSImageFormatProtobuf (FSImageFormatProtobuf.java:save(732)) - Saving image file /tmp/hdfs-test7269372607202478548/name-0-2/current/fsimage.ckpt_0000000000000000000 using no compression
2026-05-18 02:03:35,911 INFO  [FSImageSaver for /tmp/hdfs-test7269372607202478548/name-0-2 of type IMAGE_AND_EDITS] namenode.FSImageFormatProtobuf (FSImageFormatProtobuf.java:save(736)) - Image file /tmp/hdfs-test7269372607202478548/name-0-2/current/fsimage.ckpt_0000000000000000000 of size 400 bytes saved in 0 seconds .
2026-05-18 02:03:35,911 INFO  [FSImageSaver for /tmp/hdfs-test7269372607202478548/name-0-1 of type IMAGE_AND_EDITS] namenode.FSImageFormatProtobuf (FSImageFormatProtobuf.java:save(736)) - Image file /tmp/hdfs-test7269372607202478548/name-0-1/current/fsimage.ckpt_0000000000000000000 of size 400 bytes saved in 0 seconds .
2026-05-18 02:03:35,932 INFO  [main] namenode.NNStorageRetentionManager (NNStorageRetentionManager.java:getImageTxIdToRetain(205)) - Going to retain 1 images with txid >= 0
2026-05-18 02:03:35,938 INFO  [main] blockmanagement.DatanodeManager (DatanodeManager.java:stopSlowPeerCollector(412)) - Slow peers collection thread shutdown
2026-05-18 02:03:35,975 INFO  [main] namenode.FSNamesystem (FSNamesystem.java:stopActiveServices(1509)) - Stopping services started for active state
2026-05-18 02:03:35,976 INFO  [main] namenode.FSNamesystem (FSNamesystem.java:stopStandbyServices(1613)) - Stopping services started for standby state
2026-05-18 02:03:35,979 INFO  [main] namenode.NameNode (NameNode.java:createNameNode(1846)) - createNameNode []
2026-05-18 02:03:36,054 WARN  [main] impl.MetricsConfig (MetricsConfig.java:loadFirst(138)) - Cannot locate configuration: tried hadoop-metrics2-namenode.properties,hadoop-metrics2.properties
2026-05-18 02:03:36,156 INFO  [main] impl.MetricsSystemImpl (MetricsSystemImpl.java:startTimer(378)) - Scheduled Metric snapshot period at 10 second(s).
2026-05-18 02:03:36,157 INFO  [main] impl.MetricsSystemImpl (MetricsSystemImpl.java:start(191)) - NameNode metrics system started
2026-05-18 02:03:36,164 INFO  [main] namenode.NameNodeUtils (NameNodeUtils.java:getClientNamenodeAddress(79)) - fs.defaultFS is hdfs://127.0.0.1:0
2026-05-18 02:03:36,223 INFO  [org.apache.hadoop.util.JvmPauseMonitor$Monitor@7e0b9178] util.JvmPauseMonitor (JvmPauseMonitor.java:run(185)) - Starting JVM pause monitor
2026-05-18 02:03:36,241 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 02:03:36,247 INFO  [main] hdfs.DFSUtil (DFSUtil.java:httpServerTemplateForNNAndJN(1791)) - Starting Web-server for hdfs at: http://localhost:0
2026-05-18 02:03:36,264 INFO  [main] util.log (Log.java:initialized(170)) - Logging initialized @2304ms to org.eclipse.jetty.util.log.Slf4jLog
2026-05-18 02:03:36,379 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 02:03:36,416 INFO  [main] http.HttpServer2 (HttpServer2.java:addGlobalFilter(1205)) - Added global filter 'safety' (class=org.apache.hadoop.http.HttpServer2$QuotingInputFilter)
2026-05-18 02:03:36,420 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 02:03:36,420 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 02:03:36,423 INFO  [main] http.HttpServer2 (HttpServer2.java:addFilter(1178)) - Added filter AuthFilter (class=org.apache.hadoop.hdfs.web.AuthFilter) to context hdfs
2026-05-18 02:03:36,424 INFO  [main] http.HttpServer2 (HttpServer2.java:addFilter(1188)) - Added filter AuthFilter (class=org.apache.hadoop.hdfs.web.AuthFilter) to context static
2026-05-18 02:03:36,428 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 02:03:36,470 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 02:03:36,484 INFO  [main] http.HttpServer2 (HttpServer2.java:bindListener(1452)) - Jetty bound to port 39667
2026-05-18 02:03:36,486 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 02:03:36,518 INFO  [main] server.session (DefaultSessionIdManager.java:doStart(334)) - DefaultSessionIdManager workerName=node0
2026-05-18 02:03:36,518 INFO  [main] server.session (DefaultSessionIdManager.java:doStart(339)) - No SessionScavenger set, using defaults
2026-05-18 02:03:36,520 INFO  [main] server.session (HouseKeeper.java:startScavenging(132)) - node0 Scavenging every 600000ms
2026-05-18 02:03:36,541 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 02:03:36,545 INFO  [main] handler.ContextHandler (ContextHandler.java:doStart(921)) - Started o.e.j.s.ServletContextHandler@4912d525{static,/static,jar:file:/tmp/dist-test-taskxVxCsT/java/build/jars/hadoop-hdfs-3.4.1-tests.jar!/webapps/static,AVAILABLE}
2026-05-18 02:03:36,817 INFO  [main] handler.ContextHandler (ContextHandler.java:doStart(921)) - Started o.e.j.w.WebAppContext@3f49e266{hdfs,/,file:///tmp/jetty-localhost-39667-hadoop-hdfs-3_4_1-tests_jar-_-any-10906337934946806194/webapp/,AVAILABLE}{jar:file:/tmp/dist-test-taskxVxCsT/java/build/jars/hadoop-hdfs-3.4.1-tests.jar!/webapps/hdfs}
2026-05-18 02:03:36,827 INFO  [main] server.AbstractConnector (AbstractConnector.java:doStart(333)) - Started ServerConnector@65ae095c{HTTP/1.1, (http/1.1)}{localhost:39667}
2026-05-18 02:03:36,827 INFO  [main] server.Server (Server.java:doStart(415)) - Started @2867ms
2026-05-18 02:03:36,844 INFO  [main] namenode.FSEditLog (FSEditLog.java:newInstance(238)) - Edit logging is async:true
2026-05-18 02:03:36,868 INFO  [main] namenode.FSNamesystem (FSNamesystem.java:<init>(869)) - KeyProvider: null
2026-05-18 02:03:36,869 INFO  [main] namenode.FSNamesystem (FSNamesystemLock.java:<init>(142)) - fsLock is fair: true
2026-05-18 02:03:36,869 INFO  [main] namenode.FSNamesystem (FSNamesystemLock.java:<init>(160)) - Detailed lock hold time metrics enabled: false
2026-05-18 02:03:36,869 INFO  [main] namenode.FSNamesystem (FSNamesystem.java:<init>(904)) - fsOwner                = slave (auth:SIMPLE)
2026-05-18 02:03:36,869 INFO  [main] namenode.FSNamesystem (FSNamesystem.java:<init>(905)) - supergroup             = supergroup
2026-05-18 02:03:36,869 INFO  [main] namenode.FSNamesystem (FSNamesystem.java:<init>(906)) - isPermissionEnabled    = true
2026-05-18 02:03:36,870 INFO  [main] namenode.FSNamesystem (FSNamesystem.java:<init>(907)) - isStoragePolicyEnabled = true
2026-05-18 02:03:36,870 INFO  [main] namenode.FSNamesystem (FSNamesystem.java:<init>(918)) - HA Enabled: false
2026-05-18 02:03:36,871 INFO  [main] common.Util (Util.java:isDiskStatsEnabled(428)) - dfs.datanode.fileio.profiling.sampling.percentage set to 0. Disabling file IO profiling
2026-05-18 02:03:36,871 INFO  [main] blockmanagement.DatanodeManager (DatanodeManager.java:stopSlowPeerCollector(412)) - Slow peers collection thread shutdown
2026-05-18 02:03:36,871 INFO  [main] blockmanagement.DatanodeManager (DatanodeManager.java:setBlockInvalidateLimit(2182)) - dfs.block.invalidate.limit : configured=1000, counted=60, effected=1000
2026-05-18 02:03:36,872 INFO  [main] blockmanagement.DatanodeManager (DatanodeManager.java:<init>(320)) - dfs.namenode.datanode.registration.ip-hostname-check=true
2026-05-18 02:03:36,872 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 02:03:36,873 INFO  [main] blockmanagement.BlockManager (InvalidateBlocks.java:printBlockDeletionTime(83)) - The block deletion will start around 2026 May 18 02:03:36
2026-05-18 02:03:36,873 INFO  [main] util.GSet (LightWeightGSet.java:computeCapacity(408)) - Computing capacity for map BlocksMap
2026-05-18 02:03:36,873 INFO  [main] util.GSet (LightWeightGSet.java:computeCapacity(409)) - VM type       = 64-bit
2026-05-18 02:03:36,873 INFO  [main] util.GSet (LightWeightGSet.java:computeCapacity(410)) - 2.0% max memory 3.7 GB = 75.0 MB
2026-05-18 02:03:36,874 INFO  [main] util.GSet (LightWeightGSet.java:computeCapacity(415)) - capacity      = 2^23 = 8388608 entries
2026-05-18 02:03:36,904 INFO  [main] blockmanagement.BlockManager (BlockManager.java:createSPSManager(5778)) - Storage policy satisfier is disabled
2026-05-18 02:03:36,905 INFO  [main] blockmanagement.BlockManager (BlockManager.java:createBlockTokenSecretManager(696)) - dfs.block.access.token.enable = false
2026-05-18 02:03:36,905 INFO  [main] blockmanagement.BlockManagerSafeMode (BlockManagerSafeMode.java:<init>(656)) - Using 1000 as SafeModeMonitor Interval
2026-05-18 02:03:36,905 INFO  [main] blockmanagement.BlockManagerSafeMode (BlockManagerSafeMode.java:<init>(161)) - dfs.namenode.safemode.threshold-pct = 0.999
2026-05-18 02:03:36,905 INFO  [main] blockmanagement.BlockManagerSafeMode (BlockManagerSafeMode.java:<init>(162)) - dfs.namenode.safemode.min.datanodes = 0
2026-05-18 02:03:36,906 INFO  [main] blockmanagement.BlockManagerSafeMode (BlockManagerSafeMode.java:<init>(164)) - dfs.namenode.safemode.extension = 0
2026-05-18 02:03:36,906 INFO  [main] blockmanagement.BlockManager (BlockManager.java:printInitialConfigs(682)) - defaultReplication         = 1
2026-05-18 02:03:36,906 INFO  [main] blockmanagement.BlockManager (BlockManager.java:printInitialConfigs(683)) - maxReplication             = 512
2026-05-18 02:03:36,906 INFO  [main] blockmanagement.BlockManager (BlockManager.java:printInitialConfigs(684)) - minReplication             = 1
2026-05-18 02:03:36,906 INFO  [main] blockmanagement.BlockManager (BlockManager.java:printInitialConfigs(685)) - maxReplicationStreams      = 2
2026-05-18 02:03:36,906 INFO  [main] blockmanagement.BlockManager (BlockManager.java:printInitialConfigs(686)) - redundancyRecheckInterval  = 3000ms
2026-05-18 02:03:36,907 INFO  [main] blockmanagement.BlockManager (BlockManager.java:printInitialConfigs(687)) - encryptDataTransfer        = false
2026-05-18 02:03:36,907 INFO  [main] blockmanagement.BlockManager (BlockManager.java:printInitialConfigs(688)) - maxNumBlocksToLog          = 1000
2026-05-18 02:03:36,907 INFO  [main] util.GSet (LightWeightGSet.java:computeCapacity(408)) - Computing capacity for map INodeMap
2026-05-18 02:03:36,907 INFO  [main] util.GSet (LightWeightGSet.java:computeCapacity(409)) - VM type       = 64-bit
2026-05-18 02:03:36,907 INFO  [main] util.GSet (LightWeightGSet.java:computeCapacity(410)) - 1.0% max memory 3.7 GB = 37.5 MB
2026-05-18 02:03:36,908 INFO  [main] util.GSet (LightWeightGSet.java:computeCapacity(415)) - capacity      = 2^22 = 4194304 entries
2026-05-18 02:03:36,920 INFO  [main] namenode.FSDirectory (FSDirectory.java:<init>(339)) - ACLs enabled? true
2026-05-18 02:03:36,920 INFO  [main] namenode.FSDirectory (FSDirectory.java:<init>(343)) - POSIX ACL inheritance enabled? true
2026-05-18 02:03:36,920 INFO  [main] namenode.FSDirectory (FSDirectory.java:<init>(347)) - XAttrs enabled? true
2026-05-18 02:03:36,921 INFO  [main] namenode.NameNode (FSDirectory.java:<init>(414)) - Caching file names occurring more than 10 times
2026-05-18 02:03:36,921 INFO  [main] snapshot.SnapshotManager (SnapshotManager.java:<init>(163)) - Loaded config captureOpenFiles: false, skipCaptureAccessTimeOnlyChange: false, snapshotDiffAllowSnapRootDescendant: true, maxSnapshotFSLimit: 65536, maxSnapshotLimit: 65536
2026-05-18 02:03:36,921 INFO  [main] snapshot.SnapshotManager (SnapshotManager.java:<init>(176)) - dfs.namenode.snapshot.deletion.ordered = false
2026-05-18 02:03:36,921 INFO  [main] snapshot.SnapshotManager (DirectoryDiffListFactory.java:init(43)) - SkipList is disabled
2026-05-18 02:03:36,921 INFO  [main] util.GSet (LightWeightGSet.java:computeCapacity(408)) - Computing capacity for map cachedBlocks
2026-05-18 02:03:36,921 INFO  [main] util.GSet (LightWeightGSet.java:computeCapacity(409)) - VM type       = 64-bit
2026-05-18 02:03:36,922 INFO  [main] util.GSet (LightWeightGSet.java:computeCapacity(410)) - 0.25% max memory 3.7 GB = 9.4 MB
2026-05-18 02:03:36,922 INFO  [main] util.GSet (LightWeightGSet.java:computeCapacity(415)) - capacity      = 2^20 = 1048576 entries
2026-05-18 02:03:36,926 INFO  [main] metrics.TopMetrics (TopMetrics.java:logConf(76)) - NNTop conf: dfs.namenode.top.window.num.buckets = 10
2026-05-18 02:03:36,926 INFO  [main] metrics.TopMetrics (TopMetrics.java:logConf(78)) - NNTop conf: dfs.namenode.top.num.users = 10
2026-05-18 02:03:36,926 INFO  [main] metrics.TopMetrics (TopMetrics.java:logConf(80)) - NNTop conf: dfs.namenode.top.windows.minutes = 1,5,25
2026-05-18 02:03:36,926 INFO  [main] namenode.FSNamesystem (FSNamesystem.java:initRetryCache(1158)) - Retry cache on namenode is enabled
2026-05-18 02:03:36,926 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 02:03:36,927 INFO  [main] util.GSet (LightWeightGSet.java:computeCapacity(408)) - Computing capacity for map NameNodeRetryCache
2026-05-18 02:03:36,927 INFO  [main] util.GSet (LightWeightGSet.java:computeCapacity(409)) - VM type       = 64-bit
2026-05-18 02:03:36,927 INFO  [main] util.GSet (LightWeightGSet.java:computeCapacity(410)) - 0.029999999329447746% max memory 3.7 GB = 1.1 MB
2026-05-18 02:03:36,927 INFO  [main] util.GSet (LightWeightGSet.java:computeCapacity(415)) - capacity      = 2^17 = 131072 entries
2026-05-18 02:03:36,936 INFO  [main] common.Storage (Storage.java:tryLock(948)) - Lock on /tmp/hdfs-test7269372607202478548/name-0-1/in_use.lock acquired by nodename 22308@dist-test-slave-4w96
2026-05-18 02:03:36,939 INFO  [main] common.Storage (Storage.java:tryLock(948)) - Lock on /tmp/hdfs-test7269372607202478548/name-0-2/in_use.lock acquired by nodename 22308@dist-test-slave-4w96
2026-05-18 02:03:36,941 INFO  [main] namenode.FileJournalManager (FileJournalManager.java:recoverUnfinalizedSegments(428)) - Recovering unfinalized segments in /tmp/hdfs-test7269372607202478548/name-0-1/current
2026-05-18 02:03:36,942 INFO  [main] namenode.FileJournalManager (FileJournalManager.java:recoverUnfinalizedSegments(428)) - Recovering unfinalized segments in /tmp/hdfs-test7269372607202478548/name-0-2/current
2026-05-18 02:03:36,942 INFO  [main] namenode.FSImage (FSImage.java:loadFSImage(734)) - No edit log streams selected.
2026-05-18 02:03:36,942 INFO  [main] namenode.FSImage (FSImage.java:loadFSImageFile(800)) - Planning to load image: FSImageFile(file=/tmp/hdfs-test7269372607202478548/name-0-1/current/fsimage_0000000000000000000, cpktTxId=0000000000000000000)
2026-05-18 02:03:36,960 INFO  [main] namenode.FSImageFormatPBINode (FSImageFormatPBINode.java:loadINodeSectionHeader(411)) - Loading 1 INodes.
2026-05-18 02:03:36,962 INFO  [main] namenode.FSImageFormatPBINode (FSImageFormatPBINode.java:loadINodeSection(369)) - Successfully loaded 1 inodes
2026-05-18 02:03:36,966 INFO  [main] namenode.FSImageFormatPBINode (FSImageFormatPBINode.java:waitBlocksMapAndNameCacheUpdateFinished(342)) - Completed update blocks map and name cache, total waiting duration 0ms.
2026-05-18 02:03:36,967 INFO  [main] namenode.FSImageFormatProtobuf (FSImageFormatProtobuf.java:load(255)) - Loaded FSImage in 0 seconds.
2026-05-18 02:03:36,967 INFO  [main] namenode.FSImage (FSImage.java:loadFSImage(980)) - Loaded image for txid 0 from /tmp/hdfs-test7269372607202478548/name-0-1/current/fsimage_0000000000000000000
2026-05-18 02:03:36,970 INFO  [main] namenode.FSNamesystem (FSNamesystem.java:loadFSImage(1280)) - Need to save fs image? false (staleImage=false, haEnabled=false, isRollingUpgrade=false)
2026-05-18 02:03:36,971 INFO  [main] namenode.FSEditLog (FSEditLog.java:startLogSegment(1417)) - Starting log segment at 1
2026-05-18 02:03:36,985 INFO  [main] namenode.NameCache (NameCache.java:initialized(143)) - initialized with 0 entries 0 lookups
2026-05-18 02:03:36,985 INFO  [main] namenode.FSNamesystem (FSNamesystem.java:loadFromDisk(841)) - Finished loading FSImage in 57 msecs
2026-05-18 02:03:37,119 INFO  [main] namenode.NameNode (NameNodeRpcServer.java:<init>(452)) - RPC server is binding to localhost:0
2026-05-18 02:03:37,120 INFO  [main] namenode.NameNode (NameNodeRpcServer.java:<init>(457)) - Enable NameNode state context:false
2026-05-18 02:03:37,127 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 02:03:37,134 INFO  [main] ipc.Server (Server.java:<init>(1438)) - Listener at localhost:42497
2026-05-18 02:03:37,136 INFO  [Socket Reader #1 for port 0] ipc.Server (Server.java:run(1474)) - Starting Socket Reader #1 for port 0
2026-05-18 02:03:37,181 INFO  [main] namenode.NameNode (NameNode.java:initialize(916)) - Clients are to use localhost:42497 to access this namenode/service.
2026-05-18 02:03:37,183 INFO  [main] namenode.FSNamesystem (FSNamesystem.java:registerMBean(5656)) - Registered FSNamesystemState, ReplicatedBlocksState and ECBlockGroupsState MBeans.
2026-05-18 02:03:37,198 INFO  [main] namenode.LeaseManager (LeaseManager.java:getNumUnderConstructionBlocks(166)) - Number of blocks under construction: 0
2026-05-18 02:03:37,206 INFO  [main] blockmanagement.DatanodeAdminDefaultMonitor (DatanodeAdminDefaultMonitor.java:processConf(126)) - Initialized the Default Decommission and Maintenance monitor
2026-05-18 02:03:37,208 INFO  [MarkedDeleteBlockScrubberThread] blockmanagement.BlockManager (BlockManager.java:run(5296)) - Start MarkedDeleteBlockScrubber thread
2026-05-18 02:03:37,209 INFO  [main] blockmanagement.BlockManager (BlockManager.java:initializeReplQueues(5505)) - initializing replication queues
2026-05-18 02:03:37,210 INFO  [main] hdfs.StateChange (BlockManagerSafeMode.java:leaveSafeMode(409)) - STATE* Leaving safe mode after 0 secs
2026-05-18 02:03:37,210 INFO  [main] hdfs.StateChange (BlockManagerSafeMode.java:leaveSafeMode(415)) - STATE* Network topology has 0 racks and 0 datanodes
2026-05-18 02:03:37,210 INFO  [main] hdfs.StateChange (BlockManagerSafeMode.java:leaveSafeMode(417)) - STATE* UnderReplicatedBlocks has 0 blocks
2026-05-18 02:03:37,223 INFO  [Reconstruction Queue Initializer] blockmanagement.BlockManager (BlockManager.java:processMisReplicatesAsync(4030)) - Total number of blocks            = 0
2026-05-18 02:03:37,223 INFO  [Reconstruction Queue Initializer] blockmanagement.BlockManager (BlockManager.java:processMisReplicatesAsync(4031)) - Number of invalid blocks          = 0
2026-05-18 02:03:37,223 INFO  [Reconstruction Queue Initializer] blockmanagement.BlockManager (BlockManager.java:processMisReplicatesAsync(4032)) - Number of under-replicated blocks = 0
2026-05-18 02:03:37,224 INFO  [Reconstruction Queue Initializer] blockmanagement.BlockManager (BlockManager.java:processMisReplicatesAsync(4033)) - Number of  over-replicated blocks = 0
2026-05-18 02:03:37,225 INFO  [Reconstruction Queue Initializer] blockmanagement.BlockManager (BlockManager.java:processMisReplicatesAsync(4035)) - Number of blocks being written    = 0
2026-05-18 02:03:37,226 INFO  [Reconstruction Queue Initializer] hdfs.StateChange (BlockManager.java:processMisReplicatesAsync(4038)) - STATE* Replication Queue initialization scan for invalid, over- and under-replicated blocks completed in 16 msec
2026-05-18 02:03:37,226 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 02:03:37,244 INFO  [IPC Server Responder] ipc.Server (Server.java:run(1713)) - IPC Server Responder: starting
2026-05-18 02:03:37,245 INFO  [IPC Server listener on 0] ipc.Server (Server.java:run(1553)) - IPC Server listener on 0: starting
2026-05-18 02:03:37,247 INFO  [main] namenode.NameNode (NameNode.java:startCommonServices(1031)) - NameNode RPC up at: localhost/127.0.0.1:42497.
2026-05-18 02:03:37,249 INFO  [main] namenode.FSNamesystem (FSNamesystem.java:startActiveServices(1392)) - Starting services required for active state
2026-05-18 02:03:37,249 INFO  [main] namenode.FSDirectory (FSDirectory.java:updateCountForQuota(857)) - Initializing quota with 12 thread(s)
2026-05-18 02:03:37,253 INFO  [main] namenode.FSDirectory (FSDirectory.java:updateCountForQuota(866)) - Quota initialization completed in 4 milliseconds
name space=1
storage space=0
storage types=RAM_DISK=0, SSD=0, DISK=0, ARCHIVE=0, PROVIDED=0, NVDIMM=0
2026-05-18 02:03:37,257 INFO  [CacheReplicationMonitor(1842160652)] blockmanagement.CacheReplicationMonitor (CacheReplicationMonitor.java:run(165)) - Starting CacheReplicationMonitor with interval 30000 milliseconds
2026-05-18 02:03:37,267 INFO  [main] hdfs.MiniDFSCluster (MiniDFSCluster.java:startDataNodes(1772)) - Starting DataNode 0 with dfs.datanode.data.dir: [DISK]file:/tmp/hdfs-test7269372607202478548/data/data1,[DISK]file:/tmp/hdfs-test7269372607202478548/data/data2
2026-05-18 02:03:37,310 INFO  [main] checker.ThrottledAsyncChecker (ThrottledAsyncChecker.java:schedule(137)) - Scheduling a check for [DISK]file:/tmp/hdfs-test7269372607202478548/data/data1
2026-05-18 02:03:37,321 INFO  [main] checker.ThrottledAsyncChecker (ThrottledAsyncChecker.java:schedule(137)) - Scheduling a check for [DISK]file:/tmp/hdfs-test7269372607202478548/data/data2
2026-05-18 02:03:37,346 INFO  [main] impl.MetricsSystemImpl (MetricsSystemImpl.java:init(158)) - DataNode metrics system started (again)
2026-05-18 02:03:37,349 INFO  [main] common.Util (Util.java:isDiskStatsEnabled(428)) - dfs.datanode.fileio.profiling.sampling.percentage set to 0. Disabling file IO profiling
2026-05-18 02:03:37,353 INFO  [main] datanode.BlockScanner (BlockScanner.java:<init>(201)) - Initialized block scanner with targetBytesPerSec 1048576
2026-05-18 02:03:37,356 INFO  [main] datanode.DataNode (DataNode.java:<init>(591)) - Configured hostname is 127.0.0.1
2026-05-18 02:03:37,357 INFO  [main] common.Util (Util.java:isDiskStatsEnabled(428)) - dfs.datanode.fileio.profiling.sampling.percentage set to 0. Disabling file IO profiling
2026-05-18 02:03:37,361 INFO  [main] datanode.DataNode (DataNode.java:startDataNode(1914)) - Starting DataNode with maxLockedMemory = 0
2026-05-18 02:03:37,365 INFO  [main] datanode.DataNode (DataNode.java:initDataXceiver(1677)) - Opened streaming server at /127.0.0.1:36731
2026-05-18 02:03:37,367 INFO  [main] datanode.DataNode (DataXceiverServer.java:<init>(93)) - Balancing bandwidth is 104857600 bytes/s
2026-05-18 02:03:37,367 INFO  [main] datanode.DataNode (DataXceiverServer.java:<init>(94)) - Number threads for balancing is 100
2026-05-18 02:03:37,375 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 02:03:37,379 INFO  [main] http.HttpServer2 (HttpServer2.java:addGlobalFilter(1205)) - Added global filter 'safety' (class=org.apache.hadoop.http.HttpServer2$QuotingInputFilter)
2026-05-18 02:03:37,382 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 02:03:37,382 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 02:03:37,382 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 02:03:37,385 INFO  [main] http.HttpServer2 (HttpServer2.java:bindListener(1452)) - Jetty bound to port 37855
2026-05-18 02:03:37,386 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 02:03:37,410 INFO  [main] server.session (DefaultSessionIdManager.java:doStart(334)) - DefaultSessionIdManager workerName=node0
2026-05-18 02:03:37,410 INFO  [main] server.session (DefaultSessionIdManager.java:doStart(339)) - No SessionScavenger set, using defaults
2026-05-18 02:03:37,411 INFO  [main] server.session (HouseKeeper.java:startScavenging(132)) - node0 Scavenging every 660000ms
2026-05-18 02:03:37,413 INFO  [main] handler.ContextHandler (ContextHandler.java:doStart(921)) - Started o.e.j.s.ServletContextHandler@2f4ba1ae{static,/static,jar:file:/tmp/dist-test-taskxVxCsT/java/build/jars/hadoop-hdfs-3.4.1-tests.jar!/webapps/static,AVAILABLE}
2026-05-18 02:03:37,587 INFO  [main] handler.ContextHandler (ContextHandler.java:doStart(921)) - Started o.e.j.w.WebAppContext@1e3e1014{datanode,/,file:///tmp/jetty-localhost-37855-hadoop-hdfs-3_4_1-tests_jar-_-any-8010982146246714270/webapp/,AVAILABLE}{jar:file:/tmp/dist-test-taskxVxCsT/java/build/jars/hadoop-hdfs-3.4.1-tests.jar!/webapps/datanode}
2026-05-18 02:03:37,588 INFO  [main] server.AbstractConnector (AbstractConnector.java:doStart(333)) - Started ServerConnector@6ca372ef{HTTP/1.1, (http/1.1)}{localhost:37855}
2026-05-18 02:03:37,588 INFO  [main] server.Server (Server.java:doStart(415)) - Started @3628ms
2026-05-18 02:03:37,699 WARN  [main] web.DatanodeHttpServer (RestCsrfPreventionFilterHandler.java:<init>(75)) - Got null for restCsrfPreventionFilter - will not do any filtering.
2026-05-18 02:03:37,781 INFO  [main] web.DatanodeHttpServer (DatanodeHttpServer.java:start(306)) - Listening HTTP traffic on /127.0.0.1:37349
2026-05-18 02:03:37,783 INFO  [org.apache.hadoop.util.JvmPauseMonitor$Monitor@66a5755] util.JvmPauseMonitor (JvmPauseMonitor.java:run(185)) - Starting JVM pause monitor
2026-05-18 02:03:37,783 INFO  [main] datanode.DataNode (DataNode.java:startDataNode(1942)) - dnUserName = slave
2026-05-18 02:03:37,783 INFO  [main] datanode.DataNode (DataNode.java:startDataNode(1943)) - supergroup = supergroup
2026-05-18 02:03:37,794 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 02:03:37,795 INFO  [main] ipc.Server (Server.java:<init>(1438)) - Listener at localhost:45733
2026-05-18 02:03:37,795 INFO  [Socket Reader #1 for port 0] ipc.Server (Server.java:run(1474)) - Starting Socket Reader #1 for port 0
2026-05-18 02:03:37,802 INFO  [main] datanode.DataNode (DataNode.java:initIpcServer(1564)) - Opened IPC server at /127.0.0.1:45733
2026-05-18 02:03:37,830 INFO  [main] datanode.DataNode (BlockPoolManager.java:refreshNamenodes(150)) - Refresh request received for nameservices: null
2026-05-18 02:03:37,831 INFO  [main] datanode.DataNode (BlockPoolManager.java:doRefreshNamenodes(211)) - Starting BPOfferServices for nameservices: <default>
2026-05-18 02:03:37,838 INFO  [Thread-62] datanode.DataNode (BPServiceActor.java:run(882)) - Block pool <registering> (Datanode Uuid unassigned) service to localhost/127.0.0.1:42497 starting to offer service
2026-05-18 02:03:37,842 INFO  [IPC Server Responder] ipc.Server (Server.java:run(1713)) - IPC Server Responder: starting
2026-05-18 02:03:37,842 INFO  [IPC Server listener on 0] ipc.Server (Server.java:run(1553)) - IPC Server listener on 0: starting
2026-05-18 02:03:38,049 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:42497
2026-05-18 02:03:38,052 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 02:03:38,055 INFO  [Thread-62] common.Storage (Storage.java:tryLock(948)) - Lock on /tmp/hdfs-test7269372607202478548/data/data1/in_use.lock acquired by nodename 22308@dist-test-slave-4w96
2026-05-18 02:03:38,055 INFO  [Thread-62] common.Storage (DataStorage.java:loadStorageDirectory(284)) - Storage directory with location [DISK]file:/tmp/hdfs-test7269372607202478548/data/data1 is not formatted for namespace 632353824. Formatting...
2026-05-18 02:03:38,058 INFO  [Thread-62] common.Storage (DataStorage.java:createStorageID(160)) - Generated new storageID DS-8c34ee9e-0f6e-4377-a4ce-975e01678120 for directory /tmp/hdfs-test7269372607202478548/data/data1 
2026-05-18 02:03:38,064 INFO  [Thread-62] common.Storage (Storage.java:tryLock(948)) - Lock on /tmp/hdfs-test7269372607202478548/data/data2/in_use.lock acquired by nodename 22308@dist-test-slave-4w96
2026-05-18 02:03:38,065 INFO  [Thread-62] common.Storage (DataStorage.java:loadStorageDirectory(284)) - Storage directory with location [DISK]file:/tmp/hdfs-test7269372607202478548/data/data2 is not formatted for namespace 632353824. Formatting...
2026-05-18 02:03:38,065 INFO  [Thread-62] common.Storage (DataStorage.java:createStorageID(160)) - Generated new storageID DS-984175fe-26f5-49bd-a4d2-77b8a044e555 for directory /tmp/hdfs-test7269372607202478548/data/data2 
2026-05-18 02:03:38,102 INFO  [Thread-62] common.Storage (BlockPoolSliceStorage.java:recoverTransitionRead(255)) - Analyzing storage directories for bpid BP-936339468-10.240.0.41-1779069815691
2026-05-18 02:03:38,102 INFO  [Thread-62] common.Storage (Storage.java:lock(907)) - Locking is disabled for /tmp/hdfs-test7269372607202478548/data/data1/current/BP-936339468-10.240.0.41-1779069815691
2026-05-18 02:03:38,102 INFO  [Thread-62] common.Storage (BlockPoolSliceStorage.java:loadStorageDirectory(168)) - Block pool storage directory for location [DISK]file:/tmp/hdfs-test7269372607202478548/data/data1 and block pool id BP-936339468-10.240.0.41-1779069815691 is not formatted. Formatting ...
2026-05-18 02:03:38,103 INFO  [Thread-62] common.Storage (BlockPoolSliceStorage.java:format(284)) - Formatting block pool BP-936339468-10.240.0.41-1779069815691 directory /tmp/hdfs-test7269372607202478548/data/data1/current/BP-936339468-10.240.0.41-1779069815691/current
2026-05-18 02:03:38,126 INFO  [Thread-62] common.Storage (BlockPoolSliceStorage.java:recoverTransitionRead(255)) - Analyzing storage directories for bpid BP-936339468-10.240.0.41-1779069815691
2026-05-18 02:03:38,127 INFO  [Thread-62] common.Storage (Storage.java:lock(907)) - Locking is disabled for /tmp/hdfs-test7269372607202478548/data/data2/current/BP-936339468-10.240.0.41-1779069815691
2026-05-18 02:03:38,127 INFO  [Thread-62] common.Storage (BlockPoolSliceStorage.java:loadStorageDirectory(168)) - Block pool storage directory for location [DISK]file:/tmp/hdfs-test7269372607202478548/data/data2 and block pool id BP-936339468-10.240.0.41-1779069815691 is not formatted. Formatting ...
2026-05-18 02:03:38,127 INFO  [Thread-62] common.Storage (BlockPoolSliceStorage.java:format(284)) - Formatting block pool BP-936339468-10.240.0.41-1779069815691 directory /tmp/hdfs-test7269372607202478548/data/data2/current/BP-936339468-10.240.0.41-1779069815691/current
2026-05-18 02:03:38,131 INFO  [Thread-62] datanode.DataNode (DataNode.java:initStorage(2262)) - Setting up storage: nsid=632353824;bpid=BP-936339468-10.240.0.41-1779069815691;lv=-57;nsInfo=lv=-67;cid=testClusterID;nsid=632353824;c=1779069815691;bpid=BP-936339468-10.240.0.41-1779069815691;dnuuid=null
2026-05-18 02:03:38,135 INFO  [Thread-62] datanode.DataNode (DataNode.java:checkDatanodeUuid(2060)) - Generated and persisted new Datanode UUID 8b2cf2d2-d78d-4279-b8b4-432dc6b8af79
2026-05-18 02:03:38,151 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 02:03:38,229 INFO  [Thread-62] impl.FsDatasetImpl (FsVolumeList.java:addVolume(400)) - Added new volume: DS-8c34ee9e-0f6e-4377-a4ce-975e01678120
2026-05-18 02:03:38,229 INFO  [Thread-62] impl.FsDatasetImpl (FsDatasetImpl.java:addVolume(483)) - Added volume - [DISK]file:/tmp/hdfs-test7269372607202478548/data/data1, StorageType: DISK
2026-05-18 02:03:38,233 INFO  [Thread-62] impl.FsDatasetImpl (FsVolumeList.java:addVolume(400)) - Added new volume: DS-984175fe-26f5-49bd-a4d2-77b8a044e555
2026-05-18 02:03:38,233 INFO  [Thread-62] impl.FsDatasetImpl (FsDatasetImpl.java:addVolume(483)) - Added volume - [DISK]file:/tmp/hdfs-test7269372607202478548/data/data2, StorageType: DISK
2026-05-18 02:03:38,237 INFO  [Thread-62] impl.MemoryMappableBlockLoader (MemoryMappableBlockLoader.java:initialize(47)) - Initializing cache loader: MemoryMappableBlockLoader.
2026-05-18 02:03:38,241 INFO  [Thread-62] impl.FsDatasetImpl (FsDatasetImpl.java:registerMBean(2651)) - Registered FSDatasetState MBean
2026-05-18 02:03:38,250 INFO  [Thread-62] impl.FsDatasetImpl (FsDatasetImpl.java:addBlockPool(3228)) - Adding block pool BP-936339468-10.240.0.41-1779069815691
2026-05-18 02:03:38,266 INFO  [Thread-80] impl.FsDatasetImpl (FsVolumeList.java:run(513)) - Scanning block pool BP-936339468-10.240.0.41-1779069815691 on volume /tmp/hdfs-test7269372607202478548/data/data1...
2026-05-18 02:03:38,267 INFO  [IPC Server handler 1 on default port 42497] 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 02:03:38,277 INFO  [Thread-81] impl.FsDatasetImpl (FsVolumeList.java:run(513)) - Scanning block pool BP-936339468-10.240.0.41-1779069815691 on volume /tmp/hdfs-test7269372607202478548/data/data2...
2026-05-18 02:03:38,281 WARN  [Thread-81] impl.FsDatasetImpl (BlockPoolSlice.java:loadDfsUsed(347)) - dfsUsed file missing in /tmp/hdfs-test7269372607202478548/data/data2/current/BP-936339468-10.240.0.41-1779069815691/current, will proceed with Du for space computation calculation, 
2026-05-18 02:03:38,283 WARN  [Thread-80] impl.FsDatasetImpl (BlockPoolSlice.java:loadDfsUsed(347)) - dfsUsed file missing in /tmp/hdfs-test7269372607202478548/data/data1/current/BP-936339468-10.240.0.41-1779069815691/current, will proceed with Du for space computation calculation, 
2026-05-18 02:03:38,339 INFO  [Thread-80] impl.FsDatasetImpl (FsVolumeList.java:run(518)) - Time taken to scan block pool BP-936339468-10.240.0.41-1779069815691 on /tmp/hdfs-test7269372607202478548/data/data1: 73ms
2026-05-18 02:03:38,345 INFO  [Thread-81] impl.FsDatasetImpl (FsVolumeList.java:run(518)) - Time taken to scan block pool BP-936339468-10.240.0.41-1779069815691 on /tmp/hdfs-test7269372607202478548/data/data2: 68ms
2026-05-18 02:03:38,345 INFO  [Thread-62] impl.FsDatasetImpl (FsVolumeList.java:addBlockPool(538)) - Total time to scan all replicas for block pool BP-936339468-10.240.0.41-1779069815691: 95ms
2026-05-18 02:03:38,353 INFO  [Thread-85] impl.FsDatasetImpl (FsVolumeList.java:run(266)) - Adding replicas to map for block pool BP-936339468-10.240.0.41-1779069815691 on volume /tmp/hdfs-test7269372607202478548/data/data1...
2026-05-18 02:03:38,354 INFO  [Thread-85] impl.BlockPoolSlice (BlockPoolSlice.java:readReplicasFromCache(963)) - Replica Cache file: /tmp/hdfs-test7269372607202478548/data/data1/current/BP-936339468-10.240.0.41-1779069815691/current/replicas doesn't exist 
2026-05-18 02:03:38,362 INFO  [Thread-86] impl.FsDatasetImpl (FsVolumeList.java:run(266)) - Adding replicas to map for block pool BP-936339468-10.240.0.41-1779069815691 on volume /tmp/hdfs-test7269372607202478548/data/data2...
2026-05-18 02:03:38,363 INFO  [Thread-86] impl.BlockPoolSlice (BlockPoolSlice.java:readReplicasFromCache(963)) - Replica Cache file: /tmp/hdfs-test7269372607202478548/data/data2/current/BP-936339468-10.240.0.41-1779069815691/current/replicas doesn't exist 
2026-05-18 02:03:38,364 INFO  [Thread-86] impl.FsDatasetImpl (FsVolumeList.java:run(271)) - Time to add replicas to map for block pool BP-936339468-10.240.0.41-1779069815691 on volume /tmp/hdfs-test7269372607202478548/data/data2: 2ms
2026-05-18 02:03:38,364 INFO  [IPC Server handler 1 on default port 42497] 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 02:03:38,365 INFO  [Thread-85] impl.FsDatasetImpl (FsVolumeList.java:run(271)) - Time to add replicas to map for block pool BP-936339468-10.240.0.41-1779069815691 on volume /tmp/hdfs-test7269372607202478548/data/data1: 11ms
2026-05-18 02:03:38,365 INFO  [Thread-62] impl.FsDatasetImpl (FsVolumeList.java:getAllVolumesMap(292)) - Total time to add all replicas to map for block pool BP-936339468-10.240.0.41-1779069815691: 19ms
2026-05-18 02:03:38,365 INFO  [Thread-62] checker.ThrottledAsyncChecker (ThrottledAsyncChecker.java:schedule(137)) - Scheduling a check for /tmp/hdfs-test7269372607202478548/data/data1
2026-05-18 02:03:38,373 INFO  [main] hdfs.MiniDFSCluster (MiniDFSCluster.java:shouldWait(2946)) - dnInfo.length != numDataNodes
2026-05-18 02:03:38,373 INFO  [main] hdfs.MiniDFSCluster (MiniDFSCluster.java:waitActive(2870)) - Waiting for cluster to become active
2026-05-18 02:03:38,375 INFO  [Thread-62] checker.DatasetVolumeChecker (DatasetVolumeChecker.java:checkAllVolumes(223)) - Scheduled health check for volume /tmp/hdfs-test7269372607202478548/data/data1
2026-05-18 02:03:38,376 INFO  [Thread-62] checker.ThrottledAsyncChecker (ThrottledAsyncChecker.java:schedule(137)) - Scheduling a check for /tmp/hdfs-test7269372607202478548/data/data2
2026-05-18 02:03:38,377 INFO  [Thread-62] checker.DatasetVolumeChecker (DatasetVolumeChecker.java:checkAllVolumes(223)) - Scheduled health check for volume /tmp/hdfs-test7269372607202478548/data/data2
2026-05-18 02:03:38,379 INFO  [VolumeScannerThread(/tmp/hdfs-test7269372607202478548/data/data1)] datanode.VolumeScanner (VolumeScanner.java:findNextUsableBlockIter(385)) - Now scanning bpid BP-936339468-10.240.0.41-1779069815691 on volume /tmp/hdfs-test7269372607202478548/data/data1
2026-05-18 02:03:38,380 INFO  [VolumeScannerThread(/tmp/hdfs-test7269372607202478548/data/data1)] datanode.VolumeScanner (VolumeScanner.java:getNextBlockToScan(505)) - VolumeScanner(/tmp/hdfs-test7269372607202478548/data/data1, DS-8c34ee9e-0f6e-4377-a4ce-975e01678120): finished scanning block pool BP-936339468-10.240.0.41-1779069815691
2026-05-18 02:03:38,385 INFO  [VolumeScannerThread(/tmp/hdfs-test7269372607202478548/data/data2)] datanode.VolumeScanner (VolumeScanner.java:findNextUsableBlockIter(385)) - Now scanning bpid BP-936339468-10.240.0.41-1779069815691 on volume /tmp/hdfs-test7269372607202478548/data/data2
2026-05-18 02:03:38,386 INFO  [VolumeScannerThread(/tmp/hdfs-test7269372607202478548/data/data2)] datanode.VolumeScanner (VolumeScanner.java:getNextBlockToScan(505)) - VolumeScanner(/tmp/hdfs-test7269372607202478548/data/data2, DS-984175fe-26f5-49bd-a4d2-77b8a044e555): finished scanning block pool BP-936339468-10.240.0.41-1779069815691
2026-05-18 02:03:38,388 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 02:03:38,396 INFO  [VolumeScannerThread(/tmp/hdfs-test7269372607202478548/data/data2)] datanode.VolumeScanner (VolumeScanner.java:findNextUsableBlockIter(402)) - VolumeScanner(/tmp/hdfs-test7269372607202478548/data/data2, DS-984175fe-26f5-49bd-a4d2-77b8a044e555): no suitable block pools found to scan.  Waiting 1814399989 ms.
2026-05-18 02:03:38,397 INFO  [Thread-62] datanode.DirectoryScanner (DirectoryScanner.java:start(367)) - Periodic Directory Tree Verification scan starting in 11379757ms with interval of 21600000ms and throttle limit of -1ms/s
2026-05-18 02:03:38,398 INFO  [VolumeScannerThread(/tmp/hdfs-test7269372607202478548/data/data1)] datanode.VolumeScanner (VolumeScanner.java:findNextUsableBlockIter(402)) - VolumeScanner(/tmp/hdfs-test7269372607202478548/data/data1, DS-8c34ee9e-0f6e-4377-a4ce-975e01678120): no suitable block pools found to scan.  Waiting 1814399980 ms.
2026-05-18 02:03:38,403 INFO  [BP-936339468-10.240.0.41-1779069815691 heartbeating to localhost/127.0.0.1:42497] datanode.DataNode (BPServiceActor.java:register(824)) - Block pool BP-936339468-10.240.0.41-1779069815691 (Datanode Uuid 8b2cf2d2-d78d-4279-b8b4-432dc6b8af79) service to localhost/127.0.0.1:42497 beginning handshake with NN: localhost/127.0.0.1:42497.
2026-05-18 02:03:38,422 INFO  [IPC Server handler 0 on default port 42497] hdfs.StateChange (DatanodeManager.java:registerDatanode(1188)) - BLOCK* registerDatanode: from DatanodeRegistration(127.0.0.1:36731, datanodeUuid=8b2cf2d2-d78d-4279-b8b4-432dc6b8af79, infoPort=37349, infoSecurePort=0, ipcPort=45733, storageInfo=lv=-57;cid=testClusterID;nsid=632353824;c=1779069815691) storage 8b2cf2d2-d78d-4279-b8b4-432dc6b8af79
2026-05-18 02:03:38,424 INFO  [IPC Server handler 0 on default port 42497] net.NetworkTopology (NetworkTopology.java:add(156)) - Adding a new node: /default-rack/127.0.0.1:36731
2026-05-18 02:03:38,424 INFO  [IPC Server handler 0 on default port 42497] blockmanagement.BlockReportLeaseManager (BlockReportLeaseManager.java:registerNode(200)) - Registered DN 8b2cf2d2-d78d-4279-b8b4-432dc6b8af79 (127.0.0.1:36731).
2026-05-18 02:03:38,440 INFO  [BP-936339468-10.240.0.41-1779069815691 heartbeating to localhost/127.0.0.1:42497] datanode.DataNode (BPServiceActor.java:register(851)) - Block pool BP-936339468-10.240.0.41-1779069815691 (Datanode Uuid 8b2cf2d2-d78d-4279-b8b4-432dc6b8af79) service to localhost/127.0.0.1:42497 successfully registered with NN: localhost/127.0.0.1:42497.
2026-05-18 02:03:38,440 INFO  [BP-936339468-10.240.0.41-1779069815691 heartbeating to localhost/127.0.0.1:42497] datanode.DataNode (BPServiceActor.java:offerService(667)) - For namenode localhost/127.0.0.1:42497 using BLOCKREPORT_INTERVAL of 21600000msecs CACHEREPORT_INTERVAL of 10000msecs Initial delay: 0msecs; heartBeatInterval=3000
2026-05-18 02:03:38,459 INFO  [IPC Server handler 2 on default port 42497] blockmanagement.DatanodeDescriptor (DatanodeDescriptor.java:updateStorage(1065)) - Adding new storage ID DS-8c34ee9e-0f6e-4377-a4ce-975e01678120 for DN 127.0.0.1:36731
2026-05-18 02:03:38,460 INFO  [IPC Server handler 2 on default port 42497] blockmanagement.DatanodeDescriptor (DatanodeDescriptor.java:updateStorage(1065)) - Adding new storage ID DS-984175fe-26f5-49bd-a4d2-77b8a044e555 for DN 127.0.0.1:36731
2026-05-18 02:03:38,469 INFO  [BP-936339468-10.240.0.41-1779069815691 heartbeating to localhost/127.0.0.1:42497] datanode.DataNode (BPServiceActor.java:offerService(729)) - After receiving heartbeat response, updating state of namenode localhost:42497 to active
2026-05-18 02:03:38,479 INFO  [IPC Server handler 3 on default port 42497] 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 02:03:38,486 INFO  [main] hdfs.MiniDFSCluster (MiniDFSCluster.java:waitActive(2922)) - Cluster is active
2026-05-18 02:03:38,487 INFO  [Block report processor] BlockStateChange (BlockManager.java:processReport(2940)) - BLOCK* processReport 0xf93c5b80cdb4def2 with lease ID 0x52e4a389ffa945d0: Processing first storage report for DS-984175fe-26f5-49bd-a4d2-77b8a044e555 from datanode DatanodeRegistration(127.0.0.1:36731, datanodeUuid=8b2cf2d2-d78d-4279-b8b4-432dc6b8af79, infoPort=37349, infoSecurePort=0, ipcPort=45733, storageInfo=lv=-57;cid=testClusterID;nsid=632353824;c=1779069815691)
2026-05-18 02:03:38,489 INFO  [Block report processor] BlockStateChange (BlockManager.java:processReport(2972)) - BLOCK* processReport 0xf93c5b80cdb4def2 with lease ID 0x52e4a389ffa945d0: from storage DS-984175fe-26f5-49bd-a4d2-77b8a044e555 node DatanodeRegistration(127.0.0.1:36731, datanodeUuid=8b2cf2d2-d78d-4279-b8b4-432dc6b8af79, infoPort=37349, infoSecurePort=0, ipcPort=45733, storageInfo=lv=-57;cid=testClusterID;nsid=632353824;c=1779069815691), blocks: 0, hasStaleStorage: true, processing time: 1 msecs, invalidatedBlocks: 0
2026-05-18 02:03:38,489 INFO  [Block report processor] BlockStateChange (BlockManager.java:processReport(2940)) - BLOCK* processReport 0xf93c5b80cdb4def2 with lease ID 0x52e4a389ffa945d0: Processing first storage report for DS-8c34ee9e-0f6e-4377-a4ce-975e01678120 from datanode DatanodeRegistration(127.0.0.1:36731, datanodeUuid=8b2cf2d2-d78d-4279-b8b4-432dc6b8af79, infoPort=37349, infoSecurePort=0, ipcPort=45733, storageInfo=lv=-57;cid=testClusterID;nsid=632353824;c=1779069815691)
2026-05-18 02:03:38,489 INFO  [Block report processor] BlockStateChange (BlockManager.java:processReport(2972)) - BLOCK* processReport 0xf93c5b80cdb4def2 with lease ID 0x52e4a389ffa945d0: from storage DS-8c34ee9e-0f6e-4377-a4ce-975e01678120 node DatanodeRegistration(127.0.0.1:36731, datanodeUuid=8b2cf2d2-d78d-4279-b8b4-432dc6b8af79, infoPort=37349, infoSecurePort=0, ipcPort=45733, storageInfo=lv=-57;cid=testClusterID;nsid=632353824;c=1779069815691), blocks: 0, hasStaleStorage: false, processing time: 0 msecs, invalidatedBlocks: 0
2026-05-18 02:03:38,518 INFO  [BP-936339468-10.240.0.41-1779069815691 heartbeating to localhost/127.0.0.1:42497] datanode.DataNode (BPServiceActor.java:blockReport(457)) - Successfully sent block report 0xf93c5b80cdb4def2 with lease ID 0x52e4a389ffa945d0 to namenode: localhost/127.0.0.1:42497,  containing 2 storage report(s), of which we sent 2. The reports had 0 total blocks and used 1 RPC(s). This took 4 msecs to generate and 44 msecs for RPC and NN processing. Got back one command: FinalizeCommand/5.
2026-05-18 02:03:38,519 INFO  [Command processor] datanode.DataNode (BPOfferService.java:processCommandFromActive(767)) - Got finalize command for block pool BP-936339468-10.240.0.41-1779069815691
2026-05-18 02:03:38,756 INFO  [main] backup.BackupIO (BackupIO.scala:writeTableMetadata(95)) - Writing metadata to hdfs://localhost:42497/id_taco-taco/1779069793000/.kudu-metadata.json
2026-05-18 02:03:38,809 INFO  [IPC Server handler 5 on default port 42497] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=create	src=/id_taco-taco/1779069793000/.kudu-metadata.json	dst=null	perm=slave:supergroup:rw-r--r--	proto=rpc
2026-05-18 02:03:39,068 INFO  [IPC Server handler 6 on default port 42497] hdfs.StateChange (FSDirWriteFileOp.java:logAllocatedBlock(801)) - BLOCK* allocate blk_1073741825_1001, replicas=127.0.0.1:36731 for /id_taco-taco/1779069793000/.kudu-metadata.json
2026-05-18 02:03:39,122 INFO  [DataXceiver for client DFSClient_NONMAPREDUCE_-1913775984_1 at /127.0.0.1:50184 [Receiving block BP-936339468-10.240.0.41-1779069815691:blk_1073741825_1001]] datanode.DataNode (DataXceiver.java:writeBlock(759)) - Receiving BP-936339468-10.240.0.41-1779069815691:blk_1073741825_1001 src: /127.0.0.1:50184 dest: /127.0.0.1:36731
2026-05-18 02:03:39,157 INFO  [PacketResponder: BP-936339468-10.240.0.41-1779069815691:blk_1073741825_1001, type=LAST_IN_PIPELINE] DataNode.clienttrace (BlockReceiver.java:finalizeBlock(1576)) - src: /127.0.0.1:50184, dest: /127.0.0.1:36731, volume: /tmp/hdfs-test7269372607202478548/data/data1, bytes: 92, op: HDFS_WRITE, cliID: DFSClient_NONMAPREDUCE_-1913775984_1, offset: 0, srvID: 8b2cf2d2-d78d-4279-b8b4-432dc6b8af79, blockid: BP-936339468-10.240.0.41-1779069815691:blk_1073741825_1001, duration(ns): 7006004
2026-05-18 02:03:39,157 INFO  [PacketResponder: BP-936339468-10.240.0.41-1779069815691:blk_1073741825_1001, type=LAST_IN_PIPELINE] datanode.DataNode (BlockReceiver.java:run(1549)) - PacketResponder: BP-936339468-10.240.0.41-1779069815691:blk_1073741825_1001, type=LAST_IN_PIPELINE terminating
2026-05-18 02:03:39,164 INFO  [IPC Server handler 8 on default port 42497] namenode.FSNamesystem (FSNamesystem.java:checkBlocksComplete(3286)) - BLOCK* blk_1073741825_1001 is COMMITTED but not COMPLETE(numNodes= 0 <  minimum = 1) in file /id_taco-taco/1779069793000/.kudu-metadata.json
2026-05-18 02:03:39,176 INFO  [Block report processor] BlockStateChange (BlockManager.java:addStoredBlock(3777)) - BLOCK* addStoredBlock: 127.0.0.1:36731 is added to blk_1073741825_1001 (size=92)
2026-05-18 02:03:39,569 INFO  [IPC Server handler 5 on default port 42497] hdfs.StateChange (FSNamesystem.java:completeFile(3239)) - DIR* completeFile: /id_taco-taco/1779069793000/.kudu-metadata.json is closed by DFSClient_NONMAPREDUCE_-1913775984_1
2026-05-18 02:03:39,570 INFO  [main] backup.BackupIO (BackupIO.scala:writeTableMetadata(95)) - Writing metadata to hdfs://localhost:42497/id_taco-taco/1779069797000/.kudu-metadata.json
2026-05-18 02:03:39,573 INFO  [IPC Server handler 6 on default port 42497] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=create	src=/id_taco-taco/1779069797000/.kudu-metadata.json	dst=null	perm=slave:supergroup:rw-r--r--	proto=rpc
2026-05-18 02:03:39,577 INFO  [IPC Server handler 7 on default port 42497] hdfs.StateChange (FSDirWriteFileOp.java:logAllocatedBlock(801)) - BLOCK* allocate blk_1073741826_1002, replicas=127.0.0.1:36731 for /id_taco-taco/1779069797000/.kudu-metadata.json
2026-05-18 02:03:39,580 INFO  [DataXceiver for client DFSClient_NONMAPREDUCE_-1913775984_1 at /127.0.0.1:40416 [Receiving block BP-936339468-10.240.0.41-1779069815691:blk_1073741826_1002]] datanode.DataNode (DataXceiver.java:writeBlock(759)) - Receiving BP-936339468-10.240.0.41-1779069815691:blk_1073741826_1002 src: /127.0.0.1:40416 dest: /127.0.0.1:36731
2026-05-18 02:03:39,584 INFO  [PacketResponder: BP-936339468-10.240.0.41-1779069815691:blk_1073741826_1002, type=LAST_IN_PIPELINE] DataNode.clienttrace (BlockReceiver.java:finalizeBlock(1576)) - src: /127.0.0.1:40416, dest: /127.0.0.1:36731, volume: /tmp/hdfs-test7269372607202478548/data/data2, bytes: 121, op: HDFS_WRITE, cliID: DFSClient_NONMAPREDUCE_-1913775984_1, offset: 0, srvID: 8b2cf2d2-d78d-4279-b8b4-432dc6b8af79, blockid: BP-936339468-10.240.0.41-1779069815691:blk_1073741826_1002, duration(ns): 1392881
2026-05-18 02:03:39,584 INFO  [PacketResponder: BP-936339468-10.240.0.41-1779069815691:blk_1073741826_1002, type=LAST_IN_PIPELINE] datanode.DataNode (BlockReceiver.java:run(1549)) - PacketResponder: BP-936339468-10.240.0.41-1779069815691:blk_1073741826_1002, type=LAST_IN_PIPELINE terminating
2026-05-18 02:03:39,585 INFO  [Block report processor] BlockStateChange (BlockManager.java:addStoredBlock(3777)) - BLOCK* addStoredBlock: 127.0.0.1:36731 is added to blk_1073741826_1002 (size=121)
2026-05-18 02:03:39,587 INFO  [IPC Server handler 9 on default port 42497] hdfs.StateChange (FSNamesystem.java:completeFile(3239)) - DIR* completeFile: /id_taco-taco/1779069797000/.kudu-metadata.json is closed by DFSClient_NONMAPREDUCE_-1913775984_1
2026-05-18 02:03:39,589 INFO  [main] backup.BackupIO (BackupIO.scala:writeTableMetadata(95)) - Writing metadata to hdfs://localhost:42497/id_taco-taco/1779069802000/.kudu-metadata.json
2026-05-18 02:03:39,591 INFO  [IPC Server handler 1 on default port 42497] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=create	src=/id_taco-taco/1779069802000/.kudu-metadata.json	dst=null	perm=slave:supergroup:rw-r--r--	proto=rpc
2026-05-18 02:03:39,595 INFO  [IPC Server handler 0 on default port 42497] hdfs.StateChange (FSDirWriteFileOp.java:logAllocatedBlock(801)) - BLOCK* allocate blk_1073741827_1003, replicas=127.0.0.1:36731 for /id_taco-taco/1779069802000/.kudu-metadata.json
2026-05-18 02:03:39,597 INFO  [DataXceiver for client DFSClient_NONMAPREDUCE_-1913775984_1 at /127.0.0.1:40424 [Receiving block BP-936339468-10.240.0.41-1779069815691:blk_1073741827_1003]] datanode.DataNode (DataXceiver.java:writeBlock(759)) - Receiving BP-936339468-10.240.0.41-1779069815691:blk_1073741827_1003 src: /127.0.0.1:40424 dest: /127.0.0.1:36731
2026-05-18 02:03:39,600 INFO  [PacketResponder: BP-936339468-10.240.0.41-1779069815691:blk_1073741827_1003, type=LAST_IN_PIPELINE] DataNode.clienttrace (BlockReceiver.java:finalizeBlock(1576)) - src: /127.0.0.1:40424, dest: /127.0.0.1:36731, volume: /tmp/hdfs-test7269372607202478548/data/data1, bytes: 121, op: HDFS_WRITE, cliID: DFSClient_NONMAPREDUCE_-1913775984_1, offset: 0, srvID: 8b2cf2d2-d78d-4279-b8b4-432dc6b8af79, blockid: BP-936339468-10.240.0.41-1779069815691:blk_1073741827_1003, duration(ns): 1371310
2026-05-18 02:03:39,601 INFO  [PacketResponder: BP-936339468-10.240.0.41-1779069815691:blk_1073741827_1003, type=LAST_IN_PIPELINE] datanode.DataNode (BlockReceiver.java:run(1549)) - PacketResponder: BP-936339468-10.240.0.41-1779069815691:blk_1073741827_1003, type=LAST_IN_PIPELINE terminating
2026-05-18 02:03:39,602 INFO  [IPC Server handler 3 on default port 42497] namenode.FSNamesystem (FSNamesystem.java:checkBlocksComplete(3286)) - BLOCK* blk_1073741827_1003 is COMMITTED but not COMPLETE(numNodes= 0 <  minimum = 1) in file /id_taco-taco/1779069802000/.kudu-metadata.json
2026-05-18 02:03:39,602 INFO  [Block report processor] BlockStateChange (BlockManager.java:addStoredBlock(3777)) - BLOCK* addStoredBlock: 127.0.0.1:36731 is added to blk_1073741827_1003 (size=121)
2026-05-18 02:03:40,004 INFO  [IPC Server handler 4 on default port 42497] hdfs.StateChange (FSNamesystem.java:completeFile(3239)) - DIR* completeFile: /id_taco-taco/1779069802000/.kudu-metadata.json is closed by DFSClient_NONMAPREDUCE_-1913775984_1
2026-05-18 02:03:40,131 INFO  [IPC Server handler 5 on default port 42497] 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 02:03:40,136 INFO  [IPC Server handler 6 on default port 42497] 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 02:03:40,142 INFO  [IPC Server handler 7 on default port 42497] 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 02:03:40,145 INFO  [IPC Server handler 8 on default port 42497] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779069793000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 02:03:40,152 INFO  [IPC Server handler 9 on default port 42497] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=open	src=/id_taco-taco/1779069793000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 02:03:40,205 INFO  [IPC Server handler 1 on default port 42497] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779069797000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 02:03:40,208 INFO  [IPC Server handler 0 on default port 42497] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=open	src=/id_taco-taco/1779069797000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 02:03:40,214 INFO  [IPC Server handler 2 on default port 42497] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779069802000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 02:03:40,217 INFO  [IPC Server handler 3 on default port 42497] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=open	src=/id_taco-taco/1779069802000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 02:03:40,221 INFO  [main] backup.BackupIO (BackupIO.scala:readTableBackups(236)) - Found 3 paths in hdfs://localhost:42497/id_taco-taco
checking existence of hdfs://localhost:42497/id_taco-taco/1779069793000/.kudu-metadata.json
2026-05-18 02:03:40,253 INFO  [IPC Server handler 4 on default port 42497] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779069793000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
checking existence of hdfs://localhost:42497/id_taco-taco/1779069797000/.kudu-metadata.json
2026-05-18 02:03:40,256 INFO  [IPC Server handler 5 on default port 42497] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779069797000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
checking existence of hdfs://localhost:42497/id_taco-taco/1779069802000/.kudu-metadata.json
2026-05-18 02:03:40,258 INFO  [IPC Server handler 6 on default port 42497] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779069802000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 02:03:40,259 INFO  [main] backup.BackupIO (BackupIO.scala:writeTableMetadata(95)) - Writing metadata to hdfs://localhost:42497/id_taco-taco/1779069798000/.kudu-metadata.json
2026-05-18 02:03:40,261 INFO  [IPC Server handler 7 on default port 42497] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=create	src=/id_taco-taco/1779069798000/.kudu-metadata.json	dst=null	perm=slave:supergroup:rw-r--r--	proto=rpc
2026-05-18 02:03:40,264 INFO  [IPC Server handler 8 on default port 42497] hdfs.StateChange (FSDirWriteFileOp.java:logAllocatedBlock(801)) - BLOCK* allocate blk_1073741828_1004, replicas=127.0.0.1:36731 for /id_taco-taco/1779069798000/.kudu-metadata.json
2026-05-18 02:03:40,267 INFO  [DataXceiver for client DFSClient_NONMAPREDUCE_-1913775984_1 at /127.0.0.1:40440 [Receiving block BP-936339468-10.240.0.41-1779069815691:blk_1073741828_1004]] datanode.DataNode (DataXceiver.java:writeBlock(759)) - Receiving BP-936339468-10.240.0.41-1779069815691:blk_1073741828_1004 src: /127.0.0.1:40440 dest: /127.0.0.1:36731
2026-05-18 02:03:40,270 INFO  [PacketResponder: BP-936339468-10.240.0.41-1779069815691:blk_1073741828_1004, type=LAST_IN_PIPELINE] DataNode.clienttrace (BlockReceiver.java:finalizeBlock(1576)) - src: /127.0.0.1:40440, dest: /127.0.0.1:36731, volume: /tmp/hdfs-test7269372607202478548/data/data2, bytes: 92, op: HDFS_WRITE, cliID: DFSClient_NONMAPREDUCE_-1913775984_1, offset: 0, srvID: 8b2cf2d2-d78d-4279-b8b4-432dc6b8af79, blockid: BP-936339468-10.240.0.41-1779069815691:blk_1073741828_1004, duration(ns): 1458418
2026-05-18 02:03:40,271 INFO  [PacketResponder: BP-936339468-10.240.0.41-1779069815691:blk_1073741828_1004, type=LAST_IN_PIPELINE] datanode.DataNode (BlockReceiver.java:run(1549)) - PacketResponder: BP-936339468-10.240.0.41-1779069815691:blk_1073741828_1004, type=LAST_IN_PIPELINE terminating
2026-05-18 02:03:40,272 INFO  [Block report processor] BlockStateChange (BlockManager.java:addStoredBlock(3777)) - BLOCK* addStoredBlock: 127.0.0.1:36731 is added to blk_1073741828_1004 (size=92)
2026-05-18 02:03:40,274 INFO  [IPC Server handler 1 on default port 42497] hdfs.StateChange (FSNamesystem.java:completeFile(3239)) - DIR* completeFile: /id_taco-taco/1779069798000/.kudu-metadata.json is closed by DFSClient_NONMAPREDUCE_-1913775984_1
2026-05-18 02:03:40,275 INFO  [main] backup.BackupIO (BackupIO.scala:writeTableMetadata(95)) - Writing metadata to hdfs://localhost:42497/id_taco-taco/1779069803000/.kudu-metadata.json
2026-05-18 02:03:40,277 INFO  [IPC Server handler 0 on default port 42497] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=create	src=/id_taco-taco/1779069803000/.kudu-metadata.json	dst=null	perm=slave:supergroup:rw-r--r--	proto=rpc
2026-05-18 02:03:40,281 INFO  [IPC Server handler 2 on default port 42497] hdfs.StateChange (FSDirWriteFileOp.java:logAllocatedBlock(801)) - BLOCK* allocate blk_1073741829_1005, replicas=127.0.0.1:36731 for /id_taco-taco/1779069803000/.kudu-metadata.json
2026-05-18 02:03:40,283 INFO  [DataXceiver for client DFSClient_NONMAPREDUCE_-1913775984_1 at /127.0.0.1:40448 [Receiving block BP-936339468-10.240.0.41-1779069815691:blk_1073741829_1005]] datanode.DataNode (DataXceiver.java:writeBlock(759)) - Receiving BP-936339468-10.240.0.41-1779069815691:blk_1073741829_1005 src: /127.0.0.1:40448 dest: /127.0.0.1:36731
2026-05-18 02:03:40,286 INFO  [PacketResponder: BP-936339468-10.240.0.41-1779069815691:blk_1073741829_1005, type=LAST_IN_PIPELINE] DataNode.clienttrace (BlockReceiver.java:finalizeBlock(1576)) - src: /127.0.0.1:40448, dest: /127.0.0.1:36731, volume: /tmp/hdfs-test7269372607202478548/data/data1, bytes: 121, op: HDFS_WRITE, cliID: DFSClient_NONMAPREDUCE_-1913775984_1, offset: 0, srvID: 8b2cf2d2-d78d-4279-b8b4-432dc6b8af79, blockid: BP-936339468-10.240.0.41-1779069815691:blk_1073741829_1005, duration(ns): 1493165
2026-05-18 02:03:40,287 INFO  [PacketResponder: BP-936339468-10.240.0.41-1779069815691:blk_1073741829_1005, type=LAST_IN_PIPELINE] datanode.DataNode (BlockReceiver.java:run(1549)) - PacketResponder: BP-936339468-10.240.0.41-1779069815691:blk_1073741829_1005, type=LAST_IN_PIPELINE terminating
2026-05-18 02:03:40,288 INFO  [Block report processor] BlockStateChange (BlockManager.java:addStoredBlock(3777)) - BLOCK* addStoredBlock: 127.0.0.1:36731 is added to blk_1073741829_1005 (size=121)
2026-05-18 02:03:40,289 INFO  [IPC Server handler 3 on default port 42497] hdfs.StateChange (FSNamesystem.java:completeFile(3239)) - DIR* completeFile: /id_taco-taco/1779069803000/.kudu-metadata.json is closed by DFSClient_NONMAPREDUCE_-1913775984_1
2026-05-18 02:03:40,290 INFO  [main] backup.BackupIO (BackupIO.scala:writeTableMetadata(95)) - Writing metadata to hdfs://localhost:42497/id_taco-taco/1779069808000/.kudu-metadata.json
2026-05-18 02:03:40,292 INFO  [IPC Server handler 5 on default port 42497] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=create	src=/id_taco-taco/1779069808000/.kudu-metadata.json	dst=null	perm=slave:supergroup:rw-r--r--	proto=rpc
2026-05-18 02:03:40,295 INFO  [IPC Server handler 6 on default port 42497] hdfs.StateChange (FSDirWriteFileOp.java:logAllocatedBlock(801)) - BLOCK* allocate blk_1073741830_1006, replicas=127.0.0.1:36731 for /id_taco-taco/1779069808000/.kudu-metadata.json
2026-05-18 02:03:40,297 INFO  [DataXceiver for client DFSClient_NONMAPREDUCE_-1913775984_1 at /127.0.0.1:40464 [Receiving block BP-936339468-10.240.0.41-1779069815691:blk_1073741830_1006]] datanode.DataNode (DataXceiver.java:writeBlock(759)) - Receiving BP-936339468-10.240.0.41-1779069815691:blk_1073741830_1006 src: /127.0.0.1:40464 dest: /127.0.0.1:36731
2026-05-18 02:03:40,301 INFO  [PacketResponder: BP-936339468-10.240.0.41-1779069815691:blk_1073741830_1006, type=LAST_IN_PIPELINE] DataNode.clienttrace (BlockReceiver.java:finalizeBlock(1576)) - src: /127.0.0.1:40464, dest: /127.0.0.1:36731, volume: /tmp/hdfs-test7269372607202478548/data/data2, bytes: 121, op: HDFS_WRITE, cliID: DFSClient_NONMAPREDUCE_-1913775984_1, offset: 0, srvID: 8b2cf2d2-d78d-4279-b8b4-432dc6b8af79, blockid: BP-936339468-10.240.0.41-1779069815691:blk_1073741830_1006, duration(ns): 917668
2026-05-18 02:03:40,301 INFO  [PacketResponder: BP-936339468-10.240.0.41-1779069815691:blk_1073741830_1006, type=LAST_IN_PIPELINE] datanode.DataNode (BlockReceiver.java:run(1549)) - PacketResponder: BP-936339468-10.240.0.41-1779069815691:blk_1073741830_1006, type=LAST_IN_PIPELINE terminating
2026-05-18 02:03:40,302 INFO  [Block report processor] BlockStateChange (BlockManager.java:addStoredBlock(3777)) - BLOCK* addStoredBlock: 127.0.0.1:36731 is added to blk_1073741830_1006 (size=121)
2026-05-18 02:03:40,303 INFO  [IPC Server handler 8 on default port 42497] hdfs.StateChange (FSNamesystem.java:completeFile(3239)) - DIR* completeFile: /id_taco-taco/1779069808000/.kudu-metadata.json is closed by DFSClient_NONMAPREDUCE_-1913775984_1
2026-05-18 02:03:40,304 INFO  [main] backup.BackupIO (BackupIO.scala:writeTableMetadata(95)) - Writing metadata to hdfs://localhost:42497/id_taco-taco/1779069813000/.kudu-metadata.json
2026-05-18 02:03:40,306 INFO  [IPC Server handler 9 on default port 42497] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=create	src=/id_taco-taco/1779069813000/.kudu-metadata.json	dst=null	perm=slave:supergroup:rw-r--r--	proto=rpc
2026-05-18 02:03:40,309 INFO  [IPC Server handler 1 on default port 42497] hdfs.StateChange (FSDirWriteFileOp.java:logAllocatedBlock(801)) - BLOCK* allocate blk_1073741831_1007, replicas=127.0.0.1:36731 for /id_taco-taco/1779069813000/.kudu-metadata.json
2026-05-18 02:03:40,311 INFO  [DataXceiver for client DFSClient_NONMAPREDUCE_-1913775984_1 at /127.0.0.1:40474 [Receiving block BP-936339468-10.240.0.41-1779069815691:blk_1073741831_1007]] datanode.DataNode (DataXceiver.java:writeBlock(759)) - Receiving BP-936339468-10.240.0.41-1779069815691:blk_1073741831_1007 src: /127.0.0.1:40474 dest: /127.0.0.1:36731
2026-05-18 02:03:40,314 INFO  [PacketResponder: BP-936339468-10.240.0.41-1779069815691:blk_1073741831_1007, type=LAST_IN_PIPELINE] DataNode.clienttrace (BlockReceiver.java:finalizeBlock(1576)) - src: /127.0.0.1:40474, dest: /127.0.0.1:36731, volume: /tmp/hdfs-test7269372607202478548/data/data1, bytes: 121, op: HDFS_WRITE, cliID: DFSClient_NONMAPREDUCE_-1913775984_1, offset: 0, srvID: 8b2cf2d2-d78d-4279-b8b4-432dc6b8af79, blockid: BP-936339468-10.240.0.41-1779069815691:blk_1073741831_1007, duration(ns): 2081930
2026-05-18 02:03:40,315 INFO  [PacketResponder: BP-936339468-10.240.0.41-1779069815691:blk_1073741831_1007, type=LAST_IN_PIPELINE] datanode.DataNode (BlockReceiver.java:run(1549)) - PacketResponder: BP-936339468-10.240.0.41-1779069815691:blk_1073741831_1007, type=LAST_IN_PIPELINE terminating
2026-05-18 02:03:40,316 INFO  [Block report processor] BlockStateChange (BlockManager.java:addStoredBlock(3777)) - BLOCK* addStoredBlock: 127.0.0.1:36731 is added to blk_1073741831_1007 (size=121)
2026-05-18 02:03:40,316 INFO  [IPC Server handler 0 on default port 42497] hdfs.StateChange (FSNamesystem.java:completeFile(3239)) - DIR* completeFile: /id_taco-taco/1779069813000/.kudu-metadata.json is closed by DFSClient_NONMAPREDUCE_-1913775984_1
2026-05-18 02:03:40,318 INFO  [main] backup.BackupIO (BackupIO.scala:writeTableMetadata(95)) - Writing metadata to hdfs://localhost:42497/id_taco-taco/1779069817000/.kudu-metadata.json
2026-05-18 02:03:40,320 INFO  [IPC Server handler 4 on default port 42497] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=create	src=/id_taco-taco/1779069817000/.kudu-metadata.json	dst=null	perm=slave:supergroup:rw-r--r--	proto=rpc
2026-05-18 02:03:40,328 INFO  [IPC Server handler 3 on default port 42497] hdfs.StateChange (FSDirWriteFileOp.java:logAllocatedBlock(801)) - BLOCK* allocate blk_1073741832_1008, replicas=127.0.0.1:36731 for /id_taco-taco/1779069817000/.kudu-metadata.json
2026-05-18 02:03:40,331 INFO  [DataXceiver for client DFSClient_NONMAPREDUCE_-1913775984_1 at /127.0.0.1:40484 [Receiving block BP-936339468-10.240.0.41-1779069815691:blk_1073741832_1008]] datanode.DataNode (DataXceiver.java:writeBlock(759)) - Receiving BP-936339468-10.240.0.41-1779069815691:blk_1073741832_1008 src: /127.0.0.1:40484 dest: /127.0.0.1:36731
2026-05-18 02:03:40,333 INFO  [PacketResponder: BP-936339468-10.240.0.41-1779069815691:blk_1073741832_1008, type=LAST_IN_PIPELINE] DataNode.clienttrace (BlockReceiver.java:finalizeBlock(1576)) - src: /127.0.0.1:40484, dest: /127.0.0.1:36731, volume: /tmp/hdfs-test7269372607202478548/data/data2, bytes: 121, op: HDFS_WRITE, cliID: DFSClient_NONMAPREDUCE_-1913775984_1, offset: 0, srvID: 8b2cf2d2-d78d-4279-b8b4-432dc6b8af79, blockid: BP-936339468-10.240.0.41-1779069815691:blk_1073741832_1008, duration(ns): 1412672
2026-05-18 02:03:40,334 INFO  [PacketResponder: BP-936339468-10.240.0.41-1779069815691:blk_1073741832_1008, type=LAST_IN_PIPELINE] datanode.DataNode (BlockReceiver.java:run(1549)) - PacketResponder: BP-936339468-10.240.0.41-1779069815691:blk_1073741832_1008, type=LAST_IN_PIPELINE terminating
2026-05-18 02:03:40,335 INFO  [Block report processor] BlockStateChange (BlockManager.java:addStoredBlock(3777)) - BLOCK* addStoredBlock: 127.0.0.1:36731 is added to blk_1073741832_1008 (size=121)
2026-05-18 02:03:40,335 INFO  [IPC Server handler 6 on default port 42497] hdfs.StateChange (FSNamesystem.java:completeFile(3239)) - DIR* completeFile: /id_taco-taco/1779069817000/.kudu-metadata.json is closed by DFSClient_NONMAPREDUCE_-1913775984_1
2026-05-18 02:03:40,336 INFO  [main] backup.BackupIO (BackupIO.scala:writeTableMetadata(95)) - Writing metadata to hdfs://localhost:42497/id_taco-taco/1779069800000/.kudu-metadata.json
2026-05-18 02:03:40,339 INFO  [IPC Server handler 7 on default port 42497] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=create	src=/id_taco-taco/1779069800000/.kudu-metadata.json	dst=null	perm=slave:supergroup:rw-r--r--	proto=rpc
2026-05-18 02:03:40,343 INFO  [IPC Server handler 8 on default port 42497] hdfs.StateChange (FSDirWriteFileOp.java:logAllocatedBlock(801)) - BLOCK* allocate blk_1073741833_1009, replicas=127.0.0.1:36731 for /id_taco-taco/1779069800000/.kudu-metadata.json
2026-05-18 02:03:40,345 INFO  [DataXceiver for client DFSClient_NONMAPREDUCE_-1913775984_1 at /127.0.0.1:40500 [Receiving block BP-936339468-10.240.0.41-1779069815691:blk_1073741833_1009]] datanode.DataNode (DataXceiver.java:writeBlock(759)) - Receiving BP-936339468-10.240.0.41-1779069815691:blk_1073741833_1009 src: /127.0.0.1:40500 dest: /127.0.0.1:36731
2026-05-18 02:03:40,348 INFO  [PacketResponder: BP-936339468-10.240.0.41-1779069815691:blk_1073741833_1009, type=LAST_IN_PIPELINE] DataNode.clienttrace (BlockReceiver.java:finalizeBlock(1576)) - src: /127.0.0.1:40500, dest: /127.0.0.1:36731, volume: /tmp/hdfs-test7269372607202478548/data/data1, bytes: 121, op: HDFS_WRITE, cliID: DFSClient_NONMAPREDUCE_-1913775984_1, offset: 0, srvID: 8b2cf2d2-d78d-4279-b8b4-432dc6b8af79, blockid: BP-936339468-10.240.0.41-1779069815691:blk_1073741833_1009, duration(ns): 1302772
2026-05-18 02:03:40,349 INFO  [PacketResponder: BP-936339468-10.240.0.41-1779069815691:blk_1073741833_1009, type=LAST_IN_PIPELINE] datanode.DataNode (BlockReceiver.java:run(1549)) - PacketResponder: BP-936339468-10.240.0.41-1779069815691:blk_1073741833_1009, type=LAST_IN_PIPELINE terminating
2026-05-18 02:03:40,350 INFO  [Block report processor] BlockStateChange (BlockManager.java:addStoredBlock(3777)) - BLOCK* addStoredBlock: 127.0.0.1:36731 is added to blk_1073741833_1009 (size=121)
2026-05-18 02:03:40,350 INFO  [IPC Server handler 1 on default port 42497] hdfs.StateChange (FSNamesystem.java:completeFile(3239)) - DIR* completeFile: /id_taco-taco/1779069800000/.kudu-metadata.json is closed by DFSClient_NONMAPREDUCE_-1913775984_1
2026-05-18 02:03:40,368 INFO  [IPC Server handler 2 on default port 42497] 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 02:03:40,369 INFO  [IPC Server handler 0 on default port 42497] 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 02:03:40,371 INFO  [IPC Server handler 4 on default port 42497] 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 02:03:40,374 INFO  [IPC Server handler 3 on default port 42497] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779069793000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 02:03:40,376 INFO  [IPC Server handler 5 on default port 42497] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=open	src=/id_taco-taco/1779069793000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 02:03:40,380 INFO  [IPC Server handler 6 on default port 42497] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779069797000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 02:03:40,382 INFO  [IPC Server handler 7 on default port 42497] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=open	src=/id_taco-taco/1779069797000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 02:03:40,389 INFO  [IPC Server handler 8 on default port 42497] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779069798000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 02:03:40,391 INFO  [IPC Server handler 9 on default port 42497] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=open	src=/id_taco-taco/1779069798000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 02:03:40,396 INFO  [IPC Server handler 1 on default port 42497] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779069800000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 02:03:40,398 INFO  [IPC Server handler 2 on default port 42497] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=open	src=/id_taco-taco/1779069800000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 02:03:40,402 INFO  [IPC Server handler 0 on default port 42497] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779069802000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 02:03:40,404 INFO  [IPC Server handler 4 on default port 42497] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=open	src=/id_taco-taco/1779069802000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 02:03:40,408 INFO  [IPC Server handler 3 on default port 42497] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779069803000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 02:03:40,410 INFO  [IPC Server handler 5 on default port 42497] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=open	src=/id_taco-taco/1779069803000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 02:03:40,413 INFO  [IPC Server handler 6 on default port 42497] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779069808000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 02:03:40,415 INFO  [IPC Server handler 7 on default port 42497] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=open	src=/id_taco-taco/1779069808000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 02:03:40,419 INFO  [IPC Server handler 8 on default port 42497] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779069813000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 02:03:40,421 INFO  [IPC Server handler 9 on default port 42497] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=open	src=/id_taco-taco/1779069813000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 02:03:40,425 INFO  [IPC Server handler 1 on default port 42497] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779069817000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 02:03:40,427 INFO  [IPC Server handler 2 on default port 42497] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=open	src=/id_taco-taco/1779069817000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 02:03:40,430 INFO  [main] backup.BackupIO (BackupIO.scala:readTableBackups(236)) - Found 9 paths in hdfs://localhost:42497/id_taco-taco
DRY RUN: Delete backup name: taco, id: id_taco, fromMs: 1779069797000, toMs: 1779069802000
DRY RUN: Delete backup name: taco, id: id_taco, fromMs: 1779069793000, toMs: 1779069797000
DRY RUN: Delete backup name: taco, id: id_taco, fromMs: 0, toMs: 1779069793000
DRY RUN: Delete backup name: taco, id: id_taco, fromMs: 1779069798000, toMs: 1779069800000
checking existence of hdfs://localhost:42497/id_taco-taco/1779069793000/.kudu-metadata.json
2026-05-18 02:03:40,451 INFO  [IPC Server handler 0 on default port 42497] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779069793000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
checking existence of hdfs://localhost:42497/id_taco-taco/1779069797000/.kudu-metadata.json
2026-05-18 02:03:40,453 INFO  [IPC Server handler 4 on default port 42497] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779069797000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
checking existence of hdfs://localhost:42497/id_taco-taco/1779069802000/.kudu-metadata.json
2026-05-18 02:03:40,455 INFO  [IPC Server handler 3 on default port 42497] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779069802000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
checking existence of hdfs://localhost:42497/id_taco-taco/1779069800000/.kudu-metadata.json
2026-05-18 02:03:40,456 INFO  [IPC Server handler 5 on default port 42497] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779069800000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
checking existence of hdfs://localhost:42497/id_taco-taco/1779069798000/.kudu-metadata.json
2026-05-18 02:03:40,458 INFO  [IPC Server handler 6 on default port 42497] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779069798000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
checking existence of hdfs://localhost:42497/id_taco-taco/1779069803000/.kudu-metadata.json
2026-05-18 02:03:40,460 INFO  [IPC Server handler 7 on default port 42497] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779069803000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
checking existence of hdfs://localhost:42497/id_taco-taco/1779069808000/.kudu-metadata.json
2026-05-18 02:03:40,462 INFO  [IPC Server handler 8 on default port 42497] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779069808000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
checking existence of hdfs://localhost:42497/id_taco-taco/1779069813000/.kudu-metadata.json
2026-05-18 02:03:40,463 INFO  [IPC Server handler 9 on default port 42497] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779069813000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
checking existence of hdfs://localhost:42497/id_taco-taco/1779069817000/.kudu-metadata.json
2026-05-18 02:03:40,465 INFO  [IPC Server handler 1 on default port 42497] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779069817000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 02:03:40,481 INFO  [IPC Server handler 2 on default port 42497] 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 02:03:40,482 INFO  [IPC Server handler 0 on default port 42497] 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 02:03:40,484 INFO  [IPC Server handler 4 on default port 42497] 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 02:03:40,486 INFO  [IPC Server handler 3 on default port 42497] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779069793000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 02:03:40,488 INFO  [IPC Server handler 5 on default port 42497] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=open	src=/id_taco-taco/1779069793000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 02:03:40,492 INFO  [IPC Server handler 6 on default port 42497] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779069797000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 02:03:40,494 INFO  [IPC Server handler 7 on default port 42497] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=open	src=/id_taco-taco/1779069797000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 02:03:40,498 INFO  [IPC Server handler 8 on default port 42497] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779069798000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 02:03:40,499 INFO  [IPC Server handler 9 on default port 42497] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=open	src=/id_taco-taco/1779069798000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 02:03:40,503 INFO  [IPC Server handler 1 on default port 42497] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779069800000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 02:03:40,505 INFO  [IPC Server handler 2 on default port 42497] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=open	src=/id_taco-taco/1779069800000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 02:03:40,512 INFO  [IPC Server handler 0 on default port 42497] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779069802000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 02:03:40,513 INFO  [IPC Server handler 4 on default port 42497] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=open	src=/id_taco-taco/1779069802000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 02:03:40,519 INFO  [IPC Server handler 3 on default port 42497] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779069803000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 02:03:40,520 INFO  [IPC Server handler 5 on default port 42497] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=open	src=/id_taco-taco/1779069803000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 02:03:40,524 INFO  [IPC Server handler 6 on default port 42497] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779069808000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 02:03:40,526 INFO  [IPC Server handler 7 on default port 42497] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=open	src=/id_taco-taco/1779069808000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 02:03:40,530 INFO  [IPC Server handler 8 on default port 42497] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779069813000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 02:03:40,531 INFO  [IPC Server handler 9 on default port 42497] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=open	src=/id_taco-taco/1779069813000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 02:03:40,535 INFO  [IPC Server handler 1 on default port 42497] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779069817000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 02:03:40,536 INFO  [IPC Server handler 2 on default port 42497] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=open	src=/id_taco-taco/1779069817000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 02:03:40,540 INFO  [main] backup.BackupIO (BackupIO.scala:readTableBackups(236)) - Found 9 paths in hdfs://localhost:42497/id_taco-taco
Delete backup name: taco, id: id_taco, fromMs: 1779069797000, toMs: 1779069802000
2026-05-18 02:03:40,558 INFO  [IPC Server handler 0 on default port 42497] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=delete	src=/id_taco-taco/1779069802000	dst=null	perm=null	proto=rpc
Delete backup name: taco, id: id_taco, fromMs: 1779069793000, toMs: 1779069797000
2026-05-18 02:03:40,562 INFO  [IPC Server handler 4 on default port 42497] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=delete	src=/id_taco-taco/1779069797000	dst=null	perm=null	proto=rpc
Delete backup name: taco, id: id_taco, fromMs: 0, toMs: 1779069793000
2026-05-18 02:03:40,564 INFO  [IPC Server handler 3 on default port 42497] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=delete	src=/id_taco-taco/1779069793000	dst=null	perm=null	proto=rpc
Delete backup name: taco, id: id_taco, fromMs: 1779069798000, toMs: 1779069800000
2026-05-18 02:03:40,566 INFO  [IPC Server handler 5 on default port 42497] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=delete	src=/id_taco-taco/1779069800000	dst=null	perm=null	proto=rpc
checking existence of hdfs://localhost:42497/id_taco-taco/1779069793000/.kudu-metadata.json
2026-05-18 02:03:40,569 INFO  [IPC Server handler 6 on default port 42497] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779069793000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
checking existence of hdfs://localhost:42497/id_taco-taco/1779069797000/.kudu-metadata.json
2026-05-18 02:03:40,571 INFO  [IPC Server handler 7 on default port 42497] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779069797000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
checking existence of hdfs://localhost:42497/id_taco-taco/1779069802000/.kudu-metadata.json
2026-05-18 02:03:40,572 INFO  [IPC Server handler 8 on default port 42497] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779069802000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
checking existence of hdfs://localhost:42497/id_taco-taco/1779069800000/.kudu-metadata.json
2026-05-18 02:03:40,574 INFO  [IPC Server handler 9 on default port 42497] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779069800000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
checking existence of hdfs://localhost:42497/id_taco-taco/1779069798000/.kudu-metadata.json
2026-05-18 02:03:40,576 INFO  [IPC Server handler 1 on default port 42497] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779069798000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
checking existence of hdfs://localhost:42497/id_taco-taco/1779069803000/.kudu-metadata.json
2026-05-18 02:03:40,578 INFO  [IPC Server handler 2 on default port 42497] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779069803000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
checking existence of hdfs://localhost:42497/id_taco-taco/1779069808000/.kudu-metadata.json
2026-05-18 02:03:40,579 INFO  [IPC Server handler 0 on default port 42497] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779069808000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
checking existence of hdfs://localhost:42497/id_taco-taco/1779069813000/.kudu-metadata.json
2026-05-18 02:03:40,581 INFO  [IPC Server handler 4 on default port 42497] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779069813000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
checking existence of hdfs://localhost:42497/id_taco-taco/1779069817000/.kudu-metadata.json
2026-05-18 02:03:40,582 INFO  [IPC Server handler 3 on default port 42497] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779069817000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 02:03:40,583 INFO  [main] backup.BackupIO (BackupIO.scala:writeTableMetadata(95)) - Writing metadata to hdfs://localhost:42497/id_taco-taco/1779069799000/.kudu-metadata.json
2026-05-18 02:03:40,585 INFO  [IPC Server handler 5 on default port 42497] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=create	src=/id_taco-taco/1779069799000/.kudu-metadata.json	dst=null	perm=slave:supergroup:rw-r--r--	proto=rpc
2026-05-18 02:03:40,588 INFO  [IPC Server handler 6 on default port 42497] hdfs.StateChange (FSDirWriteFileOp.java:logAllocatedBlock(801)) - BLOCK* allocate blk_1073741834_1010, replicas=127.0.0.1:36731 for /id_taco-taco/1779069799000/.kudu-metadata.json
2026-05-18 02:03:40,592 INFO  [DataXceiver for client DFSClient_NONMAPREDUCE_-1913775984_1 at /127.0.0.1:40502 [Receiving block BP-936339468-10.240.0.41-1779069815691:blk_1073741834_1010]] datanode.DataNode (DataXceiver.java:writeBlock(759)) - Receiving BP-936339468-10.240.0.41-1779069815691:blk_1073741834_1010 src: /127.0.0.1:40502 dest: /127.0.0.1:36731
2026-05-18 02:03:40,595 INFO  [PacketResponder: BP-936339468-10.240.0.41-1779069815691:blk_1073741834_1010, type=LAST_IN_PIPELINE] DataNode.clienttrace (BlockReceiver.java:finalizeBlock(1576)) - src: /127.0.0.1:40502, dest: /127.0.0.1:36731, volume: /tmp/hdfs-test7269372607202478548/data/data2, bytes: 92, op: HDFS_WRITE, cliID: DFSClient_NONMAPREDUCE_-1913775984_1, offset: 0, srvID: 8b2cf2d2-d78d-4279-b8b4-432dc6b8af79, blockid: BP-936339468-10.240.0.41-1779069815691:blk_1073741834_1010, duration(ns): 1351019
2026-05-18 02:03:40,595 INFO  [PacketResponder: BP-936339468-10.240.0.41-1779069815691:blk_1073741834_1010, type=LAST_IN_PIPELINE] datanode.DataNode (BlockReceiver.java:run(1549)) - PacketResponder: BP-936339468-10.240.0.41-1779069815691:blk_1073741834_1010, type=LAST_IN_PIPELINE terminating
2026-05-18 02:03:40,597 INFO  [IPC Server handler 8 on default port 42497] namenode.FSNamesystem (FSNamesystem.java:checkBlocksComplete(3286)) - BLOCK* blk_1073741834_1010 is COMMITTED but not COMPLETE(numNodes= 0 <  minimum = 1) in file /id_taco-taco/1779069799000/.kudu-metadata.json
2026-05-18 02:03:40,597 INFO  [Block report processor] BlockStateChange (BlockManager.java:addStoredBlock(3777)) - BLOCK* addStoredBlock: 127.0.0.1:36731 is added to blk_1073741834_1010 (size=92)
2026-05-18 02:03:40,999 INFO  [IPC Server handler 9 on default port 42497] hdfs.StateChange (FSNamesystem.java:completeFile(3239)) - DIR* completeFile: /id_taco-taco/1779069799000/.kudu-metadata.json is closed by DFSClient_NONMAPREDUCE_-1913775984_1
2026-05-18 02:03:41,000 INFO  [main] backup.BackupIO (BackupIO.scala:writeTableMetadata(95)) - Writing metadata to hdfs://localhost:42497/id_taco-taco/1779069804000/.kudu-metadata.json
2026-05-18 02:03:41,002 INFO  [IPC Server handler 1 on default port 42497] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=create	src=/id_taco-taco/1779069804000/.kudu-metadata.json	dst=null	perm=slave:supergroup:rw-r--r--	proto=rpc
2026-05-18 02:03:41,005 INFO  [IPC Server handler 2 on default port 42497] hdfs.StateChange (FSDirWriteFileOp.java:logAllocatedBlock(801)) - BLOCK* allocate blk_1073741835_1011, replicas=127.0.0.1:36731 for /id_taco-taco/1779069804000/.kudu-metadata.json
2026-05-18 02:03:41,008 INFO  [DataXceiver for client DFSClient_NONMAPREDUCE_-1913775984_1 at /127.0.0.1:40508 [Receiving block BP-936339468-10.240.0.41-1779069815691:blk_1073741835_1011]] datanode.DataNode (DataXceiver.java:writeBlock(759)) - Receiving BP-936339468-10.240.0.41-1779069815691:blk_1073741835_1011 src: /127.0.0.1:40508 dest: /127.0.0.1:36731
2026-05-18 02:03:41,011 INFO  [PacketResponder: BP-936339468-10.240.0.41-1779069815691:blk_1073741835_1011, type=LAST_IN_PIPELINE] DataNode.clienttrace (BlockReceiver.java:finalizeBlock(1576)) - src: /127.0.0.1:40508, dest: /127.0.0.1:36731, volume: /tmp/hdfs-test7269372607202478548/data/data1, bytes: 121, op: HDFS_WRITE, cliID: DFSClient_NONMAPREDUCE_-1913775984_1, offset: 0, srvID: 8b2cf2d2-d78d-4279-b8b4-432dc6b8af79, blockid: BP-936339468-10.240.0.41-1779069815691:blk_1073741835_1011, duration(ns): 1553988
2026-05-18 02:03:41,011 INFO  [PacketResponder: BP-936339468-10.240.0.41-1779069815691:blk_1073741835_1011, type=LAST_IN_PIPELINE] datanode.DataNode (BlockReceiver.java:run(1549)) - PacketResponder: BP-936339468-10.240.0.41-1779069815691:blk_1073741835_1011, type=LAST_IN_PIPELINE terminating
2026-05-18 02:03:41,012 INFO  [Block report processor] BlockStateChange (BlockManager.java:addStoredBlock(3777)) - BLOCK* addStoredBlock: 127.0.0.1:36731 is added to blk_1073741835_1011 (size=121)
2026-05-18 02:03:41,013 INFO  [IPC Server handler 0 on default port 42497] hdfs.StateChange (FSNamesystem.java:completeFile(3239)) - DIR* completeFile: /id_taco-taco/1779069804000/.kudu-metadata.json is closed by DFSClient_NONMAPREDUCE_-1913775984_1
2026-05-18 02:03:41,014 INFO  [main] backup.BackupIO (BackupIO.scala:writeTableMetadata(95)) - Writing metadata to hdfs://localhost:42497/id_taco-taco/1779069809000/.kudu-metadata.json
2026-05-18 02:03:41,015 INFO  [IPC Server handler 3 on default port 42497] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=create	src=/id_taco-taco/1779069809000/.kudu-metadata.json	dst=null	perm=slave:supergroup:rw-r--r--	proto=rpc
2026-05-18 02:03:41,018 INFO  [IPC Server handler 5 on default port 42497] hdfs.StateChange (FSDirWriteFileOp.java:logAllocatedBlock(801)) - BLOCK* allocate blk_1073741836_1012, replicas=127.0.0.1:36731 for /id_taco-taco/1779069809000/.kudu-metadata.json
2026-05-18 02:03:41,020 INFO  [DataXceiver for client DFSClient_NONMAPREDUCE_-1913775984_1 at /127.0.0.1:40520 [Receiving block BP-936339468-10.240.0.41-1779069815691:blk_1073741836_1012]] datanode.DataNode (DataXceiver.java:writeBlock(759)) - Receiving BP-936339468-10.240.0.41-1779069815691:blk_1073741836_1012 src: /127.0.0.1:40520 dest: /127.0.0.1:36731
2026-05-18 02:03:41,023 INFO  [PacketResponder: BP-936339468-10.240.0.41-1779069815691:blk_1073741836_1012, type=LAST_IN_PIPELINE] DataNode.clienttrace (BlockReceiver.java:finalizeBlock(1576)) - src: /127.0.0.1:40520, dest: /127.0.0.1:36731, volume: /tmp/hdfs-test7269372607202478548/data/data2, bytes: 121, op: HDFS_WRITE, cliID: DFSClient_NONMAPREDUCE_-1913775984_1, offset: 0, srvID: 8b2cf2d2-d78d-4279-b8b4-432dc6b8af79, blockid: BP-936339468-10.240.0.41-1779069815691:blk_1073741836_1012, duration(ns): 1337006
2026-05-18 02:03:41,023 INFO  [PacketResponder: BP-936339468-10.240.0.41-1779069815691:blk_1073741836_1012, type=LAST_IN_PIPELINE] datanode.DataNode (BlockReceiver.java:run(1549)) - PacketResponder: BP-936339468-10.240.0.41-1779069815691:blk_1073741836_1012, type=LAST_IN_PIPELINE terminating
2026-05-18 02:03:41,024 INFO  [Block report processor] BlockStateChange (BlockManager.java:addStoredBlock(3777)) - BLOCK* addStoredBlock: 127.0.0.1:36731 is added to blk_1073741836_1012 (size=121)
2026-05-18 02:03:41,025 INFO  [IPC Server handler 7 on default port 42497] hdfs.StateChange (FSNamesystem.java:completeFile(3239)) - DIR* completeFile: /id_taco-taco/1779069809000/.kudu-metadata.json is closed by DFSClient_NONMAPREDUCE_-1913775984_1
2026-05-18 02:03:41,026 INFO  [main] backup.BackupIO (BackupIO.scala:writeTableMetadata(95)) - Writing metadata to hdfs://localhost:42497/id_taco-taco/1779069814000/.kudu-metadata.json
2026-05-18 02:03:41,028 INFO  [IPC Server handler 8 on default port 42497] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=create	src=/id_taco-taco/1779069814000/.kudu-metadata.json	dst=null	perm=slave:supergroup:rw-r--r--	proto=rpc
2026-05-18 02:03:41,030 INFO  [IPC Server handler 9 on default port 42497] hdfs.StateChange (FSDirWriteFileOp.java:logAllocatedBlock(801)) - BLOCK* allocate blk_1073741837_1013, replicas=127.0.0.1:36731 for /id_taco-taco/1779069814000/.kudu-metadata.json
2026-05-18 02:03:41,033 INFO  [DataXceiver for client DFSClient_NONMAPREDUCE_-1913775984_1 at /127.0.0.1:40522 [Receiving block BP-936339468-10.240.0.41-1779069815691:blk_1073741837_1013]] datanode.DataNode (DataXceiver.java:writeBlock(759)) - Receiving BP-936339468-10.240.0.41-1779069815691:blk_1073741837_1013 src: /127.0.0.1:40522 dest: /127.0.0.1:36731
2026-05-18 02:03:41,035 INFO  [PacketResponder: BP-936339468-10.240.0.41-1779069815691:blk_1073741837_1013, type=LAST_IN_PIPELINE] DataNode.clienttrace (BlockReceiver.java:finalizeBlock(1576)) - src: /127.0.0.1:40522, dest: /127.0.0.1:36731, volume: /tmp/hdfs-test7269372607202478548/data/data1, bytes: 121, op: HDFS_WRITE, cliID: DFSClient_NONMAPREDUCE_-1913775984_1, offset: 0, srvID: 8b2cf2d2-d78d-4279-b8b4-432dc6b8af79, blockid: BP-936339468-10.240.0.41-1779069815691:blk_1073741837_1013, duration(ns): 1479569
2026-05-18 02:03:41,036 INFO  [PacketResponder: BP-936339468-10.240.0.41-1779069815691:blk_1073741837_1013, type=LAST_IN_PIPELINE] datanode.DataNode (BlockReceiver.java:run(1549)) - PacketResponder: BP-936339468-10.240.0.41-1779069815691:blk_1073741837_1013, type=LAST_IN_PIPELINE terminating
2026-05-18 02:03:41,037 INFO  [Block report processor] BlockStateChange (BlockManager.java:addStoredBlock(3777)) - BLOCK* addStoredBlock: 127.0.0.1:36731 is added to blk_1073741837_1013 (size=121)
2026-05-18 02:03:41,037 INFO  [IPC Server handler 2 on default port 42497] hdfs.StateChange (FSNamesystem.java:completeFile(3239)) - DIR* completeFile: /id_taco-taco/1779069814000/.kudu-metadata.json is closed by DFSClient_NONMAPREDUCE_-1913775984_1
2026-05-18 02:03:41,038 INFO  [main] backup.BackupIO (BackupIO.scala:writeTableMetadata(95)) - Writing metadata to hdfs://localhost:42497/id_taco-taco/1779069816000/.kudu-metadata.json
2026-05-18 02:03:41,040 INFO  [IPC Server handler 4 on default port 42497] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=create	src=/id_taco-taco/1779069816000/.kudu-metadata.json	dst=null	perm=slave:supergroup:rw-r--r--	proto=rpc
2026-05-18 02:03:41,042 INFO  [IPC Server handler 0 on default port 42497] hdfs.StateChange (FSDirWriteFileOp.java:logAllocatedBlock(801)) - BLOCK* allocate blk_1073741838_1014, replicas=127.0.0.1:36731 for /id_taco-taco/1779069816000/.kudu-metadata.json
2026-05-18 02:03:41,044 INFO  [DataXceiver for client DFSClient_NONMAPREDUCE_-1913775984_1 at /127.0.0.1:40528 [Receiving block BP-936339468-10.240.0.41-1779069815691:blk_1073741838_1014]] datanode.DataNode (DataXceiver.java:writeBlock(759)) - Receiving BP-936339468-10.240.0.41-1779069815691:blk_1073741838_1014 src: /127.0.0.1:40528 dest: /127.0.0.1:36731
2026-05-18 02:03:41,047 INFO  [PacketResponder: BP-936339468-10.240.0.41-1779069815691:blk_1073741838_1014, type=LAST_IN_PIPELINE] DataNode.clienttrace (BlockReceiver.java:finalizeBlock(1576)) - src: /127.0.0.1:40528, dest: /127.0.0.1:36731, volume: /tmp/hdfs-test7269372607202478548/data/data2, bytes: 121, op: HDFS_WRITE, cliID: DFSClient_NONMAPREDUCE_-1913775984_1, offset: 0, srvID: 8b2cf2d2-d78d-4279-b8b4-432dc6b8af79, blockid: BP-936339468-10.240.0.41-1779069815691:blk_1073741838_1014, duration(ns): 1049475
2026-05-18 02:03:41,047 INFO  [PacketResponder: BP-936339468-10.240.0.41-1779069815691:blk_1073741838_1014, type=LAST_IN_PIPELINE] datanode.DataNode (BlockReceiver.java:run(1549)) - PacketResponder: BP-936339468-10.240.0.41-1779069815691:blk_1073741838_1014, type=LAST_IN_PIPELINE terminating
2026-05-18 02:03:41,048 INFO  [Block report processor] BlockStateChange (BlockManager.java:addStoredBlock(3777)) - BLOCK* addStoredBlock: 127.0.0.1:36731 is added to blk_1073741838_1014 (size=121)
2026-05-18 02:03:41,049 INFO  [IPC Server handler 5 on default port 42497] hdfs.StateChange (FSNamesystem.java:completeFile(3239)) - DIR* completeFile: /id_taco-taco/1779069816000/.kudu-metadata.json is closed by DFSClient_NONMAPREDUCE_-1913775984_1
2026-05-18 02:03:41,070 INFO  [IPC Server handler 6 on default port 42497] 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 02:03:41,071 INFO  [IPC Server handler 7 on default port 42497] 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 02:03:41,073 INFO  [IPC Server handler 8 on default port 42497] 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 02:03:41,075 INFO  [IPC Server handler 9 on default port 42497] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779069798000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 02:03:41,077 INFO  [IPC Server handler 1 on default port 42497] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=open	src=/id_taco-taco/1779069798000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 02:03:41,081 INFO  [IPC Server handler 2 on default port 42497] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779069799000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 02:03:41,082 INFO  [IPC Server handler 4 on default port 42497] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=open	src=/id_taco-taco/1779069799000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 02:03:41,086 INFO  [IPC Server handler 0 on default port 42497] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779069803000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 02:03:41,087 INFO  [IPC Server handler 3 on default port 42497] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=open	src=/id_taco-taco/1779069803000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 02:03:41,091 INFO  [IPC Server handler 5 on default port 42497] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779069804000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 02:03:41,093 INFO  [IPC Server handler 6 on default port 42497] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=open	src=/id_taco-taco/1779069804000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 02:03:41,097 INFO  [IPC Server handler 7 on default port 42497] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779069808000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 02:03:41,098 INFO  [IPC Server handler 8 on default port 42497] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=open	src=/id_taco-taco/1779069808000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 02:03:41,102 INFO  [IPC Server handler 9 on default port 42497] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779069809000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 02:03:41,103 INFO  [IPC Server handler 1 on default port 42497] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=open	src=/id_taco-taco/1779069809000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 02:03:41,107 INFO  [IPC Server handler 2 on default port 42497] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779069813000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 02:03:41,108 INFO  [IPC Server handler 4 on default port 42497] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=open	src=/id_taco-taco/1779069813000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 02:03:41,111 INFO  [IPC Server handler 0 on default port 42497] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779069814000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 02:03:41,113 INFO  [IPC Server handler 3 on default port 42497] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=open	src=/id_taco-taco/1779069814000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 02:03:41,117 INFO  [IPC Server handler 5 on default port 42497] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779069816000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 02:03:41,118 INFO  [IPC Server handler 6 on default port 42497] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=open	src=/id_taco-taco/1779069816000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 02:03:41,121 INFO  [IPC Server handler 7 on default port 42497] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779069817000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 02:03:41,122 INFO  [IPC Server handler 8 on default port 42497] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=open	src=/id_taco-taco/1779069817000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
2026-05-18 02:03:41,125 INFO  [main] backup.BackupIO (BackupIO.scala:readTableBackups(236)) - Found 10 paths in hdfs://localhost:42497/id_taco-taco
checking existence of hdfs://localhost:42497/id_taco-taco/1779069793000/.kudu-metadata.json
2026-05-18 02:03:41,130 INFO  [IPC Server handler 9 on default port 42497] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779069793000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
checking existence of hdfs://localhost:42497/id_taco-taco/1779069797000/.kudu-metadata.json
2026-05-18 02:03:41,132 INFO  [IPC Server handler 1 on default port 42497] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779069797000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
checking existence of hdfs://localhost:42497/id_taco-taco/1779069802000/.kudu-metadata.json
2026-05-18 02:03:41,133 INFO  [IPC Server handler 2 on default port 42497] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779069802000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
checking existence of hdfs://localhost:42497/id_taco-taco/1779069798000/.kudu-metadata.json
2026-05-18 02:03:41,135 INFO  [IPC Server handler 4 on default port 42497] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779069798000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
checking existence of hdfs://localhost:42497/id_taco-taco/1779069803000/.kudu-metadata.json
2026-05-18 02:03:41,136 INFO  [IPC Server handler 0 on default port 42497] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779069803000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
checking existence of hdfs://localhost:42497/id_taco-taco/1779069808000/.kudu-metadata.json
2026-05-18 02:03:41,137 INFO  [IPC Server handler 3 on default port 42497] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779069808000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
checking existence of hdfs://localhost:42497/id_taco-taco/1779069813000/.kudu-metadata.json
2026-05-18 02:03:41,138 INFO  [IPC Server handler 5 on default port 42497] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779069813000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
checking existence of hdfs://localhost:42497/id_taco-taco/1779069817000/.kudu-metadata.json
2026-05-18 02:03:41,140 INFO  [IPC Server handler 6 on default port 42497] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779069817000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
checking existence of hdfs://localhost:42497/id_taco-taco/1779069799000/.kudu-metadata.json
2026-05-18 02:03:41,142 INFO  [IPC Server handler 7 on default port 42497] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779069799000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
checking existence of hdfs://localhost:42497/id_taco-taco/1779069804000/.kudu-metadata.json
2026-05-18 02:03:41,143 INFO  [IPC Server handler 8 on default port 42497] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779069804000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
checking existence of hdfs://localhost:42497/id_taco-taco/1779069809000/.kudu-metadata.json
2026-05-18 02:03:41,145 INFO  [IPC Server handler 9 on default port 42497] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779069809000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
checking existence of hdfs://localhost:42497/id_taco-taco/1779069814000/.kudu-metadata.json
2026-05-18 02:03:41,146 INFO  [IPC Server handler 1 on default port 42497] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779069814000/.kudu-metadata.json	dst=null	perm=null	proto=rpc
checking existence of hdfs://localhost:42497/id_taco-taco/1779069816000/.kudu-metadata.json
2026-05-18 02:03:41,147 INFO  [IPC Server handler 2 on default port 42497] FSNamesystem.audit (FSNamesystem.java:logAuditMessage(8947)) - allowed=true	ugi=slave (auth:SIMPLE)	ip=/127.0.0.1	cmd=getfileinfo	src=/id_taco-taco/1779069816000/.kudu-metadata.json	dst=null	perm=null	proto=rpc

Time: 6.889

OK (1 test)

2026-05-18 02:03:41,157 WARN  [shutdown-hook-0] impl.FsDatasetImpl (BlockPoolSlice.java:saveDfsUsed(413)) - Failed to write dfsUsed to /tmp/hdfs-test7269372607202478548/data/data1/current/BP-936339468-10.240.0.41-1779069815691/current/dfsUsed
java.nio.file.NoSuchFileException: /tmp/hdfs-test7269372607202478548/data/data1/current/BP-936339468-10.240.0.41-1779069815691/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 02:03:41,160 WARN  [shutdown-hook-0] impl.FsDatasetImpl (BlockPoolSlice.java:saveDfsUsed(413)) - Failed to write dfsUsed to /tmp/hdfs-test7269372607202478548/data/data2/current/BP-936339468-10.240.0.41-1779069815691/current/dfsUsed
java.nio.file.NoSuchFileException: /tmp/hdfs-test7269372607202478548/data/data2/current/BP-936339468-10.240.0.41-1779069815691/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 02:03:41,161 INFO  [shutdown-hook-0] namenode.FSImage (FSImage.java:lambda$run$0(1057)) - FSImageSaver clean checkpoint: txid=0 when meet shutdown.
2026-05-18 02:03:41,161 INFO  [shutdown-hook-0] namenode.FSImage (FSImage.java:lambda$run$0(1057)) - FSImageSaver clean checkpoint: txid=0 when meet shutdown.
