wegel

Results 14 comments of wegel

Same problem here, with jackson 2.8.8.

@lburgazzoli I haven't spent much time testing yet, but that test does work. However, the test tree in that test is very small, and when I simulate a tree with...

Ok, thanks. Can an assembly be built from Windows, targetting .NET standard 2.0, and then used on linux dotnet core? How would one build such an assembly using the Windows...

Ok, I'll try that eventually, and report back my findings. Thanks!

Heh ;) But the relevant bits / info is present in the hashtable? Just want to make sure before I try to do anything in there. I guess the principle...

Thanks a lot for the info, I'll be sure to make a pull request if I achieve anything useful ;)

My actual use case was to actually detect the (pretty small, something like 0.1%) time skew to be able to correct it; haven't worked on it though.

It's clearly an optimization feature, so as such I don't think there will be a scenario where it *absolutely* can't be done otherwise. But that's the point of an optimization....

So you're saying that you would delegate the choice of which on-demand instance to terminate, and the actual termination, to the new spot instance? That could work, I guess.

Although having to re-implement and duplicate the selection/termination logic in every booted spot instance feels like a burden, it could work. +1 then. If you end up having a REST...