Azure Table Storage Unable to connect - Error on increasing load

I am using Windows Aure Website ( Reserved Instance) and doing the Inserts to an Azure table via http. ( Yes http).  When i was doing load testing, foud the below error.  It was like  2 hits / seconds... Not sure what is the reason?
Any thoughts? SDK issue? 
HTTP_Request2_ConnectionException</b>: Unable to connect to tcp://innovativetxtstorage.table.core.windows.net:80. Error: php_network_getaddresses: getaddrinfo failed: No such host is known.  
C:\DWASFiles\Sites\innovativetxt\VirtualDirectory0\site\wwwroot\vendor\pear-pear.php.net\HTTP_Request2\HTTP\Request2\Adapter\Socket.php  on  line 324
>HTTP_Request2_SocketWrapper->__construct('tcp://innovative&hellip;', 10, Array)</td><td>C:\DWASFiles\Sites\innovative in C:\DWASFiles\Sites\innovativetxt\VirtualDirectory0\site\wwwroot\vendor\pear-pear.php.net\HTTP_Request2\HTTP\Request2\SocketWrapper.php
on line 116

Here is further information ...
In normal circumstance with 30 Hits per Minute to our our API.... It works fine.  After that latency is too high that it gives time out. See the Attached Report..
 All I am doing is reading the Azure table to verify user Loginand Password...   ( Reading Same Entity Again and Again)
See teh Performance Test Report here... http://www.innovativetxt.com/BlitzPerformanceTest.pdf
My customer cannot send us more than 30 request per seconds.. we feel ourself in trouble by complains every day.
We are on reserved Instance Website URL is http://www.innovativetxt.com   and we feel like latency is killing us. 
1. Is it because of Aure Storage? Cannot handel load of that much?
Is it bec
( I have already turend of Tanggling, TCP 100 etc all tips implemented )
See the below error message from Log file.
[03-Aug-2013 09:37:01 UTC] PHP Fatal error:  Uncaught <table style="border: 1px" cellspacing="0">
<tr><td colspan="3" style="background: #ff9999"> <b>HTTP_Request2_ConnectionException</b>: Unable to connect to tcp://innovativetxtstorage.table.core.windows.net:80. Error: php_network_getaddresses: getaddrinfo failed:
No such host is known.  in <b>C:\DWASFiles\Sites\innovativetxt\VirtualDirectory0\site\wwwroot\vendor\pear-pear.php.net\HTTP_Request2\HTTP\Request2\Adapter\Socket.php</b> on line <b>324</b></td></tr>
<tr><td colspan="3" style="background-color: #aaaaaa; text-align: center; font-weight: bold;">Exception trace</td></tr>
<tr><td style="text-align: center; background: #cccccc; width:20px; font-weight: bold;">#</td><td style="text-align: center; background: #cccccc; font-weight: bold;">Function</td><td style="text-align:
center; background: #cccccc; font-weight: bold;">Location</td></tr>
<tr><td style="text-align: center;">0</td><td>HTTP_Request2_SocketWrapper->__construct('tcp://innovative&hellip;', 10, Array)</td><td>C:\DWASFiles\Sites\innovative in C:\DWASFiles\Sites\innovativetxt\VirtualDirectory0\site\wwwroot\vendor\pear-pear.php.net\HTTP_Request2\HTTP\Request2\SocketWrapper.php
on line 116

Similar Messages

  • How to improve performance for Azure Table Storage bulk loads

    Hello all,
    Would appreciate your help as we are facing a challenge.
    We are tried to bulk load Azure table storage. We have a file that contains nearly 2 million rows.
    We would need to reach a point where we could bulk load 100000-150000 entries per minute. Currently, it takes more than 10 hours to process the file..
    We have tried Parallel.Foreach but it doesn't help. Today I discovered Partitioning in PLINQ. Would that be the way to go??
    Any ideas? I have spent nearly two days in trying to optimize it using PLINQ, but still I am not sure what is the best thing to do.
    Kindly, note that we shouldn't be using SQL/Azure SQL for this.
    I would really appreciate your help.
    Thanks

    I'd think you're just pooling the parallel connections to Azure, if you do it on one system.  You'd also have a bottleneck of round trip time from you, through the internet to Azure and back again.
    You could speed it up by moving the data file to the cloud and process it with a Cloud worker role.  That way you'd be in the datacenter (which is a much faster, more optimized network.)
    Or, if that's not fast enough - if you can split the data so multiple WorkerRoles could each process part of the file, you can use the VM's scale to put enough machines to it that it gets done quickly.
    Darin R.

  • Azure table storage design for simple social networking

    What is the best table design if I want to use Azure Table Service for a simple social networking website?
    The website could have millions of users.
    Users need to be able to view a list of all other users in the system sorted by the number of mutual connections.
    Users must be able to view a list of their connections
    User must be able to view content posted by themselves and their connections.
    One major design constraint is that Azure table service queries are generally limited to the partition key and row key when there are a large number of records or else they get really slow. Another constraint is that query results are only sorted by the
    partition key and then the row key.

    For your scenario, I think making use of the SQL Azure makes more senses than usage of azure table storage service offering, nature of the data looks more relational in this particular context which is not recommended for table storage model design.
    You can get started with SQL Azure at -
    http://azure.microsoft.com/en-us/services/sql-database/
    Bhushan | Blog |
    LinkedIn | Twitter

  • "Unable to Connect" error continually shows up despite having reinstalled firefox and troubleshooting. How do I get firefox to work properly again? (windows 7)

    I turned on my computer and before I could start firefox it said it was updating. When it said it had finished updating and there were no error messages indicating that the update had failed. When I opened firefox it pulled up the last tabs I had open before closing the program. None of the tabs functioned properly and gave me "unable to connect" errors even when I opened new tabs, no matter what the website was. Everything worked properly in internet explorer. I tried restarting my computer and firefox, troubleshooting, restoring firefox, uninstalling and then reinstalling firefox, checking my firewall and the problem persists. I've tried changing my proxy settings according the articles on the support page but nothing has worked. How should I fix this? Firefox is my favorite browser I would hate to give it up.

    see: [[Fix problems connecting to websites after updating Firefox|Fix problems connecting to websites after updating Firefox]]
    Also possible cause is security software (firewall,anti-virus) that blocks or restricts Firefox or the plugin-container process without informing you, possibly after detecting changes (update) to the Firefox program.
    Remove all rules for Firefox and the plugin-container from the permissions list in the firewall and let your firewall ask again for permission to get full unrestricted access to internet for Firefox and the plugin-container process and the updater process.
    See:
    https://support.mozilla.org/kb/Server+not+found
    https://support.mozilla.org/kb/Firewalls

  • Unable to Connect error 948 via SQL

    System Center 2012 DPM trying to connect to a SQL instance on a different server using Windows Authentication. Getting the unable to connect error "Unable to cnnect to xxx.domain.com (ID: 948) Verify that the DPM service is running on this computer",
    I figured out that if you add the user to "sysadmin" in SQL management it works for that user.  My question is, is this the best practices method of solving this problem?  Will this need to be done for every windows user
    that tries to access the DPM, or is there a more proper way?
    Thanks

    can anyone help?

  • How to select data from AZure table storage without row key and partition key

    Hi 
    I need to select a data from azure table storage without rowkey and partition key. how  in azure storage emulator click query it display all data from that table. 
    thanks 
    rajesh 

    Hi rajesh,
    It seems that you didn't click query data using storage emulator. But I recommend you could use the azure server explore in your VS to view your data and query data. Please see this document (http://msdn.microsoft.com/en-us/library/azure/ff683677.aspx).
    And base on my experience, you may need input the command on Azure storage emulator, such as this page(http://msdn.microsoft.com/en-us/library/azure/gg433005.aspx).
    Regards,
    Will
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Migrating Azure table storage content to On prem SQl database

    hi 
    is it possible to import azure table storage data to On prem Sql database ?

    Hi
    You cannot do it directly from SQL or Azure Storage Explorer.
    But you can have a little application that extracts your table storage data into some CSV file like this:
    http://blogs.msdn.com/b/jmstall/archive/2012/08/03/converting-between-azure-tables-and-csv.aspx
    And then import the CSV file that you generate into your on-prem sql database
    Regards
    Aram
    Aram Koukia

  • Unable to connect error while connecting to more than one server in a cluster

              hi,
              I have a weblogic cluster of two servers. The stateless session bean is deployed
              on both these servers as well as the cluster. The weblogic used is 6.0 sp2. I'm
              using a custom router class which redirects the calls to bean's business methods
              in a round-robin fashion to all the servers in the cluster.
              When both the servers (say s1 and s2) are up and running a request comes from
              a servlet deployed on admin server, the request is first sent to s1 which is fulfilled
              but in the same servlet a second call is made to the bean which the custom router
              class directs to s2, but here the exception comes as, unable to connect to JVM
              of the remote server s2.
              Now if I shutdown s1 and retry then, the request is nicely routed to s2 and fulfilled.
              And if s1 is up again and request is sent to it, this time it gives same error
              for the s1.
              So on the whole the admin is able to talk only to one of the servers. why is this
              happening ?
              Here all the three servers s1, s2 and admin server are on different physical machines.
              any pointers ?
              regards,
              Nikhil.
              

    Opps!
    Sorry, I had an error in the 3rd SQL statement. Works fine
    PP

  • I am getting an unable to connect error messagen when I start the browser. The setting is set to "no proxy" and my internet connection is working fine. What can I do to fix this?

    I opened up my firefox browser yesterday and it crashed. Since then I get an error message that says "unable to connect" every time I try to load the browser. The setting is set to "no proxy" So it should be connecting. My internet explorer browser is working fine. So I know it is not my internet connection. What can I do to make the firefox browser work again?

    Hi,
    Maybe the radio connection on the other end is not working. Hope this helps.
    xxmitchxx90

  • Ideapad S10-3T WIFI 'Unable to Connect' error

    I am unable to connect wirelessly.  My connection has been detected, but I receive the error "Unable to Connect". Wirelessly connectivity worked previously with on this netbook.  I lent this to somone during their deployment and have not been able to connect since it was returned to me. This device can connect when hardwired.
    All other devices in the home can connect wirelessly.
    The password has  been verified as correct.  The Wireless Device Setting is confirmed ON.
    Security: WPA-PSK
    Network Adapter - Atheros AR9285 driver is updated.  Device status "This device is working properly" and is enabled.
    I have read through other posts on this site and have not been able to find a solution.  Any ideas? I am outside of the warranty period.
    Thanks!!

    Hi ,
    did you try to restart your router ... ?
    regards KK
    Thinkies 2x X200s/X301 8GB 256GB SSD @ Win 7 64
    Ideas Centre A520 ,Yoga 2 256GB SSD,Yoga 2 tablet @ Win 8.1

  • Azure table storage rest API including

    How do I access my table storage using REST API. 
    Any example would be appreciated including enabling REST API.

    Hi,
    Please have a look at this article:
    http://blogs.msdn.com/b/tconte/archive/2011/08/10/accessing-windows-azure-blob-storage-using-jquery.aspx, hope it helps. We could also consider use
    Jquery to call codebehind to do some operation about Azure table storeage, if so we could choose azure SDK or azure storage rest API to do this.
    Best Regards,
    Jambor
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Importing mail from Entourage to Mail App - unable to connect error - help.

    I am trying to move from Microsft Entourage to Apple's Mail. I tried using Mail's built-in import feature, but when I try to import from Entourage, I get the following error:
    unable to connect to Microsoft Entourage. Try opening Microsoft Entourage then run the import.
    I tried this, with no results.
    Please advise.

    see if this helps: http://discussions.apple.com/thread.jspa?messageID=11359449&#11359449.
    JGG

  • Firefox will not load (V5 or V4.10). "Unable To Connect" error.

    Unable to connect
    Firefox can't establish a connection to the server at www.msn.com.
    The site could be temporarily unavailable or too busy. Try again in a few
    moments.
    If you are unable to load any pages, check your computer's network
    connection.
    If your computer or network is protected by a firewall or proxy, make sure
    that Firefox is permitted to access the Web.

    hello, please see if it is working with the full downloader from https://www.mozilla.org/firefox/all/ - just try installing it on top of your current setup.

  • Server not found or Unable to connect error message.

    I am running Windows 7 with Firefox 3.6.8, the latest version. From time to time a page will come up "server not found" or "unable to connect." I do not have this problem with Internet Explorer. But, I would prefer to use Firefox. Also, it seems to be getting worse lately. I am using an ethernet connection.

    https://support.mozilla.com/en-US/kb/Server+not+found
    http://kb.mozillazine.org/Error_loading_websites

  • Receiving "Unable to connect" error message for every site, but IE8 works fines

    HP Pavilion , AMD Athlon X2 Dual, Core processor 3800+. 2Ghz, 1MB Ram, Windows XP Media edition 2002, Service Pack 3. Firefox Version 3.6.8
    When starting Firefox, it always says "Unable to Connect". IE8 works fine.

    This is normally caused by a firewall blocking Firefox, for more details see [[Firefox cannot load websites but other programs can]].

Maybe you are looking for