Bug P2
Status Update
Comments
[Deleted User] <[Deleted User]> #2
I have forwarded this request to the engineering team. We will update this issue with any progress updates and a resolution.
Best Regards,
Josh Moyer
Google Cloud Platform Support
Best Regards,
Josh Moyer
Google Cloud Platform Support
[Deleted User] <[Deleted User]> #3
This is not only useful for IP addresses, but also for many other resources. I understand that names are currently used as identifiers, so this request is probably not trivial to implement. Maybe distinguishing between a (numeric, automatically generated) identifier and a (textual) label is the way to go?
[Deleted User] <[Deleted User]> #4
Is it any hope? We have migrated our IP address to the server with different role, and now the name of this IP address resource doesn't match its role at all. It seems to be trivial enough to momentary reserve static IP address of the old named resource, drop resource, and immediately recreate it with the new name and the old IP address.
io...@google.com <io...@google.com> #5
This would also improve life when using the Google Deployment Manager (since it otherwise error's out if you've changed a name of an IP)
di...@gmail.com <di...@gmail.com> #6
Comment has been deleted.
di...@gmail.com <di...@gmail.com> #7
Comment has been deleted.
Description
Running an endpoints API method in an Android Thread started from a service gives an IOE exception "unexpected end of stream" every other time (the first time it fails, the next one the api method runs successfully, then it fails again and so on...)
The same api method called in a thread started in an activity runs with no issue.
There is a stackoverflow issue recorded: