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

Problems during Cluster Deplyment #60

Open
rnavarromatesanz opened this issue Apr 13, 2022 · 3 comments
Open

Problems during Cluster Deplyment #60

rnavarromatesanz opened this issue Apr 13, 2022 · 3 comments
Assignees

Comments

@rnavarromatesanz
Copy link

rnavarromatesanz commented Apr 13, 2022

Hi,

I'm trying to deploy the cluster following the example provided in th setup page
https://github.com/Azure/feast-azure/blob/main/cluster/setup/README.md

Here I've got a couple of problems.

  1. I'm not able to find de service "internal-feast-core" among the service deployed during installation. As workaround, I'm asssuming that the IP provided at the end of installation, It's the IP needed:

You can now access the Feast service with ip 10.244.0.8:6565 within the same virtual network where the AKS cluster is deployed to.

2 Assuming the previous IP, during the testing, I've got a final error during the apply process with this error

/usr/lib/python3/dist-packages/apport/report.py:13: DeprecationWarning: the imp module is deprecated in favour of importlib; see the module's documentation for alternative uses
import fnmatch, glob, traceback, errno, sys, atexit, locale, imp, stat
Traceback (most recent call last):
File "/home/nttdataadmin/.local/lib/python3.8/site-packages/feast/grpc/grpc.py", line 48, in create_grpc_channel
grpc.channel_ready_future(channel).result(timeout=timeout)
File "/home/nttdataadmin/.local/lib/python3.8/site-packages/grpc/_utilities.py", line 140, in result
self._block(timeout)
File "/home/nttdataadmin/.local/lib/python3.8/site-packages/grpc/_utilities.py", line 86, in _block
raise grpc.FutureTimeoutError()
grpc.FutureTimeoutError

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "test_featurestore.py", line 71, in
client.apply(driver_id)
File "/home/nttdataadmin/.local/lib/python3.8/site-packages/feast/client.py", line 516, in apply
log_usage("apply", self._telemetry_id, datetime.utcnow(), self.version())
File "/home/nttdataadmin/.local/lib/python3.8/site-packages/feast/client.py", line 372, in version
serving_version = self._serving_service.GetFeastServingInfo(
File "/home/nttdataadmin/.local/lib/python3.8/site-packages/feast/client.py", line 184, in _serving_service
channel = create_grpc_channel(
File "/home/nttdataadmin/.local/lib/python3.8/site-packages/feast/grpc/grpc.py", line 51, in create_grpc_channel
raise ConnectionError(
ConnectionError: Connection timed out while attempting to connect to localhost:6566

¿Can you give me any advice?

Regards and Thanks in advance
Roberto

@samuel100
Copy link
Contributor

@xiaoyongzhumsft any advice here?

@Rakesh-Raushan
Copy link

Facing the same error, @rnavarromatesanz by any chance were you able to resolve this?

@rnavarromatesanz
Copy link
Author

rnavarromatesanz commented Jan 10, 2023 via email

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

4 participants