Uploaded image for project: 'Flink'
  1. Flink
  2. FLINK-8065

Extend exception message if QS client is already shut down

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 1.4.0
    • None
    • None

    Description

      Calling QueryableStateClient#getKvState after shutting it down leads to this rather short exception message:

      Caused by: java.lang.IllegalStateException: Shut down
      	at org.apache.flink.queryablestate.network.Client.sendRequest(Client.java:136)
      	at org.apache.flink.queryablestate.client.QueryableStateClient.getKvState(QueryableStateClient.java:251)
      

      We can extend this just a little bit.

      Attachments

        Activity

          People

            kkl0u Kostas Kloudas
            chesnay Chesnay Schepler
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: