Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8364555

Tell me how many bytes written, during an IOException

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Unresolved
    • Icon: P4 P4
    • None
    • None
    • core-libs
    • generic
    • generic

      A DESCRIPTION OF THE PROBLEM :
      In real world, we have to know how many bytes written after an IOException, in many cases, such as disk full.
      Look at the PostgreSQL, it has a feature, if the disk is full during writing logs, the process will hang and retry until the log can be written. It's avoid log losting. But in java.io, we have no way to achieve that.


            Unassigned Unassigned
            webbuggrp Webbug Group
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: