Researcher profile

A. Joshi

A. Joshi contributes to research discovery and scholarly infrastructure.

ResearcherAffiliation not importedOpen to collaborate

Trust snapshot

Quick read

Trust 13 - UnverifiedVerification L1Unclaimed author
2works
0followers
2topics
4close collaborators

Actions

Decide how to stay connected

Follow researcher0

Identity and collaboration

How to connect with this researcher

Claiming links this public author record to a researcher profile and unlocks direct collaboration workflows.

Log in to claim

Direct collaboration

Open a focused conversation when the fit is right

Claim this author entity first to unlock direct invitations.

Research graph

See the researcher in context

Open full explorer

Inspect adjacent work, topics, institutions and collaborators without jumping out to a separate graph page.

Building this graph slice

BZPEER is loading the nearby papers, people, topics and institutions for this page.

Published work

2 published item(s)

preprint2021arXiv

X-ray confirmation of the intermediate polar IGR J16547-1916

Using X-ray observations from the NuSTAR and Swift satellites, we present temporal and spectral properties of an intermediate polar (IP) IGR J16547-1916. A persistent X-ray period at ~ 546 s confirming the optical spin period obtained from previous observations is detected. The detection of a strong X-ray spin pulse reinforces the classification of this system as an intermediate polar. The lack of orbital or side-band periodicities in the X-rays implies that the system is accreting predominantly via a disk. A variable covering absorber appears to be responsible for the spin pulsations in the low energy range. In the high energy band, the pulsations are likely due to the self occultation of tall shocks above the white dwarf surface. The observed double-humped X-ray spin pulse profile indicates two-pole accretion geometry with tall accretion regions in short rotating IP IGR J16547-1916. We present the variation of the spin pulse profile over an orbital phase to account for the effects of orbital motion on the spin pulsation. X-ray spectra obtained from the contemporaneous observations of Swift and NuSTAR in the 0.5-78.0 keV energy band are modeled with a maximum temperature of 31 keV and a blackbody temperature of 64 eV, along with a common column density of $1.8\times10^{23} cm^{-2}$ and a power-law index of -0.22 for the covering fraction. An additional Gaussian component and a reflection component are needed to account for a fluorescent emission line at 6.4 keV and the occurrence of X-ray reflection in the system. We also present the spin phase-resolved spectral variations of IGR J16547-1916 in the 0.5-78.0 keV energy band and find dependencies in the X-ray spectral parameters during the rotation of the white dwarf.

preprint2020arXiv

Hermes: a Fast, Fault-Tolerant and Linearizable Replication Protocol

Today's datacenter applications are underpinned by datastores that are responsible for providing availability, consistency, and performance. For high availability in the presence of failures, these datastores replicate data across several nodes. This is accomplished with the help of a reliable replication protocol that is responsible for maintaining the replicas strongly-consistent even when faults occur. Strong consistency is preferred to weaker consistency models that cannot guarantee an intuitive behavior for the clients. Furthermore, to accommodate high demand at real-time latencies, datastores must deliver high throughput and low latency. This work introduces Hermes, a broadcast-based reliable replication protocol for in-memory datastores that provides both high throughput and low latency by enabling local reads and fully-concurrent fast writes at all replicas. Hermes couples logical timestamps with cache-coherence-inspired invalidations to guarantee linearizability, avoid write serialization at a centralized ordering point, resolve write conflicts locally at each replica (hence ensuring that writes never abort) and provide fault-tolerance via replayable writes. Our implementation of Hermes over an RDMA-enabled reliable datastore with five replicas shows that Hermes consistently achieves higher throughput than state-of-the-art RDMA-based reliable protocols (ZAB and CRAQ) across all write ratios while also significantly reducing tail latency. At 5% writes, the tail latency of Hermes is 3.6X lower than that of CRAQ and ZAB.