Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

VCAC-A setup not working properly #775

Open
Kautik-Aivid opened this issue May 10, 2021 · 4 comments
Open

VCAC-A setup not working properly #775

Kautik-Aivid opened this issue May 10, 2021 · 4 comments

Comments

@Kautik-Aivid
Copy link

Kautik-Aivid commented May 10, 2021

Hi @xwu2git ,

We are facing one trouble, in running VCAC-A based Smart-City-Sample. We have followed all the installation steps given on the github for VCAC-a, so the problem is that all the pods are running fine, except storage and smart-upload, they are stuck with "Searching" statement. and as result UI is not working properly.
We are running analytics pods only on vcac-a, by making vcaca-a as a worker node, rest of them are running on host machine as a master.
Screenshots are attached for better clarity, please help us on resolving the issue.
Running pods:
Podes
Smart-upload logs
smart_upload
Storage logs
storage
UI Screen
UI
Analytics container logs
analytics

@xwu2git
Copy link
Collaborator

xwu2git commented May 11, 2021

From what you showed is actually a good working system (with perhaps the storage service.)
Can you login to the cloud-web service and run curl 'db-service:9200/analytics-*/_doc/_search?pretty'? If there is valid output, then the analytics runs ok and the data is saved in the database.

@Kautik-Aivid
Copy link
Author

we went into the db-0 pod using "kubectl exec -it db-0 bash", and there we fired curl 'db-service:9200/analytics-*/_doc/_search?pretty' and the result we got it attached below, please have a look, this is happening only when we are giving platform=vcac-a, otherwise with platform=Xeon, we are able to fetch data from db-0.

Capture

@xwu2git
Copy link
Collaborator

xwu2git commented May 11, 2021

OK. So the database did not receive any data. Can you do the same curl command within the analytics POD?

@Kautik-Aivid
Copy link
Author

I login in analytics POD which is running on VCAC-A card and curl to database this is result :
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants