GoogleCloudPlatform / DataflowJavaSDK

Google Cloud Dataflow provides a simple, powerful model for building both batch and streaming parallel data processing pipelines.
http://cloud.google.com/dataflow
855 stars 324 forks source link

Store OOM dump on GCS #549

Open pelletier opened 7 years ago

pelletier commented 7 years ago

Is there a way to have pipelines with dumpHeapOnOOM enabled store the dumps on GCS instead of (or in addition to) the disk? There is setSaveProfilesToGcs for performance profiles, so a similar feature would be useful for heap dumps.

davorbonaci commented 7 years ago

@bjchambers, can you please assist?