Member since
01-18-2021
6
Posts
0
Kudos Received
0
Solutions
03-29-2021
07:47 AM
You can update the configuration (remove single disk that you don't need) and perform a restart on one datanode at a time. Ensure that there are no under replicated blocks (namenode UI will show that) in between datanode restarts. I found this to be safest approach. SDL
... View more
03-29-2021
07:43 AM
Can you not install hdfs client (just binaries) on the remote server and run a cron job to get hdfs data you want locally? That way you don't need to cache data locally and then rsync/scp to remote server? SDL
... View more
03-29-2021
07:39 AM
Hello, I am seeing this value for numBlocksFailedToUncache property is going up. Should I be concerned? From apache documentation I can see it means https://blog.woopi.org/wordpress/files/hadoop-2.6.0-javadoc/org/apache/hadoop/hdfs/server/datanode/fsdataset/impl/FsDatasetCache.html "Number of uncache commands that could not be completed successfully" Not sure how to interpret this.. Thanks M
... View more
Labels:
- Labels:
-
HDFS
01-18-2021
09:47 AM
Thanks Smarak, In that case, how can we update the default configuration? I was under impression that once I upload my solrconfig.xml for my collection to zookeeper that was it. Each of my collections, ranger_audits, hadoop_logs and audit_logs has different values. Does that mean, I need to update default configuration for each of these separately (3 edits)? and potentially many more e.g atlas collections etc sdl
... View more
01-18-2021
09:15 AM
Thanks Smarak, I did follow the the link and especially the section Old Installation; Solr Audits = enabled It worked as I could see older indexes were deleted. I could see disk space went down. However, for whatever reason, the ttl field reverted back next day. Not sure why/how? Also the autoDeletePeriodSeconds = 86400 never worked, and I am suspecting that we do stop the instances nightly. I just wanted to confirm that. sdl
... View more
01-18-2021
08:03 AM
Hello, if the autoDeletePeriodSeconds is set to 86400, will that trigger the deletion at midnight? We are not seeing the index getting deleted and our cluster is down nightly, so just curious. Also if I donwconfig, edit this setting and upconfig, I am seeing that configuration is getting reverted next day. Not sure why it is getting reverted. Any suggestions? sdl
... View more
Labels: