Token not found
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Mirantis OpenStack |
Fix Released
|
Medium
|
MOS Keystone | ||
6.1.x |
Won't Fix
|
Medium
|
MOS Maintenance | ||
7.0.x |
Won't Fix
|
Medium
|
MOS Keystone | ||
8.0.x |
Fix Released
|
Medium
|
MOS Keystone |
Bug Description
Two keystone rally tests failed with Could not find token: 5731bfea58c6478
grepping logs using 5731bfea58c6478
/var/log/
/var/log/
Topology:
CentOS+GRE+525(RC3)
Controllers: 3, Computes: 21
api: '1.0'
astute_sha: 1ea8017fe888941
auth_required: true
build_id: 2015-06-19_13-02-31
build_number: '525'
feature_groups:
- mirantis
fuel-library_sha: 2e7a08ad9792c70
fuel-ostf_sha: 8fefcf7c4649370
fuelmain_sha: a3998372183468f
nailgun_sha: dbd54158812033d
openstack_version: 2014.2.2-6.1
production: docker
python-
release: '6.1'
Log snapshot at http://
tags: |
added: area-keystone removed: keystone |
In the logs I see
``` 24T22:41: 01.537318+ 00:00 debug: Memcached pool 90129936, thread 140052079146752: Marked host 192.168.0.10:11211 dead until 1435185691.53 24T22:41: 01.542767+ 00:00 warning: Authorization failed. Could not find token: 5731bfea58c6478 4b9e7e83c29f83c 6d (Disable debug mode to suppress these details.) (Disable debug mode to s
2015-06-
2015-06-
uppress these details.) from 192.168.0.2
``` 24T22:31: 07.226938+ 00:00 debug: Memcached pool 61707152, thread 140200754067200: Marked host 192.168.0.10:11211 dead until 1435185097.09 24T22:31: 07.251874+ 00:00 warning: Authorization failed. Could not find token: fbe9320a1057442 b934d82e3c33573 69 (Disable debug mode to suppress these details.) (Disable debug mode to suppress these details.) from 192.168.0.2
same for the second token:
```
2015-06-
2015-06-
```
which means that memcache host became dead there. Keystone in 6.1 requires some seconds to failover.
Were the tests destructive?