<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>question Re: Does the service stop if a disk io error occurs during operation? Or maintain? in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/Does-the-service-stop-if-a-disk-io-error-occurs-during/m-p/397197#M249762</link>
    <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/116467"&gt;@flashone&lt;/a&gt;,&amp;nbsp;Welcome to our community! To help you get the best possible answer, I have tagged in our experts&amp;nbsp;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/75395"&gt;@Kartik_Agarwal&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/101097"&gt;@RAGHUY&lt;/a&gt;&amp;nbsp;who may be able to assist you further.&lt;BR /&gt;&lt;BR /&gt;Please feel free to provide any additional information or details about your query, and we hope that you will find a satisfactory solution to your question.&lt;/P&gt;</description>
    <pubDate>Fri, 08 Nov 2024 05:29:29 GMT</pubDate>
    <dc:creator>VidyaSargur</dc:creator>
    <dc:date>2024-11-08T05:29:29Z</dc:date>
    <item>
      <title>Does the service stop if a disk io error occurs during operation? Or maintain?</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Does-the-service-stop-if-a-disk-io-error-occurs-during/m-p/397194#M249761</link>
      <description>&lt;P&gt;&lt;BR /&gt;hdfs, yarn, impala, and kudu are currently in service.&lt;/P&gt;&lt;P&gt;If an io error occurs on one disk in one server during operation,&lt;BR /&gt;Is the service down?&lt;BR /&gt;Should I just leave it until I replace the disk?&lt;/P&gt;</description>
      <pubDate>Thu, 07 Nov 2024 23:38:17 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Does-the-service-stop-if-a-disk-io-error-occurs-during/m-p/397194#M249761</guid>
      <dc:creator>flashone</dc:creator>
      <dc:date>2024-11-07T23:38:17Z</dc:date>
    </item>
    <item>
      <title>Re: Does the service stop if a disk io error occurs during operation? Or maintain?</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Does-the-service-stop-if-a-disk-io-error-occurs-during/m-p/397197#M249762</link>
      <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/116467"&gt;@flashone&lt;/a&gt;,&amp;nbsp;Welcome to our community! To help you get the best possible answer, I have tagged in our experts&amp;nbsp;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/75395"&gt;@Kartik_Agarwal&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/101097"&gt;@RAGHUY&lt;/a&gt;&amp;nbsp;who may be able to assist you further.&lt;BR /&gt;&lt;BR /&gt;Please feel free to provide any additional information or details about your query, and we hope that you will find a satisfactory solution to your question.&lt;/P&gt;</description>
      <pubDate>Fri, 08 Nov 2024 05:29:29 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Does-the-service-stop-if-a-disk-io-error-occurs-during/m-p/397197#M249762</guid>
      <dc:creator>VidyaSargur</dc:creator>
      <dc:date>2024-11-08T05:29:29Z</dc:date>
    </item>
    <item>
      <title>Re: Does the service stop if a disk io error occurs during operation? Or maintain?</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Does-the-service-stop-if-a-disk-io-error-occurs-during/m-p/397204#M249765</link>
      <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/116467"&gt;@flashone&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If a disk error is detected, HDFS can mark the affected disk as failed and stop using it. HDFS DataNodes are designed to handle disk failures gracefully. If you have replication set up correctly, the data should remain accessible, though replication might temporarily increase on other nodes to compensate for the loss.&lt;/P&gt;&lt;P&gt;The service itself (HDFS) will usually stay operational as long as there are other healthy disks and nodes available&lt;/P&gt;&lt;P&gt;++++++++++++++&lt;/P&gt;&lt;P&gt;YARN NodeManagers can handle disk failures by marking disks as unhealthy if configured to monitor disk health, When a disk fails, NodeManager excludes that disk from the list of usable directories.&lt;/P&gt;&lt;P&gt;The NodeManager service itself will continue running as long as other disks are healthy.&lt;/P&gt;&lt;P&gt;++++++++++++++++&lt;/P&gt;&lt;P&gt;If Impala detects a disk I/O error, it will stop using that disk. The Impala Daemon will continue running, but queries that rely on data stored on the failed disk might fail until data can be accessed from another replica or node.&lt;/P&gt;&lt;P&gt;+++++++++++++&lt;/P&gt;&lt;P&gt;Kudu Tablet Servers monitor disk health, and if a disk fails, Kudu can mark it as failed and continue operating if there are other healthy disks. However, if the failure impacts multiple disks or replicas, it can lead to data availability issues.&lt;/P&gt;&lt;P&gt;++++++++++++&lt;/P&gt;&lt;P&gt;You can usually keep the services running if only a single disk fails and if replication is properly configured. However, it’s best to replace the failed disk promptly to avoid further risk. In HDFS and Kudu especially, losing additional disks could risk data loss or availability issues.&lt;/P&gt;</description>
      <pubDate>Fri, 08 Nov 2024 06:00:10 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Does-the-service-stop-if-a-disk-io-error-occurs-during/m-p/397204#M249765</guid>
      <dc:creator>RAGHUY</dc:creator>
      <dc:date>2024-11-08T06:00:10Z</dc:date>
    </item>
    <item>
      <title>Re: Does the service stop if a disk io error occurs during operation? Or maintain?</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Does-the-service-stop-if-a-disk-io-error-occurs-during/m-p/397315#M249815</link>
      <description>&lt;P&gt;Thanks ~ Good Answer~&lt;/P&gt;</description>
      <pubDate>Mon, 11 Nov 2024 10:35:30 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Does-the-service-stop-if-a-disk-io-error-occurs-during/m-p/397315#M249815</guid>
      <dc:creator>flashone</dc:creator>
      <dc:date>2024-11-11T10:35:30Z</dc:date>
    </item>
  </channel>
</rss>

