Development Block 6.3
=====================

Last Block Etherpad: http://epad.dataone.org/2013-46-Block-6-2

G+: https://plus.google.com/hangouts/_/event/cb76pav4nbripd606928j9pjiao?authuser=0&hl=en


Sprint Planning
---------------

Holiday Scheduling    Dec                                 Jan
Name                  M   T   W   Th  F   Sa  Su  M   T   W   Th  F   Sa  Su  M   T   W   Th   F
                      23  24  25  26  27  28  29  30  31  01  02  03  04  05  06  07  08  09   10
Chris J.              v   v   v   v   v           v   v   v   v   v           W
Rob N.                v   v   v   v   v           v   v   v   v   v           W
Robert W.             v   v   v   v   v           W   W   v   W   W           W   W    W   W    W
Skye                  v   v   v   v   v           v   v   v   v   v           v
David Doyle           W   v   v   W   W   W   W   W   W   W   W   W   W   W   W
Chris Brumgard        G   G   G   G   G   G   G   G   G   G   G   G   G   G   G
Roger                 v   v   v   v   v   v   v   v   v   v   v   v   v   v   v   v   v   v   v
Dave V.               W   W   ?   W   W           W   W   v   v   W           W   W   W   W   W 
Jing T                V   V   V   V   V   V   V   V   V   V   V   V   V   V   W  
v = vacation
W = working
*G = gone

Skye
----
Rob
---
Chris B
-------

Roger
-----
        /** Additional trace-level debugging information, as name-value pairs. */
        private TreeMap<String, String> trace_information;
        
        serialization:
            sb.append("  <traceInformation>\n");
            for (String key : this.getTraceKeySet()) {
                sb.append("    <value key='").append(key).append("'>");
                sb.append(trace_information.get(key)).append("</value>\n");
            }
            sb.append("  </traceInformation>\n");

David D
-------

Dave V
------

Chris J.
--------
Jing T.
--------
Robert W.
---------
Disscussion Topics
------------------

CNORC1 VM I/O issues
Discuss any type in the error schema


CCI release scheduling
----------------------
want to finish testing today (Wed)
should we address ORC hardware issues during this time? (latency spikes on the SANs attached to ORC node).
  - should have an hour or so to diagnose.
  - increased risk of data loss?  
      - No, using raid 6.  
      - the errors probably not a disk or disk-controller issue, because hitting both SANs.  
      - using I-SCSI over ethernet
  - NO.

Determine the procedure on how to rollout this particular release - don't want a Hazelcast cluster to accidentally overwrite information.
  
Today:
deploy to stage-1 (this is effectively stage testing)
tag if we can.

Thursday:
deploy to production


Disabling SSH access to VMs
---------------------------
Remove ldap-auth on prod
Use ssh key auth, starting in stage, sudo access will be password-based over LDAP
Re-enabling SSH access to VMs
-----------------------------