[google-appengine] 'SearchableEntity' object has no attribute '_Entity__unindexed_properties'

2009-06-17 Thread Josh Cronemeyer
In my local dev environment I get the following stack trace when I try to
create a record:

ERROR2009-06-17 07:50:03,769 __init__.py:385] 'SearchableEntity' object
has no attribute '_Entity__unindexed_properties'
Traceback (most recent call last):
  File
/Applications/GoogleAppEngineLauncher.app/Contents/Resources/GoogleAppEngine-default.bundle/Contents/Resources/google_appengine/google/appengine/ext/webapp/__init__.py,
line 503, in __call__
handler.post(*groups)
  File /Users/admin/Workshop/shell_sink/server/shellsink.py, line 101, in
post
create_command_tags(sysadmin, command, tags)
  File /Users/admin/Workshop/shell_sink/server/command_tag.py, line 58, in
create_command_tags
command.put()
  File
/Applications/GoogleAppEngineLauncher.app/Contents/Resources/GoogleAppEngine-default.bundle/Contents/Resources/google_appengine/google/appengine/ext/db/__init__.py,
line 695, in put
return datastore.Put(self._entity)
  File
/Applications/GoogleAppEngineLauncher.app/Contents/Resources/GoogleAppEngine-default.bundle/Contents/Resources/google_appengine/google/appengine/api/datastore.py,
line 155, in Put
req.entity_list().extend([e._ToPb() for e in entities])
  File /Users/admin/Workshop/shell_sink/server/command_search.py, line
143, in _ToPb
return super(SearchableEntity, self)._ToPb()
  File
/Applications/GoogleAppEngineLauncher.app/Contents/Resources/GoogleAppEngine-default.bundle/Contents/Resources/google_appengine/google/appengine/api/datastore.py,
line 513, in _ToPb
name in self.__unindexed_properties):
AttributeError: 'SearchableEntity' object has no attribute
'_Entity__unindexed_properties'

Weird thing is that I don't see this in production.  I'm not sure when this
started happening, but my guess is the change over to 1.22 and I just now
started noticing it.

My object extends SearchableModel.

The stack trace happens when I did a put() on an object that was already in
the datastore and hadn't changed.

Handling the redundant put was my workaround, but I thought I would mention
it here since it seems to be a difference between dev and prod.

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] Re: Unbelieveable jump in stored data.

2009-03-10 Thread Josh Cronemeyer
I actually already noticed a big jump (500MB) in stored data when they went
live with billing, so I think I've already seen the increase described in
that thread.  This Jump is much larger and the only google activity it
coincides with is some hardware upgrade.  Hopefully I can get to the bottom
of this, but I'm not sure how to figure out what is happening.

On Mon, Mar 9, 2009 at 11:34 PM, Jonathan Ultis jonathan.ul...@gmail.comwrote:


 According to this message, google may be counting index sizes in the
 quota now.

 http://groups.google.com/group/google-appengine/msg/a16edddcc6db424f

 On Mar 9, 8:25 pm, Josh Cronemeyer joshuacroneme...@gmail.com wrote:
  This afternoon I had less than 1GB stored data, which took me several
 months
  to accumulate.  This evening the dashboard is telling me I have used
 nearly
  3GB stored data!  It doesn't look like my traffic levels or number of
 users
  have changed significantly.
 
  This has to be wrong. Could it be related to the recent hardware changes
  mentioned on the app engine system status page?  Has anyone else noticed
  anything with stored data reporting?
 


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] Unbelieveable jump in stored data.

2009-03-09 Thread Josh Cronemeyer
This afternoon I had less than 1GB stored data, which took me several months
to accumulate.  This evening the dashboard is telling me I have used nearly
3GB stored data!  It doesn't look like my traffic levels or number of users
have changed significantly.

This has to be wrong. Could it be related to the recent hardware changes
mentioned on the app engine system status page?  Has anyone else noticed
anything with stored data reporting?

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] Re: Disappointed with free quota changes (probably not surprising)

2009-02-25 Thread Josh Cronemeyer
I'm not saying you shouldn't be complainin, because lots of us were
surprised by the new official quota numbers and the new accounting, but I
will say that you certainly undertook a big risk by investing in a
technology as new and raw as app engine.  Given the limitations and concerns
in your email I wouldn't have recommended you to set sail with the first
group of settlers to the far shores of google's nacent cloud computing
offering.  Maybe you should have held off to see if we all got swallowed up
by sea monsters.  Good luck!

On Tue, Feb 24, 2009 at 8:12 PM, B.J. bjp...@gmail.com wrote:


 I don't know that I have ever whined at an organization like Google
 for trying to make money.

 That's changing with this message.

 By my calculations, it could cost me $1000 over the next year to host
 my app that I had anticipated being hosted under the quotas.  It may
 cost me nothing right now our usage is just under the daily CPU
 limits.  If the traffic doesn't grow, no problem  But whose goal is it
 for an app not to get more usage?

 My only real gripe is that App Engine caused me to invest a lot of
 effort in shoe-horning my app into the Google Way.  I did that with
 the understanding that the trade-off was a certain amount of free
 hosting.  Was that a promise?  Of course not.  Is Google under any
 obligation to meet my expectation?  No.

 However, as I attempt to further optimize the application in an effort
 to not exceed limits, the future of the application is now in
 question.  This is not a profit deal.  I gave away my time in an
 effort to help an organization.  Had I known this change was coming, I
 probably would have chosen a different solution.  Because of the
 vendor lock-in of App Engine, the end result of all this may be
 simply turning the app off and letting the organization do without.
 (or find someone else to help them out.)  Better that than hit daily
 free limits or find money out of someone's pocket.

 Look $1000/year is not a big deal for world-class hosting.  I get it.
 I also understand that the free quotas are only there to get people
 hooked such as it were.  I guess I wish had listened to those who
 said, Don't do App Engine.  They'll lock you in and change the deal.
 It's not portable enough.

 Shame on me, I guess.

 And before people chime in with all the, You could always move it
 to..., or If you had just written it this way...  or It's a
 business, of course they're trying to get you to go over the limits..
 please don't.

 This is just a note to let the people at Google know there is a very
 real cost to changing the deal on people.



 


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] Sudden change in used Stored Data Quota

2009-02-24 Thread Josh Cronemeyer
Hi,

Over the weekend my app's stored data usage jumped from using 1% of the
stored data to 39% of the stored data.  It doesn't appear that traffic
levels have changed for the past few weeks so I'm not sure why I would see
such a huge jump in the amount of storage used.  Any ideas?

Thanks.

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] Re: Sudden change in used Stored Data Quota

2009-02-24 Thread Josh Cronemeyer
Marzia and Barry,

Thanks for the info.  That answers my question.  If I recall there was a way
to ask google to simply increase the free quota for your account, but I
can't seem to find information on how to do that.  Do you guys know?

Thanks.

On Tue, Feb 24, 2009 at 3:00 PM, Marzia Niccolai ma...@google.com wrote:

 Hi,

 In order to launch billing, we changed our accounting methods to more
 accurately count the real amount of data stored in the datastore.  This was
 the cause of the increases some people saw in their quota.

 -Marzia


 On Tue, Feb 24, 2009 at 12:48 PM, Barry Hunter 
 barrybhun...@googlemail.com wrote:


 have you seen this:

 http://googleappengine.blogspot.com/2009/02/new-grow-your-app-beyond-free-quotas.html

 (just a guess)

 On 24/02/2009, Josh Cronemeyer joshuacroneme...@gmail.com wrote:
  Hi,
 
  Over the weekend my app's stored data usage jumped from using 1% of the
  stored data to 39% of the stored data.  It doesn't appear that traffic
  levels have changed for the past few weeks so I'm not sure why I would
 see
  such a huge jump in the amount of storage used.  Any ideas?
 
  Thanks.
 
   
 


 --
 Barry

 - www.nearby.org.uk - www.geograph.org.uk -




 


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---