Advertisement
Guest User

Untitled

a guest
Jan 24th, 2013
42
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. [Thu Jan 24 18:19:47 2013] [error] [client x.x.x.x] Mongo Insert: Array
  2. (
  3.     [active] => 1
  4.     [user] => Array
  5.         (
  6.             [id] => 21210
  7.             [name] => Mike
  8.         )
  9.        
  10.     [image_status] => Array
  11.         (
  12.             [code] => 0
  13.             [time] => MongoDate Object
  14.                 (
  15.                     [sec] => 1359051587
  16.                     [usec] => 260000
  17.                 )
  18.                
  19.         )
  20.        
  21.     [views] => 0
  22.     )
  23.  
  24. [Thu Jan 24 18:19:47 2013] [error] [client x.x.x.x] Resolution of insert on  : Array
  25. (
  26.     [singleShard] => s1/x.x.x.x:27017,x.x.x.x:27017,x.x.x.x:27017
  27.     [n] => 0
  28.     [lastOp] => MongoTimestamp Object
  29.         (
  30.             [sec] => 1359051587
  31.             [inc] => 1
  32.         )
  33.        
  34.     [connectionId] => 1520
  35.     [err] =>
  36.     [ok] => 1
  37.     )
  38.  
  39. [Thu Jan 24 18:19:48 2013] [error] [client x.x.x.x] SiteMedia Object
  40. (
  41.  
  42.     [oDB:protected] => MongoDB Object
  43.         (
  44.             [w] => 1
  45.             [wtimeout] => 10000
  46.         )
  47.        
  48.     [oCollection:protected] => MongoCollection Object
  49.         (
  50.             [w] => 1
  51.             [wtimeout] => 10000
  52.         )
  53.        
  54.     [oSanitizer:protected] => Sanitizer Object
  55.         (
  56.             [inputType:Sanitizer:private] =>
  57.         )
  58.        
  59.     [oSessionManager:protected] =>
  60.     [sCollectionName:protected] => sitemedia
  61.     [aData:protected] => Array
  62.         (
  63.             [_id] => MongoId Object
  64.                 (
  65.                     [$id] => 51017b4383ce40356200006e
  66.                 )
  67.                
  68.             [active] => 1
  69.             [user] => Array
  70.                 (
  71.                     [id] => 21210
  72.                     [name] => Mike
  73.                 )
  74.                
  75.             [image_status] => Array
  76.                 (
  77.                     [code] => 0
  78.                     [time] => MongoDate Object
  79.                         (
  80.                             [sec] => 1359051587
  81.                             [usec] => 260000
  82.                         )
  83.                        
  84.                 )
  85.                
  86.             [views] => 0
  87.         )
  88.        
  89.         )
  90.  
  91. [Thu Jan 24 18:19:48 2013] [error] [client x.x.x.x] Mongo Update: Array
  92. (
  93.     [$set] => Array
  94.         (
  95.             [active] => 1
  96.             [user] => Array
  97.                 (
  98.                     [id] => 21210
  99.                     [name] => Mike
  100.                 )
  101.                
  102.             [sites] => Array
  103.                 (
  104.                     [0] => 6
  105.                 )
  106.                
  107.             [upload_date] => MongoDate Object
  108.                 (
  109.                     [sec] => 1359051588
  110.                     [usec] => 477000
  111.                 )
  112.                
  113.             [perma_subdomain] => mike1
  114.  
  115.             [image_status] => Array
  116.                 (
  117.                     [code] => 3
  118.                     [time] => MongoDate Object
  119.                         (
  120.                             [sec] => 1359051588
  121.                             [usec] => 505000
  122.                         )
  123.                        
  124.                 )
  125.                
  126.             [views] => 0
  127.         )
  128.        
  129.         )
  130.  
  131. [Thu Jan 24 18:19:48 2013] [error] [client x.x.x.x] Resolution of insert on 51017b4383ce40356200006e : Array
  132. (
  133.     [shards] => Array
  134.         (
  135.             [0] => s0/x.x.x.x:27017,x.x.x.x:27017,x.x.x.x:27017
  136.             [1] => s1/x.x.x.x:27017,x.x.x.x:27017,x.x.x.x:27017
  137.         )
  138.        
  139.     [shardRawGLE] => Array
  140.         (
  141.             [s0/x.x.x.x:27017,x.x.x.x:27017,x.x.x.x:27017] => Array
  142.                 (
  143.                     [updatedExisting] =>
  144.                     [n] => 0
  145.                     [lastOp] => MongoTimestamp Object
  146.                         (
  147.                             [sec] => 0
  148.                             [inc] => 0
  149.                         )
  150.                        
  151.                     [connectionId] => 3351
  152.                     [err] =>
  153.                     [ok] => 1
  154.                 )
  155.                
  156.             [s1/x.x.x.x:27017,x.x.x.x:27017,x.x.x.x:27017] => Array
  157.                 (
  158.                     [updatedExisting] => 1
  159.                     [n] => 1
  160.                     [lastOp] => MongoTimestamp Object
  161.                         (
  162.                             [sec] => 1359051588
  163.                             [inc] => 1
  164.                         )
  165.                        
  166.                     [connectionId] => 3395
  167.                     [err] =>
  168.                     [ok] => 1
  169.                 )
  170.                
  171.         )
  172.        
  173.     [n] => 1
  174.     [updatedExisting] => 1
  175.     [err] =>
  176.     [ok] => 1
  177.     )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement