Ticket #80 (closed defect: fixed)
port bids result in 0 share and 0 bid
| Reported by: | ThomasSandholm | Owned by: | KevinLai |
|---|---|---|---|
| Priority: | normal | Milestone: | 0.3.3.4 Critical Bugs |
| Component: | Auctioneer | Version: | |
| Severity: | normal | Keywords: | |
| Cc: |
Description
ports that previously were allocated successfully get 0 share and 0 bid when the auctioneer enters a certain state. All new bids also result in 0 share and 0 bid and no allocations are made (no port forwarding happens).
[sandholm@sandholm-tycoon-55-20 ~]$ tsocks tycoon host get_account_status 204.123.28.82 resources ip_address: 204.123.28.82 resources: [[['TCPv4Port', 62405], {'total_usage': '0', 'weight': 1, 'share': 0.0, 'bid': 2.2228337109837821e-09, 'args': [22], 'last_price': 0.0, 'reservation_bid': 0.0, 'reservation_spent': 0.0, 'bid2': 0.0, 'reservation': 0.0, 'spent': 0.0, 'recent_usage': '0'}], [['TCPv4Port', 2811], {'total_usage': '0', 'weight': 1, 'share': 0.0, 'bid': 0.0, 'args': [2811], 'last_price': 0.0, 'reservation_bid': 0.0, 'reservation_spent': 0.0, 'bid2': 0.0, 'reservation': 0.0, 'spent': 0.0, 'recent_usage': '0'}], [CPU?, {'total_usage': '194854223191', 'weight': 1, 'share': 0.85784476660418807, 'bid': 2.2228337109837821e-09, 'last_price': 1.2801151522662963e-13, 'reservation_bid': 0.0, 'reservation_spent': 0.0, 'bid2': 0.0, 'reservation': 0.0, 'spent': 3.5950137106982019e-06, 'recent_usage': '1580993'}], [['TCPv4Port', 2135], {'total_usage': '0', 'weight': 1, 'share': 0.0, 'bid': 0.0, 'args': [2135], 'last_price': 0.0, 'reservation_bid': 0.0, 'reservation_spent': 0.0, 'bid2': 0.0, 'reservation': 0.0, 'spent': 0.0, 'recent_usage': '0'}], [['TCPv4Port', 2134], {'total_usage': '0', 'weight': 1, 'share': 0.0, 'bid': 0.0, 'args': [2134], 'last_price': 0.0, 'reservation_bid': 0.0, 'reservation_spent': 0.0, 'bid2': 0.0, 'reservation': 0.0, 'spent': 0.0, 'recent_usage': '0'}], [memory?, {'total_usage': '246367105', 'weight': 1, 'share': 0.85049363504446518, 'bid': 2.2228337109837821e-09, 'last_price': 9.3091886982166927e-16, 'reservation_bid': 0.0, 'reservation_spent': 7.7716689378133459e-15, 'bid2': 0.0, 'reservation': 0.0, 'spent': 4.9382738752656566e-10, 'recent_usage': '11769'}]]
