Notes for Development Block 2.4
===============================

Previous epad notes: http://epad.dataone.org/2014-14-Block-2-3

G+ URL: https://plus.google.com/hangouts/_/event/cqpnckqbr0s8o40kpk3r20ko8s0

Sprint Planning
~~~~~~~~~~~~~~~
Skye
------
Rob
---
Jing
David
-----
Chris
-----
Robert
------
Peter
-----
Topics
~~~~~~
d1_common_java and d1_libclient_java CN testing tickets
hzIdentifiers set in production is rising in count
Setting up CN testing
-----------------------------------------
Log Download/Read Stats:

Totals log events / all types:
UCSB : 8292349
ORC  : 9024904
UNM  : 8446041

Total Reads after 2012-06-01:
UCSB : 1923647
ORC  : 2427288
UNM  : 1916534

Total Reads after 2012-06-01 from each CN (using ORC log as source):
UCSB :         17
old UCSB IP : 200763
ORC  :      80560 
UNM  :      34077
---------------
      314654

ORC total reads after 2012-06-01 minus reads from 3 CNs:
2112634

Reads after 2012-06-01 using each MN /mn/log/ 
ESA      :    6083
KNB      : 4345372 (break down by IP using CN log events)
LTER     : 1016389
CDL      :   30711
PISCO    : 1060805
ONESHARE :     280
GOA      :   10633
KUBI     :    2885
DRYAD    :       0
eBird    :     338
-------------------
           6473496

MN reads after 2012-06-01 minus CN reads:
6158842

TFRI     :   cert error -- curl: (35) error:14077458:SSL routines:SSL23_GET_SERVER_HELLO:reason(1112)
USANPN   :   cert error -- curl: (60) SSL certificate problem, verify that the CA cert is OK
SEAD     :   ignores request params
SANPARKS :   ssl error
ORNLDAAC :   ignores request params
USGSCSAS :   not working
KUBI     :   curl: (35) error:14094418:SSL routines:SSL3_READ_BYTES:tlsv1 alert unknown ca


From the KNB Metacat db:
knb=# select ip_address, count(event) as cnt from access_log  group by ip_address, event order by cnt desc limit 10;
   ip_address   |   cnt   
----------------+---------
 128.111.220.51 | 4516880
 128.111.84.5   |  876901
 128.111.220.17 |  243439
 128.111.220.54 |  157336
 67.195.111.36  |   74374
 128.111.242.54 |   57444
 66.249.73.198  |   55009
 160.36.13.150  |   51113
 129.24.124.215 |   32313
 128.111.36.80  |   31025


--------------------------------------------
Observed oddities with index/object/resolve

Pids with no object path, no content on some servers, resolve
https://cn-orc-1.dataone.org/cn/v1/query/solr/?q=id:knb-lter-hfr.127.9 (exists)
https://cn.dataone.org/cn/v1/object/knb-lter-hfr.127.9 (does not exist)
https://cn-unm-1.dataone.org/cn/v1/query/solr/?q=id:knb-lter-hfr.127.9 (does not exist)
https://cn-unm-1.dataone.org/cn/v1/object/knb-lter-hfr.127.9 (exists)
[ INFO] 2014-04-15 06:53:09,902 (IndexTaskProcessor:isObjectPathReady:250) Object path for pid: knb-lter-hfr.127.9 is not available.

https://cn.dataone.org/cn/v1/query/solr/?q=id:peggym.1108.100  (exists)
https://cn.dataone.org/cn/v1/object/peggym.1108.100  (does not exist)
https://cn-unm-1.dataone.org/cn/v1/query/solr/?q=id:peggym.1108.100 (does not exist)
https://cn-unm-1.dataone.org/cn/v1/object/peggym.1108.100  (exists)
[ INFO] 2014-04-15 06:53:12,514 (IndexTaskProcessor:isObjectPathReady:250) Object path for pid: peggym.1108.100 is not available.



CN Upgrade dependency issues: Jing
MN.systemMetadataChanged() API documentation and impl discussion: Rob
Testing MN.getLogRecords()